From c17b1fad724418fffaa36c64bec381ca464e03c3 Mon Sep 17 00:00:00 2001 From: Spencer Roan Date: Wed, 26 Jan 2022 12:19:50 -0700 Subject: [PATCH 1/8] add relationships from app_configuration to app_surface --- .../app_surfaces/add_relationships.md | 9 + .../app_surfaces/list_related.md | 9 + .../app_surfaces/list_relationships.md | 9 + .../app_surfaces/remove_relationships.md | 9 + .../app_surfaces/replace_relationships.md | 9 + api/reference/1.0/app_surfaces/create.md | 13 + api/reference/1.0/app_surfaces/delete.md | 11 + api/reference/1.0/app_surfaces/fetch.md | 13 + api/reference/1.0/app_surfaces/index.md | 13 + api/reference/1.0/app_surfaces/list.md | 13 + .../app_configurations/add_relationships.md | 9 + .../app_configurations/list_related.md | 9 + .../app_configurations/list_relationships.md | 9 + .../remove_relationships.md | 9 + .../replace_relationships.md | 9 + .../relationships/company/fetch_related.md | 13 + api/reference/1.0/app_surfaces/update.md | 13 + api_specification.json | 36175 ++++++++++------ 18 files changed, 22002 insertions(+), 14352 deletions(-) create mode 100644 api/reference/1.0/app_configurations/relationships/app_surfaces/add_relationships.md create mode 100644 api/reference/1.0/app_configurations/relationships/app_surfaces/list_related.md create mode 100644 api/reference/1.0/app_configurations/relationships/app_surfaces/list_relationships.md create mode 100644 api/reference/1.0/app_configurations/relationships/app_surfaces/remove_relationships.md create mode 100644 api/reference/1.0/app_configurations/relationships/app_surfaces/replace_relationships.md create mode 100644 api/reference/1.0/app_surfaces/create.md create mode 100644 api/reference/1.0/app_surfaces/delete.md create mode 100644 api/reference/1.0/app_surfaces/fetch.md create mode 100644 api/reference/1.0/app_surfaces/index.md create mode 100644 api/reference/1.0/app_surfaces/list.md create mode 100644 api/reference/1.0/app_surfaces/relationships/app_configurations/add_relationships.md create mode 100644 api/reference/1.0/app_surfaces/relationships/app_configurations/list_related.md create mode 100644 api/reference/1.0/app_surfaces/relationships/app_configurations/list_relationships.md create mode 100644 api/reference/1.0/app_surfaces/relationships/app_configurations/remove_relationships.md create mode 100644 api/reference/1.0/app_surfaces/relationships/app_configurations/replace_relationships.md create mode 100644 api/reference/1.0/app_surfaces/relationships/company/fetch_related.md create mode 100644 api/reference/1.0/app_surfaces/update.md diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/add_relationships.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/add_relationships.md new file mode 100644 index 0000000..ec4b771 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/add_relationships.md @@ -0,0 +1,9 @@ +--- +title: Add relationships +--- + +# Add AppSurfaces to an AppConfiguration + +Insert AppSurfaces into the specified AppConfiguration. + +{% scenario app_configurations_relationships_app_surfaces.create app_configurations.add_app_surfaces_to_the_app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/list_related.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/list_related.md new file mode 100644 index 0000000..cb8dcf6 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/list_related.md @@ -0,0 +1,9 @@ +--- +title: List related +--- + +# List related AppSurfaces + +Retrieve the AppSurfaces related to the specified AppConfiguration. + +{% scenario app_configuration_relationship_app_surfaces.index app_configurations.list_the_app_surfaces_for_an_app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/list_relationships.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/list_relationships.md new file mode 100644 index 0000000..17f9e93 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/list_relationships.md @@ -0,0 +1,9 @@ +--- +title: List relationships +--- + +# List AppSurface relationships for an AppConfiguration + +Retrieve the relationship linkage for the AppSurfaces related to the specified AppConfiguration. + +{% scenario app_configurations_relationships_app_surfaces.show app_configurations.list_the_app_surfaces_for_an_app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/remove_relationships.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/remove_relationships.md new file mode 100644 index 0000000..003b6e1 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/remove_relationships.md @@ -0,0 +1,9 @@ +--- +title: Remove relationships +--- + +# Remove AppSurfaces from an AppConfiguration + +Remove AppSurfaces from the specified AppConfiguration. + +{% scenario app_configurations_relationships_app_surfaces.delete app_configurations.remove_app_surface_from_an_app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/replace_relationships.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/replace_relationships.md new file mode 100644 index 0000000..24ba3dd --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/replace_relationships.md @@ -0,0 +1,9 @@ +--- +title: Replace relationships +--- + +# Replace AppSurfaces on an AppConfiguration + +Replace all existing AppSurfaces on a AppConfiguration with the specified AppSurfaces + +{% scenario app_configurations_relationships_app_surfaces.update app_configurations.replace_app_surfaces_on_an_app_configuration %} diff --git a/api/reference/1.0/app_surfaces/create.md b/api/reference/1.0/app_surfaces/create.md new file mode 100644 index 0000000..98c258d --- /dev/null +++ b/api/reference/1.0/app_surfaces/create.md @@ -0,0 +1,13 @@ +--- +title: Create +labels: + - unstable +--- + +# Create an App Surface + +{% labels %} + +{% form app_surface.post %} + +{% scenario app_surfaces.create app_surfaces.create_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/delete.md b/api/reference/1.0/app_surfaces/delete.md new file mode 100644 index 0000000..8b4e226 --- /dev/null +++ b/api/reference/1.0/app_surfaces/delete.md @@ -0,0 +1,11 @@ +--- +title: Delete +labels: + - unstable +--- + +# Delete an App Surface + +{% labels %} + +{% scenario app_surfaces.delete app_surfaces.delete_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/fetch.md b/api/reference/1.0/app_surfaces/fetch.md new file mode 100644 index 0000000..915fb0f --- /dev/null +++ b/api/reference/1.0/app_surfaces/fetch.md @@ -0,0 +1,13 @@ +--- +title: Fetch +labels: + - unstable +--- + +# Fetch an App Surface + +{% labels %} + +Retrieve the data for an existing AppSurface, based on its ID. + +{% scenario app_surfaces.show %} diff --git a/api/reference/1.0/app_surfaces/index.md b/api/reference/1.0/app_surfaces/index.md new file mode 100644 index 0000000..ab2a682 --- /dev/null +++ b/api/reference/1.0/app_surfaces/index.md @@ -0,0 +1,13 @@ +--- +title: Overview +labels: + - unstable +--- + +# App Surfaces + +{% labels %} + +**The implementation of `App Surfaces` are in flux as features are added, removed, and reworked.** + +`App Surfaces` allow groupings of `App Configurations`. diff --git a/api/reference/1.0/app_surfaces/list.md b/api/reference/1.0/app_surfaces/list.md new file mode 100644 index 0000000..3050c2c --- /dev/null +++ b/api/reference/1.0/app_surfaces/list.md @@ -0,0 +1,13 @@ +--- +title: List +labels: + - unstable +--- + +# List App Surfaces for a Company + +{% labels %} + +Retrieve the App Surfaces owned by the specified Company. + +{% scenario app_surfaces.index %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/add_relationships.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/add_relationships.md new file mode 100644 index 0000000..3f370d5 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/add_relationships.md @@ -0,0 +1,9 @@ +--- +title: Add relationships +--- + +# Add AppConfigurations to an AppSurface + +Insert AppConfigurations into the specified AppSurface. + +{% scenario app_surfaces_relationships_app_configurations.create app_surfaces.add_app_configurations_to_the_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/list_related.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/list_related.md new file mode 100644 index 0000000..e299d06 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/list_related.md @@ -0,0 +1,9 @@ +--- +title: List related +--- + +# List related AppConfigurations + +Retrieve the AppConfigurations related to the specified AppSurface. + +{% scenario app_surface_relationship_app_configurations.index app_surfaces.list_the_app_configurations_for_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/list_relationships.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/list_relationships.md new file mode 100644 index 0000000..4bdd8ee --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/list_relationships.md @@ -0,0 +1,9 @@ +--- +title: List relationships +--- + +# List AppConfiguration relationships for an AppSurface + +Retrieve the relationship linkage for the AppConfigurations related to the specified AppSurface. + +{% scenario app_surfaces_relationships_app_configurations.show app_surfaces.list_the_app_configurations_for_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/remove_relationships.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/remove_relationships.md new file mode 100644 index 0000000..b983ed6 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/remove_relationships.md @@ -0,0 +1,9 @@ +--- +title: Remove relationships +--- + +# Remove AppConfigurations from an AppSurface + +Remove AppConfigurations from the specified AppSurface. + +{% scenario app_surfaces_relationships_app_configurations.delete app_surfaces.remove_app_configuration_from_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/replace_relationships.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/replace_relationships.md new file mode 100644 index 0000000..9cbbf4f --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/replace_relationships.md @@ -0,0 +1,9 @@ +--- +title: Replace relationships +--- + +# Replace AppConfigurations on an AppSurface + +Replace all existing AppConfigurations on a AppSurface with the specified AppConfigurations + +{% scenario app_surfaces_relationships_app_configurations.update app_surfaces.replace_app_configurations_on_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/company/fetch_related.md b/api/reference/1.0/app_surfaces/relationships/company/fetch_related.md new file mode 100644 index 0000000..0031970 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/company/fetch_related.md @@ -0,0 +1,13 @@ +--- +title: Fetch related +labels: + - unstable +--- + +# Fetch the related Company + +{% labels %} + +Retrieve the data for the Company that owns the specified AppSurface + +{% scenario app_surface_relationship_company.show companies.get_the_company_for_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/update.md b/api/reference/1.0/app_surfaces/update.md new file mode 100644 index 0000000..a273e55 --- /dev/null +++ b/api/reference/1.0/app_surfaces/update.md @@ -0,0 +1,13 @@ +--- +title: Update +labels: + - unstable +--- + +# Update an App Surface + +{% labels %} + +{% form app_surface.patch %} + +{% scenario app_surfaces.update app_surfaces.update_an_app_surface %} diff --git a/api_specification.json b/api_specification.json index 422a28f..52f94b6 100644 --- a/api_specification.json +++ b/api_specification.json @@ -32,6 +32,14 @@ "PUT" ] }, + { + "path": "/app_configurations/:app_configuration_id/app_surfaces", + "description": "", + "name": "app_configuration_relationship_app_surfaces.index", + "methods": [ + "GET" + ] + }, { "path": "/app_configurations/:app_configuration_id/company", "description": "", @@ -40,6 +48,134 @@ "GET" ] }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/app_configurations", + "description": "", + "name": "app_surface_relationship_app_configurations.index", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/company", + "description": "", + "name": "app_surface_relationship_company.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.update", + "methods": [ + "PUT" + ] + }, { "path": "/audit_events", "description": "", @@ -320,6 +456,22 @@ "GET" ] }, + { + "path": "/companies/:company_id/app_surfaces", + "description": "", + "name": "app_surfaces.create", + "methods": [ + "POST" + ] + }, + { + "path": "/companies/:company_id/app_surfaces", + "description": "", + "name": "app_surfaces.index", + "methods": [ + "GET" + ] + }, { "path": "/companies/:company_id/edge_error_metrics", "description": "", @@ -1728,7 +1880,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -1801,7 +1953,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -1889,42 +2041,15 @@ "request": null, "response": { "data": [ - { - "id": "AC7c238a0ba2124f2996fc1d25a8d06e72", - "type": "app_configurations", - "attributes": { - "created_at": "2021-10-05T18:24:52.421Z", - "updated_at": "2021-10-05T18:24:52.421Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72" - } - } + ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 1, - "total_count": 1 + "total_pages": 0, + "total_count": 0 } } }, @@ -1933,12 +2058,25 @@ }, { "name": "app_configurations.create_an_app_configuration", - "endpoint": "/app_configurations/:id", - "method": "DELETE", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Fcm App", + "method": "GET", "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" }, { "name": "app_configurations.create_an_app_configuration", @@ -1964,11 +2102,11 @@ }, "response": { "data": { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC996a3e536d6b4a93995f4e695844f873", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-01-20T22:00:47.102Z", + "updated_at": "2022-01-20T22:00:47.102Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -1978,17 +2116,23 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" } } }, @@ -2009,7 +2153,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2082,7 +2226,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2171,11 +2315,11 @@ "response": { "data": [ { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC996a3e536d6b4a93995f4e695844f873", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-01-20T22:00:47.102Z", + "updated_at": "2022-01-20T22:00:47.102Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2185,17 +2329,23 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" } } ], @@ -2219,11 +2369,11 @@ "request": null, "response": { "data": { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC996a3e536d6b4a93995f4e695844f873", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-01-20T22:00:47.102Z", + "updated_at": "2022-01-20T22:00:47.102Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2233,17 +2383,23 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" } } }, @@ -2264,7 +2420,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2337,7 +2493,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2426,11 +2582,11 @@ "response": { "data": [ { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC996a3e536d6b4a93995f4e695844f873", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-01-20T22:00:47.102Z", + "updated_at": "2022-01-20T22:00:47.102Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2440,17 +2596,23 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" } } ], @@ -2475,11 +2637,11 @@ "response": { "data": [ { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC996a3e536d6b4a93995f4e695844f873", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-01-20T22:00:47.102Z", + "updated_at": "2022-01-20T22:00:47.102Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2489,90 +2651,23 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.update_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { + }, + "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" } } }, "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" } } ], @@ -2603,7 +2698,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2664,123 +2759,6 @@ }, { "name": "app_configurations.update_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.update_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC9a6fadbf7bd843b3b73217130e620061", - "type": "app_configurations", - "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.update_an_app_configuration", - "endpoint": "/app_configurations/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "app_id": "com.adobe.test_app_2" - }, - "id": "AC9a6fadbf7bd843b3b73217130e620061", - "type": "app_configurations" - } - }, - "response": { - "data": { - "id": "AC9a6fadbf7bd843b3b73217130e620061", - "type": "app_configurations", - "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:54.676Z", - "app_id": "com.adobe.test_app_2", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.delete_an_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -2793,7 +2771,282 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.update_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.update_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC996a3e536d6b4a93995f4e695844f873", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:47.102Z", + "updated_at": "2022-01-20T22:00:47.102Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.update_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "app_id": "com.adobe.test_app_2" + }, + "id": "AC996a3e536d6b4a93995f4e695844f873", + "type": "app_configurations" + } + }, + "response": { + "data": { + "id": "AC996a3e536d6b4a93995f4e695844f873", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:47.102Z", + "updated_at": "2022-01-20T22:00:48.483Z", + "app_id": "com.adobe.test_app_2", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2854,6 +3107,3880 @@ }, { "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC996a3e536d6b4a93995f4e695844f873", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:47.102Z", + "updated_at": "2022-01-20T22:00:48.483Z", + "app_id": "com.adobe.test_app_2", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Apns App", + "app_id": "com.adobe.test_app", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file", + "push_credential": { + "bundleId": "com.adobe.test_app", + "keyId": "key_id", + "p8": "", + "teamId": "team_id" + } + }, + "type": "app_configurations" + } + }, + "response": { + "data": { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface (new name)" + }, + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:49.708Z", + "updated_at": "2022-01-20T22:00:49.708Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/app_configurations/:apns_app_configuration_id/app_surfaces", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:49.708Z", + "updated_at": "2022-01-20T22:00:49.708Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:49.708Z", + "updated_at": "2022-01-20T22:00:49.708Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:49.708Z", + "updated_at": "2022-01-20T22:00:49.708Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "method": "POST", + "request": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:49.708Z", + "updated_at": "2022-01-20T22:00:49.708Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:49.708Z", + "updated_at": "2022-01-20T22:00:49.708Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:49.708Z", + "updated_at": "2022-01-20T22:00:49.708Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "method": "DELETE", + "request": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:49.708Z", + "updated_at": "2022-01-20T22:00:49.708Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface" + }, + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "ASfc755f3b1d6a4a8aaf74437fc1763f1e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:52.594Z", + "updated_at": "2022-01-20T22:00:52.594Z", + "name": "Kessel Surface" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface (new name)" + }, + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:53.002Z", + "updated_at": "2022-01-20T22:00:53.002Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:53.002Z", + "updated_at": "2022-01-20T22:00:53.002Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:53.002Z", + "updated_at": "2022-01-20T22:00:53.002Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies/:company_id/app_surfaces", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASfc755f3b1d6a4a8aaf74437fc1763f1e", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:52.594Z", + "updated_at": "2022-01-20T22:00:52.594Z", + "name": "Kessel Surface" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e" + } + }, + { + "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:53.002Z", + "updated_at": "2022-01-20T22:00:53.002Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 2 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:53.002Z", + "updated_at": "2022-01-20T22:00:53.002Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface (new name)" + }, + "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:53.002Z", + "updated_at": "2022-01-20T22:00:53.002Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:53.002Z", + "updated_at": "2022-01-20T22:00:53.002Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface (new name)" + }, + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "AS38d53584260e4196bf10260f34431838", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:54.335Z", + "updated_at": "2022-01-20T22:00:54.335Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC88af53941f404c0cb9a29450b0ee57d3" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/app_configurations", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS38d53584260e4196bf10260f34431838", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:54.335Z", + "updated_at": "2022-01-20T22:00:54.335Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC88af53941f404c0cb9a29450b0ee57d3" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC88af53941f404c0cb9a29450b0ee57d3" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -2866,7 +6993,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2926,7 +7053,80 @@ "response_message": "OK" }, { - "name": "app_configurations.delete_an_app_configuration", + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, @@ -2948,19 +7148,70 @@ "response_message": "OK" }, { - "name": "app_configurations.delete_an_app_configuration", + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS38d53584260e4196bf10260f34431838", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:54.335Z", + "updated_at": "2022-01-20T22:00:54.335Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", "method": "GET", "request": null, "response": { "data": [ { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC88af53941f404c0cb9a29450b0ee57d3", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:54.676Z", - "app_id": "com.adobe.test_app_2", + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", "messaging_service": "apns", @@ -2969,17 +7220,23 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" } } ], @@ -2997,13 +7254,773 @@ "response_message": "OK" }, { - "name": "app_configurations.delete_an_app_configuration", - "endpoint": "/app_configurations/:id", - "method": "DELETE", + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "POST", + "request": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC88af53941f404c0cb9a29450b0ee57d3" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS38d53584260e4196bf10260f34431838", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:54.335Z", + "updated_at": "2022-01-20T22:00:54.335Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC88af53941f404c0cb9a29450b0ee57d3" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Fcm App", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Fcm App", + "app_id": "android_app_id", + "platform": "mobile", + "messaging_service": "fcm", + "key_type": "fcm_v1", + "push_credential": { + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "client_email": "firebase-adminsdk-00000@notificationtestapp-000ea.iam.gserviceaccount.com", + "client_id": "000000000000000000000", + "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-00000%40notificationtestapp-000ea.iam.gserviceaccount.com", + "private_key": "-----BEGIN PRIVATE KEY-----\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXX=\n-----END PRIVATE KEY-----\n", + "private_key_id": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "project_id": "notificationtestapp-000ea", + "token_uri": "https://oauth2.googleapis.com/token", + "type": "service_account" + } + }, + "type": "app_configurations" + } + }, + "response": { + "data": { + "id": "AC9c9f0557a16b4045927388acaab09eaf", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:55.931Z", + "updated_at": "2022-01-20T22:00:55.931Z", + "app_id": "android_app_id", + "name": "Kessel Fcm App", + "platform": "mobile", + "messaging_service": "fcm", + "key_type": "fcm_v1" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC9c9f0557a16b4045927388acaab09eaf", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC9c9f0557a16b4045927388acaab09eaf" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS38d53584260e4196bf10260f34431838", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:54.335Z", + "updated_at": "2022-01-20T22:00:54.335Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC88af53941f404c0cb9a29450b0ee57d3" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "DELETE", + "request": { + "data": [ + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" }, { "name": "audit_events.list_audit_events", @@ -3019,7 +8036,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -3092,7 +8109,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -3213,16 +8230,16 @@ }, "response": { "data": { - "id": "PR257d315781e14582bb631db61099976d", + "id": "PR64b966206c2d4be5baa0378a419f13cc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:05:55.238Z", + "created_at": "2022-01-20T22:00:56.881Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:05:55.238Z", + "updated_at": "2022-01-20T22:00:56.881Z", "platform": "web", "development": false, - "token": "782385f36c66", + "token": "a9cc64786cd7", "domains": [ "example.com" ], @@ -3232,7 +8249,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/company" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -3241,52 +8258,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/callbacks" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/hosts" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/libraries" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/notes" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments", - "extensions": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions", - "rules": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules", - "self": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d" + "data_elements": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments", + "extensions": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions", + "rules": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules", + "self": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc" }, "meta": { "rights": [ @@ -3311,57 +8328,57 @@ "response": { "data": [ { - "id": "AE8eb80aaf919a47b5a8017b1a6584bf2a", + "id": "AEde87e32013ac420da5fa2531f59ba427", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:55.360Z", + "created_at": "2022-01-20T22:00:57.197Z", "display_name": "Core", "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:55.360Z", - "entity": "{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"origin\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"property\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:55.262Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:55.262Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/notes\"}},\"origin\":{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/origin\"}},\"property\":{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/updated_with_extension_package\"}}}}}" + "updated_at": "2022-01-20T22:00:57.197Z", + "entity": "{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"origin\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"property\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-01-20T22:00:57.045Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T22:00:57.045Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/origin\"}},\"property\":{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a/property" + "related": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427/property" }, "data": { - "id": "PR257d315781e14582bb631db61099976d", + "id": "PR64b966206c2d4be5baa0378a419f13cc", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a/extension" + "related": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427/extension" }, "data": { "type": "extensions", - "id": "EXd6cb280d30494260a1bd7d8f97617f1d" + "id": "EX8730a0bf746b4ce384c8cea95d6713c9" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d", - "property": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d", - "self": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a" + "entity": "https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9", + "property": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc", + "self": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427" }, "meta": { "property_name": "Kessel Example Property" } }, { - "id": "AEe3ae4d55674840088b7cbf845ffcdb46", + "id": "AE9deb363a9a2147f487d54400569a8b8f", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:54.935Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2021-10-05T19:05:54.935Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:54.676Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" + "created_at": "2022-01-20T22:00:55.963Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-01-20T22:00:55.963Z", + "entity": "{\"data\":{\"id\":\"AC9c9f0557a16b4045927388acaab09eaf\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:55.931Z\",\"updated_at\":\"2022-01-20T22:00:55.931Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -3376,27 +8393,272 @@ }, "data": { "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "id": "AC9c9f0557a16b4045927388acaab09eaf" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE9deb363a9a2147f487d54400569a8b8f" + } + }, + { + "id": "AEc00059267ee546278f191cc510262f51", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-01-20T22:00:54.365Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-01-20T22:00:54.365Z", + "entity": "{\"data\":{\"id\":\"AS38d53584260e4196bf10260f34431838\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:54.335Z\",\"updated_at\":\"2022-01-20T22:00:54.335Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS38d53584260e4196bf10260f34431838" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEc00059267ee546278f191cc510262f51" + } + }, + { + "id": "AEdeebdf490fe6409d81346de0221409bf", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-01-20T22:00:53.976Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-01-20T22:00:53.976Z", + "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEdeebdf490fe6409d81346de0221409bf" + } + }, + { + "id": "AEbfcbd5762cce49dbb2685ed114a72409", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-01-20T22:00:53.714Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-01-20T22:00:53.714Z", + "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEbfcbd5762cce49dbb2685ed114a72409" + } + }, + { + "id": "AE3095a04951334bc79c77dc1db68f979d", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-01-20T22:00:53.035Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-01-20T22:00:53.035Z", + "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS25a1b77808144b959ed49d3a5bd2aae2" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE3095a04951334bc79c77dc1db68f979d" + } + }, + { + "id": "AE89442acdc74c47b292e513a18c98e741", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-01-20T22:00:52.635Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.created", + "updated_at": "2022-01-20T22:00:52.635Z", + "entity": "{\"data\":{\"id\":\"ASfc755f3b1d6a4a8aaf74437fc1763f1e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-01-20T22:00:52.594Z\",\"updated_at\":\"2022-01-20T22:00:52.594Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASfc755f3b1d6a4a8aaf74437fc1763f1e" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE89442acdc74c47b292e513a18c98e741" + } + }, + { + "id": "AEcc7d4256b2ec47a7ade03698a1482706", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-01-20T22:00:52.506Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-01-20T22:00:52.506Z", + "entity": "{\"data\":{\"id\":\"AS4b1fbfa02315404e986abd2a62e6289e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:49.708Z\",\"updated_at\":\"2022-01-20T22:00:49.708Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEcc7d4256b2ec47a7ade03698a1482706" + } + }, + { + "id": "AE81da211e8f0e4866aa66002bd74fe50a", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-01-20T22:00:49.764Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-01-20T22:00:49.764Z", + "entity": "{\"data\":{\"id\":\"AS4b1fbfa02315404e986abd2a62e6289e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:49.708Z\",\"updated_at\":\"2022-01-20T22:00:49.708Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", + "entity": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe3ae4d55674840088b7cbf845ffcdb46" + "self": "https://reactor.adobe.io/audit_events/AE81da211e8f0e4866aa66002bd74fe50a" } }, { - "id": "AEaed9959626b84e27b0ae736bedba0469", + "id": "AE03c50ff3dec5444ab75c157473c7b140", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:54.695Z", + "created_at": "2022-01-20T22:00:49.516Z", "display_name": "Kessel Apns App", - "type_of": "app_configuration.updated", - "updated_at": "2021-10-05T19:05:54.695Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:54.676Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" + "type_of": "app_configuration.created", + "updated_at": "2022-01-20T22:00:49.516Z", + "entity": "{\"data\":{\"id\":\"AC88af53941f404c0cb9a29450b0ee57d3\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:49.497Z\",\"updated_at\":\"2022-01-20T22:00:49.497Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -3411,27 +8673,27 @@ }, "data": { "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "id": "AC88af53941f404c0cb9a29450b0ee57d3" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", + "entity": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEaed9959626b84e27b0ae736bedba0469" + "self": "https://reactor.adobe.io/audit_events/AE03c50ff3dec5444ab75c157473c7b140" } }, { - "id": "AE93fef7976b8a416087de675ae2f6edd5", + "id": "AE5a63c6e3652f4ffb96ebf153005800f0", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:53.924Z", + "created_at": "2022-01-20T22:00:49.074Z", "display_name": "Kessel Apns App", - "type_of": "app_configuration.created", - "updated_at": "2021-10-05T19:05:53.924Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:53.905Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" + "type_of": "app_configuration.deleted", + "updated_at": "2022-01-20T22:00:49.074Z", + "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:48.483Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -3446,27 +8708,27 @@ }, "data": { "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "id": "AC996a3e536d6b4a93995f4e695844f873" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", + "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE93fef7976b8a416087de675ae2f6edd5" + "self": "https://reactor.adobe.io/audit_events/AE5a63c6e3652f4ffb96ebf153005800f0" } }, { - "id": "AE13e225e84b4c4b51a58efdfadb0ceb56", + "id": "AE7d06cbe6e2714da6a9b343b420729e21", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:53.771Z", + "created_at": "2022-01-20T22:00:48.561Z", "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2021-10-05T19:05:53.771Z", - "entity": "{\"data\":{\"id\":\"AC7c238a0ba2124f2996fc1d25a8d06e72\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T18:24:52.421Z\",\"updated_at\":\"2021-10-05T18:24:52.421Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72/company\"}}}}}" + "type_of": "app_configuration.updated", + "updated_at": "2022-01-20T22:00:48.561Z", + "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:48.483Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -3481,483 +8743,202 @@ }, "data": { "type": "app_configurations", - "id": "AC7c238a0ba2124f2996fc1d25a8d06e72" + "id": "AC996a3e536d6b4a93995f4e695844f873" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72", + "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE13e225e84b4c4b51a58efdfadb0ceb56" + "self": "https://reactor.adobe.io/audit_events/AE7d06cbe6e2714da6a9b343b420729e21" } }, { - "id": "AE8188310db9e040e7a68951d64a4ea92a", + "id": "AEc729774cd9894bd1885cc01d2d37922e", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:16.629Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:05:16.629Z", - "entity": "{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"rules\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"31fdc073007f\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:11.182Z\",\"updated_at\":\"2021-10-05T19:05:11.182Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE8188310db9e040e7a68951d64a4ea92a/property" - }, - "data": { - "type": "properties", - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8188310db9e040e7a68951d64a4ea92a" - } - }, - { - "id": "AEf6a34887127943d29ef9ed919b027d4a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.380Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:05:11.380Z", - "entity": "{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"rules\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"31fdc073007f\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:11.182Z\",\"updated_at\":\"2021-10-05T19:05:11.182Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"}}}}}" + "created_at": "2022-01-20T22:00:47.235Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-01-20T22:00:47.235Z", + "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:47.102Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } + "data": null }, "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf6a34887127943d29ef9ed919b027d4a/property" - }, - "data": { - "type": "properties", - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf6a34887127943d29ef9ed919b027d4a" - } - }, - { - "id": "AE0455c988b0fa416b8ef79f911f48d67b", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.360Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:11.360Z", - "entity": "{\"data\":{\"id\":\"EX4ee6b51e6d3f4c25bb541a1a5e70deed\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed\",\"origin\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"property\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:11.239Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:11.239Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/notes\"}},\"origin\":{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/origin\"}},\"property\":{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { "links": { "related": null }, "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE0455c988b0fa416b8ef79f911f48d67b/extension" - }, - "data": { - "type": "extensions", - "id": "EX4ee6b51e6d3f4c25bb541a1a5e70deed" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE0455c988b0fa416b8ef79f911f48d67b" - } - }, - { - "id": "AEe48deed65cb44e5fa4b2baa4331f25ce", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.305Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:11.305Z", - "entity": "{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"origin\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"property\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:11.221Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:11.221Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/notes\"}},\"origin\":{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/origin\"}},\"property\":{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEe48deed65cb44e5fa4b2baa4331f25ce/extension" - }, - "data": { - "type": "extensions", - "id": "EX98a6ebd219f54da0b6831fbf9ca3e375" + "type": "app_configurations", + "id": "AC996a3e536d6b4a93995f4e695844f873" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375", + "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe48deed65cb44e5fa4b2baa4331f25ce" + "self": "https://reactor.adobe.io/audit_events/AEc729774cd9894bd1885cc01d2d37922e" } }, { - "id": "AE3902cb64411c4519bfb914d18a032d5c", + "id": "AE7d71397bfbf74b18a5371ce5779cb98a", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:03:35.335Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:03:35.335Z", - "entity": "{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"rules\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"bf8f563df6c3\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:02:34.021Z\",\"updated_at\":\"2021-10-05T19:02:34.021Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"}}}}}" + "created_at": "2022-01-20T21:59:34.830Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-01-20T21:59:34.830Z", + "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:34.363Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } + "data": null }, "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE3902cb64411c4519bfb914d18a032d5c/property" - }, - "data": { - "type": "properties", - "id": "PR1d397058cc084ac6bed86999f45ea1eb" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE3902cb64411c4519bfb914d18a032d5c" - } - }, - { - "id": "AE6f9b8d4d3aa44f51b3a41dd4d56f254a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.233Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:02:34.233Z", - "entity": "{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"rules\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"bf8f563df6c3\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:02:34.021Z\",\"updated_at\":\"2021-10-05T19:02:34.021Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"}}}}}" - }, - "relationships": { - "property": { "links": { "related": null }, "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE6f9b8d4d3aa44f51b3a41dd4d56f254a/property" - }, - "data": { - "type": "properties", - "id": "PR1d397058cc084ac6bed86999f45ea1eb" + "type": "app_configurations", + "id": "ACdb5d88b343e047be815188c3ed91aff7" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb", + "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE6f9b8d4d3aa44f51b3a41dd4d56f254a" + "self": "https://reactor.adobe.io/audit_events/AE7d71397bfbf74b18a5371ce5779cb98a" } }, { - "id": "AE2acd5b1dfed34235bf05afa76ef6359b", + "id": "AE61d9f3fa5c714231b137a98f5c0174fe", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.192Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:02:34.192Z", - "entity": "{\"data\":{\"id\":\"EX4bd933a84ab84ff88f5da87505fd4e99\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99\",\"origin\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"property\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:02:34.076Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:02:34.076Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/notes\"}},\"origin\":{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/origin\"}},\"property\":{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/updated_with_extension_package\"}}}}}" + "created_at": "2022-01-20T21:59:34.392Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.updated", + "updated_at": "2022-01-20T21:59:34.392Z", + "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:34.363Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } + "data": null }, "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE2acd5b1dfed34235bf05afa76ef6359b/extension" - }, - "data": { - "type": "extensions", - "id": "EX4bd933a84ab84ff88f5da87505fd4e99" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE2acd5b1dfed34235bf05afa76ef6359b" - } - }, - { - "id": "AEf3e7fd0e17924bf78596974280b51bc4", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.143Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:02:34.143Z", - "entity": "{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"origin\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"property\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:02:34.047Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:02:34.047Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/notes\"}},\"origin\":{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/origin\"}},\"property\":{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { "links": { "related": null }, "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf3e7fd0e17924bf78596974280b51bc4/extension" - }, - "data": { - "type": "extensions", - "id": "EX884ef4c4fa274e57bcbc55e3f456877e" + "type": "app_configurations", + "id": "ACdb5d88b343e047be815188c3ed91aff7" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e", + "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf3e7fd0e17924bf78596974280b51bc4" + "self": "https://reactor.adobe.io/audit_events/AE61d9f3fa5c714231b137a98f5c0174fe" } }, { - "id": "AEf8d9270d07324df6933b7fbf39fa049a", + "id": "AE593d254c03324193a89af62d5eddd867", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:30.912Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:01:30.912Z", - "entity": "{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"rules\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"6a9708473cb0\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:01:25.439Z\",\"updated_at\":\"2021-10-05T19:01:25.439Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"}}}}}" + "created_at": "2022-01-20T21:59:33.060Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-01-20T21:59:33.060Z", + "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:32.980Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } + "data": null }, "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf8d9270d07324df6933b7fbf39fa049a/property" - }, - "data": { - "type": "properties", - "id": "PRe024730abb944a3589825275400c1b3f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf8d9270d07324df6933b7fbf39fa049a" - } - }, - { - "id": "AEfba1258b90ee4a7e885769eba68e0c14", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.633Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:01:25.633Z", - "entity": "{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"rules\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"6a9708473cb0\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:01:25.439Z\",\"updated_at\":\"2021-10-05T19:01:25.439Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"}}}}}" - }, - "relationships": { - "property": { "links": { "related": null }, "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEfba1258b90ee4a7e885769eba68e0c14/property" - }, - "data": { - "type": "properties", - "id": "PRe024730abb944a3589825275400c1b3f" + "type": "app_configurations", + "id": "ACdb5d88b343e047be815188c3ed91aff7" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f", + "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEfba1258b90ee4a7e885769eba68e0c14" + "self": "https://reactor.adobe.io/audit_events/AE593d254c03324193a89af62d5eddd867" } }, { - "id": "AEe6b75ff4fa5d445d860c20cedf041a3a", + "id": "AEc7e89abf891644d2a9752d8a4e004274", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.600Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:01:25.600Z", - "entity": "{\"data\":{\"id\":\"EXf26d6b18361d4fd199a3b8bd226eb9a6\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6\",\"origin\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"property\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:01:25.493Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:01:25.493Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/origin\"}},\"property\":{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/updated_with_extension_package\"}}}}}" + "created_at": "2022-01-20T21:59:32.623Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-01-20T21:59:32.623Z", + "entity": "{\"data\":{\"id\":\"AC642e64952dc54f92881ccc7292f3688f\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T17:10:46.697Z\",\"updated_at\":\"2022-01-20T17:10:46.697Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } + "data": null }, "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEe6b75ff4fa5d445d860c20cedf041a3a/extension" - }, - "data": { - "type": "extensions", - "id": "EXf26d6b18361d4fd199a3b8bd226eb9a6" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe6b75ff4fa5d445d860c20cedf041a3a" - } - }, - { - "id": "AE35b9480e2639436ab15617b053888afe", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.560Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:01:25.560Z", - "entity": "{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"origin\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"property\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:01:25.472Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:01:25.472Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/origin\"}},\"property\":{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { "links": { "related": null }, "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE35b9480e2639436ab15617b053888afe/extension" - }, - "data": { - "type": "extensions", - "id": "EX6048751106ca4addb3a0ed6add1886c0" + "type": "app_configurations", + "id": "AC642e64952dc54f92881ccc7292f3688f" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0", + "entity": "https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE35b9480e2639436ab15617b053888afe" + "self": "https://reactor.adobe.io/audit_events/AEc7e89abf891644d2a9752d8a4e004274" } }, { - "id": "AE48e8e62014d34aa5990e42c34e14ccb9", + "id": "AE33928f1193ce4faf80f7757135bf4568", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:34.106Z", - "display_name": "Kessel Example Property", + "created_at": "2022-01-20T17:24:03.808Z", + "display_name": "Kessel Edge Example Property", "type_of": "property.deleted", - "updated_at": "2021-10-05T18:59:34.106Z", - "entity": "{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"rules\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"93ad56cf3a63\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:59:28.609Z\",\"updated_at\":\"2021-10-05T18:59:28.609Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"}}}}}" + "updated_at": "2022-01-20T17:24:03.808Z", + "entity": "{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\",\"rules\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/data_elements\"},\"attributes\":{\"name\":\"Kessel Edge Example Property\",\"token\":\"1d3ed8c2bad0\",\"enabled\":true,\"platform\":\"edge\",\"created_at\":\"2022-01-20T17:23:57.580Z\",\"updated_at\":\"2022-01-20T17:23:57.580Z\",\"development\":false,\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/data_elements\"}}}}}" }, "relationships": { "property": { @@ -3965,37 +8946,37 @@ "related": null }, "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "id": "PR80188babf9d74978b6454f341545b6b0", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE48e8e62014d34aa5990e42c34e14ccb9/property" + "related": "https://reactor.adobe.io/audit_events/AE33928f1193ce4faf80f7757135bf4568/property" }, "data": { "type": "properties", - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5" + "id": "PR80188babf9d74978b6454f341545b6b0" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "entity": "https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE48e8e62014d34aa5990e42c34e14ccb9" + "self": "https://reactor.adobe.io/audit_events/AE33928f1193ce4faf80f7757135bf4568" } }, { - "id": "AE7f01012038134be1b6ee0e0c9649886f", + "id": "AE4b61cddc2efa4f4fba786dbfcff220e6", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:28.807Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T18:59:28.807Z", - "entity": "{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"rules\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"93ad56cf3a63\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:59:28.609Z\",\"updated_at\":\"2021-10-05T18:59:28.609Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"}}}}}" + "created_at": "2022-01-20T17:24:03.451Z", + "display_name": "secret data element", + "type_of": "data_element.created", + "updated_at": "2022-01-20T17:24:03.451Z", + "entity": "{\"data\":{\"id\":\"DE6f62901871ed451f8a899d308d603bc7\",\"meta\":{\"latest_revision_number\":0},\"type\":\"data_elements\",\"links\":{\"self\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7\",\"origin\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7\",\"property\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\",\"extension\":\"https://reactor.adobe.io/extensions/EX0ef1ee0ad39f490f8a91859772ddabf3\"},\"attributes\":{\"name\":\"secret data element\",\"dirty\":true,\"enabled\":true,\"settings\":\"{\\\"secrets\\\":{\\\"development\\\":{\\\"id\\\":\\\"SEa83742ad75d040a7b9237c6b82b24ac1\\\",\\\"name\\\":\\\"my secret token\\\"}}}\",\"published\":false,\"clean_text\":false,\"created_at\":\"2022-01-20T17:24:03.377Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T17:24:03.377Z\",\"published_at\":null,\"default_value\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"created_by_email\":\"ciltaru@adobe.com\",\"force_lower_case\":false,\"storage_duration\":null,\"updated_by_email\":\"ciltaru@adobe.com\",\"delegate_descriptor_id\":\"core::dataElements::secret\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/notes\"}},\"origin\":{\"data\":{\"id\":\"DE6f62901871ed451f8a899d308d603bc7\",\"type\":\"data_elements\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/origin\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/property\"}},\"extension\":{\"data\":{\"id\":\"EX0ef1ee0ad39f490f8a91859772ddabf3\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/extension\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/revisions\"}},\"updated_with_extension\":{\"data\":{\"id\":\"EX19be6014052e438d80ba9340c21e21a2\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/updated_with_extension\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EPd0463ead2dbc45f5b74549cdc6d2bfc0\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { @@ -4003,37 +8984,37 @@ "related": null }, "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "id": "PR80188babf9d74978b6454f341545b6b0", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE7f01012038134be1b6ee0e0c9649886f/property" + "related": "https://reactor.adobe.io/audit_events/AE4b61cddc2efa4f4fba786dbfcff220e6/data_element" }, "data": { - "type": "properties", - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5" + "type": "data_elements", + "id": "DE6f62901871ed451f8a899d308d603bc7" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "entity": "https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE7f01012038134be1b6ee0e0c9649886f" + "self": "https://reactor.adobe.io/audit_events/AE4b61cddc2efa4f4fba786dbfcff220e6" } }, { - "id": "AE22afa435334a4953bcfab3606df1fc87", + "id": "AEccbf245380ab4ca1b595c7d6988b93e5", "type": "audit_events", "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:28.784Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T18:59:28.784Z", - "entity": "{\"data\":{\"id\":\"EX7f8354caa91246c3b7954593713e62fb\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb\",\"origin\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0\",\"property\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T18:59:28.655Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T18:59:28.655Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/notes\"}},\"origin\":{\"data\":{\"id\":\"EX78deac09599a4d30a208f7a1e8e732e0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/origin\"}},\"property\":{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/updated_with_extension_package\"}}}}}" + "attributed_to_display_name": null, + "attributed_to_email": null, + "created_at": "2022-01-20T17:24:03.366Z", + "display_name": "Example Secret", + "type_of": "secret.updated", + "updated_at": "2022-01-20T17:24:03.366Z", + "entity": "{\"data\":{\"id\":\"SEa83742ad75d040a7b9237c6b82b24ac1\",\"meta\":{\"status_details\":{\"errors\":[{\"id\":\"54c2a3c4-7b28-43d2-b4d6-453d946c7899\",\"code\":\"unknown-error\",\"meta\":{\"request_id\":\"1e8264c5-a493-443f-91b7-39a523965b31\"},\"title\":\"Unknown Error\",\"detail\":\"Unknown error - please try again later or contact Customer Care\",\"source\":{}}]}},\"type\":\"secrets\",\"links\":{\"self\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1\",\"property\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/property\"},\"attributes\":{\"name\":\"Example Secret\",\"status\":\"failed\",\"type_of\":\"token\",\"created_at\":\"2022-01-20T17:24:03.077Z\",\"expires_at\":null,\"refresh_at\":null,\"updated_at\":\"2022-01-20T17:24:03.324Z\",\"credentials\":{},\"activated_at\":null,\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/notes\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/property\"}},\"environment\":{\"data\":{\"id\":\"EN20d03e84333c4af1b62f70e579266c16\",\"type\":\"environments\"},\"meta\":{\"stage\":\"development\"},\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/environment\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/data_elements\"}}}}}" }, "relationships": { "property": { @@ -4041,37 +9022,37 @@ "related": null }, "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "id": "PR80188babf9d74978b6454f341545b6b0", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE22afa435334a4953bcfab3606df1fc87/extension" + "related": null }, "data": { - "type": "extensions", - "id": "EX7f8354caa91246c3b7954593713e62fb" + "type": "secrets", + "id": "SEa83742ad75d040a7b9237c6b82b24ac1" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb", + "entity": "https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE22afa435334a4953bcfab3606df1fc87" + "self": "https://reactor.adobe.io/audit_events/AEccbf245380ab4ca1b595c7d6988b93e5" } }, { - "id": "AEe6d91f3ea6db406cbe727df1ac6a9a88", + "id": "AEd6061444e9034ae8abb17446fc693c6b", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:28.712Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T18:59:28.712Z", - "entity": "{\"data\":{\"id\":\"EX78deac09599a4d30a208f7a1e8e732e0\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0\",\"origin\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0\",\"property\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T18:59:28.636Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T18:59:28.636Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/notes\"}},\"origin\":{\"data\":{\"id\":\"EX78deac09599a4d30a208f7a1e8e732e0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/origin\"}},\"property\":{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/updated_with_extension_package\"}}}}}" + "created_at": "2022-01-20T17:24:03.104Z", + "display_name": "Example Secret", + "type_of": "secret.created", + "updated_at": "2022-01-20T17:24:03.104Z", + "entity": "{\"data\":{\"id\":\"SEa83742ad75d040a7b9237c6b82b24ac1\",\"type\":\"secrets\",\"links\":{\"self\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1\",\"property\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/property\"},\"attributes\":{\"name\":\"Example Secret\",\"status\":\"pending\",\"type_of\":\"token\",\"created_at\":\"2022-01-20T17:24:03.077Z\",\"expires_at\":null,\"refresh_at\":null,\"updated_at\":\"2022-01-20T17:24:03.077Z\",\"credentials\":{},\"activated_at\":null,\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/notes\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/property\"}},\"environment\":{\"data\":{\"id\":\"EN20d03e84333c4af1b62f70e579266c16\",\"type\":\"environments\"},\"meta\":{\"stage\":\"development\"},\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/environment\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/data_elements\"}}}}}" }, "relationships": { "property": { @@ -4079,37 +9060,37 @@ "related": null }, "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "id": "PR80188babf9d74978b6454f341545b6b0", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEe6d91f3ea6db406cbe727df1ac6a9a88/extension" + "related": null }, "data": { - "type": "extensions", - "id": "EX78deac09599a4d30a208f7a1e8e732e0" + "type": "secrets", + "id": "SEa83742ad75d040a7b9237c6b82b24ac1" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0", + "entity": "https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe6d91f3ea6db406cbe727df1ac6a9a88" + "self": "https://reactor.adobe.io/audit_events/AEd6061444e9034ae8abb17446fc693c6b" } }, { - "id": "AEc449f790f7354114a1f5c7b2ba65d40b", + "id": "AEf0d961664f9d4f508611533a665bb5a6", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:03.002Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T18:59:03.002Z", - "entity": "{\"data\":{\"id\":\"PRad4dc7ee4d924ddd8ab957bd89af0187\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187\",\"rules\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"1a599a1da51a\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:58:57.373Z\",\"updated_at\":\"2021-10-05T18:58:57.373Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/data_elements\"}}}}}" + "created_at": "2022-01-20T17:24:02.963Z", + "display_name": "Development Environment A", + "type_of": "environment.created", + "updated_at": "2022-01-20T17:24:02.963Z", + "entity": "{\"data\":{\"id\":\"EN20d03e84333c4af1b62f70e579266c16\",\"meta\":{\"archive_encrypted\":false},\"type\":\"environments\",\"links\":{\"self\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16\",\"property\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\"},\"attributes\":{\"name\":\"Development Environment A\",\"path\":null,\"stage\":\"development\",\"token\":\"34694da9b7e7\",\"status\":\"succeeded\",\"archive\":false,\"created_at\":\"2022-01-20T17:24:02.938Z\",\"updated_at\":\"2022-01-20T17:24:02.938Z\",\"library_name\":\"launch-34694da9b7e7-development.min.js\",\"library_path\":\"17e0df72ece8/1d3ed8c2bad0\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"library_entry_points\":[{\"minified\":true,\"references\":[\"17e0df72ece8/1d3ed8c2bad0/launch-34694da9b7e7-development.min.js\"],\"library_name\":\"launch-34694da9b7e7-development.min.js\",\"license_path\":\"17e0df72ece8/1d3ed8c2bad0/launch-34694da9b7e7-development.js\"},{\"minified\":false,\"references\":[\"17e0df72ece8/1d3ed8c2bad0/launch-34694da9b7e7-development.js\"],\"library_name\":\"launch-34694da9b7e7-development.js\"}],\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"host\":{\"data\":{\"id\":\"HT9c76e9c61213417cb2d9a21dab89721c\",\"type\":\"hosts\"},\"links\":{\"self\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/relationships/host\",\"related\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/host\"}},\"builds\":{\"links\":{\"related\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/builds\"}},\"library\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/library\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/property\"}}}}}" }, "relationships": { "property": { @@ -4117,37 +9098,37 @@ "related": null }, "data": { - "id": "PRad4dc7ee4d924ddd8ab957bd89af0187", + "id": "PR80188babf9d74978b6454f341545b6b0", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEc449f790f7354114a1f5c7b2ba65d40b/property" + "related": "https://reactor.adobe.io/audit_events/AEf0d961664f9d4f508611533a665bb5a6/environment" }, "data": { - "type": "properties", - "id": "PRad4dc7ee4d924ddd8ab957bd89af0187" + "type": "environments", + "id": "EN20d03e84333c4af1b62f70e579266c16" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187", + "entity": "https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc449f790f7354114a1f5c7b2ba65d40b" + "self": "https://reactor.adobe.io/audit_events/AEf0d961664f9d4f508611533a665bb5a6" } }, { - "id": "AE8d36fbebc39b43b6ad2d1630f3b9d230", + "id": "AE9fb4a34aa1fd4725aede7a8e2dbf94db", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:58:57.577Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T18:58:57.577Z", - "entity": "{\"data\":{\"id\":\"PRad4dc7ee4d924ddd8ab957bd89af0187\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187\",\"rules\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"1a599a1da51a\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:58:57.373Z\",\"updated_at\":\"2021-10-05T18:58:57.373Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/data_elements\"}}}}}" + "created_at": "2022-01-20T17:24:02.859Z", + "display_name": "Managed by Adobe", + "type_of": "host.created", + "updated_at": "2022-01-20T17:24:02.859Z", + "entity": "{\"data\":{\"id\":\"HT9c76e9c61213417cb2d9a21dab89721c\",\"type\":\"hosts\",\"links\":{\"self\":\"https://reactor.adobe.io/hosts/HT9c76e9c61213417cb2d9a21dab89721c\",\"property\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\"},\"attributes\":{\"name\":\"Managed by Adobe\",\"path\":null,\"port\":null,\"server\":null,\"status\":\"succeeded\",\"type_of\":\"cloudflare_worker\",\"username\":null,\"created_at\":\"2022-01-20T17:24:02.828Z\",\"updated_at\":\"2022-01-20T17:24:02.828Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/hosts/HT9c76e9c61213417cb2d9a21dab89721c/property\"}}}}}" }, "relationships": { "property": { @@ -4155,39 +9136,39 @@ "related": null }, "data": { - "id": "PRad4dc7ee4d924ddd8ab957bd89af0187", + "id": "PR80188babf9d74978b6454f341545b6b0", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE8d36fbebc39b43b6ad2d1630f3b9d230/property" + "related": "https://reactor.adobe.io/audit_events/AE9fb4a34aa1fd4725aede7a8e2dbf94db/host" }, "data": { - "type": "properties", - "id": "PRad4dc7ee4d924ddd8ab957bd89af0187" + "type": "hosts", + "id": "HT9c76e9c61213417cb2d9a21dab89721c" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187", + "entity": "https://reactor.adobe.io/hosts/HT9c76e9c61213417cb2d9a21dab89721c", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8d36fbebc39b43b6ad2d1630f3b9d230" + "self": "https://reactor.adobe.io/audit_events/AE9fb4a34aa1fd4725aede7a8e2dbf94db" } } ], "links": { "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" + "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=171&page%5Bsize%5D=25" }, "meta": { "pagination": { "current_page": 1, "next_page": 2, "prev_page": null, - "total_pages": 2, - "total_count": 27 + "total_pages": 171, + "total_count": 4251 } } }, @@ -4208,7 +9189,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -4281,7 +9262,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -4348,16 +9329,16 @@ "response": { "data": [ { - "id": "PR257d315781e14582bb631db61099976d", + "id": "PR64b966206c2d4be5baa0378a419f13cc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:05:55.238Z", + "created_at": "2022-01-20T22:00:56.881Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:05:55.238Z", + "updated_at": "2022-01-20T22:00:56.881Z", "platform": "web", "development": false, - "token": "782385f36c66", + "token": "a9cc64786cd7", "domains": [ "example.com" ], @@ -4367,7 +9348,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/company" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -4376,52 +9357,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/callbacks" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/hosts" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/libraries" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/notes" + "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments", - "extensions": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions", - "rules": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules", - "self": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d" + "data_elements": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments", + "extensions": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions", + "rules": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules", + "self": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc" }, "meta": { "rights": [ @@ -4450,7 +9431,7 @@ }, { "name": "audit_events.get_an_audit_event", - "endpoint": "/properties/PR257d315781e14582bb631db61099976d", + "endpoint": "/properties/PR64b966206c2d4be5baa0378a419f13cc", "method": "DELETE", "request": null, "response": null, @@ -4497,16 +9478,16 @@ }, "response": { "data": { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", + "id": "PR16d50745485242ac9fbd7d4b54f8b01b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:01.027Z", + "created_at": "2022-01-20T22:01:03.297Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:01.027Z", + "updated_at": "2022-01-20T22:01:03.297Z", "platform": "web", "development": false, - "token": "8711ab823812", + "token": "eaa09530738e", "domains": [ "example.com" ], @@ -4516,7 +9497,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/company" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -4525,52 +9506,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/callbacks" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/hosts" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/libraries" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/notes" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements", - "environments": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments", - "extensions": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions", - "rules": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules", - "self": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331" + "data_elements": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments", + "extensions": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions", + "rules": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules", + "self": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b" }, "meta": { "rights": [ @@ -4601,10 +9582,10 @@ }, "response": { "data": { - "id": "RL4d58ea3f8c444f94afe5eab4f7406991", + "id": "RL80a379abafa44419a3c7fcb984cfd29a", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:06:06.247Z", + "created_at": "2022-01-20T22:01:08.634Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -4612,54 +9593,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:06:06.247Z", + "updated_at": "2022-01-20T22:01:08.634Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/libraries" + "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/revisions" + "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/notes" + "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/property" + "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/property" }, "data": { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", + "id": "PR16d50745485242ac9fbd7d4b54f8b01b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/origin" + "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/origin" }, "data": { - "id": "RL4d58ea3f8c444f94afe5eab4f7406991", + "id": "RL80a379abafa44419a3c7fcb984cfd29a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/rule_components" + "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331", - "origin": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991", - "self": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991", - "rule_components": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/rule_components" + "property": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b", + "origin": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a", + "self": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a", + "rule_components": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/rule_components" }, "meta": { "latest_revision_number": 0 @@ -4677,57 +9658,57 @@ "response": { "data": [ { - "id": "AEc600880cdfb74e5a9c33e00e4e8dfd27", + "id": "AEe15dfd2374224b2185eae2dd39dcefe0", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:06:01.140Z", + "created_at": "2022-01-20T22:01:03.498Z", "display_name": "Core", "type_of": "extension.created", - "updated_at": "2021-10-05T19:06:01.140Z", - "entity": "{\"data\":{\"id\":\"EX0779f7f8dd9a4d98a9e91428d803bc47\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47\",\"origin\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47\",\"property\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:06:01.054Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:06:01.054Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/notes\"}},\"origin\":{\"data\":{\"id\":\"EX0779f7f8dd9a4d98a9e91428d803bc47\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/origin\"}},\"property\":{\"data\":{\"id\":\"PR616062ba153e4a2cacfcd256cd6a2331\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/updated_with_extension_package\"}}}}}" + "updated_at": "2022-01-20T22:01:03.498Z", + "entity": "{\"data\":{\"id\":\"EX4e212b22b3104694a0991a8f157128d9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9\",\"origin\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9\",\"property\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-01-20T22:01:03.407Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T22:01:03.407Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX4e212b22b3104694a0991a8f157128d9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/origin\"}},\"property\":{\"data\":{\"id\":\"PR16d50745485242ac9fbd7d4b54f8b01b\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEc600880cdfb74e5a9c33e00e4e8dfd27/property" + "related": "https://reactor.adobe.io/audit_events/AEe15dfd2374224b2185eae2dd39dcefe0/property" }, "data": { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", + "id": "PR16d50745485242ac9fbd7d4b54f8b01b", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEc600880cdfb74e5a9c33e00e4e8dfd27/extension" + "related": "https://reactor.adobe.io/audit_events/AEe15dfd2374224b2185eae2dd39dcefe0/extension" }, "data": { "type": "extensions", - "id": "EX0779f7f8dd9a4d98a9e91428d803bc47" + "id": "EX4e212b22b3104694a0991a8f157128d9" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47", - "property": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331", - "self": "https://reactor.adobe.io/audit_events/AEc600880cdfb74e5a9c33e00e4e8dfd27" + "entity": "https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9", + "property": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b", + "self": "https://reactor.adobe.io/audit_events/AEe15dfd2374224b2185eae2dd39dcefe0" }, "meta": { "property_name": "Kessel Example Property" } }, { - "id": "AEf84bd27550ef4b69954e8b752603ecb0", + "id": "AEc2d3facbd2a947ef8e5331915d7471c9", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:06:00.879Z", + "created_at": "2022-01-20T22:01:02.923Z", "display_name": "Kessel Example Property", "type_of": "property.deleted", - "updated_at": "2021-10-05T19:06:00.879Z", - "entity": "{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"rules\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"782385f36c66\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:55.238Z\",\"updated_at\":\"2021-10-05T19:05:55.238Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements\"}}}}}" + "updated_at": "2022-01-20T22:01:02.923Z", + "entity": "{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"rules\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"a9cc64786cd7\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-01-20T22:00:56.881Z\",\"updated_at\":\"2022-01-20T22:00:56.881Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements\"}}}}}" }, "relationships": { "property": { @@ -4735,37 +9716,37 @@ "related": null }, "data": { - "id": "PR257d315781e14582bb631db61099976d", + "id": "PR64b966206c2d4be5baa0378a419f13cc", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEf84bd27550ef4b69954e8b752603ecb0/property" + "related": "https://reactor.adobe.io/audit_events/AEc2d3facbd2a947ef8e5331915d7471c9/property" }, "data": { "type": "properties", - "id": "PR257d315781e14582bb631db61099976d" + "id": "PR64b966206c2d4be5baa0378a419f13cc" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d", + "entity": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf84bd27550ef4b69954e8b752603ecb0" + "self": "https://reactor.adobe.io/audit_events/AEc2d3facbd2a947ef8e5331915d7471c9" } }, { - "id": "AE39d9d28ea74b410d90996a02f622ac37", + "id": "AE117a22805e1f4e03a841459f7da25eb6", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:55.422Z", + "created_at": "2022-01-20T22:00:57.586Z", "display_name": "Kessel Example Property", "type_of": "property.created", - "updated_at": "2021-10-05T19:05:55.422Z", - "entity": "{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"rules\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"782385f36c66\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:55.238Z\",\"updated_at\":\"2021-10-05T19:05:55.238Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements\"}}}}}" + "updated_at": "2022-01-20T22:00:57.586Z", + "entity": "{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"rules\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"a9cc64786cd7\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-01-20T22:00:56.881Z\",\"updated_at\":\"2022-01-20T22:00:56.881Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements\"}}}}}" }, "relationships": { "property": { @@ -4773,37 +9754,37 @@ "related": null }, "data": { - "id": "PR257d315781e14582bb631db61099976d", + "id": "PR64b966206c2d4be5baa0378a419f13cc", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE39d9d28ea74b410d90996a02f622ac37/property" + "related": "https://reactor.adobe.io/audit_events/AE117a22805e1f4e03a841459f7da25eb6/property" }, "data": { "type": "properties", - "id": "PR257d315781e14582bb631db61099976d" + "id": "PR64b966206c2d4be5baa0378a419f13cc" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d", + "entity": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE39d9d28ea74b410d90996a02f622ac37" + "self": "https://reactor.adobe.io/audit_events/AE117a22805e1f4e03a841459f7da25eb6" } }, { - "id": "AE9b8e905ff2504c4fab6f367363e9c917", + "id": "AE9c31f53026d3467fbcd0ce387d21cd4b", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:55.411Z", + "created_at": "2022-01-20T22:00:57.227Z", "display_name": "Core", "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:55.411Z", - "entity": "{\"data\":{\"id\":\"EXf0474c1a15e546fd94a2b9e4e11c13a9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9\",\"origin\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"property\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:55.281Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:55.281Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/notes\"}},\"origin\":{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/origin\"}},\"property\":{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/updated_with_extension_package\"}}}}}" + "updated_at": "2022-01-20T22:00:57.227Z", + "entity": "{\"data\":{\"id\":\"EXb9b864f3b2cc4071b487401bd2ae0999\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999\",\"origin\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"property\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-01-20T22:00:57.102Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T22:00:57.102Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/notes\"}},\"origin\":{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/origin\"}},\"property\":{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { @@ -4811,37 +9792,37 @@ "related": null }, "data": { - "id": "PR257d315781e14582bb631db61099976d", + "id": "PR64b966206c2d4be5baa0378a419f13cc", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE9b8e905ff2504c4fab6f367363e9c917/extension" + "related": "https://reactor.adobe.io/audit_events/AE9c31f53026d3467fbcd0ce387d21cd4b/extension" }, "data": { "type": "extensions", - "id": "EXf0474c1a15e546fd94a2b9e4e11c13a9" + "id": "EXb9b864f3b2cc4071b487401bd2ae0999" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9", + "entity": "https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE9b8e905ff2504c4fab6f367363e9c917" + "self": "https://reactor.adobe.io/audit_events/AE9c31f53026d3467fbcd0ce387d21cd4b" } }, { - "id": "AE8eb80aaf919a47b5a8017b1a6584bf2a", + "id": "AEde87e32013ac420da5fa2531f59ba427", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:55.360Z", + "created_at": "2022-01-20T22:00:57.197Z", "display_name": "Core", "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:55.360Z", - "entity": "{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"origin\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"property\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:55.262Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:55.262Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/notes\"}},\"origin\":{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/origin\"}},\"property\":{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/updated_with_extension_package\"}}}}}" + "updated_at": "2022-01-20T22:00:57.197Z", + "entity": "{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"origin\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"property\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-01-20T22:00:57.045Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T22:00:57.045Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/origin\"}},\"property\":{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { @@ -4849,37 +9830,37 @@ "related": null }, "data": { - "id": "PR257d315781e14582bb631db61099976d", + "id": "PR64b966206c2d4be5baa0378a419f13cc", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a/extension" + "related": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427/extension" }, "data": { "type": "extensions", - "id": "EXd6cb280d30494260a1bd7d8f97617f1d" + "id": "EX8730a0bf746b4ce384c8cea95d6713c9" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d", + "entity": "https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a" + "self": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427" } }, { - "id": "AEe3ae4d55674840088b7cbf845ffcdb46", + "id": "AE9deb363a9a2147f487d54400569a8b8f", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:54.935Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2021-10-05T19:05:54.935Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:54.676Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" + "created_at": "2022-01-20T22:00:55.963Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-01-20T22:00:55.963Z", + "entity": "{\"data\":{\"id\":\"AC9c9f0557a16b4045927388acaab09eaf\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:55.931Z\",\"updated_at\":\"2022-01-20T22:00:55.931Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -4894,27 +9875,27 @@ }, "data": { "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "id": "AC9c9f0557a16b4045927388acaab09eaf" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", + "entity": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe3ae4d55674840088b7cbf845ffcdb46" + "self": "https://reactor.adobe.io/audit_events/AE9deb363a9a2147f487d54400569a8b8f" } }, { - "id": "AEaed9959626b84e27b0ae736bedba0469", + "id": "AEc00059267ee546278f191cc510262f51", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:54.695Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.updated", - "updated_at": "2021-10-05T19:05:54.695Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:54.676Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" + "created_at": "2022-01-20T22:00:54.365Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-01-20T22:00:54.365Z", + "entity": "{\"data\":{\"id\":\"AS38d53584260e4196bf10260f34431838\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:54.335Z\",\"updated_at\":\"2022-01-20T22:00:54.335Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -4928,28 +9909,28 @@ "related": null }, "data": { - "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "type": "app_surfaces", + "id": "AS38d53584260e4196bf10260f34431838" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", + "entity": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEaed9959626b84e27b0ae736bedba0469" + "self": "https://reactor.adobe.io/audit_events/AEc00059267ee546278f191cc510262f51" } }, { - "id": "AE93fef7976b8a416087de675ae2f6edd5", + "id": "AEdeebdf490fe6409d81346de0221409bf", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:53.924Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.created", - "updated_at": "2021-10-05T19:05:53.924Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:53.905Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" + "created_at": "2022-01-20T22:00:53.976Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-01-20T22:00:53.976Z", + "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -4963,28 +9944,28 @@ "related": null }, "data": { - "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "type": "app_surfaces", + "id": "AS25a1b77808144b959ed49d3a5bd2aae2" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", + "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE93fef7976b8a416087de675ae2f6edd5" + "self": "https://reactor.adobe.io/audit_events/AEdeebdf490fe6409d81346de0221409bf" } }, { - "id": "AE13e225e84b4c4b51a58efdfadb0ceb56", + "id": "AEbfcbd5762cce49dbb2685ed114a72409", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:53.771Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2021-10-05T19:05:53.771Z", - "entity": "{\"data\":{\"id\":\"AC7c238a0ba2124f2996fc1d25a8d06e72\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T18:24:52.421Z\",\"updated_at\":\"2021-10-05T18:24:52.421Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72/company\"}}}}}" + "created_at": "2022-01-20T22:00:53.714Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-01-20T22:00:53.714Z", + "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -4998,484 +9979,448 @@ "related": null }, "data": { - "type": "app_configurations", - "id": "AC7c238a0ba2124f2996fc1d25a8d06e72" + "type": "app_surfaces", + "id": "AS25a1b77808144b959ed49d3a5bd2aae2" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72", + "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE13e225e84b4c4b51a58efdfadb0ceb56" + "self": "https://reactor.adobe.io/audit_events/AEbfcbd5762cce49dbb2685ed114a72409" } }, { - "id": "AE8188310db9e040e7a68951d64a4ea92a", + "id": "AE3095a04951334bc79c77dc1db68f979d", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:16.629Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:05:16.629Z", - "entity": "{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"rules\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"31fdc073007f\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:11.182Z\",\"updated_at\":\"2021-10-05T19:05:11.182Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"}}}}}" + "created_at": "2022-01-20T22:00:53.035Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-01-20T22:00:53.035Z", + "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE8188310db9e040e7a68951d64a4ea92a/property" + "related": null }, "data": { - "type": "properties", - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f" + "type": "app_surfaces", + "id": "AS25a1b77808144b959ed49d3a5bd2aae2" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f", + "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8188310db9e040e7a68951d64a4ea92a" + "self": "https://reactor.adobe.io/audit_events/AE3095a04951334bc79c77dc1db68f979d" } }, { - "id": "AEf6a34887127943d29ef9ed919b027d4a", + "id": "AE89442acdc74c47b292e513a18c98e741", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.380Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:05:11.380Z", - "entity": "{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"rules\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"31fdc073007f\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:11.182Z\",\"updated_at\":\"2021-10-05T19:05:11.182Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"}}}}}" + "created_at": "2022-01-20T22:00:52.635Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.created", + "updated_at": "2022-01-20T22:00:52.635Z", + "entity": "{\"data\":{\"id\":\"ASfc755f3b1d6a4a8aaf74437fc1763f1e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-01-20T22:00:52.594Z\",\"updated_at\":\"2022-01-20T22:00:52.594Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/app_configurations\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEf6a34887127943d29ef9ed919b027d4a/property" + "related": null }, "data": { - "type": "properties", - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f" + "type": "app_surfaces", + "id": "ASfc755f3b1d6a4a8aaf74437fc1763f1e" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f", + "entity": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf6a34887127943d29ef9ed919b027d4a" + "self": "https://reactor.adobe.io/audit_events/AE89442acdc74c47b292e513a18c98e741" } }, { - "id": "AE0455c988b0fa416b8ef79f911f48d67b", + "id": "AEcc7d4256b2ec47a7ade03698a1482706", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.360Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:11.360Z", - "entity": "{\"data\":{\"id\":\"EX4ee6b51e6d3f4c25bb541a1a5e70deed\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed\",\"origin\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"property\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:11.239Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:11.239Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/notes\"}},\"origin\":{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/origin\"}},\"property\":{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/updated_with_extension_package\"}}}}}" + "created_at": "2022-01-20T22:00:52.506Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-01-20T22:00:52.506Z", + "entity": "{\"data\":{\"id\":\"AS4b1fbfa02315404e986abd2a62e6289e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:49.708Z\",\"updated_at\":\"2022-01-20T22:00:49.708Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE0455c988b0fa416b8ef79f911f48d67b/extension" + "related": null }, "data": { - "type": "extensions", - "id": "EX4ee6b51e6d3f4c25bb541a1a5e70deed" + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed", + "entity": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE0455c988b0fa416b8ef79f911f48d67b" + "self": "https://reactor.adobe.io/audit_events/AEcc7d4256b2ec47a7ade03698a1482706" } }, { - "id": "AEe48deed65cb44e5fa4b2baa4331f25ce", + "id": "AE81da211e8f0e4866aa66002bd74fe50a", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.305Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:11.305Z", - "entity": "{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"origin\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"property\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:11.221Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:11.221Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/notes\"}},\"origin\":{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/origin\"}},\"property\":{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/updated_with_extension_package\"}}}}}" + "created_at": "2022-01-20T22:00:49.764Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-01-20T22:00:49.764Z", + "entity": "{\"data\":{\"id\":\"AS4b1fbfa02315404e986abd2a62e6289e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:49.708Z\",\"updated_at\":\"2022-01-20T22:00:49.708Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEe48deed65cb44e5fa4b2baa4331f25ce/extension" + "related": null }, "data": { - "type": "extensions", - "id": "EX98a6ebd219f54da0b6831fbf9ca3e375" + "type": "app_surfaces", + "id": "AS4b1fbfa02315404e986abd2a62e6289e" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375", + "entity": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe48deed65cb44e5fa4b2baa4331f25ce" + "self": "https://reactor.adobe.io/audit_events/AE81da211e8f0e4866aa66002bd74fe50a" } }, { - "id": "AE3902cb64411c4519bfb914d18a032d5c", + "id": "AE03c50ff3dec5444ab75c157473c7b140", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:03:35.335Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:03:35.335Z", - "entity": "{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"rules\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"bf8f563df6c3\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:02:34.021Z\",\"updated_at\":\"2021-10-05T19:02:34.021Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"}}}}}" + "created_at": "2022-01-20T22:00:49.516Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-01-20T22:00:49.516Z", + "entity": "{\"data\":{\"id\":\"AC88af53941f404c0cb9a29450b0ee57d3\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:49.497Z\",\"updated_at\":\"2022-01-20T22:00:49.497Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE3902cb64411c4519bfb914d18a032d5c/property" + "related": null }, "data": { - "type": "properties", - "id": "PR1d397058cc084ac6bed86999f45ea1eb" + "type": "app_configurations", + "id": "AC88af53941f404c0cb9a29450b0ee57d3" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb", + "entity": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE3902cb64411c4519bfb914d18a032d5c" + "self": "https://reactor.adobe.io/audit_events/AE03c50ff3dec5444ab75c157473c7b140" } }, { - "id": "AE6f9b8d4d3aa44f51b3a41dd4d56f254a", + "id": "AE5a63c6e3652f4ffb96ebf153005800f0", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.233Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:02:34.233Z", - "entity": "{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"rules\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"bf8f563df6c3\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:02:34.021Z\",\"updated_at\":\"2021-10-05T19:02:34.021Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"}}}}}" + "created_at": "2022-01-20T22:00:49.074Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-01-20T22:00:49.074Z", + "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:48.483Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE6f9b8d4d3aa44f51b3a41dd4d56f254a/property" + "related": null }, "data": { - "type": "properties", - "id": "PR1d397058cc084ac6bed86999f45ea1eb" + "type": "app_configurations", + "id": "AC996a3e536d6b4a93995f4e695844f873" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb", + "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE6f9b8d4d3aa44f51b3a41dd4d56f254a" + "self": "https://reactor.adobe.io/audit_events/AE5a63c6e3652f4ffb96ebf153005800f0" } }, { - "id": "AE2acd5b1dfed34235bf05afa76ef6359b", + "id": "AE7d06cbe6e2714da6a9b343b420729e21", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.192Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:02:34.192Z", - "entity": "{\"data\":{\"id\":\"EX4bd933a84ab84ff88f5da87505fd4e99\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99\",\"origin\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"property\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:02:34.076Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:02:34.076Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/notes\"}},\"origin\":{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/origin\"}},\"property\":{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/updated_with_extension_package\"}}}}}" + "created_at": "2022-01-20T22:00:48.561Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.updated", + "updated_at": "2022-01-20T22:00:48.561Z", + "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:48.483Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE2acd5b1dfed34235bf05afa76ef6359b/extension" + "related": null }, "data": { - "type": "extensions", - "id": "EX4bd933a84ab84ff88f5da87505fd4e99" + "type": "app_configurations", + "id": "AC996a3e536d6b4a93995f4e695844f873" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99", + "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE2acd5b1dfed34235bf05afa76ef6359b" + "self": "https://reactor.adobe.io/audit_events/AE7d06cbe6e2714da6a9b343b420729e21" } }, { - "id": "AEf3e7fd0e17924bf78596974280b51bc4", + "id": "AEc729774cd9894bd1885cc01d2d37922e", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.143Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:02:34.143Z", - "entity": "{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"origin\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"property\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:02:34.047Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:02:34.047Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/notes\"}},\"origin\":{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/origin\"}},\"property\":{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/updated_with_extension_package\"}}}}}" + "created_at": "2022-01-20T22:00:47.235Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-01-20T22:00:47.235Z", + "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:47.102Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEf3e7fd0e17924bf78596974280b51bc4/extension" + "related": null }, "data": { - "type": "extensions", - "id": "EX884ef4c4fa274e57bcbc55e3f456877e" + "type": "app_configurations", + "id": "AC996a3e536d6b4a93995f4e695844f873" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e", + "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf3e7fd0e17924bf78596974280b51bc4" + "self": "https://reactor.adobe.io/audit_events/AEc729774cd9894bd1885cc01d2d37922e" } }, { - "id": "AEf8d9270d07324df6933b7fbf39fa049a", + "id": "AE7d71397bfbf74b18a5371ce5779cb98a", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:30.912Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:01:30.912Z", - "entity": "{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"rules\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"6a9708473cb0\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:01:25.439Z\",\"updated_at\":\"2021-10-05T19:01:25.439Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"}}}}}" + "created_at": "2022-01-20T21:59:34.830Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-01-20T21:59:34.830Z", + "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:34.363Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEf8d9270d07324df6933b7fbf39fa049a/property" + "related": null }, "data": { - "type": "properties", - "id": "PRe024730abb944a3589825275400c1b3f" + "type": "app_configurations", + "id": "ACdb5d88b343e047be815188c3ed91aff7" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f", + "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf8d9270d07324df6933b7fbf39fa049a" + "self": "https://reactor.adobe.io/audit_events/AE7d71397bfbf74b18a5371ce5779cb98a" } }, { - "id": "AEfba1258b90ee4a7e885769eba68e0c14", + "id": "AE61d9f3fa5c714231b137a98f5c0174fe", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.633Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:01:25.633Z", - "entity": "{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"rules\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"6a9708473cb0\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:01:25.439Z\",\"updated_at\":\"2021-10-05T19:01:25.439Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"}}}}}" + "created_at": "2022-01-20T21:59:34.392Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.updated", + "updated_at": "2022-01-20T21:59:34.392Z", + "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:34.363Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEfba1258b90ee4a7e885769eba68e0c14/property" + "related": null }, "data": { - "type": "properties", - "id": "PRe024730abb944a3589825275400c1b3f" + "type": "app_configurations", + "id": "ACdb5d88b343e047be815188c3ed91aff7" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f", + "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEfba1258b90ee4a7e885769eba68e0c14" + "self": "https://reactor.adobe.io/audit_events/AE61d9f3fa5c714231b137a98f5c0174fe" } }, { - "id": "AEe6b75ff4fa5d445d860c20cedf041a3a", + "id": "AE593d254c03324193a89af62d5eddd867", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.600Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:01:25.600Z", - "entity": "{\"data\":{\"id\":\"EXf26d6b18361d4fd199a3b8bd226eb9a6\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6\",\"origin\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"property\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:01:25.493Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:01:25.493Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/origin\"}},\"property\":{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/updated_with_extension_package\"}}}}}" + "created_at": "2022-01-20T21:59:33.060Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-01-20T21:59:33.060Z", + "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:32.980Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEe6b75ff4fa5d445d860c20cedf041a3a/extension" + "related": null }, "data": { - "type": "extensions", - "id": "EXf26d6b18361d4fd199a3b8bd226eb9a6" + "type": "app_configurations", + "id": "ACdb5d88b343e047be815188c3ed91aff7" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6", + "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe6b75ff4fa5d445d860c20cedf041a3a" + "self": "https://reactor.adobe.io/audit_events/AE593d254c03324193a89af62d5eddd867" } }, { - "id": "AE35b9480e2639436ab15617b053888afe", + "id": "AEc7e89abf891644d2a9752d8a4e004274", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.560Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:01:25.560Z", - "entity": "{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"origin\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"property\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:01:25.472Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:01:25.472Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/origin\"}},\"property\":{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/updated_with_extension_package\"}}}}}" + "created_at": "2022-01-20T21:59:32.623Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-01-20T21:59:32.623Z", + "entity": "{\"data\":{\"id\":\"AC642e64952dc54f92881ccc7292f3688f\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T17:10:46.697Z\",\"updated_at\":\"2022-01-20T17:10:46.697Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/app_surfaces\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE35b9480e2639436ab15617b053888afe/extension" + "related": null }, "data": { - "type": "extensions", - "id": "EX6048751106ca4addb3a0ed6add1886c0" + "type": "app_configurations", + "id": "AC642e64952dc54f92881ccc7292f3688f" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0", + "entity": "https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE35b9480e2639436ab15617b053888afe" + "self": "https://reactor.adobe.io/audit_events/AEc7e89abf891644d2a9752d8a4e004274" } }, { - "id": "AE48e8e62014d34aa5990e42c34e14ccb9", + "id": "AE33928f1193ce4faf80f7757135bf4568", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:34.106Z", - "display_name": "Kessel Example Property", + "created_at": "2022-01-20T17:24:03.808Z", + "display_name": "Kessel Edge Example Property", "type_of": "property.deleted", - "updated_at": "2021-10-05T18:59:34.106Z", - "entity": "{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"rules\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"93ad56cf3a63\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:59:28.609Z\",\"updated_at\":\"2021-10-05T18:59:28.609Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"}}}}}" + "updated_at": "2022-01-20T17:24:03.808Z", + "entity": "{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\",\"rules\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/data_elements\"},\"attributes\":{\"name\":\"Kessel Edge Example Property\",\"token\":\"1d3ed8c2bad0\",\"enabled\":true,\"platform\":\"edge\",\"created_at\":\"2022-01-20T17:23:57.580Z\",\"updated_at\":\"2022-01-20T17:23:57.580Z\",\"development\":false,\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/data_elements\"}}}}}" }, "relationships": { "property": { @@ -5483,37 +10428,37 @@ "related": null }, "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "id": "PR80188babf9d74978b6454f341545b6b0", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE48e8e62014d34aa5990e42c34e14ccb9/property" + "related": "https://reactor.adobe.io/audit_events/AE33928f1193ce4faf80f7757135bf4568/property" }, "data": { "type": "properties", - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5" + "id": "PR80188babf9d74978b6454f341545b6b0" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "entity": "https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE48e8e62014d34aa5990e42c34e14ccb9" + "self": "https://reactor.adobe.io/audit_events/AE33928f1193ce4faf80f7757135bf4568" } }, { - "id": "AE7f01012038134be1b6ee0e0c9649886f", + "id": "AE4b61cddc2efa4f4fba786dbfcff220e6", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:28.807Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T18:59:28.807Z", - "entity": "{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"rules\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"93ad56cf3a63\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:59:28.609Z\",\"updated_at\":\"2021-10-05T18:59:28.609Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"}}}}}" + "created_at": "2022-01-20T17:24:03.451Z", + "display_name": "secret data element", + "type_of": "data_element.created", + "updated_at": "2022-01-20T17:24:03.451Z", + "entity": "{\"data\":{\"id\":\"DE6f62901871ed451f8a899d308d603bc7\",\"meta\":{\"latest_revision_number\":0},\"type\":\"data_elements\",\"links\":{\"self\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7\",\"origin\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7\",\"property\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\",\"extension\":\"https://reactor.adobe.io/extensions/EX0ef1ee0ad39f490f8a91859772ddabf3\"},\"attributes\":{\"name\":\"secret data element\",\"dirty\":true,\"enabled\":true,\"settings\":\"{\\\"secrets\\\":{\\\"development\\\":{\\\"id\\\":\\\"SEa83742ad75d040a7b9237c6b82b24ac1\\\",\\\"name\\\":\\\"my secret token\\\"}}}\",\"published\":false,\"clean_text\":false,\"created_at\":\"2022-01-20T17:24:03.377Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T17:24:03.377Z\",\"published_at\":null,\"default_value\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"created_by_email\":\"ciltaru@adobe.com\",\"force_lower_case\":false,\"storage_duration\":null,\"updated_by_email\":\"ciltaru@adobe.com\",\"delegate_descriptor_id\":\"core::dataElements::secret\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/notes\"}},\"origin\":{\"data\":{\"id\":\"DE6f62901871ed451f8a899d308d603bc7\",\"type\":\"data_elements\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/origin\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/property\"}},\"extension\":{\"data\":{\"id\":\"EX0ef1ee0ad39f490f8a91859772ddabf3\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/extension\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/revisions\"}},\"updated_with_extension\":{\"data\":{\"id\":\"EX19be6014052e438d80ba9340c21e21a2\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/updated_with_extension\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EPd0463ead2dbc45f5b74549cdc6d2bfc0\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { @@ -5521,39 +10466,39 @@ "related": null }, "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "id": "PR80188babf9d74978b6454f341545b6b0", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE7f01012038134be1b6ee0e0c9649886f/property" + "related": "https://reactor.adobe.io/audit_events/AE4b61cddc2efa4f4fba786dbfcff220e6/data_element" }, "data": { - "type": "properties", - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5" + "type": "data_elements", + "id": "DE6f62901871ed451f8a899d308d603bc7" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5", + "entity": "https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE7f01012038134be1b6ee0e0c9649886f" + "self": "https://reactor.adobe.io/audit_events/AE4b61cddc2efa4f4fba786dbfcff220e6" } } ], "links": { "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" + "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=171&page%5Bsize%5D=25" }, "meta": { "pagination": { "current_page": 1, "next_page": 2, "prev_page": null, - "total_pages": 2, - "total_count": 31 + "total_pages": 171, + "total_count": 4255 } } }, @@ -5567,41 +10512,41 @@ "request": null, "response": { "data": { - "id": "AE3aa64f6daa1442809dd1e351774676b7", + "id": "AE5e2790cb39af413b87c7735a1c1758a4", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:06:01.207Z", + "created_at": "2022-01-20T22:01:03.583Z", "display_name": "Kessel Example Property", "type_of": "property.created", - "updated_at": "2021-10-05T19:06:01.207Z", - "entity": "{\"data\":{\"id\":\"PR616062ba153e4a2cacfcd256cd6a2331\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331\",\"rules\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"8711ab823812\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:06:01.027Z\",\"updated_at\":\"2021-10-05T19:06:01.027Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements\"}}}}}" + "updated_at": "2022-01-20T22:01:03.583Z", + "entity": "{\"data\":{\"id\":\"PR16d50745485242ac9fbd7d4b54f8b01b\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b\",\"rules\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"eaa09530738e\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-01-20T22:01:03.297Z\",\"updated_at\":\"2022-01-20T22:01:03.297Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements\"}}}}}" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE3aa64f6daa1442809dd1e351774676b7/property" + "related": "https://reactor.adobe.io/audit_events/AE5e2790cb39af413b87c7735a1c1758a4/property" }, "data": { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", + "id": "PR16d50745485242ac9fbd7d4b54f8b01b", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE3aa64f6daa1442809dd1e351774676b7/property" + "related": "https://reactor.adobe.io/audit_events/AE5e2790cb39af413b87c7735a1c1758a4/property" }, "data": { "type": "properties", - "id": "PR616062ba153e4a2cacfcd256cd6a2331" + "id": "PR16d50745485242ac9fbd7d4b54f8b01b" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331", - "property": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331", - "self": "https://reactor.adobe.io/audit_events/AE3aa64f6daa1442809dd1e351774676b7" + "entity": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b", + "property": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b", + "self": "https://reactor.adobe.io/audit_events/AE5e2790cb39af413b87c7735a1c1758a4" }, "meta": { "property_name": "Kessel Example Property" @@ -5625,7 +10570,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -5698,7 +10643,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -5765,16 +10710,16 @@ "response": { "data": [ { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", + "id": "PR16d50745485242ac9fbd7d4b54f8b01b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:01.027Z", + "created_at": "2022-01-20T22:01:03.297Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:01.027Z", + "updated_at": "2022-01-20T22:01:03.297Z", "platform": "web", "development": false, - "token": "8711ab823812", + "token": "eaa09530738e", "domains": [ "example.com" ], @@ -5784,7 +10729,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/company" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5793,52 +10738,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/callbacks" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/hosts" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/libraries" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/notes" + "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements", - "environments": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments", - "extensions": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions", - "rules": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules", - "self": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331" + "data_elements": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments", + "extensions": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions", + "rules": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules", + "self": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b" }, "meta": { "rights": [ @@ -5867,7 +10812,7 @@ }, { "name": "builds.create_a_build", - "endpoint": "/properties/PR616062ba153e4a2cacfcd256cd6a2331", + "endpoint": "/properties/PR16d50745485242ac9fbd7d4b54f8b01b", "method": "DELETE", "request": null, "response": null, @@ -5914,16 +10859,16 @@ }, "response": { "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", + "id": "PR1063fb39c774452a80484b1b3ff029fe", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:06.851Z", + "created_at": "2022-01-20T22:01:09.544Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:06.851Z", + "updated_at": "2022-01-20T22:01:09.544Z", "platform": "web", "development": false, - "token": "46cb73eb0ad8", + "token": "8aa8d9667917", "domains": [ "example.com" ], @@ -5933,7 +10878,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/company" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5942,52 +10887,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/callbacks" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/hosts" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/environments" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/libraries" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/data_elements" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/extensions" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/rules" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/notes" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/environments", - "extensions": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/extensions", - "rules": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/rules", - "self": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83" + "data_elements": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/environments", + "extensions": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/extensions", + "rules": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/rules", + "self": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe" }, "meta": { "rights": [ @@ -6006,7 +10951,7 @@ }, { "name": "builds.create_a_build", - "endpoint": "/properties/PR26d0ae79ef184045b22b271b0a538c83/hosts", + "endpoint": "/properties/PR1063fb39c774452a80484b1b3ff029fe/hosts", "method": "POST", "request": { "data": { @@ -6019,33 +10964,33 @@ }, "response": { "data": { - "id": "HT6f70dfa02a1e45c5a5f246833ac4d682", + "id": "HTabecd693a50a47afb654978c1c77e6a6", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:06:12.067Z", + "created_at": "2022-01-20T22:01:14.814Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:06:12.067Z", + "updated_at": "2022-01-20T22:01:14.814Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT6f70dfa02a1e45c5a5f246833ac4d682/property" + "related": "https://reactor.adobe.io/hosts/HTabecd693a50a47afb654978c1c77e6a6/property" }, "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", + "id": "PR1063fb39c774452a80484b1b3ff029fe", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83", - "self": "https://reactor.adobe.io/hosts/HT6f70dfa02a1e45c5a5f246833ac4d682" + "property": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe", + "self": "https://reactor.adobe.io/hosts/HTabecd693a50a47afb654978c1c77e6a6" } } }, @@ -6065,7 +11010,7 @@ "relationships": { "host": { "data": { - "id": "HT6f70dfa02a1e45c5a5f246833ac4d682", + "id": "HTabecd693a50a47afb654978c1c77e6a6", "type": "hosts" } } @@ -6075,77 +11020,82 @@ }, "response": { "data": { - "id": "ENdf811e5521694c60abb56e961785c3a5", + "id": "ENe00e393b2036446591c22128b6d14516", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:06:12.137Z", - "library_path": "17e0df72ece8/46cb73eb0ad8", - "library_name": "launch-d41456ad6f0d-development.min.js", + "created_at": "2022-01-20T22:01:14.966Z", + "library_path": "17e0df72ece8/8aa8d9667917", + "library_name": "launch-bd4a22dd16c6-development.min.js", "library_entry_points": [ { - "library_name": "launch-d41456ad6f0d-development.min.js", + "library_name": "launch-bd4a22dd16c6-development.min.js", "minified": true, "references": [ - "17e0df72ece8/46cb73eb0ad8/launch-d41456ad6f0d-development.min.js" + "17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.min.js" ], - "license_path": "17e0df72ece8/46cb73eb0ad8/launch-d41456ad6f0d-development.js" + "license_path": "17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.js" }, { - "library_name": "launch-d41456ad6f0d-development.js", + "library_name": "launch-bd4a22dd16c6-development.js", "minified": false, "references": [ - "17e0df72ece8/46cb73eb0ad8/launch-d41456ad6f0d-development.js" + "17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:06:12.137Z", + "updated_at": "2022-01-20T22:01:14.966Z", "status": "succeeded", - "token": "d41456ad6f0d" + "token": "bd4a22dd16c6" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/library" + "related": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/builds" + "related": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/host", - "self": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/host", + "self": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/relationships/host" }, "data": { - "id": "HT6f70dfa02a1e45c5a5f246833ac4d682", + "id": "HTabecd693a50a47afb654978c1c77e6a6", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/property" + "related": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/property" }, "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", + "id": "PR1063fb39c774452a80484b1b3ff029fe", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83", - "self": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5" + "property": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe", + "self": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.js" + } ] } } @@ -6167,49 +11117,49 @@ }, "response": { "data": { - "id": "LB6d2a5aaff0254cf2a46b27fad6dd93bd", + "id": "LBd1e721bd73a84d03b4d397b39ec1e1c7", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:06:12.219Z", + "created_at": "2022-01-20T22:01:15.112Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:06:12.219Z", + "updated_at": "2022-01-20T22:01:15.112Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/builds" + "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/data_elements", + "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/extensions", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/extensions", + "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/notes" + "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/rules", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/rules", + "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/rules" } }, "upstream_library": { @@ -6217,23 +11167,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/property" + "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/property" }, "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", + "id": "PR1063fb39c774452a80484b1b3ff029fe", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/last_build" + "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd" + "property": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe", + "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7" }, "meta": { "build_status": null, @@ -6250,18 +11200,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENdf811e5521694c60abb56e961785c3a5", + "id": "ENe00e393b2036446591c22128b6d14516", "type": "environments" } }, "response": { "data": { - "id": "ENdf811e5521694c60abb56e961785c3a5", + "id": "ENe00e393b2036446591c22128b6d14516", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/environment", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/environment", + "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/environment" } }, "response_code": 200, @@ -6274,66 +11224,66 @@ "request": null, "response": { "data": { - "id": "BL2f498901f8874b7f8dfb594ace667014", + "id": "BLe8a2bb49c3b44cf3bd08c35c3ce5571d", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:12.560Z", + "created_at": "2022-01-20T22:01:15.408Z", "status": "pending", - "updated_at": "2021-10-05T19:06:12.560Z", - "token": "72afc10f14ba" + "updated_at": "2022-01-20T22:01:15.408Z", + "token": "e128b86ede48" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/data_elements" + "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/extensions" + "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/rules" + "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/environment" + "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/environment" }, "data": { - "id": "ENdf811e5521694c60abb56e961785c3a5", + "id": "ENe00e393b2036446591c22128b6d14516", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/library" + "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/library" }, "data": { - "id": "LB6d2a5aaff0254cf2a46b27fad6dd93bd", + "id": "LBd1e721bd73a84d03b4d397b39ec1e1c7", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/property" + "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/property" }, "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", + "id": "PR1063fb39c774452a80484b1b3ff029fe", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5", - "library": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd", - "self": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014" + "environment": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516", + "library": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7", + "self": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/46cb73eb0ad8/launch-d41456ad6f0d-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/46cb73eb0ad8/72afc10f14ba/launch-d41456ad6f0d-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/e128b86ede48/launch-bd4a22dd16c6-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -6356,7 +11306,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -6429,7 +11379,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -6496,16 +11446,16 @@ "response": { "data": [ { - "id": "PR26d0ae79ef184045b22b271b0a538c83", + "id": "PR1063fb39c774452a80484b1b3ff029fe", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:06.851Z", + "created_at": "2022-01-20T22:01:09.544Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:06.851Z", + "updated_at": "2022-01-20T22:01:09.544Z", "platform": "web", "development": false, - "token": "46cb73eb0ad8", + "token": "8aa8d9667917", "domains": [ "example.com" ], @@ -6515,7 +11465,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/company" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -6524,52 +11474,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/callbacks" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/hosts" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/environments" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/libraries" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/data_elements" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/extensions" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/rules" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/notes" + "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/environments", - "extensions": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/extensions", - "rules": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/rules", - "self": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83" + "data_elements": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/environments", + "extensions": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/extensions", + "rules": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/rules", + "self": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe" }, "meta": { "rights": [ @@ -6598,7 +11548,7 @@ }, { "name": "builds.get_a_build", - "endpoint": "/properties/PR26d0ae79ef184045b22b271b0a538c83", + "endpoint": "/properties/PR1063fb39c774452a80484b1b3ff029fe", "method": "DELETE", "request": null, "response": null, @@ -6645,16 +11595,16 @@ }, "response": { "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", + "id": "PRd61c09e9ad164f7e806ac016eae760ca", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:13.285Z", + "created_at": "2022-01-20T22:01:16.378Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:13.285Z", + "updated_at": "2022-01-20T22:01:16.378Z", "platform": "web", "development": false, - "token": "e03d135f0013", + "token": "e53e06b19c23", "domains": [ "example.com" ], @@ -6664,7 +11614,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/company" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -6673,52 +11623,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/callbacks" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/hosts" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/environments" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/libraries" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/data_elements" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/extensions" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/rules" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/notes" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/environments", - "extensions": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/extensions", - "rules": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/rules", - "self": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56" + "data_elements": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/environments", + "extensions": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/extensions", + "rules": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/rules", + "self": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca" }, "meta": { "rights": [ @@ -6737,7 +11687,7 @@ }, { "name": "builds.get_a_build", - "endpoint": "/properties/PR8fa5398017ed41f19372c825163d4c56/hosts", + "endpoint": "/properties/PRd61c09e9ad164f7e806ac016eae760ca/hosts", "method": "POST", "request": { "data": { @@ -6750,33 +11700,33 @@ }, "response": { "data": { - "id": "HT3d01b3b89dee4ef1a03801e36aa3e942", + "id": "HT10fbce4a109d418282a0d097ce45d400", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:06:18.518Z", + "created_at": "2022-01-20T22:01:21.645Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:06:18.518Z", + "updated_at": "2022-01-20T22:01:21.645Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3d01b3b89dee4ef1a03801e36aa3e942/property" + "related": "https://reactor.adobe.io/hosts/HT10fbce4a109d418282a0d097ce45d400/property" }, "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", + "id": "PRd61c09e9ad164f7e806ac016eae760ca", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56", - "self": "https://reactor.adobe.io/hosts/HT3d01b3b89dee4ef1a03801e36aa3e942" + "property": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca", + "self": "https://reactor.adobe.io/hosts/HT10fbce4a109d418282a0d097ce45d400" } } }, @@ -6796,7 +11746,7 @@ "relationships": { "host": { "data": { - "id": "HT3d01b3b89dee4ef1a03801e36aa3e942", + "id": "HT10fbce4a109d418282a0d097ce45d400", "type": "hosts" } } @@ -6806,77 +11756,82 @@ }, "response": { "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", + "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:06:18.615Z", - "library_path": "17e0df72ece8/e03d135f0013", - "library_name": "launch-b188336cc683-development.min.js", + "created_at": "2022-01-20T22:01:21.790Z", + "library_path": "17e0df72ece8/e53e06b19c23", + "library_name": "launch-5a90c35dda77-development.min.js", "library_entry_points": [ { - "library_name": "launch-b188336cc683-development.min.js", + "library_name": "launch-5a90c35dda77-development.min.js", "minified": true, "references": [ - "17e0df72ece8/e03d135f0013/launch-b188336cc683-development.min.js" + "17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.min.js" ], - "license_path": "17e0df72ece8/e03d135f0013/launch-b188336cc683-development.js" + "license_path": "17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.js" }, { - "library_name": "launch-b188336cc683-development.js", + "library_name": "launch-5a90c35dda77-development.js", "minified": false, "references": [ - "17e0df72ece8/e03d135f0013/launch-b188336cc683-development.js" + "17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:06:18.615Z", + "updated_at": "2022-01-20T22:01:21.790Z", "status": "succeeded", - "token": "b188336cc683" + "token": "5a90c35dda77" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/library" + "related": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/builds" + "related": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/host", - "self": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/relationships/host" + "related": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/host", + "self": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/relationships/host" }, "data": { - "id": "HT3d01b3b89dee4ef1a03801e36aa3e942", + "id": "HT10fbce4a109d418282a0d097ce45d400", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/property" + "related": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/property" }, "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", + "id": "PRd61c09e9ad164f7e806ac016eae760ca", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56", - "self": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4" + "property": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca", + "self": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.js" + } ] } } @@ -6898,49 +11853,49 @@ }, "response": { "data": { - "id": "LB10a6ce41d5fc42299578f176efd7874c", + "id": "LB79cd9607b9314d4a8b5c9711eeb4dcae", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:06:18.770Z", + "created_at": "2022-01-20T22:01:21.895Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:06:18.770Z", + "updated_at": "2022-01-20T22:01:21.895Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/builds" + "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/data_elements", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/data_elements", + "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/extensions", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/extensions", + "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/notes" + "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/rules", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/rules", + "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/rules" } }, "upstream_library": { @@ -6948,23 +11903,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/property" + "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/property" }, "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", + "id": "PRd61c09e9ad164f7e806ac016eae760ca", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/last_build" + "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c" + "property": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca", + "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae" }, "meta": { "build_status": null, @@ -6981,18 +11936,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", + "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", "type": "environments" } }, "response": { "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", + "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/environment", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/environment", + "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/environment" } }, "response_code": 200, @@ -7005,66 +11960,66 @@ "request": null, "response": { "data": { - "id": "BL6ea45745293d487e9149a5fea57a6afb", + "id": "BL41d1cb1625fa42358984f86c301e6fdc", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:19.063Z", + "created_at": "2022-01-20T22:01:22.200Z", "status": "pending", - "updated_at": "2021-10-05T19:06:19.063Z", - "token": "530b0774833a" + "updated_at": "2022-01-20T22:01:22.200Z", + "token": "cc9aa0161260" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/data_elements" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/extensions" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/rules" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/environment" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/environment" }, "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", + "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/library" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/library" }, "data": { - "id": "LB10a6ce41d5fc42299578f176efd7874c", + "id": "LB79cd9607b9314d4a8b5c9711eeb4dcae", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/property" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/property" }, "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", + "id": "PRd61c09e9ad164f7e806ac016eae760ca", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4", - "library": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c", - "self": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb" + "environment": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22", + "library": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae", + "self": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e03d135f0013/launch-b188336cc683-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e03d135f0013/530b0774833a/launch-b188336cc683-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/cc9aa0161260/launch-5a90c35dda77-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -7080,66 +12035,66 @@ "request": null, "response": { "data": { - "id": "BL6ea45745293d487e9149a5fea57a6afb", + "id": "BL41d1cb1625fa42358984f86c301e6fdc", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:19.063Z", + "created_at": "2022-01-20T22:01:22.200Z", "status": "pending", - "updated_at": "2021-10-05T19:06:19.063Z", - "token": "530b0774833a" + "updated_at": "2022-01-20T22:01:22.200Z", + "token": "cc9aa0161260" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/data_elements" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/extensions" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/rules" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/environment" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/environment" }, "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", + "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/library" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/library" }, "data": { - "id": "LB10a6ce41d5fc42299578f176efd7874c", + "id": "LB79cd9607b9314d4a8b5c9711eeb4dcae", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/property" + "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/property" }, "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", + "id": "PRd61c09e9ad164f7e806ac016eae760ca", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4", - "library": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c", - "self": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb" + "environment": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22", + "library": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae", + "self": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e03d135f0013/launch-b188336cc683-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e03d135f0013/530b0774833a/launch-b188336cc683-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/cc9aa0161260/launch-5a90c35dda77-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -7162,7 +12117,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -7235,7 +12190,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -7302,16 +12257,16 @@ "response": { "data": [ { - "id": "PR8fa5398017ed41f19372c825163d4c56", + "id": "PRd61c09e9ad164f7e806ac016eae760ca", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:13.285Z", + "created_at": "2022-01-20T22:01:16.378Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:13.285Z", + "updated_at": "2022-01-20T22:01:16.378Z", "platform": "web", "development": false, - "token": "e03d135f0013", + "token": "e53e06b19c23", "domains": [ "example.com" ], @@ -7321,7 +12276,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/company" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -7330,52 +12285,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/callbacks" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/hosts" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/environments" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/libraries" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/data_elements" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/extensions" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/rules" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/notes" + "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/environments", - "extensions": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/extensions", - "rules": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/rules", - "self": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56" + "data_elements": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/environments", + "extensions": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/extensions", + "rules": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/rules", + "self": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca" }, "meta": { "rights": [ @@ -7404,7 +12359,7 @@ }, { "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/PR8fa5398017ed41f19372c825163d4c56", + "endpoint": "/properties/PRd61c09e9ad164f7e806ac016eae760ca", "method": "DELETE", "request": null, "response": null, @@ -7451,16 +12406,16 @@ }, "response": { "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", + "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:19.831Z", + "created_at": "2022-01-20T22:01:23.089Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:19.831Z", + "updated_at": "2022-01-20T22:01:23.089Z", "platform": "web", "development": false, - "token": "a8c973ed5016", + "token": "d8826ac67e32", "domains": [ "example.com" ], @@ -7470,7 +12425,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/company" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -7479,52 +12434,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/hosts" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/environments" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/libraries" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/extensions" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/rules" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/notes" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/environments", - "extensions": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/extensions", - "rules": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/rules", - "self": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2" + "data_elements": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/rules", + "self": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b" }, "meta": { "rights": [ @@ -7543,7 +12498,7 @@ }, { "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/PR351e3314543841b386c346ec7a984eb2/hosts", + "endpoint": "/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/hosts", "method": "POST", "request": { "data": { @@ -7556,33 +12511,33 @@ }, "response": { "data": { - "id": "HTa5409546459742fe891af34877368894", + "id": "HT162164c28bd64571b894e3680a8e2b7a", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:06:25.170Z", + "created_at": "2022-01-20T22:01:28.479Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:06:25.170Z", + "updated_at": "2022-01-20T22:01:28.479Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa5409546459742fe891af34877368894/property" + "related": "https://reactor.adobe.io/hosts/HT162164c28bd64571b894e3680a8e2b7a/property" }, "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", + "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2", - "self": "https://reactor.adobe.io/hosts/HTa5409546459742fe891af34877368894" + "property": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b", + "self": "https://reactor.adobe.io/hosts/HT162164c28bd64571b894e3680a8e2b7a" } } }, @@ -7602,7 +12557,7 @@ "relationships": { "host": { "data": { - "id": "HTa5409546459742fe891af34877368894", + "id": "HT162164c28bd64571b894e3680a8e2b7a", "type": "hosts" } } @@ -7612,77 +12567,82 @@ }, "response": { "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", + "id": "EN36adf64bab8d49d681a1766f477bfcb0", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:06:25.241Z", - "library_path": "17e0df72ece8/a8c973ed5016", - "library_name": "launch-2e9e18651abe-development.min.js", + "created_at": "2022-01-20T22:01:28.567Z", + "library_path": "17e0df72ece8/d8826ac67e32", + "library_name": "launch-c60716681e98-development.min.js", "library_entry_points": [ { - "library_name": "launch-2e9e18651abe-development.min.js", + "library_name": "launch-c60716681e98-development.min.js", "minified": true, "references": [ - "17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.min.js" + "17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.min.js" ], - "license_path": "17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.js" + "license_path": "17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.js" }, { - "library_name": "launch-2e9e18651abe-development.js", + "library_name": "launch-c60716681e98-development.js", "minified": false, "references": [ - "17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.js" + "17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:06:25.241Z", + "updated_at": "2022-01-20T22:01:28.567Z", "status": "succeeded", - "token": "2e9e18651abe" + "token": "c60716681e98" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/library" + "related": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/builds" + "related": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/host", - "self": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/relationships/host" + "related": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/host", + "self": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/relationships/host" }, "data": { - "id": "HTa5409546459742fe891af34877368894", + "id": "HT162164c28bd64571b894e3680a8e2b7a", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/property" + "related": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/property" }, "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", + "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2", - "self": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a" + "property": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b", + "self": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.js" + } ] } } @@ -7704,49 +12664,49 @@ }, "response": { "data": { - "id": "LB1631f55f009f43aa92909e253f6a4538", + "id": "LB74f08a5110b54d3abc6a22facffff4ad", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:06:25.316Z", + "created_at": "2022-01-20T22:01:28.650Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:06:25.316Z", + "updated_at": "2022-01-20T22:01:28.650Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/builds" + "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/data_elements", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/extensions", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/extensions", + "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/notes" + "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/rules", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/rules", + "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/rules" } }, "upstream_library": { @@ -7754,23 +12714,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/property" + "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/property" }, "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", + "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/last_build" + "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538" + "property": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b", + "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad" }, "meta": { "build_status": null, @@ -7787,18 +12747,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", + "id": "EN36adf64bab8d49d681a1766f477bfcb0", "type": "environments" } }, "response": { "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", + "id": "EN36adf64bab8d49d681a1766f477bfcb0", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/environment", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/environment", + "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/environment" } }, "response_code": 200, @@ -7811,66 +12771,66 @@ "request": null, "response": { "data": { - "id": "BL7cd9542447934c7da30a5a7802499b73", + "id": "BLafeeff62f97b4451a2ccd3101b7e2553", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:25.544Z", + "created_at": "2022-01-20T22:01:29.027Z", "status": "pending", - "updated_at": "2021-10-05T19:06:25.544Z", - "token": "cd23907fc5c3" + "updated_at": "2022-01-20T22:01:29.027Z", + "token": "10a123ed1175" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/data_elements" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/extensions" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/rules" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/environment" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/environment" }, "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", + "id": "EN36adf64bab8d49d681a1766f477bfcb0", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/library" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/library" }, "data": { - "id": "LB1631f55f009f43aa92909e253f6a4538", + "id": "LB74f08a5110b54d3abc6a22facffff4ad", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/property" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/property" }, "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", + "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a", - "library": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538", - "self": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73" + "environment": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0", + "library": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad", + "self": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a8c973ed5016/cd23907fc5c3/launch-2e9e18651abe-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/10a123ed1175/launch-c60716681e98-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -7887,66 +12847,66 @@ "response": { "data": [ { - "id": "BL7cd9542447934c7da30a5a7802499b73", + "id": "BLafeeff62f97b4451a2ccd3101b7e2553", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:25.544Z", + "created_at": "2022-01-20T22:01:29.027Z", "status": "pending", - "updated_at": "2021-10-05T19:06:25.544Z", - "token": "cd23907fc5c3" + "updated_at": "2022-01-20T22:01:29.027Z", + "token": "10a123ed1175" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/data_elements" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/extensions" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/rules" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/environment" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/environment" }, "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", + "id": "EN36adf64bab8d49d681a1766f477bfcb0", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/library" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/library" }, "data": { - "id": "LB1631f55f009f43aa92909e253f6a4538", + "id": "LB74f08a5110b54d3abc6a22facffff4ad", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/property" + "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/property" }, "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", + "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a", - "library": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538", - "self": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73" + "environment": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0", + "library": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad", + "self": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a8c973ed5016/cd23907fc5c3/launch-2e9e18651abe-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/10a123ed1175/launch-c60716681e98-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -7979,7 +12939,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -8052,7 +13012,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -8119,16 +13079,16 @@ "response": { "data": [ { - "id": "PR351e3314543841b386c346ec7a984eb2", + "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:19.831Z", + "created_at": "2022-01-20T22:01:23.089Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:19.831Z", + "updated_at": "2022-01-20T22:01:23.089Z", "platform": "web", "development": false, - "token": "a8c973ed5016", + "token": "d8826ac67e32", "domains": [ "example.com" ], @@ -8138,7 +13098,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/company" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -8147,52 +13107,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/hosts" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/environments" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/libraries" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/extensions" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/rules" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/notes" + "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/environments", - "extensions": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/extensions", - "rules": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/rules", - "self": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2" + "data_elements": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/rules", + "self": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b" }, "meta": { "rights": [ @@ -8221,7 +13181,7 @@ }, { "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/PR351e3314543841b386c346ec7a984eb2", + "endpoint": "/properties/PRe3abdc83b00440ac94fe4bb01e4d945b", "method": "DELETE", "request": null, "response": null, @@ -8268,16 +13228,16 @@ }, "response": { "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", + "id": "PRf412b7a7384d49b684721aabe6948a9b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:26.161Z", + "created_at": "2022-01-20T22:01:29.732Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:26.161Z", + "updated_at": "2022-01-20T22:01:29.732Z", "platform": "web", "development": false, - "token": "c75554ae11ab", + "token": "b3e5cfbd02b5", "domains": [ "example.com" ], @@ -8287,7 +13247,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/company" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -8296,52 +13256,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/callbacks" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/hosts" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/environments" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/libraries" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/data_elements" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/extensions" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/rules" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/notes" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/environments", - "extensions": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/extensions", - "rules": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/rules", - "self": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb" + "data_elements": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/environments", + "extensions": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/extensions", + "rules": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/rules", + "self": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b" }, "meta": { "rights": [ @@ -8360,7 +13320,7 @@ }, { "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/PR1f42d05c97a442d8ab08fea6837414fb/hosts", + "endpoint": "/properties/PRf412b7a7384d49b684721aabe6948a9b/hosts", "method": "POST", "request": { "data": { @@ -8373,33 +13333,33 @@ }, "response": { "data": { - "id": "HTd21d0258310d47859e12009143ef9429", + "id": "HTb8d427fee7ee44909e3944ac21ed2a21", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:06:31.340Z", + "created_at": "2022-01-20T22:01:35.056Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:06:31.340Z", + "updated_at": "2022-01-20T22:01:35.056Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd21d0258310d47859e12009143ef9429/property" + "related": "https://reactor.adobe.io/hosts/HTb8d427fee7ee44909e3944ac21ed2a21/property" }, "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", + "id": "PRf412b7a7384d49b684721aabe6948a9b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb", - "self": "https://reactor.adobe.io/hosts/HTd21d0258310d47859e12009143ef9429" + "property": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b", + "self": "https://reactor.adobe.io/hosts/HTb8d427fee7ee44909e3944ac21ed2a21" } } }, @@ -8419,7 +13379,7 @@ "relationships": { "host": { "data": { - "id": "HTd21d0258310d47859e12009143ef9429", + "id": "HTb8d427fee7ee44909e3944ac21ed2a21", "type": "hosts" } } @@ -8429,77 +13389,82 @@ }, "response": { "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", + "id": "ENe76367ce28cc4bbdae143847c7f52f71", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:06:31.413Z", - "library_path": "17e0df72ece8/c75554ae11ab", - "library_name": "launch-0f9569f67daf-development.min.js", + "created_at": "2022-01-20T22:01:35.155Z", + "library_path": "17e0df72ece8/b3e5cfbd02b5", + "library_name": "launch-fa6954bae3c2-development.min.js", "library_entry_points": [ { - "library_name": "launch-0f9569f67daf-development.min.js", + "library_name": "launch-fa6954bae3c2-development.min.js", "minified": true, "references": [ - "17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.min.js" + "17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.min.js" ], - "license_path": "17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.js" + "license_path": "17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.js" }, { - "library_name": "launch-0f9569f67daf-development.js", + "library_name": "launch-fa6954bae3c2-development.js", "minified": false, "references": [ - "17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.js" + "17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:06:31.413Z", + "updated_at": "2022-01-20T22:01:35.155Z", "status": "succeeded", - "token": "0f9569f67daf" + "token": "fa6954bae3c2" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/library" + "related": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/builds" + "related": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/host", - "self": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/host", + "self": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/relationships/host" }, "data": { - "id": "HTd21d0258310d47859e12009143ef9429", + "id": "HTb8d427fee7ee44909e3944ac21ed2a21", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/property" + "related": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/property" }, "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", + "id": "PRf412b7a7384d49b684721aabe6948a9b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb", - "self": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175" + "property": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b", + "self": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.js" + } ] } } @@ -8521,49 +13486,49 @@ }, "response": { "data": { - "id": "LB0fe95c3c821a4acebc86c75eebf241e3", + "id": "LB18f236ce76c14917842e081329525f8c", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:06:31.492Z", + "created_at": "2022-01-20T22:01:35.263Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:06:31.492Z", + "updated_at": "2022-01-20T22:01:35.263Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/builds" + "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/extensions", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/extensions", + "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/notes" + "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/rules", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/rules", + "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/rules" } }, "upstream_library": { @@ -8571,23 +13536,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/property" + "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/property" }, "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", + "id": "PRf412b7a7384d49b684721aabe6948a9b", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/last_build" + "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3" + "property": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b", + "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c" }, "meta": { "build_status": null, @@ -8604,18 +13569,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", + "id": "ENe76367ce28cc4bbdae143847c7f52f71", "type": "environments" } }, "response": { "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", + "id": "ENe76367ce28cc4bbdae143847c7f52f71", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/environment", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/environment", + "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/environment" } }, "response_code": 200, @@ -8628,66 +13593,66 @@ "request": null, "response": { "data": { - "id": "BL18a1d6a5745448378a598d67e7084511", + "id": "BL9f11026442544540b229a1e9d18e5d1f", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:31.756Z", + "created_at": "2022-01-20T22:01:35.860Z", "status": "pending", - "updated_at": "2021-10-05T19:06:31.756Z", - "token": "c8237f62469e" + "updated_at": "2022-01-20T22:01:35.860Z", + "token": "e47724994450" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/data_elements" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/extensions" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/rules" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/environment" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/environment" }, "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", + "id": "ENe76367ce28cc4bbdae143847c7f52f71", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/library" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/library" }, "data": { - "id": "LB0fe95c3c821a4acebc86c75eebf241e3", + "id": "LB18f236ce76c14917842e081329525f8c", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/property" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/property" }, "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", + "id": "PRf412b7a7384d49b684721aabe6948a9b", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175", - "library": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3", - "self": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511" + "environment": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71", + "library": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c", + "self": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c75554ae11ab/c8237f62469e/launch-0f9569f67daf-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/e47724994450/launch-fa6954bae3c2-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -8704,66 +13669,66 @@ "response": { "data": [ { - "id": "BL18a1d6a5745448378a598d67e7084511", + "id": "BL9f11026442544540b229a1e9d18e5d1f", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:31.756Z", + "created_at": "2022-01-20T22:01:35.860Z", "status": "pending", - "updated_at": "2021-10-05T19:06:31.756Z", - "token": "c8237f62469e" + "updated_at": "2022-01-20T22:01:35.860Z", + "token": "e47724994450" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/data_elements" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/extensions" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/rules" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/environment" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/environment" }, "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", + "id": "ENe76367ce28cc4bbdae143847c7f52f71", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/library" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/library" }, "data": { - "id": "LB0fe95c3c821a4acebc86c75eebf241e3", + "id": "LB18f236ce76c14917842e081329525f8c", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/property" + "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/property" }, "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", + "id": "PRf412b7a7384d49b684721aabe6948a9b", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175", - "library": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3", - "self": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511" + "environment": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71", + "library": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c", + "self": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c75554ae11ab/c8237f62469e/launch-0f9569f67daf-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/e47724994450/launch-fa6954bae3c2-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -8796,7 +13761,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -8869,7 +13834,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -8936,16 +13901,16 @@ "response": { "data": [ { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", + "id": "PRf412b7a7384d49b684721aabe6948a9b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:26.161Z", + "created_at": "2022-01-20T22:01:29.732Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:26.161Z", + "updated_at": "2022-01-20T22:01:29.732Z", "platform": "web", "development": false, - "token": "c75554ae11ab", + "token": "b3e5cfbd02b5", "domains": [ "example.com" ], @@ -8955,7 +13920,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/company" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -8964,52 +13929,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/callbacks" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/hosts" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/environments" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/libraries" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/data_elements" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/extensions" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/rules" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/notes" + "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/environments", - "extensions": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/extensions", - "rules": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/rules", - "self": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb" + "data_elements": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/environments", + "extensions": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/extensions", + "rules": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/rules", + "self": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b" }, "meta": { "rights": [ @@ -9038,7 +14003,7 @@ }, { "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/PR1f42d05c97a442d8ab08fea6837414fb", + "endpoint": "/properties/PRf412b7a7384d49b684721aabe6948a9b", "method": "DELETE", "request": null, "response": null, @@ -9085,16 +14050,16 @@ }, "response": { "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:32.586Z", + "created_at": "2022-01-20T22:01:36.855Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:32.586Z", + "updated_at": "2022-01-20T22:01:36.855Z", "platform": "web", "development": false, - "token": "30c7f587cc9b", + "token": "a655f1cbacd7", "domains": [ "example.com" ], @@ -9104,7 +14069,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/company" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -9113,52 +14078,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/callbacks" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/hosts" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/environments" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/libraries" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/data_elements" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/extensions" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/rules" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/notes" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/environments", - "extensions": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/extensions", - "rules": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/rules", - "self": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d" + "data_elements": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/environments", + "extensions": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/extensions", + "rules": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/rules", + "self": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f" }, "meta": { "rights": [ @@ -10454,6 +15419,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -11630,10 +16596,10 @@ }, "response": { "data": { - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", + "id": "EX9f1f1969b2184663b30ebccc7a09496b", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:06:37.978Z", + "created_at": "2022-01-20T22:01:42.307Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -11641,7 +16607,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:06:37.978Z", + "updated_at": "2022-01-20T22:01:42.307Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -11651,40 +16617,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/libraries" + "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/revisions" + "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/notes" + "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/property" + "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/property" }, "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/origin" + "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/origin" }, "data": { - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", + "id": "EX9f1f1969b2184663b30ebccc7a09496b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -11693,7 +16659,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -11702,9 +16668,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "origin": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc", - "self": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc", + "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", + "origin": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b", + "self": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -11727,16 +16693,16 @@ "meta": { "action": "revise" }, - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", + "id": "EX9f1f1969b2184663b30ebccc7a09496b", "type": "extensions" } }, "response": { "data": { - "id": "EX3560c9201e8c49f5bb7084f04c673550", + "id": "EX637ca341d92342a9a3d342bb659f7ed8", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:06:37.994Z", + "created_at": "2022-01-20T22:01:42.328Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -11744,7 +16710,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:06:37.994Z", + "updated_at": "2022-01-20T22:01:42.328Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -11754,40 +16720,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/libraries" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/revisions" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/notes" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/property" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/property" }, "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/origin" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/origin" }, "data": { - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", + "id": "EX9f1f1969b2184663b30ebccc7a09496b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -11796,7 +16762,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/extension_package" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -11805,9 +16771,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "origin": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc", - "self": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550", + "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", + "origin": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b", + "self": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -11821,7 +16787,7 @@ }, { "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/PRe7925d204ae64a68960380d49085419d/hosts", + "endpoint": "/properties/PR2a47fea909864a12967b733e3f302b8f/hosts", "method": "POST", "request": { "data": { @@ -11834,33 +16800,33 @@ }, "response": { "data": { - "id": "HT6ea4ae17192f4648a5a8c25f35ffcb2a", + "id": "HTf95c63dad2224198b0f912b4d685fabc", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:06:38.227Z", + "created_at": "2022-01-20T22:01:42.556Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:06:38.227Z", + "updated_at": "2022-01-20T22:01:42.556Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT6ea4ae17192f4648a5a8c25f35ffcb2a/property" + "related": "https://reactor.adobe.io/hosts/HTf95c63dad2224198b0f912b4d685fabc/property" }, "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "self": "https://reactor.adobe.io/hosts/HT6ea4ae17192f4648a5a8c25f35ffcb2a" + "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", + "self": "https://reactor.adobe.io/hosts/HTf95c63dad2224198b0f912b4d685fabc" } } }, @@ -11880,7 +16846,7 @@ "relationships": { "host": { "data": { - "id": "HT6ea4ae17192f4648a5a8c25f35ffcb2a", + "id": "HTf95c63dad2224198b0f912b4d685fabc", "type": "hosts" } } @@ -11890,77 +16856,82 @@ }, "response": { "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", + "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:06:38.310Z", - "library_path": "17e0df72ece8/30c7f587cc9b", - "library_name": "launch-ee9df22092e9-development.min.js", + "created_at": "2022-01-20T22:01:42.627Z", + "library_path": "17e0df72ece8/a655f1cbacd7", + "library_name": "launch-f0bdf99a7dc3-development.min.js", "library_entry_points": [ { - "library_name": "launch-ee9df22092e9-development.min.js", + "library_name": "launch-f0bdf99a7dc3-development.min.js", "minified": true, "references": [ - "17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.min.js" + "17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js" ], - "license_path": "17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.js" + "license_path": "17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.js" }, { - "library_name": "launch-ee9df22092e9-development.js", + "library_name": "launch-f0bdf99a7dc3-development.js", "minified": false, "references": [ - "17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.js" + "17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:06:38.310Z", + "updated_at": "2022-01-20T22:01:42.627Z", "status": "succeeded", - "token": "ee9df22092e9" + "token": "f0bdf99a7dc3" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/library" + "related": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/builds" + "related": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/host", - "self": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/relationships/host" + "related": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/host", + "self": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/relationships/host" }, "data": { - "id": "HT6ea4ae17192f4648a5a8c25f35ffcb2a", + "id": "HTf95c63dad2224198b0f912b4d685fabc", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/property" + "related": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/property" }, "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "self": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b" + "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", + "self": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.js" + } ] } } @@ -11981,14 +16952,14 @@ "extensions": { "data": [ { - "id": "EX3560c9201e8c49f5bb7084f04c673550", + "id": "EX637ca341d92342a9a3d342bb659f7ed8", "type": "extensions" } ] }, "environment": { "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", + "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", "type": "environments" } } @@ -11998,53 +16969,53 @@ }, "response": { "data": { - "id": "LB837b8d1d55464d229384dabad56e52dd", + "id": "LB3ffee749efe8478ba0caa861dd1a7a4c", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:06:38.406Z", + "created_at": "2022-01-20T22:01:42.735Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:06:38.406Z", + "updated_at": "2022-01-20T22:01:42.735Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/builds" + "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/builds" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/environment", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/environment", + "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/relationships/environment" }, "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", + "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", "type": "environments" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/data_elements", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/extensions", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/extensions", + "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/notes" + "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/rules", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/rules", + "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/relationships/rules" } }, "upstream_library": { @@ -12052,23 +17023,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/property" + "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/property" }, "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/last_build" + "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd" + "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", + "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c" }, "meta": { "build_status": null, @@ -12086,66 +17057,66 @@ "request": null, "response": { "data": { - "id": "BLbe1da626ecf640c69704b4b9343c2fcf", + "id": "BL1aef9a6bf54543a98bf0deb787c0b763", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:38.643Z", + "created_at": "2022-01-20T22:01:42.988Z", "status": "pending", - "updated_at": "2021-10-05T19:06:38.643Z", - "token": "0d3d5b8b1704" + "updated_at": "2022-01-20T22:01:42.988Z", + "token": "eeb0037cf1fd" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/data_elements" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/extensions" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/rules" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/environment" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/environment" }, "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", + "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/library" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/library" }, "data": { - "id": "LB837b8d1d55464d229384dabad56e52dd", + "id": "LB3ffee749efe8478ba0caa861dd1a7a4c", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/property" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/property" }, "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b", - "library": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd", - "self": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf" + "environment": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9", + "library": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c", + "self": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/0d3d5b8b1704/launch-ee9df22092e9-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/eeb0037cf1fd/launch-f0bdf99a7dc3-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -12156,71 +17127,71 @@ }, { "name": "builds.list_extensions_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf", + "endpoint": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763", "method": "GET", "request": null, "response": { "data": { - "id": "BLbe1da626ecf640c69704b4b9343c2fcf", + "id": "BL1aef9a6bf54543a98bf0deb787c0b763", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:38.643Z", + "created_at": "2022-01-20T22:01:42.988Z", "status": "pending", - "updated_at": "2021-10-05T19:06:38.643Z", - "token": "0d3d5b8b1704" + "updated_at": "2022-01-20T22:01:42.988Z", + "token": "eeb0037cf1fd" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/data_elements" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/extensions" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/rules" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/environment" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/environment" }, "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", + "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/library" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/library" }, "data": { - "id": "LB837b8d1d55464d229384dabad56e52dd", + "id": "LB3ffee749efe8478ba0caa861dd1a7a4c", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/property" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/property" }, "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b", - "library": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd", - "self": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf" + "environment": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9", + "library": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c", + "self": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/0d3d5b8b1704/launch-ee9df22092e9-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/eeb0037cf1fd/launch-f0bdf99a7dc3-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -12231,71 +17202,71 @@ }, { "name": "builds.list_extensions_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf", + "endpoint": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763", "method": "GET", "request": null, "response": { "data": { - "id": "BLbe1da626ecf640c69704b4b9343c2fcf", + "id": "BL1aef9a6bf54543a98bf0deb787c0b763", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:38.643Z", + "created_at": "2022-01-20T22:01:42.988Z", "status": "succeeded", - "updated_at": "2021-10-05T19:06:40.135Z", - "token": "0d3d5b8b1704" + "updated_at": "2022-01-20T22:01:44.616Z", + "token": "eeb0037cf1fd" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/data_elements" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/extensions" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/rules" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/environment" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/environment" }, "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", + "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/library" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/library" }, "data": { - "id": "LB837b8d1d55464d229384dabad56e52dd", + "id": "LB3ffee749efe8478ba0caa861dd1a7a4c", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/property" + "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/property" }, "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b", - "library": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd", - "self": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf" + "environment": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9", + "library": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c", + "self": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/0d3d5b8b1704/launch-ee9df22092e9-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/eeb0037cf1fd/launch-f0bdf99a7dc3-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -12312,10 +17283,10 @@ "response": { "data": [ { - "id": "EX3560c9201e8c49f5bb7084f04c673550", + "id": "EX637ca341d92342a9a3d342bb659f7ed8", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:06:37.994Z", + "created_at": "2022-01-20T22:01:42.328Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -12323,7 +17294,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:06:37.994Z", + "updated_at": "2022-01-20T22:01:42.328Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -12333,40 +17304,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/libraries" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/revisions" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/notes" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/property" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/property" }, "data": { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/origin" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/origin" }, "data": { - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", + "id": "EX9f1f1969b2184663b30ebccc7a09496b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -12375,7 +17346,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/extension_package" + "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -12384,9 +17355,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "origin": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc", - "self": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550", + "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", + "origin": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b", + "self": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -12422,7 +17393,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -12495,7 +17466,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -12562,16 +17533,16 @@ "response": { "data": [ { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PR2a47fea909864a12967b733e3f302b8f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:32.586Z", + "created_at": "2022-01-20T22:01:36.855Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:32.586Z", + "updated_at": "2022-01-20T22:01:36.855Z", "platform": "web", "development": false, - "token": "30c7f587cc9b", + "token": "a655f1cbacd7", "domains": [ "example.com" ], @@ -12581,7 +17552,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/company" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -12590,52 +17561,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/callbacks" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/hosts" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/environments" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/libraries" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/data_elements" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/extensions" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/rules" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/notes" + "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/environments", - "extensions": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/extensions", - "rules": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/rules", - "self": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d" + "data_elements": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/environments", + "extensions": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/extensions", + "rules": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/rules", + "self": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f" }, "meta": { "rights": [ @@ -12664,7 +17635,7 @@ }, { "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/PRe7925d204ae64a68960380d49085419d", + "endpoint": "/properties/PR2a47fea909864a12967b733e3f302b8f", "method": "DELETE", "request": null, "response": null, @@ -12711,16 +17682,16 @@ }, "response": { "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:44.375Z", + "created_at": "2022-01-20T22:01:48.845Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:44.375Z", + "updated_at": "2022-01-20T22:01:48.845Z", "platform": "web", "development": false, - "token": "b40b39b25148", + "token": "54f1604be886", "domains": [ "example.com" ], @@ -12730,7 +17701,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/company" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -12739,52 +17710,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/callbacks" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/hosts" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/environments" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/libraries" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/data_elements" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/extensions" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/rules" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/notes" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/environments", - "extensions": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/extensions", - "rules": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/rules", - "self": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b" + "data_elements": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/rules", + "self": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6" }, "meta": { "rights": [ @@ -12815,10 +17786,10 @@ }, "response": { "data": { - "id": "RLfcc7111a41824b2193be9ba5be04e501", + "id": "RL879e6ab7cbf74605b77b50d01555cdd6", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:06:49.688Z", + "created_at": "2022-01-20T22:01:54.119Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -12826,54 +17797,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:06:49.688Z", + "updated_at": "2022-01-20T22:01:54.119Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/libraries" + "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/revisions" + "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/notes" + "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/property" + "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/origin" + "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/origin" }, "data": { - "id": "RLfcc7111a41824b2193be9ba5be04e501", + "id": "RL879e6ab7cbf74605b77b50d01555cdd6", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/rule_components" + "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501", - "self": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501", - "rule_components": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/rule_components" + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "origin": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6", + "self": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6", + "rule_components": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/rule_components" }, "meta": { "latest_revision_number": 0 @@ -12894,16 +17865,16 @@ "meta": { "action": "revise" }, - "id": "RLfcc7111a41824b2193be9ba5be04e501", + "id": "RL879e6ab7cbf74605b77b50d01555cdd6", "type": "rules" } }, "response": { "data": { - "id": "RL432e113c23334ae4be39b3c19ad5d6ac", + "id": "RL76638f1cce98431cb9e637364c44c4a5", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:06:49.797Z", + "created_at": "2022-01-20T22:01:54.232Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -12911,54 +17882,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:06:49.797Z", + "updated_at": "2022-01-20T22:01:54.232Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/libraries" + "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/revisions" + "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/notes" + "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/property" + "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/origin" + "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/origin" }, "data": { - "id": "RLfcc7111a41824b2193be9ba5be04e501", + "id": "RL879e6ab7cbf74605b77b50d01555cdd6", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/rule_components" + "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501", - "self": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac", - "rule_components": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/rule_components" + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "origin": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6", + "self": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5", + "rule_components": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/rule_components" }, "meta": { "latest_revision_number": 1 @@ -14247,6 +19218,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -15423,10 +20395,10 @@ }, "response": { "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", + "id": "EX8206be9a27e5486a9561e741cdb8e8f1", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:06:50.080Z", + "created_at": "2022-01-20T22:01:54.529Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -15434,7 +20406,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:06:50.080Z", + "updated_at": "2022-01-20T22:01:54.529Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -15444,40 +20416,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/libraries" + "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/revisions" + "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/notes" + "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/property" + "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/origin" + "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/origin" }, "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", + "id": "EX8206be9a27e5486a9561e741cdb8e8f1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -15486,7 +20458,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -15495,9 +20467,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f", - "self": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f", + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "origin": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1", + "self": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -16765,6 +21737,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -17917,14 +22890,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:06:50 -0600", + "name": "My Data Element 2022-01-20 15:01:54 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", + "id": "EX8206be9a27e5486a9561e741cdb8e8f1", "type": "extensions" } } @@ -17934,18 +22907,18 @@ }, "response": { "data": { - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", + "id": "DEd563348843984e1396bde3c96a5fc12f", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:06:50.398Z", + "created_at": "2022-01-20T22:01:54.888Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:06:50 -0600", + "name": "My Data Element 2022-01-20 15:01:54 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:06:50.398Z", + "updated_at": "2022-01-20T22:01:54.888Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -17957,49 +22930,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/libraries" + "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/revisions" + "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/notes" + "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/property" + "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/origin" + "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/origin" }, "data": { - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", + "id": "DEd563348843984e1396bde3c96a5fc12f", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/extension" + "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/extension" }, "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", + "id": "EX8206be9a27e5486a9561e741cdb8e8f1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -18008,19 +22981,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/updated_with_extension" }, "data": { - "id": "EX19c101cbf8c34034b998d950de65714b", + "id": "EXab7b9b7e4192488a94e674a0786eb8a6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "self": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "extension": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f" + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "origin": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f", + "self": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f", + "extension": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1" }, "meta": { "latest_revision_number": 0 @@ -18041,24 +23014,24 @@ "meta": { "action": "revise" }, - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", + "id": "DEd563348843984e1396bde3c96a5fc12f", "type": "data_elements" } }, "response": { "data": { - "id": "DEca86f723545844f6917aeb3d0fc26d02", + "id": "DEd056bd1c4b69461e9c1947da92bd11f5", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:06:50.509Z", + "created_at": "2022-01-20T22:01:55.031Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:06:50 -0600", + "name": "My Data Element 2022-01-20 15:01:54 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:06:50.509Z", + "updated_at": "2022-01-20T22:01:55.031Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -18070,49 +23043,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/libraries" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/revisions" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/notes" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/property" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/origin" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/origin" }, "data": { - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", + "id": "DEd563348843984e1396bde3c96a5fc12f", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/extension" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/extension" }, "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", + "id": "EX8206be9a27e5486a9561e741cdb8e8f1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -18121,19 +23094,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/updated_with_extension" }, "data": { - "id": "EX19c101cbf8c34034b998d950de65714b", + "id": "EXab7b9b7e4192488a94e674a0786eb8a6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "self": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02", - "extension": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f" + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "origin": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f", + "self": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5", + "extension": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1" }, "meta": { "latest_revision_number": 1 @@ -18154,16 +23127,16 @@ "meta": { "action": "revise" }, - "id": "EX26d14a9710724037b08405e03f320c7f", + "id": "EX8206be9a27e5486a9561e741cdb8e8f1", "type": "extensions" } }, "response": { "data": { - "id": "EX19c101cbf8c34034b998d950de65714b", + "id": "EXab7b9b7e4192488a94e674a0786eb8a6", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:06:50.097Z", + "created_at": "2022-01-20T22:01:54.549Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -18171,7 +23144,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:06:50.097Z", + "updated_at": "2022-01-20T22:01:54.549Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -18181,40 +23154,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/libraries" + "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/revisions" + "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/notes" + "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/property" + "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/origin" + "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/origin" }, "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", + "id": "EX8206be9a27e5486a9561e741cdb8e8f1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -18223,7 +23196,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/extension_package" + "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -18232,9 +23205,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f", - "self": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b", + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "origin": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1", + "self": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -18259,7 +23232,7 @@ "data_elements": { "data": [ { - "id": "DEca86f723545844f6917aeb3d0fc26d02", + "id": "DEd056bd1c4b69461e9c1947da92bd11f5", "type": "data_elements" } ] @@ -18267,7 +23240,7 @@ "extensions": { "data": [ { - "id": "EX19c101cbf8c34034b998d950de65714b", + "id": "EXab7b9b7e4192488a94e674a0786eb8a6", "type": "extensions" } ] @@ -18275,7 +23248,7 @@ "rules": { "data": [ { - "id": "RL432e113c23334ae4be39b3c19ad5d6ac", + "id": "RL76638f1cce98431cb9e637364c44c4a5", "type": "rules" } ] @@ -18286,49 +23259,49 @@ }, "response": { "data": { - "id": "LBedf911d7b5d34c2ea06f3f776138c510", + "id": "LB92dde11f778f4618b64b7e590386a4b8", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:06:50.741Z", + "created_at": "2022-01-20T22:01:55.260Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:06:50.741Z", + "updated_at": "2022-01-20T22:01:55.260Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/builds" + "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/data_elements", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/data_elements", + "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/extensions", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/extensions", + "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/notes" + "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/rules", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/rules", + "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/rules" } }, "upstream_library": { @@ -18336,23 +23309,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/property" + "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/last_build" + "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510" + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8" }, "meta": { "build_status": null, @@ -18365,7 +23338,7 @@ }, { "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/hosts", + "endpoint": "/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/hosts", "method": "POST", "request": { "data": { @@ -18378,33 +23351,33 @@ }, "response": { "data": { - "id": "HT9fb66f71fab946ca8cb9fdfc35e1d092", + "id": "HTf5fd2d7ddbe34fa0bff6d50e7f16415f", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:06:50.875Z", + "created_at": "2022-01-20T22:01:55.421Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:06:50.875Z", + "updated_at": "2022-01-20T22:01:55.421Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT9fb66f71fab946ca8cb9fdfc35e1d092/property" + "related": "https://reactor.adobe.io/hosts/HTf5fd2d7ddbe34fa0bff6d50e7f16415f/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "self": "https://reactor.adobe.io/hosts/HT9fb66f71fab946ca8cb9fdfc35e1d092" + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "self": "https://reactor.adobe.io/hosts/HTf5fd2d7ddbe34fa0bff6d50e7f16415f" } } }, @@ -18424,7 +23397,7 @@ "relationships": { "host": { "data": { - "id": "HT9fb66f71fab946ca8cb9fdfc35e1d092", + "id": "HTf5fd2d7ddbe34fa0bff6d50e7f16415f", "type": "hosts" } } @@ -18434,77 +23407,82 @@ }, "response": { "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", + "id": "ENb2ed884eb5d64c628dd92e906ef72846", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:06:50.961Z", - "library_path": "17e0df72ece8/b40b39b25148", - "library_name": "launch-6d882f91b0d1-development.min.js", + "created_at": "2022-01-20T22:01:55.501Z", + "library_path": "17e0df72ece8/54f1604be886", + "library_name": "launch-4f5488e711a7-development.min.js", "library_entry_points": [ { - "library_name": "launch-6d882f91b0d1-development.min.js", + "library_name": "launch-4f5488e711a7-development.min.js", "minified": true, "references": [ - "17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.min.js" + "17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js" ], - "license_path": "17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.js" + "license_path": "17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.js" }, { - "library_name": "launch-6d882f91b0d1-development.js", + "library_name": "launch-4f5488e711a7-development.js", "minified": false, "references": [ - "17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.js" + "17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:06:50.961Z", + "updated_at": "2022-01-20T22:01:55.501Z", "status": "succeeded", - "token": "6d882f91b0d1" + "token": "4f5488e711a7" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/library" + "related": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/builds" + "related": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/host", - "self": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/relationships/host" + "related": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/host", + "self": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/relationships/host" }, "data": { - "id": "HT9fb66f71fab946ca8cb9fdfc35e1d092", + "id": "HTf5fd2d7ddbe34fa0bff6d50e7f16415f", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/property" + "related": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "self": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec" + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "self": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.js" + } ] } } @@ -18518,18 +23496,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", + "id": "ENb2ed884eb5d64c628dd92e906ef72846", "type": "environments" } }, "response": { "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", + "id": "ENb2ed884eb5d64c628dd92e906ef72846", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/environment", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/environment", + "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/environment" } }, "response_code": 200, @@ -18542,66 +23520,66 @@ "request": null, "response": { "data": { - "id": "BLad02216f323a43e7a8bef78d764420a3", + "id": "BLfb028809e6ed459a9c56ecd499b79ec7", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:51.209Z", + "created_at": "2022-01-20T22:01:55.771Z", "status": "pending", - "updated_at": "2021-10-05T19:06:51.209Z", - "token": "9b707bf06ee5" + "updated_at": "2022-01-20T22:01:55.771Z", + "token": "1b6969ac94ff" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/data_elements" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/extensions" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/rules" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/environment" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/environment" }, "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", + "id": "ENb2ed884eb5d64c628dd92e906ef72846", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/library" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/library" }, "data": { - "id": "LBedf911d7b5d34c2ea06f3f776138c510", + "id": "LB92dde11f778f4618b64b7e590386a4b8", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/property" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec", - "library": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510", - "self": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3" + "environment": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846", + "library": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8", + "self": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/9b707bf06ee5/launch-6d882f91b0d1-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/1b6969ac94ff/launch-4f5488e711a7-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -18612,71 +23590,71 @@ }, { "name": "builds.list_data_elements_of_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3", + "endpoint": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7", "method": "GET", "request": null, "response": { "data": { - "id": "BLad02216f323a43e7a8bef78d764420a3", + "id": "BLfb028809e6ed459a9c56ecd499b79ec7", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:51.209Z", + "created_at": "2022-01-20T22:01:55.771Z", "status": "pending", - "updated_at": "2021-10-05T19:06:51.209Z", - "token": "9b707bf06ee5" + "updated_at": "2022-01-20T22:01:55.771Z", + "token": "1b6969ac94ff" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/data_elements" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/extensions" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/rules" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/environment" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/environment" }, "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", + "id": "ENb2ed884eb5d64c628dd92e906ef72846", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/library" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/library" }, "data": { - "id": "LBedf911d7b5d34c2ea06f3f776138c510", + "id": "LB92dde11f778f4618b64b7e590386a4b8", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/property" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec", - "library": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510", - "self": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3" + "environment": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846", + "library": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8", + "self": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/9b707bf06ee5/launch-6d882f91b0d1-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/1b6969ac94ff/launch-4f5488e711a7-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -18687,71 +23665,71 @@ }, { "name": "builds.list_data_elements_of_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3", + "endpoint": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7", "method": "GET", "request": null, "response": { "data": { - "id": "BLad02216f323a43e7a8bef78d764420a3", + "id": "BLfb028809e6ed459a9c56ecd499b79ec7", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:51.209Z", + "created_at": "2022-01-20T22:01:55.771Z", "status": "succeeded", - "updated_at": "2021-10-05T19:06:52.625Z", - "token": "9b707bf06ee5" + "updated_at": "2022-01-20T22:01:58.413Z", + "token": "1b6969ac94ff" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/data_elements" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/extensions" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/rules" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/environment" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/environment" }, "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", + "id": "ENb2ed884eb5d64c628dd92e906ef72846", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/library" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/library" }, "data": { - "id": "LBedf911d7b5d34c2ea06f3f776138c510", + "id": "LB92dde11f778f4618b64b7e590386a4b8", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/property" + "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec", - "library": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510", - "self": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3" + "environment": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846", + "library": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8", + "self": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/9b707bf06ee5/launch-6d882f91b0d1-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/1b6969ac94ff/launch-4f5488e711a7-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -18768,18 +23746,18 @@ "response": { "data": [ { - "id": "DEca86f723545844f6917aeb3d0fc26d02", + "id": "DEd056bd1c4b69461e9c1947da92bd11f5", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:06:50.509Z", + "created_at": "2022-01-20T22:01:55.031Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:06:50 -0600", + "name": "My Data Element 2022-01-20 15:01:54 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:06:50.509Z", + "updated_at": "2022-01-20T22:01:55.031Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -18791,49 +23769,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/libraries" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/revisions" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/notes" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/property" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/origin" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/origin" }, "data": { - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", + "id": "DEd563348843984e1396bde3c96a5fc12f", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/extension" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/extension" }, "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", + "id": "EX8206be9a27e5486a9561e741cdb8e8f1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -18842,19 +23820,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/updated_with_extension" }, "data": { - "id": "EX19c101cbf8c34034b998d950de65714b", + "id": "EXab7b9b7e4192488a94e674a0786eb8a6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "self": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02", - "extension": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f" + "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "origin": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f", + "self": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5", + "extension": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1" }, "meta": { "latest_revision_number": 1 @@ -18888,7 +23866,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -18961,7 +23939,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -19028,16 +24006,16 @@ "response": { "data": [ { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:44.375Z", + "created_at": "2022-01-20T22:01:48.845Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:44.375Z", + "updated_at": "2022-01-20T22:01:48.845Z", "platform": "web", "development": false, - "token": "b40b39b25148", + "token": "54f1604be886", "domains": [ "example.com" ], @@ -19047,7 +24025,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/company" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -19056,52 +24034,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/callbacks" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/hosts" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/environments" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/libraries" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/data_elements" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/extensions" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/rules" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/notes" + "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/environments", - "extensions": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/extensions", - "rules": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/rules", - "self": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b" + "data_elements": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/rules", + "self": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6" }, "meta": { "rights": [ @@ -19130,7 +24108,7 @@ }, { "name": "builds.republish_a_build", - "endpoint": "/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", + "endpoint": "/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", "method": "DELETE", "request": null, "response": null, @@ -19177,16 +24155,16 @@ }, "response": { "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:56.786Z", + "created_at": "2022-01-20T22:02:01.476Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:56.786Z", + "updated_at": "2022-01-20T22:02:01.476Z", "platform": "web", "development": false, - "token": "b75f887a0b6e", + "token": "ffa45f03ad9d", "domains": [ "example.com" ], @@ -19196,7 +24174,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/company" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -19205,52 +24183,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/callbacks" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/hosts" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/environments" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/libraries" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/data_elements" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/extensions" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/rules" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/notes" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/rules", - "self": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a" + "data_elements": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/environments", + "extensions": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/extensions", + "rules": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/rules", + "self": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f" }, "meta": { "rights": [ @@ -19269,7 +24247,7 @@ }, { "name": "builds.republish_a_build", - "endpoint": "/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/hosts", + "endpoint": "/properties/PRa4cd92d3229e40879205d792b223b09f/hosts", "method": "POST", "request": { "data": { @@ -19282,33 +24260,33 @@ }, "response": { "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", + "id": "HT4968251a6d5f43ff97d56845005abc35", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:07:02.031Z", + "created_at": "2022-01-20T22:02:06.675Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:07:02.031Z", + "updated_at": "2022-01-20T22:02:06.675Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3660a5732e764823b900dfde50be4e3d/property" + "related": "https://reactor.adobe.io/hosts/HT4968251a6d5f43ff97d56845005abc35/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/hosts/HT3660a5732e764823b900dfde50be4e3d" + "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", + "self": "https://reactor.adobe.io/hosts/HT4968251a6d5f43ff97d56845005abc35" } } }, @@ -19328,7 +24306,7 @@ "relationships": { "host": { "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", + "id": "HT4968251a6d5f43ff97d56845005abc35", "type": "hosts" } } @@ -19338,77 +24316,82 @@ }, "response": { "data": { - "id": "ENc304591263734324bb02722d362ce317", + "id": "EN5d1d33eb992847ac9253a2cc8a407973", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:07:02.119Z", - "library_path": "17e0df72ece8/b75f887a0b6e", - "library_name": "launch-c47760a9aa11-development.min.js", + "created_at": "2022-01-20T22:02:06.765Z", + "library_path": "17e0df72ece8/ffa45f03ad9d", + "library_name": "launch-f6826810620d-development.min.js", "library_entry_points": [ { - "library_name": "launch-c47760a9aa11-development.min.js", + "library_name": "launch-f6826810620d-development.min.js", "minified": true, "references": [ - "17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.min.js" + "17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js" ], - "license_path": "17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.js" + "license_path": "17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.js" }, { - "library_name": "launch-c47760a9aa11-development.js", + "library_name": "launch-f6826810620d-development.js", "minified": false, "references": [ - "17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.js" + "17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:07:02.119Z", + "updated_at": "2022-01-20T22:02:06.765Z", "status": "succeeded", - "token": "c47760a9aa11" + "token": "f6826810620d" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/library" + "related": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/builds" + "related": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/host", - "self": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/relationships/host" + "related": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/host", + "self": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/relationships/host" }, "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", + "id": "HT4968251a6d5f43ff97d56845005abc35", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/property" + "related": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317" + "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", + "self": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.js" + } ] } } @@ -19430,49 +24413,49 @@ }, "response": { "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:07:02.233Z", + "created_at": "2022-01-20T22:02:06.868Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:07:02.233Z", + "updated_at": "2022-01-20T22:02:06.868Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/builds" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/data_elements", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/extensions", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/extensions", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/notes" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/rules", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/rules", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/rules" } }, "upstream_library": { @@ -19480,23 +24463,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/property" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/last_build" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6" + "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527" }, "meta": { "build_status": null, @@ -19513,18 +24496,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENc304591263734324bb02722d362ce317", + "id": "EN5d1d33eb992847ac9253a2cc8a407973", "type": "environments" } }, "response": { "data": { - "id": "ENc304591263734324bb02722d362ce317", + "id": "EN5d1d33eb992847ac9253a2cc8a407973", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/environment", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/environment", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" } }, "response_code": 200, @@ -19537,66 +24520,66 @@ "request": null, "response": { "data": { - "id": "BL7f023ac07e4b4710ab350d7dda015fff", + "id": "BL8d7f6fcb68344029aba8bc2d112fc345", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:02.563Z", + "created_at": "2022-01-20T22:02:07.149Z", "status": "pending", - "updated_at": "2021-10-05T19:07:02.563Z", - "token": "0c4e3a53795a" + "updated_at": "2022-01-20T22:02:07.149Z", + "token": "aff42dd0f466" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/data_elements" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/extensions" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/rules" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/environment" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/environment" }, "data": { - "id": "ENc304591263734324bb02722d362ce317", + "id": "EN5d1d33eb992847ac9253a2cc8a407973", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/library" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/property" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff" + "environment": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/0c4e3a53795a/launch-c47760a9aa11-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/aff42dd0f466/launch-f6826810620d-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -19607,71 +24590,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff", + "endpoint": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345", "method": "GET", "request": null, "response": { "data": { - "id": "BL7f023ac07e4b4710ab350d7dda015fff", + "id": "BL8d7f6fcb68344029aba8bc2d112fc345", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:02.563Z", + "created_at": "2022-01-20T22:02:07.149Z", "status": "pending", - "updated_at": "2021-10-05T19:07:02.563Z", - "token": "0c4e3a53795a" + "updated_at": "2022-01-20T22:02:07.149Z", + "token": "aff42dd0f466" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/data_elements" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/extensions" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/rules" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/environment" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/environment" }, "data": { - "id": "ENc304591263734324bb02722d362ce317", + "id": "EN5d1d33eb992847ac9253a2cc8a407973", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/library" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/property" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff" + "environment": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/0c4e3a53795a/launch-c47760a9aa11-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/aff42dd0f466/launch-f6826810620d-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -19682,71 +24665,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff", + "endpoint": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345", "method": "GET", "request": null, "response": { "data": { - "id": "BL7f023ac07e4b4710ab350d7dda015fff", + "id": "BL8d7f6fcb68344029aba8bc2d112fc345", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:02.563Z", + "created_at": "2022-01-20T22:02:07.149Z", "status": "succeeded", - "updated_at": "2021-10-05T19:07:04.067Z", - "token": "0c4e3a53795a" + "updated_at": "2022-01-20T22:02:08.489Z", + "token": "aff42dd0f466" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/data_elements" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/extensions" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/rules" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/environment" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/environment" }, "data": { - "id": "ENc304591263734324bb02722d362ce317", + "id": "EN5d1d33eb992847ac9253a2cc8a407973", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/library" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/property" + "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff" + "environment": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/0c4e3a53795a/launch-c47760a9aa11-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/aff42dd0f466/launch-f6826810620d-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -19761,7 +24744,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries", "meta": { "action": "submit" @@ -19770,49 +24753,49 @@ }, "response": { "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:07:02.233Z", + "created_at": "2022-01-20T22:02:06.868Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2021-10-05T19:07:07.917Z", + "updated_at": "2022-01-20T22:02:12.475Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/builds" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/data_elements", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/extensions", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/extensions", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/notes" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/rules", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/rules", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/rules" } }, "upstream_library": { @@ -19820,26 +24803,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/property" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/last_build" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/last_build" }, "data": { - "id": "BL7f023ac07e4b4710ab350d7dda015fff", + "id": "BL8d7f6fcb68344029aba8bc2d112fc345", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6" + "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527" }, "meta": { "build_status": null @@ -19862,7 +24845,7 @@ "relationships": { "host": { "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", + "id": "HT4968251a6d5f43ff97d56845005abc35", "type": "hosts" } } @@ -19872,77 +24855,82 @@ }, "response": { "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", + "id": "ENe93f8dfb053a46e7a9da74d53c00279e", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:07:08.068Z", - "library_path": "17e0df72ece8/b75f887a0b6e", - "library_name": "launch-057b1ab4cbcd-staging.min.js", + "created_at": "2022-01-20T22:02:12.620Z", + "library_path": "17e0df72ece8/ffa45f03ad9d", + "library_name": "launch-30a5717227de-staging.min.js", "library_entry_points": [ { - "library_name": "launch-057b1ab4cbcd-staging.min.js", + "library_name": "launch-30a5717227de-staging.min.js", "minified": true, "references": [ - "17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.min.js" + "17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js" ], - "license_path": "17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.js" + "license_path": "17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.js" }, { - "library_name": "launch-057b1ab4cbcd-staging.js", + "library_name": "launch-30a5717227de-staging.js", "minified": false, "references": [ - "17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.js" + "17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.js" ] } ], "name": "Staging Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "staging", - "updated_at": "2021-10-05T19:07:08.068Z", + "updated_at": "2022-01-20T22:02:12.620Z", "status": "succeeded", - "token": "057b1ab4cbcd" + "token": "30a5717227de" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/library" + "related": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/builds" + "related": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/host", - "self": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/host", + "self": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/relationships/host" }, "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", + "id": "HT4968251a6d5f43ff97d56845005abc35", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/property" + "related": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1" + "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", + "self": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.js" + } ] } } @@ -19956,18 +24944,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", + "id": "ENe93f8dfb053a46e7a9da74d53c00279e", "type": "environments" } }, "response": { "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", + "id": "ENe93f8dfb053a46e7a9da74d53c00279e", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/environment", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/environment", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" } }, "response_code": 200, @@ -19980,66 +24968,66 @@ "request": null, "response": { "data": { - "id": "BL6269dd7879714966bff45fe5e92b7792", + "id": "BLb17d0da9e0b84812a8b23d6edfc2941d", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:08.333Z", + "created_at": "2022-01-20T22:02:12.909Z", "status": "pending", - "updated_at": "2021-10-05T19:07:08.333Z", - "token": "efe2202908ad" + "updated_at": "2022-01-20T22:02:12.909Z", + "token": "157f51a9d439" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/data_elements" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/extensions" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/rules" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/environment" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/environment" }, "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", + "id": "ENe93f8dfb053a46e7a9da74d53c00279e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/library" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/property" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792" + "environment": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/efe2202908ad/launch-057b1ab4cbcd-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/157f51a9d439/launch-30a5717227de-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -20050,71 +25038,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792", + "endpoint": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d", "method": "GET", "request": null, "response": { "data": { - "id": "BL6269dd7879714966bff45fe5e92b7792", + "id": "BLb17d0da9e0b84812a8b23d6edfc2941d", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:08.333Z", + "created_at": "2022-01-20T22:02:12.909Z", "status": "pending", - "updated_at": "2021-10-05T19:07:08.333Z", - "token": "efe2202908ad" + "updated_at": "2022-01-20T22:02:12.909Z", + "token": "157f51a9d439" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/data_elements" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/extensions" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/rules" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/environment" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/environment" }, "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", + "id": "ENe93f8dfb053a46e7a9da74d53c00279e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/library" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/property" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792" + "environment": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/efe2202908ad/launch-057b1ab4cbcd-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/157f51a9d439/launch-30a5717227de-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -20125,71 +25113,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792", + "endpoint": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d", "method": "GET", "request": null, "response": { "data": { - "id": "BL6269dd7879714966bff45fe5e92b7792", + "id": "BLb17d0da9e0b84812a8b23d6edfc2941d", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:08.333Z", + "created_at": "2022-01-20T22:02:12.909Z", "status": "succeeded", - "updated_at": "2021-10-05T19:07:09.671Z", - "token": "efe2202908ad" + "updated_at": "2022-01-20T22:02:14.285Z", + "token": "157f51a9d439" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/data_elements" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/extensions" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/rules" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/environment" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/environment" }, "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", + "id": "ENe93f8dfb053a46e7a9da74d53c00279e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/library" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/property" + "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792" + "environment": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/efe2202908ad/launch-057b1ab4cbcd-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/157f51a9d439/launch-30a5717227de-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -20204,7 +25192,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries", "meta": { "action": "approve" @@ -20213,49 +25201,49 @@ }, "response": { "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:07:02.233Z", + "created_at": "2022-01-20T22:02:06.868Z", "name": "My Library", "published_at": null, "state": "approved", - "updated_at": "2021-10-05T19:07:14.720Z", + "updated_at": "2022-01-20T22:02:18.196Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/builds" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/data_elements", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/extensions", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/extensions", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/notes" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/rules", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/rules", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/rules" } }, "upstream_library": { @@ -20263,26 +25251,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/property" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/last_build" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/last_build" }, "data": { - "id": "BL6269dd7879714966bff45fe5e92b7792", + "id": "BLb17d0da9e0b84812a8b23d6edfc2941d", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6" + "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527" }, "meta": { "build_status": null @@ -20305,7 +25293,7 @@ "relationships": { "host": { "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", + "id": "HT4968251a6d5f43ff97d56845005abc35", "type": "hosts" } } @@ -20315,77 +25303,82 @@ }, "response": { "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", + "id": "ENb801792a865541909e595f1dbb057299", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:07:14.855Z", - "library_path": "17e0df72ece8/b75f887a0b6e", - "library_name": "launch-025fda116388.min.js", + "created_at": "2022-01-20T22:02:18.327Z", + "library_path": "17e0df72ece8/ffa45f03ad9d", + "library_name": "launch-999d5ec47b4e.min.js", "library_entry_points": [ { - "library_name": "launch-025fda116388.min.js", + "library_name": "launch-999d5ec47b4e.min.js", "minified": true, "references": [ - "17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js" + "17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js" ], - "license_path": "17e0df72ece8/b75f887a0b6e/launch-025fda116388.js" + "license_path": "17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.js" }, { - "library_name": "launch-025fda116388.js", + "library_name": "launch-999d5ec47b4e.js", "minified": false, "references": [ - "17e0df72ece8/b75f887a0b6e/launch-025fda116388.js" + "17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.js" ] } ], "name": "Production Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "production", - "updated_at": "2021-10-05T19:07:14.855Z", + "updated_at": "2022-01-20T22:02:18.327Z", "status": "succeeded", - "token": "025fda116388" + "token": "999d5ec47b4e" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/library" + "related": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/builds" + "related": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/host", - "self": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/relationships/host" + "related": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/host", + "self": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/relationships/host" }, "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", + "id": "HT4968251a6d5f43ff97d56845005abc35", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/property" + "related": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd" + "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", + "self": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.js" + } ] } } @@ -20399,18 +25392,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", + "id": "ENb801792a865541909e595f1dbb057299", "type": "environments" } }, "response": { "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", + "id": "ENb801792a865541909e595f1dbb057299", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/environment", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/environment", + "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" } }, "response_code": 200, @@ -20423,66 +25416,66 @@ "request": null, "response": { "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", + "id": "BLac5d955d12874c3da0689c93584be4e1", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:15.164Z", + "created_at": "2022-01-20T22:02:18.592Z", "status": "pending", - "updated_at": "2021-10-05T19:07:15.164Z", - "token": "f51fd5066e18" + "updated_at": "2022-01-20T22:02:18.592Z", + "token": "e64a515b79ff" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/data_elements" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/extensions" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/rules" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/environment" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/environment" }, "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", + "id": "ENb801792a865541909e595f1dbb057299", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/library" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/property" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32" + "environment": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/f51fd5066e18/launch-025fda116388.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/e64a515b79ff/launch-999d5ec47b4e.min.js", "archive": false, "host_type_of": "akamai" } @@ -20493,71 +25486,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32", + "endpoint": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1", "method": "GET", "request": null, "response": { "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", + "id": "BLac5d955d12874c3da0689c93584be4e1", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:15.164Z", + "created_at": "2022-01-20T22:02:18.592Z", "status": "pending", - "updated_at": "2021-10-05T19:07:15.164Z", - "token": "f51fd5066e18" + "updated_at": "2022-01-20T22:02:18.592Z", + "token": "e64a515b79ff" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/data_elements" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/extensions" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/rules" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/environment" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/environment" }, "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", + "id": "ENb801792a865541909e595f1dbb057299", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/library" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/property" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32" + "environment": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/f51fd5066e18/launch-025fda116388.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/e64a515b79ff/launch-999d5ec47b4e.min.js", "archive": false, "host_type_of": "akamai" } @@ -20568,71 +25561,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32", + "endpoint": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1", "method": "GET", "request": null, "response": { "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", + "id": "BLac5d955d12874c3da0689c93584be4e1", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:15.164Z", + "created_at": "2022-01-20T22:02:18.592Z", "status": "succeeded", - "updated_at": "2021-10-05T19:07:16.691Z", - "token": "f51fd5066e18" + "updated_at": "2022-01-20T22:02:19.947Z", + "token": "e64a515b79ff" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/data_elements" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/extensions" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/rules" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/environment" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/environment" }, "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", + "id": "ENb801792a865541909e595f1dbb057299", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/library" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/property" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32" + "environment": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/f51fd5066e18/launch-025fda116388.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/e64a515b79ff/launch-999d5ec47b4e.min.js", "archive": false, "available_for_republish": true, "host_type_of": "akamai" @@ -20648,7 +25641,7 @@ "method": "PATCH", "request": { "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", + "id": "BLac5d955d12874c3da0689c93584be4e1", "type": "builds", "meta": { "action": "republish" @@ -20657,66 +25650,66 @@ }, "response": { "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", + "id": "BLac5d955d12874c3da0689c93584be4e1", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:07:15.164Z", + "created_at": "2022-01-20T22:02:18.592Z", "status": "succeeded", - "updated_at": "2021-10-05T19:07:20.406Z", - "token": "f51fd5066e18" + "updated_at": "2022-01-20T22:02:23.904Z", + "token": "e64a515b79ff" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/data_elements" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/extensions" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/rules" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/environment" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/environment" }, "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", + "id": "ENb801792a865541909e595f1dbb057299", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/library" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/library" }, "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", + "id": "LB377529d7004b4ece91c8afd9db23c527", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/property" + "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/property" }, "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32" + "environment": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299", + "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", + "self": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/f51fd5066e18/launch-025fda116388.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/e64a515b79ff/launch-999d5ec47b4e.min.js", "archive": false, "republish_status": "pending", "host_type_of": "akamai" @@ -20740,7 +25733,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -20813,7 +25806,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -20880,16 +25873,16 @@ "response": { "data": [ { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRa4cd92d3229e40879205d792b223b09f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:56.786Z", + "created_at": "2022-01-20T22:02:01.476Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:56.786Z", + "updated_at": "2022-01-20T22:02:01.476Z", "platform": "web", "development": false, - "token": "b75f887a0b6e", + "token": "ffa45f03ad9d", "domains": [ "example.com" ], @@ -20899,7 +25892,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/company" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -20908,52 +25901,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/callbacks" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/hosts" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/environments" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/libraries" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/data_elements" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/extensions" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/rules" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/notes" + "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/rules", - "self": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a" + "data_elements": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/environments", + "extensions": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/extensions", + "rules": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/rules", + "self": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f" }, "meta": { "rights": [ @@ -20982,7 +25975,7 @@ }, { "name": "callbacks.create_a_callback", - "endpoint": "/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", + "endpoint": "/properties/PRa4cd92d3229e40879205d792b223b09f", "method": "DELETE", "request": null, "response": null, @@ -21029,16 +26022,16 @@ }, "response": { "data": { - "id": "PRd8cc8f8d785a4f589755b9380b061f70", + "id": "PRda4e5974781843ecb9fac38c320fbd6d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:20.919Z", + "created_at": "2022-01-20T22:02:24.562Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:20.919Z", + "updated_at": "2022-01-20T22:02:24.562Z", "platform": "web", "development": false, - "token": "e77c00f173be", + "token": "5bf9c97b4d02", "domains": [ "example.com" ], @@ -21048,7 +26041,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/company" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -21057,52 +26050,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/callbacks" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/hosts" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/environments" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/libraries" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/data_elements" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/extensions" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/rules" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/notes" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/environments", - "extensions": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/extensions", - "rules": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/rules", - "self": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70" + "data_elements": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/data_elements", + "environments": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/environments", + "extensions": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/extensions", + "rules": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/rules", + "self": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d" }, "meta": { "rights": [ @@ -21135,30 +26128,30 @@ }, "response": { "data": { - "id": "CB7dc1fd3cad9f4ee0a53e0feba090cbc8", + "id": "CB6e595b5193d44668835c0f417f9d9613", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:26.122Z", + "created_at": "2022-01-20T22:02:29.821Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:07:26.122Z", + "updated_at": "2022-01-20T22:02:29.821Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB7dc1fd3cad9f4ee0a53e0feba090cbc8/property" + "related": "https://reactor.adobe.io/callbacks/CB6e595b5193d44668835c0f417f9d9613/property" }, "data": { - "id": "PRd8cc8f8d785a4f589755b9380b061f70", + "id": "PRda4e5974781843ecb9fac38c320fbd6d", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70", - "self": "https://reactor.adobe.io/callbacks/CB7dc1fd3cad9f4ee0a53e0feba090cbc8" + "property": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d", + "self": "https://reactor.adobe.io/callbacks/CB6e595b5193d44668835c0f417f9d9613" } } }, @@ -21179,7 +26172,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -21252,7 +26245,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -21319,16 +26312,16 @@ "response": { "data": [ { - "id": "PRd8cc8f8d785a4f589755b9380b061f70", + "id": "PRda4e5974781843ecb9fac38c320fbd6d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:20.919Z", + "created_at": "2022-01-20T22:02:24.562Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:20.919Z", + "updated_at": "2022-01-20T22:02:24.562Z", "platform": "web", "development": false, - "token": "e77c00f173be", + "token": "5bf9c97b4d02", "domains": [ "example.com" ], @@ -21338,7 +26331,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/company" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -21347,52 +26340,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/callbacks" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/hosts" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/environments" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/libraries" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/data_elements" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/extensions" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/rules" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/notes" + "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/environments", - "extensions": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/extensions", - "rules": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/rules", - "self": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70" + "data_elements": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/data_elements", + "environments": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/environments", + "extensions": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/extensions", + "rules": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/rules", + "self": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d" }, "meta": { "rights": [ @@ -21421,7 +26414,7 @@ }, { "name": "callbacks.get_a_callback", - "endpoint": "/properties/PRd8cc8f8d785a4f589755b9380b061f70", + "endpoint": "/properties/PRda4e5974781843ecb9fac38c320fbd6d", "method": "DELETE", "request": null, "response": null, @@ -21468,16 +26461,16 @@ }, "response": { "data": { - "id": "PRd86f692f38aa40099b2a7dba2c9fba68", + "id": "PR06ab705af3b9487aaea2e7bda8e1b2f5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:26.567Z", + "created_at": "2022-01-20T22:02:30.247Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:26.567Z", + "updated_at": "2022-01-20T22:02:30.247Z", "platform": "web", "development": false, - "token": "189006b621a8", + "token": "64232519e3ce", "domains": [ "example.com" ], @@ -21487,7 +26480,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/company" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -21496,52 +26489,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/callbacks" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/hosts" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/environments" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/libraries" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/data_elements" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/extensions" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/rules" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/notes" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/environments", - "extensions": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/extensions", - "rules": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/rules", - "self": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68" + "data_elements": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/environments", + "extensions": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/extensions", + "rules": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/rules", + "self": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5" }, "meta": { "rights": [ @@ -21574,30 +26567,30 @@ }, "response": { "data": { - "id": "CB75fb5d6cd4194826af0e6a169e039076", + "id": "CBafc6a6e83d8041fe81284551992ff058", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:31.820Z", + "created_at": "2022-01-20T22:02:35.489Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:07:31.820Z", + "updated_at": "2022-01-20T22:02:35.489Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB75fb5d6cd4194826af0e6a169e039076/property" + "related": "https://reactor.adobe.io/callbacks/CBafc6a6e83d8041fe81284551992ff058/property" }, "data": { - "id": "PRd86f692f38aa40099b2a7dba2c9fba68", + "id": "PR06ab705af3b9487aaea2e7bda8e1b2f5", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68", - "self": "https://reactor.adobe.io/callbacks/CB75fb5d6cd4194826af0e6a169e039076" + "property": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5", + "self": "https://reactor.adobe.io/callbacks/CBafc6a6e83d8041fe81284551992ff058" } } }, @@ -21611,30 +26604,30 @@ "request": null, "response": { "data": { - "id": "CB75fb5d6cd4194826af0e6a169e039076", + "id": "CBafc6a6e83d8041fe81284551992ff058", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:31.820Z", + "created_at": "2022-01-20T22:02:35.489Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:07:31.820Z", + "updated_at": "2022-01-20T22:02:35.489Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB75fb5d6cd4194826af0e6a169e039076/property" + "related": "https://reactor.adobe.io/callbacks/CBafc6a6e83d8041fe81284551992ff058/property" }, "data": { - "id": "PRd86f692f38aa40099b2a7dba2c9fba68", + "id": "PR06ab705af3b9487aaea2e7bda8e1b2f5", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68", - "self": "https://reactor.adobe.io/callbacks/CB75fb5d6cd4194826af0e6a169e039076" + "property": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5", + "self": "https://reactor.adobe.io/callbacks/CBafc6a6e83d8041fe81284551992ff058" } } }, @@ -21655,7 +26648,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -21728,7 +26721,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -21795,16 +26788,16 @@ "response": { "data": [ { - "id": "PRd86f692f38aa40099b2a7dba2c9fba68", + "id": "PR06ab705af3b9487aaea2e7bda8e1b2f5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:26.567Z", + "created_at": "2022-01-20T22:02:30.247Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:26.567Z", + "updated_at": "2022-01-20T22:02:30.247Z", "platform": "web", "development": false, - "token": "189006b621a8", + "token": "64232519e3ce", "domains": [ "example.com" ], @@ -21814,7 +26807,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/company" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -21823,52 +26816,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/callbacks" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/hosts" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/environments" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/libraries" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/data_elements" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/extensions" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/rules" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/notes" + "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/environments", - "extensions": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/extensions", - "rules": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/rules", - "self": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68" + "data_elements": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/environments", + "extensions": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/extensions", + "rules": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/rules", + "self": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5" }, "meta": { "rights": [ @@ -21897,7 +26890,7 @@ }, { "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/properties/PRd86f692f38aa40099b2a7dba2c9fba68", + "endpoint": "/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5", "method": "DELETE", "request": null, "response": null, @@ -21944,16 +26937,16 @@ }, "response": { "data": { - "id": "PRf775cda3bd96409bad52c4d918438829", + "id": "PR7d9057606bd34d98be982597870da18d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:32.315Z", + "created_at": "2022-01-20T22:02:35.981Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:32.315Z", + "updated_at": "2022-01-20T22:02:35.981Z", "platform": "web", "development": false, - "token": "b1d79234cb09", + "token": "2367fe95947e", "domains": [ "example.com" ], @@ -21963,7 +26956,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/company" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -21972,52 +26965,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/callbacks" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/hosts" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/environments" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/libraries" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/data_elements" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/extensions" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/rules" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/notes" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/environments", - "extensions": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/extensions", - "rules": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/rules", - "self": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829" + "data_elements": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/environments", + "extensions": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/extensions", + "rules": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/rules", + "self": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d" }, "meta": { "rights": [ @@ -22050,30 +27043,30 @@ }, "response": { "data": { - "id": "CBf68eb2e8c7e9474ab2c59f9ff2dfc78c", + "id": "CBa868059434f845c3a36135b7060d9fba", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:37.547Z", + "created_at": "2022-01-20T22:02:41.241Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:07:37.547Z", + "updated_at": "2022-01-20T22:02:41.241Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CBf68eb2e8c7e9474ab2c59f9ff2dfc78c/property" + "related": "https://reactor.adobe.io/callbacks/CBa868059434f845c3a36135b7060d9fba/property" }, "data": { - "id": "PRf775cda3bd96409bad52c4d918438829", + "id": "PR7d9057606bd34d98be982597870da18d", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829", - "self": "https://reactor.adobe.io/callbacks/CBf68eb2e8c7e9474ab2c59f9ff2dfc78c" + "property": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d", + "self": "https://reactor.adobe.io/callbacks/CBa868059434f845c3a36135b7060d9fba" } } }, @@ -22088,30 +27081,30 @@ "response": { "data": [ { - "id": "CBf68eb2e8c7e9474ab2c59f9ff2dfc78c", + "id": "CBa868059434f845c3a36135b7060d9fba", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:37.547Z", + "created_at": "2022-01-20T22:02:41.241Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:07:37.547Z", + "updated_at": "2022-01-20T22:02:41.241Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CBf68eb2e8c7e9474ab2c59f9ff2dfc78c/property" + "related": "https://reactor.adobe.io/callbacks/CBa868059434f845c3a36135b7060d9fba/property" }, "data": { - "id": "PRf775cda3bd96409bad52c4d918438829", + "id": "PR7d9057606bd34d98be982597870da18d", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829", - "self": "https://reactor.adobe.io/callbacks/CBf68eb2e8c7e9474ab2c59f9ff2dfc78c" + "property": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d", + "self": "https://reactor.adobe.io/callbacks/CBa868059434f845c3a36135b7060d9fba" } } ], @@ -22142,7 +27135,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -22215,7 +27208,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -22282,16 +27275,16 @@ "response": { "data": [ { - "id": "PRf775cda3bd96409bad52c4d918438829", + "id": "PR7d9057606bd34d98be982597870da18d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:32.315Z", + "created_at": "2022-01-20T22:02:35.981Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:32.315Z", + "updated_at": "2022-01-20T22:02:35.981Z", "platform": "web", "development": false, - "token": "b1d79234cb09", + "token": "2367fe95947e", "domains": [ "example.com" ], @@ -22301,7 +27294,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/company" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -22310,52 +27303,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/callbacks" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/hosts" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/environments" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/libraries" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/data_elements" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/extensions" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/rules" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/notes" + "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/environments", - "extensions": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/extensions", - "rules": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/rules", - "self": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829" + "data_elements": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/environments", + "extensions": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/extensions", + "rules": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/rules", + "self": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d" }, "meta": { "rights": [ @@ -22384,7 +27377,7 @@ }, { "name": "callbacks.update_a_callback", - "endpoint": "/properties/PRf775cda3bd96409bad52c4d918438829", + "endpoint": "/properties/PR7d9057606bd34d98be982597870da18d", "method": "DELETE", "request": null, "response": null, @@ -22431,16 +27424,16 @@ }, "response": { "data": { - "id": "PR3e279132e97842eab703e528b0d276d3", + "id": "PRe564a42ea3e34fc9bbdb0845830066bc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:37.970Z", + "created_at": "2022-01-20T22:02:41.728Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:37.970Z", + "updated_at": "2022-01-20T22:02:41.728Z", "platform": "web", "development": false, - "token": "4d5f7b3d5e78", + "token": "1c7c5988b78d", "domains": [ "example.com" ], @@ -22450,7 +27443,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/company" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -22459,52 +27452,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/callbacks" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/hosts" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/environments" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/libraries" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/data_elements" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/extensions" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/rules" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/notes" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/environments", - "extensions": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/extensions", - "rules": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/rules", - "self": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3" + "data_elements": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/rules", + "self": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc" }, "meta": { "rights": [ @@ -22537,30 +27530,30 @@ }, "response": { "data": { - "id": "CB161bfeda87d24d71b1f059d33d7bcf9d", + "id": "CBc657b2d6201840ec9e4f5ae44d7d958b", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:43.201Z", + "created_at": "2022-01-20T22:02:47.028Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:07:43.201Z", + "updated_at": "2022-01-20T22:02:47.028Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB161bfeda87d24d71b1f059d33d7bcf9d/property" + "related": "https://reactor.adobe.io/callbacks/CBc657b2d6201840ec9e4f5ae44d7d958b/property" }, "data": { - "id": "PR3e279132e97842eab703e528b0d276d3", + "id": "PRe564a42ea3e34fc9bbdb0845830066bc", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3", - "self": "https://reactor.adobe.io/callbacks/CB161bfeda87d24d71b1f059d33d7bcf9d" + "property": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc", + "self": "https://reactor.adobe.io/callbacks/CBc657b2d6201840ec9e4f5ae44d7d958b" } } }, @@ -22581,36 +27574,36 @@ ] }, "type": "callbacks", - "id": "CB161bfeda87d24d71b1f059d33d7bcf9d" + "id": "CBc657b2d6201840ec9e4f5ae44d7d958b" } }, "response": { "data": { - "id": "CB161bfeda87d24d71b1f059d33d7bcf9d", + "id": "CBc657b2d6201840ec9e4f5ae44d7d958b", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:43.201Z", + "created_at": "2022-01-20T22:02:47.028Z", "subscriptions": [ "rule.created", "build.created" ], - "updated_at": "2021-10-05T19:07:43.280Z", + "updated_at": "2022-01-20T22:02:47.126Z", "url": "https://www.example.net" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB161bfeda87d24d71b1f059d33d7bcf9d/property" + "related": "https://reactor.adobe.io/callbacks/CBc657b2d6201840ec9e4f5ae44d7d958b/property" }, "data": { - "id": "PR3e279132e97842eab703e528b0d276d3", + "id": "PRe564a42ea3e34fc9bbdb0845830066bc", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3", - "self": "https://reactor.adobe.io/callbacks/CB161bfeda87d24d71b1f059d33d7bcf9d" + "property": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc", + "self": "https://reactor.adobe.io/callbacks/CBc657b2d6201840ec9e4f5ae44d7d958b" } } }, @@ -22631,7 +27624,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -22704,7 +27697,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -22771,16 +27764,16 @@ "response": { "data": [ { - "id": "PR3e279132e97842eab703e528b0d276d3", + "id": "PRe564a42ea3e34fc9bbdb0845830066bc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:37.970Z", + "created_at": "2022-01-20T22:02:41.728Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:37.970Z", + "updated_at": "2022-01-20T22:02:41.728Z", "platform": "web", "development": false, - "token": "4d5f7b3d5e78", + "token": "1c7c5988b78d", "domains": [ "example.com" ], @@ -22790,7 +27783,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/company" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -22799,52 +27792,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/callbacks" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/hosts" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/environments" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/libraries" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/data_elements" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/extensions" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/rules" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/notes" + "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/environments", - "extensions": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/extensions", - "rules": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/rules", - "self": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3" + "data_elements": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/rules", + "self": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc" }, "meta": { "rights": [ @@ -22873,7 +27866,7 @@ }, { "name": "callbacks.delete_a_callback", - "endpoint": "/properties/PR3e279132e97842eab703e528b0d276d3", + "endpoint": "/properties/PRe564a42ea3e34fc9bbdb0845830066bc", "method": "DELETE", "request": null, "response": null, @@ -22920,16 +27913,16 @@ }, "response": { "data": { - "id": "PRdc1ab7f25c1a454a97d9a44a9bc53a87", + "id": "PRbeb234c703434d2d95e4e32294bdba1a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:43.706Z", + "created_at": "2022-01-20T22:02:47.570Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:43.706Z", + "updated_at": "2022-01-20T22:02:47.570Z", "platform": "web", "development": false, - "token": "445551134fd0", + "token": "82487b404d2d", "domains": [ "example.com" ], @@ -22939,7 +27932,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/company" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -22948,52 +27941,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/callbacks" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/hosts" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/environments" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/libraries" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/data_elements" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/extensions" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/rules" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/notes" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/environments", - "extensions": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/extensions", - "rules": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/rules", - "self": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87" + "data_elements": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/environments", + "extensions": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/extensions", + "rules": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/rules", + "self": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a" }, "meta": { "rights": [ @@ -23026,30 +28019,30 @@ }, "response": { "data": { - "id": "CB40cd173f084845baad62570d375331af", + "id": "CB3782482affa74c0aa294cb6041c53b6a", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:48.898Z", + "created_at": "2022-01-20T22:02:52.817Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:07:48.898Z", + "updated_at": "2022-01-20T22:02:52.817Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB40cd173f084845baad62570d375331af/property" + "related": "https://reactor.adobe.io/callbacks/CB3782482affa74c0aa294cb6041c53b6a/property" }, "data": { - "id": "PRdc1ab7f25c1a454a97d9a44a9bc53a87", + "id": "PRbeb234c703434d2d95e4e32294bdba1a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87", - "self": "https://reactor.adobe.io/callbacks/CB40cd173f084845baad62570d375331af" + "property": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a", + "self": "https://reactor.adobe.io/callbacks/CB3782482affa74c0aa294cb6041c53b6a" } } }, @@ -23079,7 +28072,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23152,7 +28145,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23219,16 +28212,16 @@ "response": { "data": [ { - "id": "PRdc1ab7f25c1a454a97d9a44a9bc53a87", + "id": "PRbeb234c703434d2d95e4e32294bdba1a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:43.706Z", + "created_at": "2022-01-20T22:02:47.570Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:43.706Z", + "updated_at": "2022-01-20T22:02:47.570Z", "platform": "web", "development": false, - "token": "445551134fd0", + "token": "82487b404d2d", "domains": [ "example.com" ], @@ -23238,7 +28231,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/company" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -23247,52 +28240,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/callbacks" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/hosts" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/environments" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/libraries" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/data_elements" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/extensions" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/rules" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/notes" + "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/environments", - "extensions": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/extensions", - "rules": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/rules", - "self": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87" + "data_elements": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/environments", + "extensions": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/extensions", + "rules": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/rules", + "self": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a" }, "meta": { "rights": [ @@ -23321,7 +28314,7 @@ }, { "name": "companies.get_a_company", - "endpoint": "/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87", + "endpoint": "/properties/PRbeb234c703434d2d95e4e32294bdba1a", "method": "DELETE", "request": null, "response": null, @@ -23341,7 +28334,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23404,7 +28397,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23477,7 +28470,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23565,6 +28558,94 @@ "request": null, "response": { "data": [ + { + "id": "CO424f494772f64601b30668f53a683411", + "type": "companies", + "attributes": { + "created_at": "2021-09-22T15:32:58.150Z", + "name": "Kub and Sons", + "org_id": "D3CBD812E7B4F295DFBDCD3B@AdobeOrg", + "updated_at": "2021-09-22T15:32:58.150Z", + "token": "f7aae662e390", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411", + "properties": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COaad4a8411dfc499c92eba2af1777a111", + "type": "companies", + "attributes": { + "created_at": "2021-10-14T21:07:43.972Z", + "name": "Kuvalis and Sons", + "org_id": "8774407928FEEC69D77DA8FC@AdobeOrg", + "updated_at": "2021-10-14T21:07:43.972Z", + "token": "1009832dadca", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111", + "properties": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, { "id": "CO289613ee8cee497f95fb2849405cc6ab", "type": "companies", @@ -23609,6 +28690,50 @@ } } }, + { + "id": "CO8843c7c4734d4c00959e58a5f10658a1", + "type": "companies", + "attributes": { + "created_at": "2021-10-11T22:36:39.501Z", + "name": "O'Reilly, Turner and Marquardt", + "org_id": "74FC9DC63C1607007E4F96DC@AdobeOrg", + "updated_at": "2021-10-11T22:36:39.501Z", + "token": "6f2bfdf508a2", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1", + "properties": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, { "id": "CO98f43afa93df4d4689a682cb3f20a6a5", "type": "companies", @@ -23704,7 +28829,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23756,7 +28881,7 @@ "next_page": null, "prev_page": null, "total_pages": 1, - "total_count": 6 + "total_count": 9 } } }, @@ -23777,7 +28902,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23850,7 +28975,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23971,16 +29096,16 @@ }, "response": { "data": { - "id": "PR6b30de9a2c284dc09ec8339b683d0dc1", + "id": "PR9002cc80cf23449fb3a8b5872363a4c8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:49.762Z", + "created_at": "2022-01-20T22:02:53.783Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:49.762Z", + "updated_at": "2022-01-20T22:02:53.783Z", "platform": "web", "development": false, - "token": "ca28c19e802a", + "token": "9616035b9d43", "domains": [ "example.com" ], @@ -23990,7 +29115,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/company" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -23999,52 +29124,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/callbacks" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/hosts" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/environments" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/libraries" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/data_elements" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/extensions" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/rules" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/notes" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/environments", - "extensions": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/extensions", - "rules": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/rules", - "self": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1" + "data_elements": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/environments", + "extensions": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/extensions", + "rules": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/rules", + "self": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8" }, "meta": { "rights": [ @@ -24074,7 +29199,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24137,7 +29262,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24210,7 +29335,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24277,16 +29402,16 @@ "response": { "data": [ { - "id": "PR6b30de9a2c284dc09ec8339b683d0dc1", + "id": "PR9002cc80cf23449fb3a8b5872363a4c8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:49.762Z", + "created_at": "2022-01-20T22:02:53.783Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:49.762Z", + "updated_at": "2022-01-20T22:02:53.783Z", "platform": "web", "development": false, - "token": "ca28c19e802a", + "token": "9616035b9d43", "domains": [ "example.com" ], @@ -24296,7 +29421,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/company" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -24305,52 +29430,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/callbacks" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/hosts" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/environments" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/libraries" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/data_elements" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/extensions" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/rules" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/notes" + "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/environments", - "extensions": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/extensions", - "rules": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/rules", - "self": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1" + "data_elements": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/environments", + "extensions": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/extensions", + "rules": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/rules", + "self": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8" }, "meta": { "rights": [ @@ -24379,7 +29504,7 @@ }, { "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/properties/PR6b30de9a2c284dc09ec8339b683d0dc1", + "endpoint": "/properties/PR9002cc80cf23449fb3a8b5872363a4c8", "method": "DELETE", "request": null, "response": null, @@ -24393,15 +29518,48 @@ "request": null, "response": { "data": [ - + { + "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "type": "app_configurations", + "attributes": { + "created_at": "2022-01-20T22:00:49.497Z", + "updated_at": "2022-01-20T22:00:49.497Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, @@ -24410,62 +29568,288 @@ }, { "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Apns App", - "app_id": "com.adobe.test_app", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file", - "push_credential": { - "bundleId": "com.adobe.test_app", - "keyId": "key_id", - "p8": "", - "teamId": "team_id" - } - }, - "type": "app_configurations" - } - }, + "endpoint": "/app_configurations/:apns_app_configuration_id/company", + "method": "GET", + "request": null, "response": { "data": { - "id": "AC51a13d0c61b3431299c092f4c03c0252", - "type": "app_configurations", + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", "attributes": { - "created_at": "2021-10-05T19:07:55.344Z", - "updated_at": "2021-10-05T19:07:55.344Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, "relationships": { - "company": { + "properties": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC51a13d0c61b3431299c092f4c03c0252/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" } } }, "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC51a13d0c61b3431299c092f4c03c0252" + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/company", + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS38d53584260e4196bf10260f34431838", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-01-20T22:00:54.335Z", + "updated_at": "2022-01-20T22:00:54.335Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/company", "method": "GET", "request": null, "response": { @@ -24476,7 +29860,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24539,7 +29923,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24612,7 +29996,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24733,16 +30117,16 @@ }, "response": { "data": { - "id": "PRa0b64a3c4b9f4177b52de9d0431456fd", + "id": "PRad8f9d048adf4bc886150cc1c84e525f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:55.632Z", + "created_at": "2022-01-20T22:02:59.839Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:55.632Z", + "updated_at": "2022-01-20T22:02:59.839Z", "platform": "web", "development": false, - "token": "b5d8e2579f2d", + "token": "f6eaeed59e82", "domains": [ "example.com" ], @@ -24752,7 +30136,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/company" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -24761,52 +30145,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/callbacks" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/hosts" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/environments" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/libraries" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/data_elements" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/extensions" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/rules" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/notes" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/rules", - "self": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd" + "data_elements": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/environments", + "extensions": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/extensions", + "rules": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/rules", + "self": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f" }, "meta": { "rights": [ @@ -26102,6 +31486,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -27278,10 +32663,10 @@ }, "response": { "data": { - "id": "EX87e669a4d51b42c6b24816ede7501f52", + "id": "EXf68c216db33d41ea9c06afee78f621b9", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:01.078Z", + "created_at": "2022-01-20T22:03:05.214Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -27289,7 +32674,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:01.078Z", + "updated_at": "2022-01-20T22:03:05.214Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -27299,40 +32684,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/libraries" + "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/revisions" + "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/notes" + "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/property" + "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/property" }, "data": { - "id": "PRa0b64a3c4b9f4177b52de9d0431456fd", + "id": "PRad8f9d048adf4bc886150cc1c84e525f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/origin" + "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/origin" }, "data": { - "id": "EX87e669a4d51b42c6b24816ede7501f52", + "id": "EXf68c216db33d41ea9c06afee78f621b9", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -27341,7 +32726,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -27350,9 +32735,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd", - "origin": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52", - "self": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52", + "property": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f", + "origin": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9", + "self": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -28620,6 +34005,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -29784,7 +35170,7 @@ "relationships": { "extension": { "data": { - "id": "EX87e669a4d51b42c6b24816ede7501f52", + "id": "EXf68c216db33d41ea9c06afee78f621b9", "type": "extensions" } } @@ -29794,10 +35180,10 @@ }, "response": { "data": { - "id": "DEf450d7418dbc49f5841c8e2472eee562", + "id": "DEa5bdf6e6ac4c40248a0eca21defd0413", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:01.391Z", + "created_at": "2022-01-20T22:03:05.584Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -29805,7 +35191,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:01.391Z", + "updated_at": "2022-01-20T22:03:05.584Z", "clean_text": true, "default_value": "sentinel", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -29817,49 +35203,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/notes" + "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/property" + "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/property" }, "data": { - "id": "PRa0b64a3c4b9f4177b52de9d0431456fd", + "id": "PRad8f9d048adf4bc886150cc1c84e525f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/origin" + "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/origin" }, "data": { - "id": "DEf450d7418dbc49f5841c8e2472eee562", + "id": "DEa5bdf6e6ac4c40248a0eca21defd0413", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/extension" + "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/extension" }, "data": { - "id": "EX87e669a4d51b42c6b24816ede7501f52", + "id": "EXf68c216db33d41ea9c06afee78f621b9", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -29868,19 +35254,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/updated_with_extension" }, "data": { - "id": "EX032f3941bbef4f1bb8171dba754a89dd", + "id": "EX1ed213da97af4526823cbb2144d15a33", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd", - "origin": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562", - "self": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562", - "extension": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52" + "property": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f", + "origin": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413", + "self": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413", + "extension": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9" }, "meta": { "latest_revision_number": 0 @@ -29904,7 +35290,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -29977,7 +35363,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -30044,16 +35430,16 @@ "response": { "data": [ { - "id": "PRa0b64a3c4b9f4177b52de9d0431456fd", + "id": "PRad8f9d048adf4bc886150cc1c84e525f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:55.632Z", + "created_at": "2022-01-20T22:02:59.839Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:55.632Z", + "updated_at": "2022-01-20T22:02:59.839Z", "platform": "web", "development": false, - "token": "b5d8e2579f2d", + "token": "f6eaeed59e82", "domains": [ "example.com" ], @@ -30063,7 +35449,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/company" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -30072,52 +35458,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/callbacks" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/hosts" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/environments" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/libraries" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/data_elements" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/extensions" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/rules" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/notes" + "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/rules", - "self": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd" + "data_elements": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/environments", + "extensions": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/extensions", + "rules": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/rules", + "self": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f" }, "meta": { "rights": [ @@ -30146,7 +35532,7 @@ }, { "name": "data_elements.get_a_data_element", - "endpoint": "/properties/PRa0b64a3c4b9f4177b52de9d0431456fd", + "endpoint": "/properties/PRad8f9d048adf4bc886150cc1c84e525f", "method": "DELETE", "request": null, "response": null, @@ -30193,16 +35579,16 @@ }, "response": { "data": { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PR466d97d75ed5480a87d5ddd1c902c444", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:01.870Z", + "created_at": "2022-01-20T22:03:06.122Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:01.870Z", + "updated_at": "2022-01-20T22:03:06.122Z", "platform": "web", "development": false, - "token": "592257621678", + "token": "d11f8b650729", "domains": [ "example.com" ], @@ -30212,7 +35598,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/company" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -30221,52 +35607,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/callbacks" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/hosts" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/environments" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/libraries" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/data_elements" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/extensions" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/rules" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/notes" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/environments", - "extensions": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/extensions", - "rules": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/rules", - "self": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9" + "data_elements": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/data_elements", + "environments": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/environments", + "extensions": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/extensions", + "rules": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/rules", + "self": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444" }, "meta": { "rights": [ @@ -31562,6 +36948,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -32738,10 +38125,10 @@ }, "response": { "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:07.222Z", + "created_at": "2022-01-20T22:03:11.526Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -32749,7 +38136,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:07.222Z", + "updated_at": "2022-01-20T22:03:11.526Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -32759,40 +38146,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/libraries" + "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/revisions" + "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/notes" + "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/property" + "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/property" }, "data": { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PR466d97d75ed5480a87d5ddd1c902c444", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/origin" + "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/origin" }, "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -32801,7 +38188,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/extension_package" + "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -32810,9 +38197,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9", - "origin": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d", - "self": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d", + "property": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444", + "origin": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf", + "self": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -34080,6 +39467,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -35232,14 +40620,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:07 -0600", + "name": "My Data Element 2022-01-20 15:03:11 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", "type": "extensions" } } @@ -35249,18 +40637,18 @@ }, "response": { "data": { - "id": "DE0730fe4c774d45f0adce0332cf30fe0e", + "id": "DE964363477ac242cba8db85093413720d", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:07.496Z", + "created_at": "2022-01-20T22:03:11.818Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:07 -0600", + "name": "My Data Element 2022-01-20 15:03:11 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:07.496Z", + "updated_at": "2022-01-20T22:03:11.818Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -35272,49 +40660,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/notes" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/property" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/property" }, "data": { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PR466d97d75ed5480a87d5ddd1c902c444", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/origin" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/origin" }, "data": { - "id": "DE0730fe4c774d45f0adce0332cf30fe0e", + "id": "DE964363477ac242cba8db85093413720d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/extension" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/extension" }, "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -35323,19 +40711,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/updated_with_extension" }, "data": { - "id": "EX0f8c03e6ba1c4a70925f8591b15b9a18", + "id": "EX82556348a9314c3eb0595c9adbc5aab0", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9", - "origin": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e", - "self": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e", - "extension": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d" + "property": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444", + "origin": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d", + "self": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d", + "extension": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf" }, "meta": { "latest_revision_number": 0 @@ -35352,18 +40740,18 @@ "request": null, "response": { "data": { - "id": "DE0730fe4c774d45f0adce0332cf30fe0e", + "id": "DE964363477ac242cba8db85093413720d", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:07.496Z", + "created_at": "2022-01-20T22:03:11.818Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:07 -0600", + "name": "My Data Element 2022-01-20 15:03:11 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:07.496Z", + "updated_at": "2022-01-20T22:03:11.818Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -35375,49 +40763,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/notes" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/property" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/property" }, "data": { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PR466d97d75ed5480a87d5ddd1c902c444", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/origin" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/origin" }, "data": { - "id": "DE0730fe4c774d45f0adce0332cf30fe0e", + "id": "DE964363477ac242cba8db85093413720d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/extension" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/extension" }, "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -35426,19 +40814,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/updated_with_extension" }, "data": { - "id": "EX0f8c03e6ba1c4a70925f8591b15b9a18", + "id": "EX82556348a9314c3eb0595c9adbc5aab0", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9", - "origin": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e", - "self": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e", - "extension": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d" + "property": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444", + "origin": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d", + "self": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d", + "extension": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf" }, "meta": { "latest_revision_number": 0 @@ -35462,7 +40850,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -35535,7 +40923,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -35602,16 +40990,16 @@ "response": { "data": [ { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PR466d97d75ed5480a87d5ddd1c902c444", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:01.870Z", + "created_at": "2022-01-20T22:03:06.122Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:01.870Z", + "updated_at": "2022-01-20T22:03:06.122Z", "platform": "web", "development": false, - "token": "592257621678", + "token": "d11f8b650729", "domains": [ "example.com" ], @@ -35621,7 +41009,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/company" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -35630,52 +41018,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/callbacks" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/hosts" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/environments" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/libraries" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/data_elements" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/extensions" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/rules" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/notes" + "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/environments", - "extensions": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/extensions", - "rules": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/rules", - "self": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9" + "data_elements": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/data_elements", + "environments": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/environments", + "extensions": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/extensions", + "rules": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/rules", + "self": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444" }, "meta": { "rights": [ @@ -35704,7 +41092,7 @@ }, { "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/properties/PR40369809fc0d4762ae0d571df95a7ad9", + "endpoint": "/properties/PR466d97d75ed5480a87d5ddd1c902c444", "method": "DELETE", "request": null, "response": null, @@ -35751,16 +41139,16 @@ }, "response": { "data": { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR527fa6600c5d44148fba00dd3c041fa1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:07.989Z", + "created_at": "2022-01-20T22:03:12.344Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:07.989Z", + "updated_at": "2022-01-20T22:03:12.344Z", "platform": "web", "development": false, - "token": "cdf3a1fffcd1", + "token": "aa7a6d3ce020", "domains": [ "example.com" ], @@ -35770,7 +41158,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/company" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -35779,52 +41167,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/callbacks" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/hosts" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/environments" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/libraries" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/data_elements" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/extensions" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/rules" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/notes" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/data_elements", - "environments": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/environments", - "extensions": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/extensions", - "rules": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/rules", - "self": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5" + "data_elements": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/environments", + "extensions": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/extensions", + "rules": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/rules", + "self": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1" }, "meta": { "rights": [ @@ -37120,6 +42508,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -38296,10 +43685,10 @@ }, "response": { "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX21955ba4acb1425bbff984a4558c4e5f", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:13.333Z", + "created_at": "2022-01-20T22:03:17.722Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -38307,7 +43696,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:13.333Z", + "updated_at": "2022-01-20T22:03:17.722Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -38317,40 +43706,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/libraries" + "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/revisions" + "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/notes" + "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/property" + "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/property" }, "data": { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR527fa6600c5d44148fba00dd3c041fa1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/origin" + "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/origin" }, "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX21955ba4acb1425bbff984a4558c4e5f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -38359,7 +43748,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -38368,9 +43757,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5", - "origin": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a", - "self": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a", + "property": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1", + "origin": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f", + "self": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -39638,6 +45027,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -40790,14 +46180,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:13 -0600", + "name": "My Data Element 2022-01-20 15:03:17 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX21955ba4acb1425bbff984a4558c4e5f", "type": "extensions" } } @@ -40807,18 +46197,18 @@ }, "response": { "data": { - "id": "DE3ea84929384348f2ab6ede3270dc044f", + "id": "DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:13.634Z", + "created_at": "2022-01-20T22:03:18.015Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:13 -0600", + "name": "My Data Element 2022-01-20 15:03:17 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:13.634Z", + "updated_at": "2022-01-20T22:03:18.015Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -40830,49 +46220,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/libraries" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/revisions" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/notes" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/property" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/property" }, "data": { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR527fa6600c5d44148fba00dd3c041fa1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/origin" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/origin" }, "data": { - "id": "DE3ea84929384348f2ab6ede3270dc044f", + "id": "DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/extension" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/extension" }, "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX21955ba4acb1425bbff984a4558c4e5f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -40881,19 +46271,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/updated_with_extension" }, "data": { - "id": "EX6a8dd2f4772740f9814bc691491f953b", + "id": "EX45e0ff4d302f442ba5172b028345f689", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5", - "origin": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f", - "self": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f", - "extension": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a" + "property": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1", + "origin": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", + "self": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", + "extension": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f" }, "meta": { "latest_revision_number": 0 @@ -40911,18 +46301,18 @@ "response": { "data": [ { - "id": "DE3ea84929384348f2ab6ede3270dc044f", + "id": "DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:13.634Z", + "created_at": "2022-01-20T22:03:18.015Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:13 -0600", + "name": "My Data Element 2022-01-20 15:03:17 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:13.634Z", + "updated_at": "2022-01-20T22:03:18.015Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -40934,49 +46324,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/libraries" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/revisions" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/notes" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/property" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/property" }, "data": { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR527fa6600c5d44148fba00dd3c041fa1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/origin" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/origin" }, "data": { - "id": "DE3ea84929384348f2ab6ede3270dc044f", + "id": "DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/extension" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/extension" }, "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX21955ba4acb1425bbff984a4558c4e5f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -40985,19 +46375,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/updated_with_extension" }, "data": { - "id": "EX6a8dd2f4772740f9814bc691491f953b", + "id": "EX45e0ff4d302f442ba5172b028345f689", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5", - "origin": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f", - "self": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f", - "extension": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a" + "property": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1", + "origin": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", + "self": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", + "extension": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f" }, "meta": { "latest_revision_number": 0 @@ -41031,7 +46421,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -41104,7 +46494,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -41171,16 +46561,16 @@ "response": { "data": [ { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR527fa6600c5d44148fba00dd3c041fa1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:07.989Z", + "created_at": "2022-01-20T22:03:12.344Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:07.989Z", + "updated_at": "2022-01-20T22:03:12.344Z", "platform": "web", "development": false, - "token": "cdf3a1fffcd1", + "token": "aa7a6d3ce020", "domains": [ "example.com" ], @@ -41190,7 +46580,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/company" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -41199,52 +46589,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/callbacks" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/hosts" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/environments" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/libraries" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/data_elements" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/extensions" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/rules" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/notes" + "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/data_elements", - "environments": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/environments", - "extensions": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/extensions", - "rules": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/rules", - "self": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5" + "data_elements": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/environments", + "extensions": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/extensions", + "rules": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/rules", + "self": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1" }, "meta": { "rights": [ @@ -41273,7 +46663,7 @@ }, { "name": "data_elements.update_a_data_element", - "endpoint": "/properties/PRccaa558bbec84ed7881dd4f52d5d63b5", + "endpoint": "/properties/PR527fa6600c5d44148fba00dd3c041fa1", "method": "DELETE", "request": null, "response": null, @@ -41320,16 +46710,16 @@ }, "response": { "data": { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PR6560f744ce064a18b59012263da144a3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:14.108Z", + "created_at": "2022-01-20T22:03:18.578Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:14.108Z", + "updated_at": "2022-01-20T22:03:18.578Z", "platform": "web", "development": false, - "token": "6434c4b600e1", + "token": "36d9dc79567f", "domains": [ "example.com" ], @@ -41339,7 +46729,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/company" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -41348,52 +46738,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/callbacks" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/hosts" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/environments" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/libraries" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/data_elements" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/extensions" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/rules" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/notes" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/environments", - "extensions": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/extensions", - "rules": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/rules", - "self": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f" + "data_elements": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/environments", + "extensions": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/extensions", + "rules": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/rules", + "self": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3" }, "meta": { "rights": [ @@ -42689,6 +48079,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -43865,10 +49256,10 @@ }, "response": { "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:19.477Z", + "created_at": "2022-01-20T22:03:24.011Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -43876,7 +49267,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:19.477Z", + "updated_at": "2022-01-20T22:03:24.011Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -43886,40 +49277,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/libraries" + "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/revisions" + "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/notes" + "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/property" + "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/property" }, "data": { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PR6560f744ce064a18b59012263da144a3", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/origin" + "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/origin" }, "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -43928,7 +49319,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -43937,9 +49328,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f", - "origin": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377", - "self": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377", + "property": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3", + "origin": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be", + "self": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -45207,6 +50598,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -46359,14 +51751,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:19 -0600", + "name": "My Data Element 2022-01-20 15:03:24 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", "type": "extensions" } } @@ -46376,18 +51768,18 @@ }, "response": { "data": { - "id": "DE1c9a864337464247952fa9916a82c44e", + "id": "DE13aaccb4f4dd43ed836488c5e81ed69a", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:19.763Z", + "created_at": "2022-01-20T22:03:24.298Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:19 -0600", + "name": "My Data Element 2022-01-20 15:03:24 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:19.763Z", + "updated_at": "2022-01-20T22:03:24.298Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -46399,49 +51791,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/notes" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/property" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/property" }, "data": { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PR6560f744ce064a18b59012263da144a3", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/origin" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/origin" }, "data": { - "id": "DE1c9a864337464247952fa9916a82c44e", + "id": "DE13aaccb4f4dd43ed836488c5e81ed69a", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/extension" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/extension" }, "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -46450,19 +51842,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/updated_with_extension" }, "data": { - "id": "EX957206382fa2452ea7d591761e3e6de8", + "id": "EX21c57da6acc842dfb7b037be1fdb5c69", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f", - "origin": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e", - "self": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e", - "extension": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377" + "property": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3", + "origin": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a", + "self": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a", + "extension": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be" }, "meta": { "latest_revision_number": 0 @@ -46483,15 +51875,15 @@ "settings": "{\"elementSelector\":\".target-element-b\",\"elementProperty\":\"html\"}" }, "type": "data_elements", - "id": "DE1c9a864337464247952fa9916a82c44e" + "id": "DE13aaccb4f4dd43ed836488c5e81ed69a" } }, "response": { "data": { - "id": "DE1c9a864337464247952fa9916a82c44e", + "id": "DE13aaccb4f4dd43ed836488c5e81ed69a", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:19.763Z", + "created_at": "2022-01-20T22:03:24.298Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -46499,7 +51891,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:19.915Z", + "updated_at": "2022-01-20T22:03:24.452Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -46511,49 +51903,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/notes" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/property" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/property" }, "data": { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PR6560f744ce064a18b59012263da144a3", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/origin" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/origin" }, "data": { - "id": "DE1c9a864337464247952fa9916a82c44e", + "id": "DE13aaccb4f4dd43ed836488c5e81ed69a", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/extension" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/extension" }, "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -46562,19 +51954,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/updated_with_extension" }, "data": { - "id": "EX957206382fa2452ea7d591761e3e6de8", + "id": "EX21c57da6acc842dfb7b037be1fdb5c69", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f", - "origin": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e", - "self": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e", - "extension": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377" + "property": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3", + "origin": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a", + "self": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a", + "extension": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be" }, "meta": { "latest_revision_number": 0 @@ -46598,7 +51990,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -46671,7 +52063,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -46738,16 +52130,16 @@ "response": { "data": [ { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PR6560f744ce064a18b59012263da144a3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:14.108Z", + "created_at": "2022-01-20T22:03:18.578Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:14.108Z", + "updated_at": "2022-01-20T22:03:18.578Z", "platform": "web", "development": false, - "token": "6434c4b600e1", + "token": "36d9dc79567f", "domains": [ "example.com" ], @@ -46757,7 +52149,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/company" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -46766,52 +52158,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/callbacks" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/hosts" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/environments" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/libraries" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/data_elements" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/extensions" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/rules" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/notes" + "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/environments", - "extensions": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/extensions", - "rules": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/rules", - "self": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f" + "data_elements": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/environments", + "extensions": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/extensions", + "rules": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/rules", + "self": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3" }, "meta": { "rights": [ @@ -46840,7 +52232,7 @@ }, { "name": "data_elements.delete_a_data_element", - "endpoint": "/properties/PRcf701b9b64a2475fa1680be6aee3c85f", + "endpoint": "/properties/PR6560f744ce064a18b59012263da144a3", "method": "DELETE", "request": null, "response": null, @@ -46887,16 +52279,16 @@ }, "response": { "data": { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PR06ea124dd7b246f5bdd17349f2469377", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:20.352Z", + "created_at": "2022-01-20T22:03:24.867Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:20.352Z", + "updated_at": "2022-01-20T22:03:24.867Z", "platform": "web", "development": false, - "token": "998a435623b1", + "token": "c56bca7ee78f", "domains": [ "example.com" ], @@ -46906,7 +52298,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/company" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -46915,52 +52307,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/callbacks" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/hosts" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/environments" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/libraries" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/data_elements" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/extensions" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/rules" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/notes" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/rules", - "self": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b" + "data_elements": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/environments", + "extensions": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/extensions", + "rules": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/rules", + "self": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377" }, "meta": { "rights": [ @@ -48256,6 +53648,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -49432,10 +54825,10 @@ }, "response": { "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EX4201ad45265b49f7bb613591dd796d3f", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:25.799Z", + "created_at": "2022-01-20T22:03:30.216Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -49443,7 +54836,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:25.799Z", + "updated_at": "2022-01-20T22:03:30.216Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -49453,40 +54846,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/libraries" + "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/revisions" + "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/notes" + "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/property" + "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/property" }, "data": { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PR06ea124dd7b246f5bdd17349f2469377", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/origin" + "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/origin" }, "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EX4201ad45265b49f7bb613591dd796d3f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -49495,7 +54888,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/extension_package" + "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -49504,9 +54897,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b", - "origin": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3", - "self": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "property": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377", + "origin": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f", + "self": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -50774,6 +56167,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -51926,14 +57320,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:26 -0600", + "name": "My Data Element 2022-01-20 15:03:30 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EX4201ad45265b49f7bb613591dd796d3f", "type": "extensions" } } @@ -51943,18 +57337,18 @@ }, "response": { "data": { - "id": "DEd35e67dd0031430eab720c11ac4bdd54", + "id": "DE955915a423404cb2bbf59bafb2a19951", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:26.068Z", + "created_at": "2022-01-20T22:03:30.533Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:26 -0600", + "name": "My Data Element 2022-01-20 15:03:30 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:26.068Z", + "updated_at": "2022-01-20T22:03:30.533Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -51966,49 +57360,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/libraries" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/revisions" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/notes" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/property" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/property" }, "data": { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PR06ea124dd7b246f5bdd17349f2469377", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/origin" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/origin" }, "data": { - "id": "DEd35e67dd0031430eab720c11ac4bdd54", + "id": "DE955915a423404cb2bbf59bafb2a19951", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/extension" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/extension" }, "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EX4201ad45265b49f7bb613591dd796d3f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -52017,19 +57411,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/updated_with_extension" }, "data": { - "id": "EX3d6863d715ce47b79924b64e0bb44a86", + "id": "EXa8e616056dd14b20b170ed3e5c8e3e87", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b", - "origin": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54", - "self": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54", - "extension": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3" + "property": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377", + "origin": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951", + "self": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951", + "extension": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f" }, "meta": { "latest_revision_number": 0 @@ -52055,18 +57449,18 @@ "request": null, "response": { "data": { - "id": "DEd35e67dd0031430eab720c11ac4bdd54", + "id": "DE955915a423404cb2bbf59bafb2a19951", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:26.068Z", - "deleted_at": "2021-10-05T19:08:26.194Z", + "created_at": "2022-01-20T22:03:30.533Z", + "deleted_at": "2022-01-20T22:03:30.641Z", "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:26 -0600", + "name": "My Data Element 2022-01-20 15:03:30 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:26.228Z", + "updated_at": "2022-01-20T22:03:30.677Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -52078,49 +57472,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/libraries" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/revisions" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/notes" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/property" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/property" }, "data": { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PR06ea124dd7b246f5bdd17349f2469377", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/origin" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/origin" }, "data": { - "id": "DEd35e67dd0031430eab720c11ac4bdd54", + "id": "DE955915a423404cb2bbf59bafb2a19951", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/extension" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/extension" }, "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EX4201ad45265b49f7bb613591dd796d3f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -52129,23 +57523,23 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/updated_with_extension" }, "data": { - "id": "EX3d6863d715ce47b79924b64e0bb44a86", + "id": "EXa8e616056dd14b20b170ed3e5c8e3e87", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b", - "origin": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54", - "self": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54", - "extension": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3" + "property": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377", + "origin": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951", + "self": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951", + "extension": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f" }, "meta": { "latest_revision_number": 0, - "deleted_at": "2021-10-05T19:08:26.194Z" + "deleted_at": "2022-01-20T22:03:30.641Z" } } }, @@ -52166,7 +57560,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -52239,7 +57633,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -52306,16 +57700,16 @@ "response": { "data": [ { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PR06ea124dd7b246f5bdd17349f2469377", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:20.352Z", + "created_at": "2022-01-20T22:03:24.867Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:20.352Z", + "updated_at": "2022-01-20T22:03:24.867Z", "platform": "web", "development": false, - "token": "998a435623b1", + "token": "c56bca7ee78f", "domains": [ "example.com" ], @@ -52325,7 +57719,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/company" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -52334,52 +57728,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/callbacks" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/hosts" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/environments" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/libraries" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/data_elements" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/extensions" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/rules" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/notes" + "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/rules", - "self": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b" + "data_elements": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/environments", + "extensions": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/extensions", + "rules": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/rules", + "self": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377" }, "meta": { "rights": [ @@ -52408,7 +57802,7 @@ }, { "name": "data_elements.revise_a_data_element", - "endpoint": "/properties/PRa17ccbf453024f1182beabe6a8c5074b", + "endpoint": "/properties/PR06ea124dd7b246f5bdd17349f2469377", "method": "DELETE", "request": null, "response": null, @@ -52455,16 +57849,16 @@ }, "response": { "data": { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:26.725Z", + "created_at": "2022-01-20T22:03:31.167Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:26.725Z", + "updated_at": "2022-01-20T22:03:31.167Z", "platform": "web", "development": false, - "token": "d7e1bbd5ab2d", + "token": "23c895057d59", "domains": [ "example.com" ], @@ -52474,7 +57868,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/company" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -52483,52 +57877,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/callbacks" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/hosts" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/environments" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/libraries" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/data_elements" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/extensions" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/rules" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/notes" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/environments", - "extensions": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/extensions", - "rules": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/rules", - "self": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0" + "data_elements": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/environments", + "extensions": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/extensions", + "rules": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/rules", + "self": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f" }, "meta": { "rights": [ @@ -53824,6 +59218,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -55000,10 +60395,10 @@ }, "response": { "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX19d392a383824c819cf1fbd394049157", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:32.135Z", + "created_at": "2022-01-20T22:03:36.549Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -55011,7 +60406,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:32.135Z", + "updated_at": "2022-01-20T22:03:36.549Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -55021,40 +60416,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/libraries" + "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/revisions" + "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/notes" + "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/property" + "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/property" }, "data": { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/origin" + "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/origin" }, "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX19d392a383824c819cf1fbd394049157", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -55063,7 +60458,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/extension_package" + "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -55072,9 +60467,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0", - "origin": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375", - "self": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375", + "property": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f", + "origin": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157", + "self": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -56342,6 +61737,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -57494,14 +62890,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:32 -0600", + "name": "My Data Element 2022-01-20 15:03:36 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX19d392a383824c819cf1fbd394049157", "type": "extensions" } } @@ -57511,18 +62907,18 @@ }, "response": { "data": { - "id": "DEd073acf5c33d4462a525f020e64ea180", + "id": "DE96c6e6eb1d3742f7861568ae53a8eb61", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:32.443Z", + "created_at": "2022-01-20T22:03:36.848Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:32 -0600", + "name": "My Data Element 2022-01-20 15:03:36 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:32.443Z", + "updated_at": "2022-01-20T22:03:36.848Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -57534,49 +62930,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/libraries" + "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/revisions" + "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/notes" + "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/property" + "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/property" }, "data": { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/origin" + "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/origin" }, "data": { - "id": "DEd073acf5c33d4462a525f020e64ea180", + "id": "DE96c6e6eb1d3742f7861568ae53a8eb61", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/extension" + "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/extension" }, "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX19d392a383824c819cf1fbd394049157", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -57585,19 +62981,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/updated_with_extension" }, "data": { - "id": "EX412b2c0620dc4e70b2ddb2113a1b7793", + "id": "EXf0b2fe9a80ea478bb6c2a60f12f14a65", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0", - "origin": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180", - "self": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180", - "extension": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375" + "property": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f", + "origin": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61", + "self": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61", + "extension": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157" }, "meta": { "latest_revision_number": 0 @@ -57618,24 +63014,24 @@ "meta": { "action": "revise" }, - "id": "DEd073acf5c33d4462a525f020e64ea180", + "id": "DE96c6e6eb1d3742f7861568ae53a8eb61", "type": "data_elements" } }, "response": { "data": { - "id": "DE65e7c26581d14ad783cc7ca92ee88b59", + "id": "DE4e69b91489b642d2b2b80e03fb768e69", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:32.567Z", + "created_at": "2022-01-20T22:03:36.969Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:32 -0600", + "name": "My Data Element 2022-01-20 15:03:36 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:08:32.567Z", + "updated_at": "2022-01-20T22:03:36.969Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -57647,49 +63043,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/libraries" + "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/revisions" + "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/notes" + "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/property" + "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/property" }, "data": { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/origin" + "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/origin" }, "data": { - "id": "DEd073acf5c33d4462a525f020e64ea180", + "id": "DE96c6e6eb1d3742f7861568ae53a8eb61", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/extension" + "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/extension" }, "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX19d392a383824c819cf1fbd394049157", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -57698,19 +63094,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/updated_with_extension" }, "data": { - "id": "EX412b2c0620dc4e70b2ddb2113a1b7793", + "id": "EXf0b2fe9a80ea478bb6c2a60f12f14a65", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0", - "origin": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180", - "self": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59", - "extension": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375" + "property": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f", + "origin": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61", + "self": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69", + "extension": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157" }, "meta": { "latest_revision_number": 1 @@ -57734,7 +63130,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -57807,7 +63203,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -57874,16 +63270,16 @@ "response": { "data": [ { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:26.725Z", + "created_at": "2022-01-20T22:03:31.167Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:26.725Z", + "updated_at": "2022-01-20T22:03:31.167Z", "platform": "web", "development": false, - "token": "d7e1bbd5ab2d", + "token": "23c895057d59", "domains": [ "example.com" ], @@ -57893,7 +63289,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/company" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -57902,52 +63298,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/callbacks" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/hosts" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/environments" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/libraries" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/data_elements" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/extensions" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/rules" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/notes" + "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/environments", - "extensions": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/extensions", - "rules": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/rules", - "self": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0" + "data_elements": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/environments", + "extensions": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/extensions", + "rules": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/rules", + "self": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f" }, "meta": { "rights": [ @@ -57976,7 +63372,7 @@ }, { "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/properties/PRb1028e79a21549a3afc7217b0a2d83f0", + "endpoint": "/properties/PR7666c09c2dc24dc49193d7c4abc78c1f", "method": "DELETE", "request": null, "response": null, @@ -58023,16 +63419,16 @@ }, "response": { "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PRc77ae0cc20f24826ab05705a8a4395b1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:32.976Z", + "created_at": "2022-01-20T22:03:37.445Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:32.976Z", + "updated_at": "2022-01-20T22:03:37.445Z", "platform": "web", "development": false, - "token": "6f3464ec4f24", + "token": "b8585bdcb512", "domains": [ "example.com" ], @@ -58042,7 +63438,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/company" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -58051,52 +63447,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/callbacks" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/hosts" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/environments" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/libraries" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/data_elements" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/extensions" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/rules" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/notes" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/environments", - "extensions": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/extensions", - "rules": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/rules", - "self": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e" + "data_elements": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/environments", + "extensions": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/extensions", + "rules": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/rules", + "self": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1" }, "meta": { "rights": [ @@ -59392,6 +64788,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -60568,10 +65965,10 @@ }, "response": { "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX1da29773e692474e95e56d88214270dd", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:38.353Z", + "created_at": "2022-01-20T22:03:42.822Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -60579,7 +65976,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:38.353Z", + "updated_at": "2022-01-20T22:03:42.822Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -60589,40 +65986,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/libraries" + "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/revisions" + "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/notes" + "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/property" + "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PRc77ae0cc20f24826ab05705a8a4395b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/origin" + "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/origin" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX1da29773e692474e95e56d88214270dd", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -60631,7 +66028,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/extension_package" + "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -60640,9 +66037,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d", - "self": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d", + "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", + "origin": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd", + "self": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -61910,6 +67307,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -63062,14 +68460,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-01-20 15:03:43 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX1da29773e692474e95e56d88214270dd", "type": "extensions" } } @@ -63079,18 +68477,18 @@ }, "response": { "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEf35941195d024689b2086bb952afbb64", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:38.756Z", + "created_at": "2022-01-20T22:03:43.108Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-01-20 15:03:43 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:38.756Z", + "updated_at": "2022-01-20T22:03:43.108Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -63102,49 +68500,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/libraries" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/revisions" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/notes" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/property" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PRc77ae0cc20f24826ab05705a8a4395b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/origin" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/origin" }, "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEf35941195d024689b2086bb952afbb64", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/extension" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/extension" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX1da29773e692474e95e56d88214270dd", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -63153,19 +68551,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/updated_with_extension" }, "data": { - "id": "EX5594cb68d5e74058881349c692b29ef1", + "id": "EX875f5abfa0134aff891bbd93226261f6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "self": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "extension": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d" + "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", + "origin": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", + "self": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", + "extension": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd" }, "meta": { "latest_revision_number": 0 @@ -63186,24 +68584,24 @@ "meta": { "action": "revise" }, - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEf35941195d024689b2086bb952afbb64", "type": "data_elements" } }, "response": { "data": { - "id": "DEc413e8868a034a22bfd2f8797efa420c", + "id": "DE664c6906e0a840098eb156d1ed4f5077", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:38.871Z", + "created_at": "2022-01-20T22:03:43.234Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-01-20 15:03:43 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:08:38.871Z", + "updated_at": "2022-01-20T22:03:43.234Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -63215,49 +68613,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/libraries" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/revisions" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/notes" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/property" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PRc77ae0cc20f24826ab05705a8a4395b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/origin" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/origin" }, "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEf35941195d024689b2086bb952afbb64", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/extension" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/extension" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX1da29773e692474e95e56d88214270dd", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -63266,19 +68664,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/updated_with_extension" }, "data": { - "id": "EX5594cb68d5e74058881349c692b29ef1", + "id": "EX875f5abfa0134aff891bbd93226261f6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "self": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c", - "extension": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d" + "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", + "origin": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", + "self": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077", + "extension": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd" }, "meta": { "latest_revision_number": 1 @@ -63296,18 +68694,18 @@ "response": { "data": [ { - "id": "DEc413e8868a034a22bfd2f8797efa420c", + "id": "DE664c6906e0a840098eb156d1ed4f5077", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:38.871Z", + "created_at": "2022-01-20T22:03:43.234Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-01-20 15:03:43 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:08:38.871Z", + "updated_at": "2022-01-20T22:03:43.234Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -63319,49 +68717,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/libraries" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/revisions" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/notes" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/property" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PRc77ae0cc20f24826ab05705a8a4395b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/origin" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/origin" }, "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEf35941195d024689b2086bb952afbb64", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/extension" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/extension" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX1da29773e692474e95e56d88214270dd", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -63370,37 +68768,37 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/updated_with_extension" }, "data": { - "id": "EX5594cb68d5e74058881349c692b29ef1", + "id": "EX875f5abfa0134aff891bbd93226261f6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "self": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c", - "extension": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d" + "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", + "origin": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", + "self": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077", + "extension": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd" }, "meta": { "latest_revision_number": 1 } }, { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEf35941195d024689b2086bb952afbb64", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:38.756Z", + "created_at": "2022-01-20T22:03:43.108Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-01-20 15:03:43 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:38.756Z", + "updated_at": "2022-01-20T22:03:43.108Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -63412,49 +68810,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/libraries" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/revisions" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/notes" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/property" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PRc77ae0cc20f24826ab05705a8a4395b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/origin" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/origin" }, "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEf35941195d024689b2086bb952afbb64", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/extension" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/extension" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX1da29773e692474e95e56d88214270dd", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -63463,19 +68861,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/updated_with_extension" }, "data": { - "id": "EX5594cb68d5e74058881349c692b29ef1", + "id": "EX875f5abfa0134aff891bbd93226261f6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "self": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "extension": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d" + "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", + "origin": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", + "self": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", + "extension": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd" }, "meta": { "latest_revision_number": 1 @@ -63509,7 +68907,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -63582,7 +68980,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -63649,16 +69047,16 @@ "response": { "data": [ { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PRc77ae0cc20f24826ab05705a8a4395b1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:32.976Z", + "created_at": "2022-01-20T22:03:37.445Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:32.976Z", + "updated_at": "2022-01-20T22:03:37.445Z", "platform": "web", "development": false, - "token": "6f3464ec4f24", + "token": "b8585bdcb512", "domains": [ "example.com" ], @@ -63668,7 +69066,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/company" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -63677,52 +69075,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/callbacks" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/hosts" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/environments" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/libraries" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/data_elements" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/extensions" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/rules" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/notes" + "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/environments", - "extensions": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/extensions", - "rules": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/rules", - "self": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e" + "data_elements": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/environments", + "extensions": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/extensions", + "rules": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/rules", + "self": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1" }, "meta": { "rights": [ @@ -63751,7 +69149,7 @@ }, { "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/properties/PR12ee427e44ec46fc9f9997e935edad5e", + "endpoint": "/properties/PRc77ae0cc20f24826ab05705a8a4395b1", "method": "DELETE", "request": null, "response": null, @@ -63798,16 +69196,16 @@ }, "response": { "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PR731dcba956784bc780cb647fd08c2a70", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:39.454Z", + "created_at": "2022-01-20T22:03:43.817Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:39.454Z", + "updated_at": "2022-01-20T22:03:43.817Z", "platform": "web", "development": false, - "token": "94bb61a56645", + "token": "8848362bdbe0", "domains": [ "example.com" ], @@ -63817,7 +69215,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/company" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -63826,52 +69224,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/callbacks" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/hosts" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/environments" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/libraries" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/data_elements" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/extensions" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/rules" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/notes" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/environments", - "extensions": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/extensions", - "rules": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/rules", - "self": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd" + "data_elements": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/data_elements", + "environments": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/environments", + "extensions": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/extensions", + "rules": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/rules", + "self": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70" }, "meta": { "rights": [ @@ -65167,6 +70565,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -66343,10 +71742,10 @@ }, "response": { "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX3ebd2c79342946c0ae58f834239190cb", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:44.776Z", + "created_at": "2022-01-20T22:03:49.200Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -66354,7 +71753,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:44.776Z", + "updated_at": "2022-01-20T22:03:49.200Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -66364,40 +71763,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/libraries" + "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/revisions" + "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/notes" + "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/property" + "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/property" }, "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PR731dcba956784bc780cb647fd08c2a70", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/origin" + "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/origin" }, "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX3ebd2c79342946c0ae58f834239190cb", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -66406,7 +71805,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/extension_package" + "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -66415,9 +71814,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd", - "origin": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd", - "self": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd", + "property": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70", + "origin": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb", + "self": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -67685,6 +73084,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -68837,14 +74237,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:45 -0600", + "name": "My Data Element 2022-01-20 15:03:49 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX3ebd2c79342946c0ae58f834239190cb", "type": "extensions" } } @@ -68854,18 +74254,18 @@ }, "response": { "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEdc23d90de1134ccc980244b0c7e90c7c", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:45.100Z", + "created_at": "2022-01-20T22:03:49.472Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:45 -0600", + "name": "My Data Element 2022-01-20 15:03:49 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:45.100Z", + "updated_at": "2022-01-20T22:03:49.472Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -68877,49 +74277,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/libraries" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/revisions" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/notes" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/property" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/property" }, "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PR731dcba956784bc780cb647fd08c2a70", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/origin" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/origin" }, "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEdc23d90de1134ccc980244b0c7e90c7c", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/extension" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/extension" }, "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX3ebd2c79342946c0ae58f834239190cb", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -68928,19 +74328,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/updated_with_extension" }, "data": { - "id": "EXfbd548587fec4f4a95173028aec31e1d", + "id": "EXeefd4ea953f34f0a81bb9f4bb3b3225e", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd", - "origin": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "self": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "extension": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd" + "property": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70", + "origin": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", + "self": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", + "extension": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb" }, "meta": { "latest_revision_number": 0 @@ -68961,24 +74361,24 @@ "meta": { "action": "revise" }, - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEdc23d90de1134ccc980244b0c7e90c7c", "type": "data_elements" } }, "response": { "data": { - "id": "DE264d09c54d9745e198cedcc2b8131c12", + "id": "DE4d8ef2aae4ee4d7c824a23d3bf7f3774", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:45.245Z", + "created_at": "2022-01-20T22:03:49.597Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:45 -0600", + "name": "My Data Element 2022-01-20 15:03:49 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:08:45.245Z", + "updated_at": "2022-01-20T22:03:49.597Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -68990,49 +74390,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/libraries" + "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/revisions" + "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/notes" + "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/property" + "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/property" }, "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PR731dcba956784bc780cb647fd08c2a70", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/origin" + "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/origin" }, "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEdc23d90de1134ccc980244b0c7e90c7c", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/extension" + "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/extension" }, "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX3ebd2c79342946c0ae58f834239190cb", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -69041,19 +74441,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/updated_with_extension" }, "data": { - "id": "EXfbd548587fec4f4a95173028aec31e1d", + "id": "EXeefd4ea953f34f0a81bb9f4bb3b3225e", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd", - "origin": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "self": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12", - "extension": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd" + "property": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70", + "origin": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", + "self": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774", + "extension": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb" }, "meta": { "latest_revision_number": 1 @@ -69070,18 +74470,18 @@ "request": null, "response": { "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEdc23d90de1134ccc980244b0c7e90c7c", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:45.100Z", + "created_at": "2022-01-20T22:03:49.472Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:45 -0600", + "name": "My Data Element 2022-01-20 15:03:49 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:45.100Z", + "updated_at": "2022-01-20T22:03:49.472Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -69093,49 +74493,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/libraries" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/revisions" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/notes" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/property" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/property" }, "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PR731dcba956784bc780cb647fd08c2a70", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/origin" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/origin" }, "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEdc23d90de1134ccc980244b0c7e90c7c", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/extension" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/extension" }, "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX3ebd2c79342946c0ae58f834239190cb", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -69144,19 +74544,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/updated_with_extension" }, "data": { - "id": "EXfbd548587fec4f4a95173028aec31e1d", + "id": "EXeefd4ea953f34f0a81bb9f4bb3b3225e", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd", - "origin": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "self": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "extension": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd" + "property": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70", + "origin": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", + "self": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", + "extension": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb" }, "meta": { "latest_revision_number": 1 @@ -69180,7 +74580,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -69253,7 +74653,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -69320,16 +74720,16 @@ "response": { "data": [ { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PR731dcba956784bc780cb647fd08c2a70", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:39.454Z", + "created_at": "2022-01-20T22:03:43.817Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:39.454Z", + "updated_at": "2022-01-20T22:03:43.817Z", "platform": "web", "development": false, - "token": "94bb61a56645", + "token": "8848362bdbe0", "domains": [ "example.com" ], @@ -69339,7 +74739,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/company" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -69348,52 +74748,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/callbacks" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/hosts" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/environments" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/libraries" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/data_elements" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/extensions" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/rules" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/notes" + "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/environments", - "extensions": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/extensions", - "rules": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/rules", - "self": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd" + "data_elements": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/data_elements", + "environments": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/environments", + "extensions": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/extensions", + "rules": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/rules", + "self": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70" }, "meta": { "rights": [ @@ -69422,7 +74822,7 @@ }, { "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/properties/PR75782ae5029c45eea9b16a605ea4bcdd", + "endpoint": "/properties/PR731dcba956784bc780cb647fd08c2a70", "method": "DELETE", "request": null, "response": null, @@ -69469,16 +74869,16 @@ }, "response": { "data": { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR9d7f6d2281264924b0a232136ca7afd0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:45.863Z", + "created_at": "2022-01-20T22:03:50.171Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:45.863Z", + "updated_at": "2022-01-20T22:03:50.171Z", "platform": "web", "development": false, - "token": "43077f35915b", + "token": "7e4089562ed2", "domains": [ "example.com" ], @@ -69488,7 +74888,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/company" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -69497,52 +74897,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/callbacks" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/hosts" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/environments" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/libraries" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/data_elements" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/extensions" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/rules" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/notes" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/environments", - "extensions": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/extensions", - "rules": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/rules", - "self": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e" + "data_elements": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/rules", + "self": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0" }, "meta": { "rights": [ @@ -70838,6 +76238,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -72014,10 +77415,10 @@ }, "response": { "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXd76d6512b28148319d8531e17d55b91e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:51.281Z", + "created_at": "2022-01-20T22:03:55.556Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -72025,7 +77426,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:51.281Z", + "updated_at": "2022-01-20T22:03:55.556Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -72035,40 +77436,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/libraries" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/revisions" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/notes" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/property" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/property" }, "data": { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR9d7f6d2281264924b0a232136ca7afd0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/origin" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/origin" }, "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXd76d6512b28148319d8531e17d55b91e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -72077,7 +77478,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/extension_package" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -72086,9 +77487,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e", - "origin": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517", - "self": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517", + "property": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0", + "origin": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e", + "self": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -73356,6 +78757,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -74508,14 +79910,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:51 -0600", + "name": "My Data Element 2022-01-20 15:03:55 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXd76d6512b28148319d8531e17d55b91e", "type": "extensions" } } @@ -74525,18 +79927,18 @@ }, "response": { "data": { - "id": "DEf8e3259296914dfaa5568a708864eeb6", + "id": "DE75614b49efd94fb1935469f0e9aac994", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:51.590Z", + "created_at": "2022-01-20T22:03:55.851Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:51 -0600", + "name": "My Data Element 2022-01-20 15:03:55 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:51.590Z", + "updated_at": "2022-01-20T22:03:55.851Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -74548,49 +79950,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/libraries" + "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/revisions" + "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/notes" + "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/property" + "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/property" }, "data": { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR9d7f6d2281264924b0a232136ca7afd0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/origin" + "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/origin" }, "data": { - "id": "DEf8e3259296914dfaa5568a708864eeb6", + "id": "DE75614b49efd94fb1935469f0e9aac994", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/extension" + "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/extension" }, "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXd76d6512b28148319d8531e17d55b91e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -74599,19 +80001,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/updated_with_extension" }, "data": { - "id": "EXf3ccd971f2974e4cb24dca992c173258", + "id": "EXcc4c12d2a999437c82277ca23e6a2330", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e", - "origin": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6", - "self": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6", - "extension": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517" + "property": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0", + "origin": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994", + "self": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994", + "extension": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e" }, "meta": { "latest_revision_number": 0 @@ -74628,10 +80030,10 @@ "request": null, "response": { "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXd76d6512b28148319d8531e17d55b91e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:51.281Z", + "created_at": "2022-01-20T22:03:55.556Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -74639,7 +80041,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:51.281Z", + "updated_at": "2022-01-20T22:03:55.556Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -74649,40 +80051,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/libraries" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/revisions" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/notes" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/property" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/property" }, "data": { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR9d7f6d2281264924b0a232136ca7afd0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/origin" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/origin" }, "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXd76d6512b28148319d8531e17d55b91e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -74691,7 +80093,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/extension_package" + "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -74700,9 +80102,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e", - "origin": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517", - "self": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517", + "property": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0", + "origin": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e", + "self": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -74728,7 +80130,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -74801,7 +80203,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -74868,16 +80270,16 @@ "response": { "data": [ { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR9d7f6d2281264924b0a232136ca7afd0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:45.863Z", + "created_at": "2022-01-20T22:03:50.171Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:45.863Z", + "updated_at": "2022-01-20T22:03:50.171Z", "platform": "web", "development": false, - "token": "43077f35915b", + "token": "7e4089562ed2", "domains": [ "example.com" ], @@ -74887,7 +80289,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/company" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -74896,52 +80298,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/callbacks" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/hosts" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/environments" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/libraries" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/data_elements" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/extensions" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/rules" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/notes" + "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/environments", - "extensions": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/extensions", - "rules": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/rules", - "self": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e" + "data_elements": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/rules", + "self": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0" }, "meta": { "rights": [ @@ -74970,7 +80372,7 @@ }, { "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e", + "endpoint": "/properties/PR9d7f6d2281264924b0a232136ca7afd0", "method": "DELETE", "request": null, "response": null, @@ -75017,16 +80419,16 @@ }, "response": { "data": { - "id": "PR1febe088663b465e86766487b72b8c44", + "id": "PR267a56df708d4380b39f3a5f8f9c85fd", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:52.108Z", + "created_at": "2022-01-20T22:03:56.434Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:52.108Z", + "updated_at": "2022-01-20T22:03:56.434Z", "platform": "web", "development": false, - "token": "354852eea93a", + "token": "331b2705c9cf", "domains": [ "example.com" ], @@ -75036,7 +80438,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/company" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -75045,52 +80447,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/callbacks" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/hosts" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/environments" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/libraries" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/data_elements" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/extensions" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/rules" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/notes" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/environments", - "extensions": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/extensions", - "rules": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/rules", - "self": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44" + "data_elements": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/data_elements", + "environments": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/environments", + "extensions": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/extensions", + "rules": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/rules", + "self": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd" }, "meta": { "rights": [ @@ -76386,6 +81788,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -77562,10 +82965,10 @@ }, "response": { "data": { - "id": "EXa5869a8713004057a8a5645ca7dbd8f4", + "id": "EX12ef398b866e4364befff2be18bfad0b", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:57.459Z", + "created_at": "2022-01-20T22:04:01.853Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -77573,7 +82976,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:57.459Z", + "updated_at": "2022-01-20T22:04:01.853Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -77583,40 +82986,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/libraries" + "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/revisions" + "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/notes" + "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/property" + "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/property" }, "data": { - "id": "PR1febe088663b465e86766487b72b8c44", + "id": "PR267a56df708d4380b39f3a5f8f9c85fd", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/origin" + "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/origin" }, "data": { - "id": "EXa5869a8713004057a8a5645ca7dbd8f4", + "id": "EX12ef398b866e4364befff2be18bfad0b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -77625,7 +83028,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/extension_package" + "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -77634,9 +83037,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44", - "origin": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4", - "self": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4", + "property": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd", + "origin": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b", + "self": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -78904,6 +84307,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -80056,14 +85460,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:57 -0600", + "name": "My Data Element 2022-01-20 15:04:02 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EXa5869a8713004057a8a5645ca7dbd8f4", + "id": "EX12ef398b866e4364befff2be18bfad0b", "type": "extensions" } } @@ -80073,18 +85477,18 @@ }, "response": { "data": { - "id": "DE3f1cce7b73564fe8b84c7faf565c2403", + "id": "DE65b79a1b5ce94a899d908f26025620f0", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:57.751Z", + "created_at": "2022-01-20T22:04:02.143Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:57 -0600", + "name": "My Data Element 2022-01-20 15:04:02 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:57.751Z", + "updated_at": "2022-01-20T22:04:02.143Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -80096,49 +85500,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/libraries" + "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/revisions" + "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/notes" + "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/property" + "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/property" }, "data": { - "id": "PR1febe088663b465e86766487b72b8c44", + "id": "PR267a56df708d4380b39f3a5f8f9c85fd", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/origin" + "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/origin" }, "data": { - "id": "DE3f1cce7b73564fe8b84c7faf565c2403", + "id": "DE65b79a1b5ce94a899d908f26025620f0", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/extension" + "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/extension" }, "data": { - "id": "EXa5869a8713004057a8a5645ca7dbd8f4", + "id": "EX12ef398b866e4364befff2be18bfad0b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -80147,19 +85551,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/updated_with_extension" }, "data": { - "id": "EXe0d2887c9abe4a81ae6909a631139daf", + "id": "EX3cb9a993055c4cbc9eed2c0479c7cf5e", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44", - "origin": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403", - "self": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403", - "extension": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4" + "property": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd", + "origin": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0", + "self": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0", + "extension": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b" }, "meta": { "latest_revision_number": 0 @@ -80183,28 +85587,28 @@ }, "response": { "data": { - "id": "NT73457581eeac436a9ae321d57a920d12", + "id": "NT7ab430dce1294603a4d3511d43f8601e", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:08:57.859Z", + "created_at": "2022-01-20T22:04:02.285Z", "text": "this note on a data element intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403" + "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0" }, "data": { - "id": "DE3f1cce7b73564fe8b84c7faf565c2403", + "id": "DE65b79a1b5ce94a899d908f26025620f0", "type": "data_elements" } } }, "links": { - "resource": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403", - "self": "https://reactor.adobe.io/notes/NT73457581eeac436a9ae321d57a920d12" + "resource": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0", + "self": "https://reactor.adobe.io/notes/NT7ab430dce1294603a4d3511d43f8601e" } } }, @@ -80225,7 +85629,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -80298,7 +85702,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -80365,16 +85769,16 @@ "response": { "data": [ { - "id": "PR1febe088663b465e86766487b72b8c44", + "id": "PR267a56df708d4380b39f3a5f8f9c85fd", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:52.108Z", + "created_at": "2022-01-20T22:03:56.434Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:52.108Z", + "updated_at": "2022-01-20T22:03:56.434Z", "platform": "web", "development": false, - "token": "354852eea93a", + "token": "331b2705c9cf", "domains": [ "example.com" ], @@ -80384,7 +85788,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/company" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -80393,52 +85797,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/callbacks" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/hosts" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/environments" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/libraries" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/data_elements" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/extensions" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/rules" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/notes" + "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/environments", - "extensions": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/extensions", - "rules": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/rules", - "self": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44" + "data_elements": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/data_elements", + "environments": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/environments", + "extensions": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/extensions", + "rules": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/rules", + "self": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd" }, "meta": { "rights": [ @@ -80467,7 +85871,7 @@ }, { "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/properties/PR1febe088663b465e86766487b72b8c44", + "endpoint": "/properties/PR267a56df708d4380b39f3a5f8f9c85fd", "method": "DELETE", "request": null, "response": null, @@ -80514,16 +85918,16 @@ }, "response": { "data": { - "id": "PR5f558d14c28f46038ae599ba57a945db", + "id": "PReda588ca408f48108388175c39a376ef", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:58.237Z", + "created_at": "2022-01-20T22:04:02.741Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:58.237Z", + "updated_at": "2022-01-20T22:04:02.741Z", "platform": "web", "development": false, - "token": "bec046929d8f", + "token": "49efdf5c47ae", "domains": [ "example.com" ], @@ -80533,7 +85937,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/company" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -80542,52 +85946,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/callbacks" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/hosts" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/environments" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/libraries" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/data_elements" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/extensions" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/rules" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/notes" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/environments", - "extensions": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/extensions", - "rules": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/rules", - "self": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db" + "data_elements": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/data_elements", + "environments": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/environments", + "extensions": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/extensions", + "rules": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/rules", + "self": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef" }, "meta": { "rights": [ @@ -81883,6 +87287,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -83059,10 +88464,10 @@ }, "response": { "data": { - "id": "EX6668d3bfce1941558ce2941e750511ca", + "id": "EX0813a46320fe4301823f3e57bb0d885b", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:09:03.604Z", + "created_at": "2022-01-20T22:04:08.165Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -83070,7 +88475,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:09:03.604Z", + "updated_at": "2022-01-20T22:04:08.165Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -83080,40 +88485,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/libraries" + "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/revisions" + "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/notes" + "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/property" + "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/property" }, "data": { - "id": "PR5f558d14c28f46038ae599ba57a945db", + "id": "PReda588ca408f48108388175c39a376ef", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/origin" + "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/origin" }, "data": { - "id": "EX6668d3bfce1941558ce2941e750511ca", + "id": "EX0813a46320fe4301823f3e57bb0d885b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -83122,7 +88527,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/extension_package" + "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -83131,9 +88536,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db", - "origin": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca", - "self": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca", + "property": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef", + "origin": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b", + "self": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -84401,6 +89806,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -85553,14 +90959,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:09:03 -0600", + "name": "My Data Element 2022-01-20 15:04:08 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX6668d3bfce1941558ce2941e750511ca", + "id": "EX0813a46320fe4301823f3e57bb0d885b", "type": "extensions" } } @@ -85570,18 +90976,18 @@ }, "response": { "data": { - "id": "DE62a59600565a4160ac3d31e979944dc3", + "id": "DEa6ea4abb03c34080abccfbf0aa68e626", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:09:03.921Z", + "created_at": "2022-01-20T22:04:08.461Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:09:03 -0600", + "name": "My Data Element 2022-01-20 15:04:08 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:09:03.921Z", + "updated_at": "2022-01-20T22:04:08.461Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -85593,49 +90999,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/notes" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/property" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/property" }, "data": { - "id": "PR5f558d14c28f46038ae599ba57a945db", + "id": "PReda588ca408f48108388175c39a376ef", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/origin" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/origin" }, "data": { - "id": "DE62a59600565a4160ac3d31e979944dc3", + "id": "DEa6ea4abb03c34080abccfbf0aa68e626", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/extension" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/extension" }, "data": { - "id": "EX6668d3bfce1941558ce2941e750511ca", + "id": "EX0813a46320fe4301823f3e57bb0d885b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -85644,19 +91050,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/updated_with_extension" }, "data": { - "id": "EX0e246d2207574e4a807b55eed26cfd2e", + "id": "EX054d449bc2be4752a44ddc7ec7264099", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db", - "origin": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3", - "self": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3", - "extension": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca" + "property": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef", + "origin": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626", + "self": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626", + "extension": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b" }, "meta": { "latest_revision_number": 0 @@ -85680,28 +91086,28 @@ }, "response": { "data": { - "id": "NT3b9a66d5feec4b30a63dd54af269c3a8", + "id": "NT1da6dba4e90f4a68915de72fc2c87e9a", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:09:04.026Z", + "created_at": "2022-01-20T22:04:08.552Z", "text": "this is a note on a data element" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626" }, "data": { - "id": "DE62a59600565a4160ac3d31e979944dc3", + "id": "DEa6ea4abb03c34080abccfbf0aa68e626", "type": "data_elements" } } }, "links": { - "resource": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3", - "self": "https://reactor.adobe.io/notes/NT3b9a66d5feec4b30a63dd54af269c3a8" + "resource": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626", + "self": "https://reactor.adobe.io/notes/NT1da6dba4e90f4a68915de72fc2c87e9a" } } }, @@ -85716,28 +91122,28 @@ "response": { "data": [ { - "id": "NT3b9a66d5feec4b30a63dd54af269c3a8", + "id": "NT1da6dba4e90f4a68915de72fc2c87e9a", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:09:04.026Z", + "created_at": "2022-01-20T22:04:08.552Z", "text": "this is a note on a data element" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3" + "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626" }, "data": { - "id": "DE62a59600565a4160ac3d31e979944dc3", + "id": "DEa6ea4abb03c34080abccfbf0aa68e626", "type": "data_elements" } } }, "links": { - "resource": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3", - "self": "https://reactor.adobe.io/notes/NT3b9a66d5feec4b30a63dd54af269c3a8" + "resource": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626", + "self": "https://reactor.adobe.io/notes/NT1da6dba4e90f4a68915de72fc2c87e9a" } } ], @@ -85768,7 +91174,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -85841,7 +91247,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -85908,16 +91314,16 @@ "response": { "data": [ { - "id": "PR5f558d14c28f46038ae599ba57a945db", + "id": "PReda588ca408f48108388175c39a376ef", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:58.237Z", + "created_at": "2022-01-20T22:04:02.741Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:58.237Z", + "updated_at": "2022-01-20T22:04:02.741Z", "platform": "web", "development": false, - "token": "bec046929d8f", + "token": "49efdf5c47ae", "domains": [ "example.com" ], @@ -85927,7 +91333,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/company" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -85936,52 +91342,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/callbacks" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/hosts" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/environments" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/libraries" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/data_elements" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/extensions" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/rules" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/notes" + "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/environments", - "extensions": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/extensions", - "rules": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/rules", - "self": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db" + "data_elements": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/data_elements", + "environments": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/environments", + "extensions": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/extensions", + "rules": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/rules", + "self": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef" }, "meta": { "rights": [ @@ -86010,7 +91416,7 @@ }, { "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/properties/PR5f558d14c28f46038ae599ba57a945db", + "endpoint": "/properties/PReda588ca408f48108388175c39a376ef", "method": "DELETE", "request": null, "response": null, @@ -86057,16 +91463,16 @@ }, "response": { "data": { - "id": "PR05a428962f7f44fcb5286e4fcef6a6de", + "id": "PRafc18a7f0d094ee99b94f411b3ca79bd", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:04.484Z", + "created_at": "2022-01-20T22:04:09.062Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:04.484Z", + "updated_at": "2022-01-20T22:04:09.062Z", "platform": "web", "development": false, - "token": "d4bf6fbeb772", + "token": "a78e33a45e53", "domains": [ "example.com" ], @@ -86076,7 +91482,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/company" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -86085,52 +91491,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/callbacks" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/hosts" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/environments" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/libraries" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/data_elements" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/extensions" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/rules" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/notes" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/data_elements", - "environments": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/environments", - "extensions": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/extensions", - "rules": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/rules", - "self": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de" + "data_elements": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/data_elements", + "environments": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/environments", + "extensions": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/extensions", + "rules": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/rules", + "self": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd" }, "meta": { "rights": [ @@ -86149,7 +91555,7 @@ }, { "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/properties/PR05a428962f7f44fcb5286e4fcef6a6de/hosts", + "endpoint": "/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/hosts", "method": "POST", "request": { "data": { @@ -86162,33 +91568,33 @@ }, "response": { "data": { - "id": "HT6245a6c3cf1b499ebf54bcabc55295c9", + "id": "HTad17526bf3004d7b9811542854ef3739", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:09.675Z", + "created_at": "2022-01-20T22:04:14.283Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:09.675Z", + "updated_at": "2022-01-20T22:04:14.283Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT6245a6c3cf1b499ebf54bcabc55295c9/property" + "related": "https://reactor.adobe.io/hosts/HTad17526bf3004d7b9811542854ef3739/property" }, "data": { - "id": "PR05a428962f7f44fcb5286e4fcef6a6de", + "id": "PRafc18a7f0d094ee99b94f411b3ca79bd", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de", - "self": "https://reactor.adobe.io/hosts/HT6245a6c3cf1b499ebf54bcabc55295c9" + "property": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd", + "self": "https://reactor.adobe.io/hosts/HTad17526bf3004d7b9811542854ef3739" } } }, @@ -86207,7 +91613,7 @@ "relationships": { "host": { "data": { - "id": "HT6245a6c3cf1b499ebf54bcabc55295c9", + "id": "HTad17526bf3004d7b9811542854ef3739", "type": "hosts" } } @@ -86217,77 +91623,82 @@ }, "response": { "data": { - "id": "EN9c156b412b3c41889bdeb93f4c9efd37", + "id": "ENe5ea5749ce39469584780333d9e6f140", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:09.756Z", - "library_path": "17e0df72ece8/d4bf6fbeb772", - "library_name": "launch-e5f236ada8c9-development.min.js", + "created_at": "2022-01-20T22:04:14.379Z", + "library_path": "17e0df72ece8/a78e33a45e53", + "library_name": "launch-9167d271454a-development.min.js", "library_entry_points": [ { - "library_name": "launch-e5f236ada8c9-development.min.js", + "library_name": "launch-9167d271454a-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d4bf6fbeb772/launch-e5f236ada8c9-development.min.js" + "17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.min.js" ], - "license_path": "17e0df72ece8/d4bf6fbeb772/launch-e5f236ada8c9-development.js" + "license_path": "17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.js" }, { - "library_name": "launch-e5f236ada8c9-development.js", + "library_name": "launch-9167d271454a-development.js", "minified": false, "references": [ - "17e0df72ece8/d4bf6fbeb772/launch-e5f236ada8c9-development.js" + "17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.js" ] } ], "name": "Dev Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:09.756Z", + "updated_at": "2022-01-20T22:04:14.379Z", "status": "succeeded", - "token": "e5f236ada8c9" + "token": "9167d271454a" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/library" + "related": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/builds" + "related": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/host", - "self": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/host", + "self": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/relationships/host" }, "data": { - "id": "HT6245a6c3cf1b499ebf54bcabc55295c9", + "id": "HTad17526bf3004d7b9811542854ef3739", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/property" + "related": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/property" }, "data": { - "id": "PR05a428962f7f44fcb5286e4fcef6a6de", + "id": "PRafc18a7f0d094ee99b94f411b3ca79bd", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de", - "self": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37" + "property": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd", + "self": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.js" + } ] } } @@ -86309,7 +91720,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -86382,7 +91793,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -86449,16 +91860,16 @@ "response": { "data": [ { - "id": "PR05a428962f7f44fcb5286e4fcef6a6de", + "id": "PRafc18a7f0d094ee99b94f411b3ca79bd", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:04.484Z", + "created_at": "2022-01-20T22:04:09.062Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:04.484Z", + "updated_at": "2022-01-20T22:04:09.062Z", "platform": "web", "development": false, - "token": "d4bf6fbeb772", + "token": "a78e33a45e53", "domains": [ "example.com" ], @@ -86468,7 +91879,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/company" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -86477,52 +91888,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/callbacks" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/hosts" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/environments" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/libraries" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/data_elements" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/extensions" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/rules" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/notes" + "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/data_elements", - "environments": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/environments", - "extensions": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/extensions", - "rules": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/rules", - "self": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de" + "data_elements": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/data_elements", + "environments": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/environments", + "extensions": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/extensions", + "rules": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/rules", + "self": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd" }, "meta": { "rights": [ @@ -86551,7 +91962,7 @@ }, { "name": "environments.create_an_akamai_environment", - "endpoint": "/properties/PR05a428962f7f44fcb5286e4fcef6a6de", + "endpoint": "/properties/PRafc18a7f0d094ee99b94f411b3ca79bd", "method": "DELETE", "request": null, "response": null, @@ -86598,16 +92009,16 @@ }, "response": { "data": { - "id": "PRd8152b44c58b42d4910cce7d7c27c40e", + "id": "PRa8c6c4ec42074eb3916142f0fb58626c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:10.140Z", + "created_at": "2022-01-20T22:04:14.835Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:10.140Z", + "updated_at": "2022-01-20T22:04:14.835Z", "platform": "web", "development": false, - "token": "2b4b011f7124", + "token": "bf9939c2351e", "domains": [ "example.com" ], @@ -86617,7 +92028,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/company" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -86626,52 +92037,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/callbacks" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/hosts" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/environments" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/libraries" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/data_elements" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/extensions" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/rules" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/notes" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/environments", - "extensions": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/extensions", - "rules": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/rules", - "self": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e" + "data_elements": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/environments", + "extensions": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/extensions", + "rules": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/rules", + "self": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c" }, "meta": { "rights": [ @@ -86690,7 +92101,7 @@ }, { "name": "environments.create_an_akamai_environment", - "endpoint": "/properties/PRd8152b44c58b42d4910cce7d7c27c40e/hosts", + "endpoint": "/properties/PRa8c6c4ec42074eb3916142f0fb58626c/hosts", "method": "POST", "request": { "data": { @@ -86703,33 +92114,33 @@ }, "response": { "data": { - "id": "HTc97d67f687cf4cf3bce936759a69c395", + "id": "HT80f0eb46ce464d459bc58f377b35b82b", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:15.356Z", + "created_at": "2022-01-20T22:04:20.090Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:15.356Z", + "updated_at": "2022-01-20T22:04:20.090Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTc97d67f687cf4cf3bce936759a69c395/property" + "related": "https://reactor.adobe.io/hosts/HT80f0eb46ce464d459bc58f377b35b82b/property" }, "data": { - "id": "PRd8152b44c58b42d4910cce7d7c27c40e", + "id": "PRa8c6c4ec42074eb3916142f0fb58626c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e", - "self": "https://reactor.adobe.io/hosts/HTc97d67f687cf4cf3bce936759a69c395" + "property": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c", + "self": "https://reactor.adobe.io/hosts/HT80f0eb46ce464d459bc58f377b35b82b" } } }, @@ -86748,7 +92159,7 @@ "relationships": { "host": { "data": { - "id": "HTc97d67f687cf4cf3bce936759a69c395", + "id": "HT80f0eb46ce464d459bc58f377b35b82b", "type": "hosts" } } @@ -86758,77 +92169,82 @@ }, "response": { "data": { - "id": "ENf9b890f3763245c8aab2ae3832e795c0", + "id": "ENa0ed597478064d25987b82a429ba0b52", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:15.434Z", - "library_path": "17e0df72ece8/2b4b011f7124", - "library_name": "launch-a7333382e7f7-development.min.js", + "created_at": "2022-01-20T22:04:20.196Z", + "library_path": "17e0df72ece8/bf9939c2351e", + "library_name": "launch-d421f52a4494-development.min.js", "library_entry_points": [ { - "library_name": "launch-a7333382e7f7-development.min.js", + "library_name": "launch-d421f52a4494-development.min.js", "minified": true, "references": [ - "17e0df72ece8/2b4b011f7124/launch-a7333382e7f7-development.min.js" + "17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.min.js" ], - "license_path": "17e0df72ece8/2b4b011f7124/launch-a7333382e7f7-development.js" + "license_path": "17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.js" }, { - "library_name": "launch-a7333382e7f7-development.js", + "library_name": "launch-d421f52a4494-development.js", "minified": false, "references": [ - "17e0df72ece8/2b4b011f7124/launch-a7333382e7f7-development.js" + "17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.js" ] } ], "name": "Akamai Dev Environment", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:15.434Z", + "updated_at": "2022-01-20T22:04:20.196Z", "status": "succeeded", - "token": "a7333382e7f7" + "token": "d421f52a4494" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/library" + "related": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/builds" + "related": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/host", - "self": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/relationships/host" + "related": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/host", + "self": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/relationships/host" }, "data": { - "id": "HTc97d67f687cf4cf3bce936759a69c395", + "id": "HT80f0eb46ce464d459bc58f377b35b82b", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/property" + "related": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/property" }, "data": { - "id": "PRd8152b44c58b42d4910cce7d7c27c40e", + "id": "PRa8c6c4ec42074eb3916142f0fb58626c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e", - "self": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0" + "property": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c", + "self": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.js" + } ] } } @@ -86850,7 +92266,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -86923,7 +92339,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -86990,16 +92406,16 @@ "response": { "data": [ { - "id": "PRd8152b44c58b42d4910cce7d7c27c40e", + "id": "PRa8c6c4ec42074eb3916142f0fb58626c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:10.140Z", + "created_at": "2022-01-20T22:04:14.835Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:10.140Z", + "updated_at": "2022-01-20T22:04:14.835Z", "platform": "web", "development": false, - "token": "2b4b011f7124", + "token": "bf9939c2351e", "domains": [ "example.com" ], @@ -87009,7 +92425,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/company" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -87018,52 +92434,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/callbacks" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/hosts" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/environments" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/libraries" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/data_elements" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/extensions" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/rules" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/notes" + "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/environments", - "extensions": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/extensions", - "rules": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/rules", - "self": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e" + "data_elements": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/environments", + "extensions": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/extensions", + "rules": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/rules", + "self": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c" }, "meta": { "rights": [ @@ -87092,7 +92508,7 @@ }, { "name": "environments.get_an_environment", - "endpoint": "/properties/PRd8152b44c58b42d4910cce7d7c27c40e", + "endpoint": "/properties/PRa8c6c4ec42074eb3916142f0fb58626c", "method": "DELETE", "request": null, "response": null, @@ -87139,16 +92555,16 @@ }, "response": { "data": { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR6ef0c9e4edaa4b2db937799168285754", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:15.929Z", + "created_at": "2022-01-20T22:04:20.698Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:15.929Z", + "updated_at": "2022-01-20T22:04:20.698Z", "platform": "web", "development": false, - "token": "7ac82014013a", + "token": "2faea6122091", "domains": [ "example.com" ], @@ -87158,7 +92574,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/company" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -87167,52 +92583,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/callbacks" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/hosts" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/environments" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/libraries" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/data_elements" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/extensions" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/rules" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/notes" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/environments", - "extensions": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/extensions", - "rules": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/rules", - "self": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4" + "data_elements": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/environments", + "extensions": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/extensions", + "rules": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/rules", + "self": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754" }, "meta": { "rights": [ @@ -87231,7 +92647,7 @@ }, { "name": "environments.get_an_environment", - "endpoint": "/properties/PR595941d2987c4aed9ef541e3c8ae75b4/hosts", + "endpoint": "/properties/PR6ef0c9e4edaa4b2db937799168285754/hosts", "method": "POST", "request": { "data": { @@ -87244,33 +92660,33 @@ }, "response": { "data": { - "id": "HTd5c317e65a8d4a4db710afcad72d7b78", + "id": "HT79b2a7a04c3842268af1ddc41137f2f5", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:21.186Z", + "created_at": "2022-01-20T22:04:25.961Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:21.186Z", + "updated_at": "2022-01-20T22:04:25.961Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd5c317e65a8d4a4db710afcad72d7b78/property" + "related": "https://reactor.adobe.io/hosts/HT79b2a7a04c3842268af1ddc41137f2f5/property" }, "data": { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR6ef0c9e4edaa4b2db937799168285754", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4", - "self": "https://reactor.adobe.io/hosts/HTd5c317e65a8d4a4db710afcad72d7b78" + "property": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754", + "self": "https://reactor.adobe.io/hosts/HT79b2a7a04c3842268af1ddc41137f2f5" } } }, @@ -87290,7 +92706,7 @@ "relationships": { "host": { "data": { - "id": "HTd5c317e65a8d4a4db710afcad72d7b78", + "id": "HT79b2a7a04c3842268af1ddc41137f2f5", "type": "hosts" } } @@ -87300,77 +92716,82 @@ }, "response": { "data": { - "id": "EN98b4f781797e4e0d82a5e4fb8d166b16", + "id": "ENdb4ce2135fa84ae090f1de2aa7ee2914", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:21.280Z", - "library_path": "17e0df72ece8/7ac82014013a", - "library_name": "launch-cc8c6d6bc722-development.min.js", + "created_at": "2022-01-20T22:04:26.055Z", + "library_path": "17e0df72ece8/2faea6122091", + "library_name": "launch-7257275439d0-development.min.js", "library_entry_points": [ { - "library_name": "launch-cc8c6d6bc722-development.min.js", + "library_name": "launch-7257275439d0-development.min.js", "minified": true, "references": [ - "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.min.js" + "17e0df72ece8/2faea6122091/launch-7257275439d0-development.min.js" ], - "license_path": "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.js" + "license_path": "17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" }, { - "library_name": "launch-cc8c6d6bc722-development.js", + "library_name": "launch-7257275439d0-development.js", "minified": false, "references": [ - "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.js" + "17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:21.280Z", + "updated_at": "2022-01-20T22:04:26.055Z", "status": "succeeded", - "token": "cc8c6d6bc722" + "token": "7257275439d0" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/library" + "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/builds" + "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/host", - "self": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/relationships/host" + "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/host", + "self": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/relationships/host" }, "data": { - "id": "HTd5c317e65a8d4a4db710afcad72d7b78", + "id": "HT79b2a7a04c3842268af1ddc41137f2f5", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/property" + "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/property" }, "data": { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR6ef0c9e4edaa4b2db937799168285754", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4", - "self": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16" + "property": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754", + "self": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" + } ] } } @@ -87385,77 +92806,82 @@ "request": null, "response": { "data": { - "id": "EN98b4f781797e4e0d82a5e4fb8d166b16", + "id": "ENdb4ce2135fa84ae090f1de2aa7ee2914", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:21.280Z", - "library_path": "17e0df72ece8/7ac82014013a", - "library_name": "launch-cc8c6d6bc722-development.min.js", + "created_at": "2022-01-20T22:04:26.055Z", + "library_path": "17e0df72ece8/2faea6122091", + "library_name": "launch-7257275439d0-development.min.js", "library_entry_points": [ { - "library_name": "launch-cc8c6d6bc722-development.min.js", + "library_name": "launch-7257275439d0-development.min.js", "minified": true, "references": [ - "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.min.js" + "17e0df72ece8/2faea6122091/launch-7257275439d0-development.min.js" ], - "license_path": "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.js" + "license_path": "17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" }, { - "library_name": "launch-cc8c6d6bc722-development.js", + "library_name": "launch-7257275439d0-development.js", "minified": false, "references": [ - "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.js" + "17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:21.280Z", + "updated_at": "2022-01-20T22:04:26.055Z", "status": "succeeded", - "token": "cc8c6d6bc722" + "token": "7257275439d0" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/library" + "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/builds" + "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/host", - "self": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/relationships/host" + "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/host", + "self": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/relationships/host" }, "data": { - "id": "HTd5c317e65a8d4a4db710afcad72d7b78", + "id": "HT79b2a7a04c3842268af1ddc41137f2f5", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/property" + "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/property" }, "data": { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR6ef0c9e4edaa4b2db937799168285754", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4", - "self": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16" + "property": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754", + "self": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" + } ] } } @@ -87477,7 +92903,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -87550,7 +92976,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -87617,16 +93043,16 @@ "response": { "data": [ { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR6ef0c9e4edaa4b2db937799168285754", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:15.929Z", + "created_at": "2022-01-20T22:04:20.698Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:15.929Z", + "updated_at": "2022-01-20T22:04:20.698Z", "platform": "web", "development": false, - "token": "7ac82014013a", + "token": "2faea6122091", "domains": [ "example.com" ], @@ -87636,7 +93062,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/company" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -87645,52 +93071,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/callbacks" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/hosts" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/environments" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/libraries" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/data_elements" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/extensions" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/rules" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/notes" + "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/environments", - "extensions": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/extensions", - "rules": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/rules", - "self": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4" + "data_elements": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/environments", + "extensions": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/extensions", + "rules": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/rules", + "self": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754" }, "meta": { "rights": [ @@ -87719,7 +93145,7 @@ }, { "name": "environments.update_an_environment", - "endpoint": "/properties/PR595941d2987c4aed9ef541e3c8ae75b4", + "endpoint": "/properties/PR6ef0c9e4edaa4b2db937799168285754", "method": "DELETE", "request": null, "response": null, @@ -87766,16 +93192,16 @@ }, "response": { "data": { - "id": "PR07af760bb6634844bcdc14c0c37ef351", + "id": "PRe4b544381008457c975f2b40007018bc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:21.732Z", + "created_at": "2022-01-20T22:04:26.509Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:21.732Z", + "updated_at": "2022-01-20T22:04:26.509Z", "platform": "web", "development": false, - "token": "97f1e02cd22a", + "token": "63101b5415c5", "domains": [ "example.com" ], @@ -87785,7 +93211,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/company" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -87794,52 +93220,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/callbacks" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/hosts" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/environments" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/libraries" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/data_elements" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/extensions" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/rules" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/notes" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/environments", - "extensions": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/extensions", - "rules": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/rules", - "self": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351" + "data_elements": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/rules", + "self": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc" }, "meta": { "rights": [ @@ -87858,7 +93284,7 @@ }, { "name": "environments.update_an_environment", - "endpoint": "/properties/PR07af760bb6634844bcdc14c0c37ef351/hosts", + "endpoint": "/properties/PRe4b544381008457c975f2b40007018bc/hosts", "method": "POST", "request": { "data": { @@ -87871,33 +93297,33 @@ }, "response": { "data": { - "id": "HT4833c2c567734f7096e51c0dc6a744a0", + "id": "HT341aec8abff3406397c4051aeb5daf1c", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:26.983Z", + "created_at": "2022-01-20T22:04:31.713Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:26.983Z", + "updated_at": "2022-01-20T22:04:31.713Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT4833c2c567734f7096e51c0dc6a744a0/property" + "related": "https://reactor.adobe.io/hosts/HT341aec8abff3406397c4051aeb5daf1c/property" }, "data": { - "id": "PR07af760bb6634844bcdc14c0c37ef351", + "id": "PRe4b544381008457c975f2b40007018bc", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351", - "self": "https://reactor.adobe.io/hosts/HT4833c2c567734f7096e51c0dc6a744a0" + "property": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc", + "self": "https://reactor.adobe.io/hosts/HT341aec8abff3406397c4051aeb5daf1c" } } }, @@ -87917,7 +93343,7 @@ "relationships": { "host": { "data": { - "id": "HT4833c2c567734f7096e51c0dc6a744a0", + "id": "HT341aec8abff3406397c4051aeb5daf1c", "type": "hosts" } } @@ -87927,77 +93353,82 @@ }, "response": { "data": { - "id": "ENd547937d65214ef1abdda814718cf11c", + "id": "ENe52f2ef7832e4157a3583649eb0b71fd", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:27.094Z", - "library_path": "17e0df72ece8/97f1e02cd22a", - "library_name": "launch-5be9616f5ea2-development.min.js", + "created_at": "2022-01-20T22:04:31.806Z", + "library_path": "17e0df72ece8/63101b5415c5", + "library_name": "launch-293f12326da9-development.min.js", "library_entry_points": [ { - "library_name": "launch-5be9616f5ea2-development.min.js", + "library_name": "launch-293f12326da9-development.min.js", "minified": true, "references": [ - "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.min.js" + "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.min.js" ], - "license_path": "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.js" + "license_path": "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" }, { - "library_name": "launch-5be9616f5ea2-development.js", + "library_name": "launch-293f12326da9-development.js", "minified": false, "references": [ - "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.js" + "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:27.094Z", + "updated_at": "2022-01-20T22:04:31.806Z", "status": "succeeded", - "token": "5be9616f5ea2" + "token": "293f12326da9" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/library" + "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/builds" + "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/host", - "self": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/host", + "self": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/relationships/host" }, "data": { - "id": "HT4833c2c567734f7096e51c0dc6a744a0", + "id": "HT341aec8abff3406397c4051aeb5daf1c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/property" + "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/property" }, "data": { - "id": "PR07af760bb6634844bcdc14c0c37ef351", + "id": "PRe4b544381008457c975f2b40007018bc", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351", - "self": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c" + "property": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc", + "self": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" + } ] } } @@ -88014,83 +93445,88 @@ "attributes": { "name": "New environment name" }, - "id": "ENd547937d65214ef1abdda814718cf11c", + "id": "ENe52f2ef7832e4157a3583649eb0b71fd", "type": "environments" } }, "response": { "data": { - "id": "ENd547937d65214ef1abdda814718cf11c", + "id": "ENe52f2ef7832e4157a3583649eb0b71fd", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:27.094Z", - "library_path": "17e0df72ece8/97f1e02cd22a", - "library_name": "launch-5be9616f5ea2-development.min.js", + "created_at": "2022-01-20T22:04:31.806Z", + "library_path": "17e0df72ece8/63101b5415c5", + "library_name": "launch-293f12326da9-development.min.js", "library_entry_points": [ { - "library_name": "launch-5be9616f5ea2-development.min.js", + "library_name": "launch-293f12326da9-development.min.js", "minified": true, "references": [ - "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.min.js" + "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.min.js" ], - "license_path": "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.js" + "license_path": "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" }, { - "library_name": "launch-5be9616f5ea2-development.js", + "library_name": "launch-293f12326da9-development.js", "minified": false, "references": [ - "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.js" + "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" ] } ], "name": "New environment name", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:27.189Z", + "updated_at": "2022-01-20T22:04:31.918Z", "status": "succeeded", - "token": "5be9616f5ea2" + "token": "293f12326da9" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/library" + "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/builds" + "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/host", - "self": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/host", + "self": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/relationships/host" }, "data": { - "id": "HT4833c2c567734f7096e51c0dc6a744a0", + "id": "HT341aec8abff3406397c4051aeb5daf1c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/property" + "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/property" }, "data": { - "id": "PR07af760bb6634844bcdc14c0c37ef351", + "id": "PRe4b544381008457c975f2b40007018bc", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351", - "self": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c" + "property": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc", + "self": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" + } ] } } @@ -88112,7 +93548,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -88185,7 +93621,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -88252,16 +93688,16 @@ "response": { "data": [ { - "id": "PR07af760bb6634844bcdc14c0c37ef351", + "id": "PRe4b544381008457c975f2b40007018bc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:21.732Z", + "created_at": "2022-01-20T22:04:26.509Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:21.732Z", + "updated_at": "2022-01-20T22:04:26.509Z", "platform": "web", "development": false, - "token": "97f1e02cd22a", + "token": "63101b5415c5", "domains": [ "example.com" ], @@ -88271,7 +93707,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/company" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -88280,52 +93716,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/callbacks" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/hosts" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/environments" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/libraries" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/data_elements" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/extensions" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/rules" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/notes" + "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/environments", - "extensions": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/extensions", - "rules": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/rules", - "self": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351" + "data_elements": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/rules", + "self": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc" }, "meta": { "rights": [ @@ -88354,7 +93790,7 @@ }, { "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/PR07af760bb6634844bcdc14c0c37ef351", + "endpoint": "/properties/PRe4b544381008457c975f2b40007018bc", "method": "DELETE", "request": null, "response": null, @@ -88401,16 +93837,16 @@ }, "response": { "data": { - "id": "PR26f7074e912348259e4a30f794d6dd0d", + "id": "PR9c779cd6345542e28d39cfb316b79649", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:27.584Z", + "created_at": "2022-01-20T22:04:32.393Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:27.584Z", + "updated_at": "2022-01-20T22:04:32.393Z", "platform": "web", "development": false, - "token": "35999c01895e", + "token": "9af117b3ba99", "domains": [ "example.com" ], @@ -88420,7 +93856,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/company" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -88429,52 +93865,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/callbacks" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/hosts" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/environments" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/libraries" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/data_elements" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/extensions" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/rules" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/notes" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/environments", - "extensions": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/extensions", - "rules": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/rules", - "self": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d" + "data_elements": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/environments", + "extensions": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/extensions", + "rules": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/rules", + "self": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649" }, "meta": { "rights": [ @@ -88493,7 +93929,7 @@ }, { "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/PR26f7074e912348259e4a30f794d6dd0d/hosts", + "endpoint": "/properties/PR9c779cd6345542e28d39cfb316b79649/hosts", "method": "POST", "request": { "data": { @@ -88506,33 +93942,33 @@ }, "response": { "data": { - "id": "HTb20d5bf33c9449688b5dcd842823b69d", + "id": "HT434e8cb5612248ce8425426af9dc53c8", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:32.819Z", + "created_at": "2022-01-20T22:04:37.628Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:32.819Z", + "updated_at": "2022-01-20T22:04:37.628Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTb20d5bf33c9449688b5dcd842823b69d/property" + "related": "https://reactor.adobe.io/hosts/HT434e8cb5612248ce8425426af9dc53c8/property" }, "data": { - "id": "PR26f7074e912348259e4a30f794d6dd0d", + "id": "PR9c779cd6345542e28d39cfb316b79649", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d", - "self": "https://reactor.adobe.io/hosts/HTb20d5bf33c9449688b5dcd842823b69d" + "property": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649", + "self": "https://reactor.adobe.io/hosts/HT434e8cb5612248ce8425426af9dc53c8" } } }, @@ -88552,7 +93988,7 @@ "relationships": { "host": { "data": { - "id": "HTb20d5bf33c9449688b5dcd842823b69d", + "id": "HT434e8cb5612248ce8425426af9dc53c8", "type": "hosts" } } @@ -88562,77 +93998,82 @@ }, "response": { "data": { - "id": "ENb1f6d822c0cb4ca487d7af1361d4a1a0", + "id": "EN22852767c0774444bc0de2bece32716b", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:32.910Z", - "library_path": "17e0df72ece8/35999c01895e", - "library_name": "launch-3e99f012616e-development.min.js", + "created_at": "2022-01-20T22:04:37.727Z", + "library_path": "17e0df72ece8/9af117b3ba99", + "library_name": "launch-06a174cc223b-development.min.js", "library_entry_points": [ { - "library_name": "launch-3e99f012616e-development.min.js", + "library_name": "launch-06a174cc223b-development.min.js", "minified": true, "references": [ - "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.min.js" + "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.min.js" ], - "license_path": "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.js" + "license_path": "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" }, { - "library_name": "launch-3e99f012616e-development.js", + "library_name": "launch-06a174cc223b-development.js", "minified": false, "references": [ - "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.js" + "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:32.910Z", + "updated_at": "2022-01-20T22:04:37.727Z", "status": "succeeded", - "token": "3e99f012616e" + "token": "06a174cc223b" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/library" + "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/builds" + "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/host", - "self": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/relationships/host" + "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/host", + "self": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/relationships/host" }, "data": { - "id": "HTb20d5bf33c9449688b5dcd842823b69d", + "id": "HT434e8cb5612248ce8425426af9dc53c8", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/property" + "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/property" }, "data": { - "id": "PR26f7074e912348259e4a30f794d6dd0d", + "id": "PR9c779cd6345542e28d39cfb316b79649", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d", - "self": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0" + "property": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649", + "self": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" + } ] } } @@ -88648,77 +94089,82 @@ "response": { "data": [ { - "id": "ENb1f6d822c0cb4ca487d7af1361d4a1a0", + "id": "EN22852767c0774444bc0de2bece32716b", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:32.910Z", - "library_path": "17e0df72ece8/35999c01895e", - "library_name": "launch-3e99f012616e-development.min.js", + "created_at": "2022-01-20T22:04:37.727Z", + "library_path": "17e0df72ece8/9af117b3ba99", + "library_name": "launch-06a174cc223b-development.min.js", "library_entry_points": [ { - "library_name": "launch-3e99f012616e-development.min.js", + "library_name": "launch-06a174cc223b-development.min.js", "minified": true, "references": [ - "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.min.js" + "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.min.js" ], - "license_path": "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.js" + "license_path": "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" }, { - "library_name": "launch-3e99f012616e-development.js", + "library_name": "launch-06a174cc223b-development.js", "minified": false, "references": [ - "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.js" + "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:32.910Z", + "updated_at": "2022-01-20T22:04:37.727Z", "status": "succeeded", - "token": "3e99f012616e" + "token": "06a174cc223b" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/library" + "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/builds" + "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/host", - "self": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/relationships/host" + "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/host", + "self": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/relationships/host" }, "data": { - "id": "HTb20d5bf33c9449688b5dcd842823b69d", + "id": "HT434e8cb5612248ce8425426af9dc53c8", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/property" + "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/property" }, "data": { - "id": "PR26f7074e912348259e4a30f794d6dd0d", + "id": "PR9c779cd6345542e28d39cfb316b79649", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d", - "self": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0" + "property": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649", + "self": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" + } ] } } @@ -88750,7 +94196,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -88823,7 +94269,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -88890,16 +94336,16 @@ "response": { "data": [ { - "id": "PR26f7074e912348259e4a30f794d6dd0d", + "id": "PR9c779cd6345542e28d39cfb316b79649", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:27.584Z", + "created_at": "2022-01-20T22:04:32.393Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:27.584Z", + "updated_at": "2022-01-20T22:04:32.393Z", "platform": "web", "development": false, - "token": "35999c01895e", + "token": "9af117b3ba99", "domains": [ "example.com" ], @@ -88909,7 +94355,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/company" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -88918,52 +94364,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/callbacks" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/hosts" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/environments" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/libraries" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/data_elements" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/extensions" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/rules" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/notes" + "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/environments", - "extensions": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/extensions", - "rules": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/rules", - "self": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d" + "data_elements": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/environments", + "extensions": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/extensions", + "rules": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/rules", + "self": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649" }, "meta": { "rights": [ @@ -88992,7 +94438,7 @@ }, { "name": "environments.delete_an_environment", - "endpoint": "/properties/PR26f7074e912348259e4a30f794d6dd0d", + "endpoint": "/properties/PR9c779cd6345542e28d39cfb316b79649", "method": "DELETE", "request": null, "response": null, @@ -89039,16 +94485,16 @@ }, "response": { "data": { - "id": "PRce9f849616c641a8ba7af3d4e44a3857", + "id": "PR94c99b5e69a74014ae15feae95180536", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:33.363Z", + "created_at": "2022-01-20T22:04:38.252Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:33.363Z", + "updated_at": "2022-01-20T22:04:38.252Z", "platform": "web", "development": false, - "token": "6ef2062ad287", + "token": "3d3de507bc3a", "domains": [ "example.com" ], @@ -89058,7 +94504,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/company" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -89067,52 +94513,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/callbacks" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/hosts" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/environments" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/libraries" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/data_elements" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/extensions" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/rules" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/notes" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/data_elements", - "environments": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/environments", - "extensions": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/extensions", - "rules": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/rules", - "self": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857" + "data_elements": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/data_elements", + "environments": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/environments", + "extensions": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/extensions", + "rules": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/rules", + "self": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536" }, "meta": { "rights": [ @@ -89131,7 +94577,7 @@ }, { "name": "environments.delete_an_environment", - "endpoint": "/properties/PRce9f849616c641a8ba7af3d4e44a3857/hosts", + "endpoint": "/properties/PR94c99b5e69a74014ae15feae95180536/hosts", "method": "POST", "request": { "data": { @@ -89144,33 +94590,33 @@ }, "response": { "data": { - "id": "HT036b49eaf2d24b61a584a27b128636e2", + "id": "HT1dd93f24421c4f95834b9015a9cab1d5", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:38.592Z", + "created_at": "2022-01-20T22:04:43.452Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:38.592Z", + "updated_at": "2022-01-20T22:04:43.452Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT036b49eaf2d24b61a584a27b128636e2/property" + "related": "https://reactor.adobe.io/hosts/HT1dd93f24421c4f95834b9015a9cab1d5/property" }, "data": { - "id": "PRce9f849616c641a8ba7af3d4e44a3857", + "id": "PR94c99b5e69a74014ae15feae95180536", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857", - "self": "https://reactor.adobe.io/hosts/HT036b49eaf2d24b61a584a27b128636e2" + "property": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536", + "self": "https://reactor.adobe.io/hosts/HT1dd93f24421c4f95834b9015a9cab1d5" } } }, @@ -89190,7 +94636,7 @@ "relationships": { "host": { "data": { - "id": "HT036b49eaf2d24b61a584a27b128636e2", + "id": "HT1dd93f24421c4f95834b9015a9cab1d5", "type": "hosts" } } @@ -89200,77 +94646,82 @@ }, "response": { "data": { - "id": "ENeda3da5a27084815ad6fc355b4e8deef", + "id": "ENb708f24c40a842f7a801c640d41c0e5b", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:38.679Z", - "library_path": "17e0df72ece8/6ef2062ad287", - "library_name": "launch-878f3d1d4d61-development.min.js", + "created_at": "2022-01-20T22:04:43.566Z", + "library_path": "17e0df72ece8/3d3de507bc3a", + "library_name": "launch-51f6ae6fc041-development.min.js", "library_entry_points": [ { - "library_name": "launch-878f3d1d4d61-development.min.js", + "library_name": "launch-51f6ae6fc041-development.min.js", "minified": true, "references": [ - "17e0df72ece8/6ef2062ad287/launch-878f3d1d4d61-development.min.js" + "17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.min.js" ], - "license_path": "17e0df72ece8/6ef2062ad287/launch-878f3d1d4d61-development.js" + "license_path": "17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.js" }, { - "library_name": "launch-878f3d1d4d61-development.js", + "library_name": "launch-51f6ae6fc041-development.js", "minified": false, "references": [ - "17e0df72ece8/6ef2062ad287/launch-878f3d1d4d61-development.js" + "17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:38.679Z", + "updated_at": "2022-01-20T22:04:43.566Z", "status": "succeeded", - "token": "878f3d1d4d61" + "token": "51f6ae6fc041" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/library" + "related": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/builds" + "related": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/host", - "self": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/relationships/host" + "related": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/host", + "self": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/relationships/host" }, "data": { - "id": "HT036b49eaf2d24b61a584a27b128636e2", + "id": "HT1dd93f24421c4f95834b9015a9cab1d5", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/property" + "related": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/property" }, "data": { - "id": "PRce9f849616c641a8ba7af3d4e44a3857", + "id": "PR94c99b5e69a74014ae15feae95180536", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857", - "self": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef" + "property": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536", + "self": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.js" + } ] } } @@ -89301,7 +94752,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -89374,7 +94825,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -89441,16 +94892,16 @@ "response": { "data": [ { - "id": "PRce9f849616c641a8ba7af3d4e44a3857", + "id": "PR94c99b5e69a74014ae15feae95180536", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:33.363Z", + "created_at": "2022-01-20T22:04:38.252Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:33.363Z", + "updated_at": "2022-01-20T22:04:38.252Z", "platform": "web", "development": false, - "token": "6ef2062ad287", + "token": "3d3de507bc3a", "domains": [ "example.com" ], @@ -89460,7 +94911,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/company" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -89469,52 +94920,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/callbacks" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/hosts" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/environments" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/libraries" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/data_elements" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/extensions" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/rules" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/notes" + "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/data_elements", - "environments": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/environments", - "extensions": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/extensions", - "rules": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/rules", - "self": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857" + "data_elements": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/data_elements", + "environments": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/environments", + "extensions": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/extensions", + "rules": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/rules", + "self": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536" }, "meta": { "rights": [ @@ -89543,7 +94994,7 @@ }, { "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/PRce9f849616c641a8ba7af3d4e44a3857", + "endpoint": "/properties/PR94c99b5e69a74014ae15feae95180536", "method": "DELETE", "request": null, "response": null, @@ -89590,16 +95041,16 @@ }, "response": { "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", + "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:39.177Z", + "created_at": "2022-01-20T22:04:44.232Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:39.177Z", + "updated_at": "2022-01-20T22:04:44.232Z", "platform": "web", "development": false, - "token": "0548606019db", + "token": "5e52902e908d", "domains": [ "example.com" ], @@ -89609,7 +95060,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/company" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -89618,52 +95069,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/callbacks" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/hosts" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/environments" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/libraries" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/data_elements" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/extensions" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/rules" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/notes" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/data_elements", - "environments": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/environments", - "extensions": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/extensions", - "rules": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/rules", - "self": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71" + "data_elements": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/environments", + "extensions": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/extensions", + "rules": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/rules", + "self": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e" }, "meta": { "rights": [ @@ -89682,7 +95133,7 @@ }, { "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/PR487f72f5789e4723b79c1637e623da71/hosts", + "endpoint": "/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/hosts", "method": "POST", "request": { "data": { @@ -89695,33 +95146,33 @@ }, "response": { "data": { - "id": "HTf5918c01d1cd4b5c81b4a51c652c883d", + "id": "HT4a6543b790ca4b6985f693370b4dbaea", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:44.352Z", + "created_at": "2022-01-20T22:04:49.429Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:44.352Z", + "updated_at": "2022-01-20T22:04:49.429Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTf5918c01d1cd4b5c81b4a51c652c883d/property" + "related": "https://reactor.adobe.io/hosts/HT4a6543b790ca4b6985f693370b4dbaea/property" }, "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", + "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71", - "self": "https://reactor.adobe.io/hosts/HTf5918c01d1cd4b5c81b4a51c652c883d" + "property": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", + "self": "https://reactor.adobe.io/hosts/HT4a6543b790ca4b6985f693370b4dbaea" } } }, @@ -89741,7 +95192,7 @@ "relationships": { "host": { "data": { - "id": "HTf5918c01d1cd4b5c81b4a51c652c883d", + "id": "HT4a6543b790ca4b6985f693370b4dbaea", "type": "hosts" } } @@ -89751,77 +95202,82 @@ }, "response": { "data": { - "id": "ENf2508c8d05c045ccbebbccb088a2f2c3", + "id": "EN213412e0df64421289e07f7c870bfa00", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:44.438Z", - "library_path": "17e0df72ece8/0548606019db", - "library_name": "launch-0cec6989d165-development.min.js", + "created_at": "2022-01-20T22:04:49.505Z", + "library_path": "17e0df72ece8/5e52902e908d", + "library_name": "launch-76d814916495-development.min.js", "library_entry_points": [ { - "library_name": "launch-0cec6989d165-development.min.js", + "library_name": "launch-76d814916495-development.min.js", "minified": true, "references": [ - "17e0df72ece8/0548606019db/launch-0cec6989d165-development.min.js" + "17e0df72ece8/5e52902e908d/launch-76d814916495-development.min.js" ], - "license_path": "17e0df72ece8/0548606019db/launch-0cec6989d165-development.js" + "license_path": "17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" }, { - "library_name": "launch-0cec6989d165-development.js", + "library_name": "launch-76d814916495-development.js", "minified": false, "references": [ - "17e0df72ece8/0548606019db/launch-0cec6989d165-development.js" + "17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:44.438Z", + "updated_at": "2022-01-20T22:04:49.505Z", "status": "succeeded", - "token": "0cec6989d165" + "token": "76d814916495" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/library" + "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/builds" + "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/host", - "self": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/relationships/host" + "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/host", + "self": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/relationships/host" }, "data": { - "id": "HTf5918c01d1cd4b5c81b4a51c652c883d", + "id": "HT4a6543b790ca4b6985f693370b4dbaea", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/property" + "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/property" }, "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", + "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71", - "self": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3" + "property": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", + "self": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" + } ] } } @@ -89843,49 +95299,49 @@ }, "response": { "data": { - "id": "LB9b0e9c5538e649deb37db8d9bf14fec8", + "id": "LBce0dff869b034738a4c25f210646d5c8", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:09:44.528Z", + "created_at": "2022-01-20T22:04:49.597Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:09:44.528Z", + "updated_at": "2022-01-20T22:04:49.597Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/builds" + "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/data_elements", + "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/extensions", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/extensions", + "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/notes" + "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/rules", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/rules", + "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/rules" } }, "upstream_library": { @@ -89893,23 +95349,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/property" + "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/property" }, "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", + "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/last_build" + "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8" + "property": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", + "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8" }, "meta": { "build_status": null, @@ -89926,18 +95382,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENf2508c8d05c045ccbebbccb088a2f2c3", + "id": "EN213412e0df64421289e07f7c870bfa00", "type": "environments" } }, "response": { "data": { - "id": "ENf2508c8d05c045ccbebbccb088a2f2c3", + "id": "EN213412e0df64421289e07f7c870bfa00", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/environment", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/environment", + "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/environment" } }, "response_code": 200, @@ -89950,80 +95406,85 @@ "request": null, "response": { "data": { - "id": "ENf2508c8d05c045ccbebbccb088a2f2c3", + "id": "EN213412e0df64421289e07f7c870bfa00", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:44.438Z", - "library_path": "17e0df72ece8/0548606019db", - "library_name": "launch-0cec6989d165-development.min.js", + "created_at": "2022-01-20T22:04:49.505Z", + "library_path": "17e0df72ece8/5e52902e908d", + "library_name": "launch-76d814916495-development.min.js", "library_entry_points": [ { - "library_name": "launch-0cec6989d165-development.min.js", + "library_name": "launch-76d814916495-development.min.js", "minified": true, "references": [ - "17e0df72ece8/0548606019db/launch-0cec6989d165-development.min.js" + "17e0df72ece8/5e52902e908d/launch-76d814916495-development.min.js" ], - "license_path": "17e0df72ece8/0548606019db/launch-0cec6989d165-development.js" + "license_path": "17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" }, { - "library_name": "launch-0cec6989d165-development.js", + "library_name": "launch-76d814916495-development.js", "minified": false, "references": [ - "17e0df72ece8/0548606019db/launch-0cec6989d165-development.js" + "17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:44.635Z", + "updated_at": "2022-01-20T22:04:49.711Z", "status": "succeeded", - "token": "0cec6989d165" + "token": "76d814916495" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/library" + "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/library" }, "data": { - "id": "LB9b0e9c5538e649deb37db8d9bf14fec8", + "id": "LBce0dff869b034738a4c25f210646d5c8", "type": "libraries" } }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/builds" + "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/host", - "self": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/relationships/host" + "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/host", + "self": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/relationships/host" }, "data": { - "id": "HTf5918c01d1cd4b5c81b4a51c652c883d", + "id": "HT4a6543b790ca4b6985f693370b4dbaea", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/property" + "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/property" }, "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", + "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71", - "self": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3" + "property": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", + "self": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" + } ] } } @@ -90045,7 +95506,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -90118,7 +95579,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -90185,16 +95646,16 @@ "response": { "data": [ { - "id": "PR487f72f5789e4723b79c1637e623da71", + "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:39.177Z", + "created_at": "2022-01-20T22:04:44.232Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:39.177Z", + "updated_at": "2022-01-20T22:04:44.232Z", "platform": "web", "development": false, - "token": "0548606019db", + "token": "5e52902e908d", "domains": [ "example.com" ], @@ -90204,7 +95665,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/company" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -90213,52 +95674,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/callbacks" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/hosts" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/environments" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/libraries" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/data_elements" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/extensions" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/rules" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/notes" + "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/data_elements", - "environments": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/environments", - "extensions": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/extensions", - "rules": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/rules", - "self": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71" + "data_elements": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/environments", + "extensions": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/extensions", + "rules": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/rules", + "self": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e" }, "meta": { "rights": [ @@ -90287,7 +95748,7 @@ }, { "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/PR487f72f5789e4723b79c1637e623da71", + "endpoint": "/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", "method": "DELETE", "request": null, "response": null, @@ -90334,16 +95795,16 @@ }, "response": { "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", + "id": "PR7e3f09f4b00842e789f55e289d139661", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:45.148Z", + "created_at": "2022-01-20T22:04:50.251Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:45.148Z", + "updated_at": "2022-01-20T22:04:50.251Z", "platform": "web", "development": false, - "token": "d87a6f3628d1", + "token": "1294713fcc18", "domains": [ "example.com" ], @@ -90353,7 +95814,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/company" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -90362,52 +95823,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/callbacks" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/hosts" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/environments" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/libraries" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/data_elements" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/extensions" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/rules" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/notes" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/environments", - "extensions": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/extensions", - "rules": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/rules", - "self": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb" + "data_elements": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/environments", + "extensions": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/extensions", + "rules": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/rules", + "self": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661" }, "meta": { "rights": [ @@ -90426,7 +95887,7 @@ }, { "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/PRde3c61d336104043a2272ad644b8eeeb/hosts", + "endpoint": "/properties/PR7e3f09f4b00842e789f55e289d139661/hosts", "method": "POST", "request": { "data": { @@ -90439,33 +95900,33 @@ }, "response": { "data": { - "id": "HTfeb4259873394f6d822d5b758c030b5b", + "id": "HTfac2d446d5ed4d7893a4b90ea27570dc", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:50.390Z", + "created_at": "2022-01-20T22:04:55.481Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:50.390Z", + "updated_at": "2022-01-20T22:04:55.481Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTfeb4259873394f6d822d5b758c030b5b/property" + "related": "https://reactor.adobe.io/hosts/HTfac2d446d5ed4d7893a4b90ea27570dc/property" }, "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", + "id": "PR7e3f09f4b00842e789f55e289d139661", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb", - "self": "https://reactor.adobe.io/hosts/HTfeb4259873394f6d822d5b758c030b5b" + "property": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661", + "self": "https://reactor.adobe.io/hosts/HTfac2d446d5ed4d7893a4b90ea27570dc" } } }, @@ -90485,7 +95946,7 @@ "relationships": { "host": { "data": { - "id": "HTfeb4259873394f6d822d5b758c030b5b", + "id": "HTfac2d446d5ed4d7893a4b90ea27570dc", "type": "hosts" } } @@ -90495,77 +95956,82 @@ }, "response": { "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", + "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:50.470Z", - "library_path": "17e0df72ece8/d87a6f3628d1", - "library_name": "launch-375f7792c3d6-development.min.js", + "created_at": "2022-01-20T22:04:55.580Z", + "library_path": "17e0df72ece8/1294713fcc18", + "library_name": "launch-a7f5b588b7d0-development.min.js", "library_entry_points": [ { - "library_name": "launch-375f7792c3d6-development.min.js", + "library_name": "launch-a7f5b588b7d0-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.min.js" + "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js" ], - "license_path": "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.js" + "license_path": "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" }, { - "library_name": "launch-375f7792c3d6-development.js", + "library_name": "launch-a7f5b588b7d0-development.js", "minified": false, "references": [ - "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.js" + "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:50.470Z", + "updated_at": "2022-01-20T22:04:55.580Z", "status": "succeeded", - "token": "375f7792c3d6" + "token": "a7f5b588b7d0" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/library" + "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/builds" + "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/host", - "self": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/relationships/host" + "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/host", + "self": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/relationships/host" }, "data": { - "id": "HTfeb4259873394f6d822d5b758c030b5b", + "id": "HTfac2d446d5ed4d7893a4b90ea27570dc", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/property" + "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/property" }, "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", + "id": "PR7e3f09f4b00842e789f55e289d139661", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb", - "self": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7" + "property": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661", + "self": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" + } ] } } @@ -90587,49 +96053,49 @@ }, "response": { "data": { - "id": "LB6f28498168e249f6bcc8e92263fc9888", + "id": "LB1230d6e254dd4772bc02b4e3d973c64c", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:09:50.557Z", + "created_at": "2022-01-20T22:04:55.652Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:09:50.557Z", + "updated_at": "2022-01-20T22:04:55.652Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/builds" + "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/extensions", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/extensions", + "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/notes" + "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/rules", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/rules", + "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/rules" } }, "upstream_library": { @@ -90637,23 +96103,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/property" + "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/property" }, "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", + "id": "PR7e3f09f4b00842e789f55e289d139661", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/last_build" + "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888" + "property": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661", + "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c" }, "meta": { "build_status": null, @@ -90670,18 +96136,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", + "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", "type": "environments" } }, "response": { "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", + "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/environment", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/environment", + "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/environment" } }, "response_code": 200, @@ -90694,66 +96160,66 @@ "request": null, "response": { "data": { - "id": "BLd69de6e692d64a74a67aa2c52d80000d", + "id": "BLcc3c2e87b514491895be9eaf53b5d0b3", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:09:50.814Z", + "created_at": "2022-01-20T22:04:55.893Z", "status": "pending", - "updated_at": "2021-10-05T19:09:50.814Z", - "token": "860f79631f71" + "updated_at": "2022-01-20T22:04:55.893Z", + "token": "9dfad58d32fe" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/data_elements" + "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/extensions" + "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/rules" + "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/environment" + "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/environment" }, "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", + "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/library" + "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/library" }, "data": { - "id": "LB6f28498168e249f6bcc8e92263fc9888", + "id": "LB1230d6e254dd4772bc02b4e3d973c64c", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/property" + "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/property" }, "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", + "id": "PR7e3f09f4b00842e789f55e289d139661", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7", - "library": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888", - "self": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d" + "environment": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", + "library": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c", + "self": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d87a6f3628d1/860f79631f71/launch-375f7792c3d6-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/9dfad58d32fe/launch-a7f5b588b7d0-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -90769,80 +96235,85 @@ "request": null, "response": { "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", + "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:50.470Z", - "library_path": "17e0df72ece8/d87a6f3628d1", - "library_name": "launch-375f7792c3d6-development.min.js", + "created_at": "2022-01-20T22:04:55.580Z", + "library_path": "17e0df72ece8/1294713fcc18", + "library_name": "launch-a7f5b588b7d0-development.min.js", "library_entry_points": [ { - "library_name": "launch-375f7792c3d6-development.min.js", + "library_name": "launch-a7f5b588b7d0-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.min.js" + "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js" ], - "license_path": "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.js" + "license_path": "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" }, { - "library_name": "launch-375f7792c3d6-development.js", + "library_name": "launch-a7f5b588b7d0-development.js", "minified": false, "references": [ - "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.js" + "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:50.664Z", + "updated_at": "2022-01-20T22:04:55.757Z", "status": "succeeded", - "token": "375f7792c3d6" + "token": "a7f5b588b7d0" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/library" + "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/library" }, "data": { - "id": "LB6f28498168e249f6bcc8e92263fc9888", + "id": "LB1230d6e254dd4772bc02b4e3d973c64c", "type": "libraries" } }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/builds" + "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/host", - "self": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/relationships/host" + "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/host", + "self": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/relationships/host" }, "data": { - "id": "HTfeb4259873394f6d822d5b758c030b5b", + "id": "HTfac2d446d5ed4d7893a4b90ea27570dc", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/property" + "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/property" }, "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", + "id": "PR7e3f09f4b00842e789f55e289d139661", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb", - "self": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7" + "property": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661", + "self": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" + } ] } } @@ -90864,7 +96335,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -90937,7 +96408,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -91004,16 +96475,16 @@ "response": { "data": [ { - "id": "PRde3c61d336104043a2272ad644b8eeeb", + "id": "PR7e3f09f4b00842e789f55e289d139661", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:45.148Z", + "created_at": "2022-01-20T22:04:50.251Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:45.148Z", + "updated_at": "2022-01-20T22:04:50.251Z", "platform": "web", "development": false, - "token": "d87a6f3628d1", + "token": "1294713fcc18", "domains": [ "example.com" ], @@ -91023,7 +96494,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/company" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -91032,52 +96503,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/callbacks" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/hosts" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/environments" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/libraries" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/data_elements" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/extensions" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/rules" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/notes" + "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/environments", - "extensions": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/extensions", - "rules": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/rules", - "self": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb" + "data_elements": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/environments", + "extensions": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/extensions", + "rules": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/rules", + "self": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661" }, "meta": { "rights": [ @@ -91106,7 +96577,7 @@ }, { "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/PRde3c61d336104043a2272ad644b8eeeb", + "endpoint": "/properties/PR7e3f09f4b00842e789f55e289d139661", "method": "DELETE", "request": null, "response": null, @@ -91150,21 +96621,21 @@ }, "response": { "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", + "id": "PRdc5fad0d018246ac82700175a55ebd68", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:51.473Z", + "created_at": "2022-01-20T22:04:56.585Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:09:51.473Z", + "updated_at": "2022-01-20T22:04:56.585Z", "platform": "edge", "development": false, - "token": "07ba0b13b4db" + "token": "ed0b0523fb01" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/company" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -91173,52 +96644,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/callbacks" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/hosts" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/environments" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/libraries" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/data_elements" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/extensions" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/rules" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/notes" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/environments", - "extensions": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/extensions", - "rules": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/rules", - "self": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8" + "data_elements": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/environments", + "extensions": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/extensions", + "rules": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/rules", + "self": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68" }, "meta": { "rights": [ @@ -91237,7 +96708,7 @@ }, { "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/PR163b871bc2624ba498884e4d43b560a8/hosts", + "endpoint": "/properties/PRdc5fad0d018246ac82700175a55ebd68/hosts", "method": "POST", "request": { "data": { @@ -91250,33 +96721,33 @@ }, "response": { "data": { - "id": "HT7d01566a438f40a4a8669d04e6741ade", + "id": "HT4466ad3ddf6044e2a98a36a64d7c85ce", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:56.809Z", + "created_at": "2022-01-20T22:05:01.829Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:09:56.809Z", + "updated_at": "2022-01-20T22:05:01.829Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT7d01566a438f40a4a8669d04e6741ade/property" + "related": "https://reactor.adobe.io/hosts/HT4466ad3ddf6044e2a98a36a64d7c85ce/property" }, "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", + "id": "PRdc5fad0d018246ac82700175a55ebd68", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8", - "self": "https://reactor.adobe.io/hosts/HT7d01566a438f40a4a8669d04e6741ade" + "property": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68", + "self": "https://reactor.adobe.io/hosts/HT4466ad3ddf6044e2a98a36a64d7c85ce" } } }, @@ -91296,7 +96767,7 @@ "relationships": { "host": { "data": { - "id": "HT7d01566a438f40a4a8669d04e6741ade", + "id": "HT4466ad3ddf6044e2a98a36a64d7c85ce", "type": "hosts" } } @@ -91306,72 +96777,72 @@ }, "response": { "data": { - "id": "EN0a8a4d7551164bdeba62ffdf07b7051f", + "id": "EN7fec88806c684db894acd633a74935b3", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:56.924Z", - "library_path": "17e0df72ece8/07ba0b13b4db", - "library_name": "launch-30b815eeb58a-development.min.js", + "created_at": "2022-01-20T22:05:01.920Z", + "library_path": "17e0df72ece8/ed0b0523fb01", + "library_name": "launch-3a2989150a4c-development.min.js", "library_entry_points": [ { - "library_name": "launch-30b815eeb58a-development.min.js", + "library_name": "launch-3a2989150a4c-development.min.js", "minified": true, "references": [ - "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.min.js" + "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.min.js" ], - "license_path": "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.js" + "license_path": "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.js" }, { - "library_name": "launch-30b815eeb58a-development.js", + "library_name": "launch-3a2989150a4c-development.js", "minified": false, "references": [ - "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.js" + "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:09:56.924Z", + "updated_at": "2022-01-20T22:05:01.920Z", "status": "succeeded", - "token": "30b815eeb58a" + "token": "3a2989150a4c" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/library" + "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/builds" + "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/host", - "self": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/relationships/host" + "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/host", + "self": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/relationships/host" }, "data": { - "id": "HT7d01566a438f40a4a8669d04e6741ade", + "id": "HT4466ad3ddf6044e2a98a36a64d7c85ce", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/property" + "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/property" }, "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", + "id": "PRdc5fad0d018246ac82700175a55ebd68", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8", - "self": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f" + "property": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68", + "self": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3" }, "meta": { "archive_encrypted": false @@ -91397,7 +96868,7 @@ "relationships": { "environment": { "data": { - "id": "EN0a8a4d7551164bdeba62ffdf07b7051f", + "id": "EN7fec88806c684db894acd633a74935b3", "type": "environments" } } @@ -91407,11 +96878,11 @@ }, "response": { "data": { - "id": "SEb0b1d396dda44611bb39606313488238", + "id": "SE3806560c332e42aa9fcbfdd711f8351b", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:09:57.065Z", - "updated_at": "2021-10-05T19:09:57.065Z", + "created_at": "2022-01-20T22:05:02.072Z", + "updated_at": "2022-01-20T22:05:02.072Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -91424,19 +96895,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/property" + "related": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/property" }, "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", + "id": "PRdc5fad0d018246ac82700175a55ebd68", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/environment" + "related": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/environment" }, "data": { - "id": "EN0a8a4d7551164bdeba62ffdf07b7051f", + "id": "EN7fec88806c684db894acd633a74935b3", "type": "environments" }, "meta": { @@ -91445,18 +96916,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/notes" + "related": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/data_elements" + "related": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238", - "property": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/property" + "self": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b", + "property": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/property" } } }, @@ -91470,72 +96941,72 @@ "request": null, "response": { "data": { - "id": "EN0a8a4d7551164bdeba62ffdf07b7051f", + "id": "EN7fec88806c684db894acd633a74935b3", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:56.924Z", - "library_path": "17e0df72ece8/07ba0b13b4db", - "library_name": "launch-30b815eeb58a-development.min.js", + "created_at": "2022-01-20T22:05:01.920Z", + "library_path": "17e0df72ece8/ed0b0523fb01", + "library_name": "launch-3a2989150a4c-development.min.js", "library_entry_points": [ { - "library_name": "launch-30b815eeb58a-development.min.js", + "library_name": "launch-3a2989150a4c-development.min.js", "minified": true, "references": [ - "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.min.js" + "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.min.js" ], - "license_path": "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.js" + "license_path": "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.js" }, { - "library_name": "launch-30b815eeb58a-development.js", + "library_name": "launch-3a2989150a4c-development.js", "minified": false, "references": [ - "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.js" + "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:09:56.924Z", + "updated_at": "2022-01-20T22:05:01.920Z", "status": "succeeded", - "token": "30b815eeb58a" + "token": "3a2989150a4c" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/library" + "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/builds" + "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/host", - "self": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/relationships/host" + "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/host", + "self": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/relationships/host" }, "data": { - "id": "HT7d01566a438f40a4a8669d04e6741ade", + "id": "HT4466ad3ddf6044e2a98a36a64d7c85ce", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/property" + "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/property" }, "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", + "id": "PRdc5fad0d018246ac82700175a55ebd68", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8", - "self": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f" + "property": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68", + "self": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3" }, "meta": { "archive_encrypted": false @@ -91554,7 +97025,7 @@ }, "response": { "data": { - "id": "EP70d18cba57fa48988267fbf324c4e461", + "id": "EP997c398564244352a615039ed5ab3726", "type": "extension_packages", "attributes": { "actions": null, @@ -91567,28 +97038,29 @@ "cdn_path": null, "conditions": null, "configuration": null, - "created_at": "2021-10-05T19:09:57.527Z", + "created_at": "2022-01-20T22:05:02.447Z", "data_elements": null, "description": "Provides nothing.", "discontinued": false, "display_name": "Kessel Template Test", + "ecma_version": null, "events": null, "exchange_url": null, "hosted_lib_files": null, "icon_path": null, "main": null, - "name": "test-1633460997", + "name": "test-1642716302", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "pending", "platform": "web", - "updated_at": "2021-10-05T19:09:57.527Z", + "updated_at": "2022-01-20T22:05:02.447Z", "version": "1.0.0", "view_base_path": null }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461" + "self": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726" } } }, @@ -91597,12 +97069,12 @@ }, { "name": "extension_packages.create_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461", + "endpoint": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726", "method": "GET", "request": null, "response": { "data": { - "id": "EP70d18cba57fa48988267fbf324c4e461", + "id": "EP997c398564244352a615039ed5ab3726", "type": "extension_packages", "attributes": { "actions": null, @@ -91615,28 +97087,29 @@ "cdn_path": null, "conditions": null, "configuration": null, - "created_at": "2021-10-05T19:09:57.527Z", + "created_at": "2022-01-20T22:05:02.447Z", "data_elements": null, "description": "Provides nothing.", "discontinued": false, "display_name": "Kessel Template Test", + "ecma_version": null, "events": null, "exchange_url": null, "hosted_lib_files": null, "icon_path": null, "main": null, - "name": "test-1633460997", + "name": "test-1642716302", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "pending", "platform": "web", - "updated_at": "2021-10-05T19:09:57.527Z", + "updated_at": "2022-01-20T22:05:02.447Z", "version": "1.0.0", "view_base_path": null }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461" + "self": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726" } } }, @@ -91645,12 +97118,12 @@ }, { "name": "extension_packages.create_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461", + "endpoint": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726", "method": "GET", "request": null, "response": { "data": { - "id": "EP70d18cba57fa48988267fbf324c4e461", + "id": "EP997c398564244352a615039ed5ab3726", "type": "extension_packages", "attributes": { "actions": [ @@ -91662,18 +97135,19 @@ "email": "reactor@adobe.com" }, "availability": "development", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP70d18cba57fa48988267fbf324c4e461", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP997c398564244352a615039ed5ab3726", "conditions": [ ], "configuration": null, - "created_at": "2021-10-05T19:09:57.527Z", + "created_at": "2022-01-20T22:05:02.447Z", "data_elements": [ ], "description": "Provides nothing.", "discontinued": false, "display_name": "Kessel Template Test", + "ecma_version": null, "events": [ ], @@ -91681,18 +97155,18 @@ "hosted_lib_files": null, "icon_path": "resources/icons/core.svg", "main": null, - "name": "test-1633460997", + "name": "test-1642716302", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T19:09:58.152Z", + "updated_at": "2022-01-20T22:05:03.117Z", "version": "1.0.0", "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461" + "self": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726" } } }, @@ -91701,7 +97175,7 @@ }, { "name": "extension_packages.create_an_extension_package", - "endpoint": "/extension_packages/EP70d18cba57fa48988267fbf324c4e461", + "endpoint": "/extension_packages/EP997c398564244352a615039ed5ab3726", "method": "DELETE", "request": null, "response": null, @@ -91717,7 +97191,7 @@ }, "response": { "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", + "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", "type": "extension_packages", "attributes": { "actions": null, @@ -91730,28 +97204,29 @@ "cdn_path": null, "conditions": null, "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", + "created_at": "2022-01-20T22:05:07.878Z", "data_elements": null, "description": "Provides nothing.", "discontinued": false, "display_name": "Kessel Template Test", + "ecma_version": null, "events": null, "exchange_url": null, "hosted_lib_files": null, "icon_path": null, "main": null, - "name": "test-1633461002", + "name": "test-1642716307", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "pending", "platform": "web", - "updated_at": "2021-10-05T19:10:03.077Z", + "updated_at": "2022-01-20T22:05:07.878Z", "version": "1.0.0", "view_base_path": null }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" + "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" } } }, @@ -91760,12 +97235,12 @@ }, { "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925", + "endpoint": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb", "method": "GET", "request": null, "response": { "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", + "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", "type": "extension_packages", "attributes": { "actions": null, @@ -91778,28 +97253,29 @@ "cdn_path": null, "conditions": null, "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", + "created_at": "2022-01-20T22:05:07.878Z", "data_elements": null, "description": "Provides nothing.", "discontinued": false, "display_name": "Kessel Template Test", + "ecma_version": null, "events": null, "exchange_url": null, "hosted_lib_files": null, "icon_path": null, "main": null, - "name": "test-1633461002", + "name": "test-1642716307", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "pending", "platform": "web", - "updated_at": "2021-10-05T19:10:03.077Z", + "updated_at": "2022-01-20T22:05:07.878Z", "version": "1.0.0", "view_base_path": null }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" + "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" } } }, @@ -91808,12 +97284,12 @@ }, { "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925", + "endpoint": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb", "method": "GET", "request": null, "response": { "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", + "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", "type": "extension_packages", "attributes": { "actions": [ @@ -91825,18 +97301,19 @@ "email": "reactor@adobe.com" }, "availability": "development", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8bee821457f44b3daf98c0836e4c0925", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8aa19ec46b004741ab17e7d21cdf6dfb", "conditions": [ ], "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", + "created_at": "2022-01-20T22:05:07.878Z", "data_elements": [ ], "description": "Provides nothing.", "discontinued": false, "display_name": "Kessel Template Test", + "ecma_version": null, "events": [ ], @@ -91844,18 +97321,18 @@ "hosted_lib_files": null, "icon_path": "resources/icons/core.svg", "main": null, - "name": "test-1633461002", + "name": "test-1642716307", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T19:10:03.752Z", + "updated_at": "2022-01-20T22:05:08.580Z", "version": "1.0.0", "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" + "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" } } }, @@ -91868,7 +97345,7 @@ "method": "PATCH", "request": { "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", + "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", "type": "extension_packages", "meta": { "action": "release_private" @@ -91877,7 +97354,7 @@ }, "response": { "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", + "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", "type": "extension_packages", "attributes": { "actions": [ @@ -91889,18 +97366,19 @@ "email": "reactor@adobe.com" }, "availability": "private", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8bee821457f44b3daf98c0836e4c0925", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8aa19ec46b004741ab17e7d21cdf6dfb", "conditions": [ ], "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", + "created_at": "2022-01-20T22:05:07.878Z", "data_elements": [ ], "description": "Provides nothing.", "discontinued": false, "display_name": "Kessel Template Test", + "ecma_version": null, "events": [ ], @@ -91908,18 +97386,18 @@ "hosted_lib_files": null, "icon_path": "resources/icons/core.svg", "main": null, - "name": "test-1633461002", + "name": "test-1642716307", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T19:10:08.320Z", + "updated_at": "2022-01-20T22:05:13.121Z", "version": "1.0.0", "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" + "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" } } }, @@ -91936,12 +97414,12 @@ "discontinued": true }, "type": "extension_packages", - "id": "EP8bee821457f44b3daf98c0836e4c0925" + "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb" } }, "response": { "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", + "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", "type": "extension_packages", "attributes": { "actions": [ @@ -91953,18 +97431,19 @@ "email": "reactor@adobe.com" }, "availability": "private", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8bee821457f44b3daf98c0836e4c0925", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8aa19ec46b004741ab17e7d21cdf6dfb", "conditions": [ ], "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", + "created_at": "2022-01-20T22:05:07.878Z", "data_elements": [ ], "description": "Provides nothing.", "discontinued": true, "display_name": "Kessel Template Test", + "ecma_version": null, "events": [ ], @@ -91972,18 +97451,18 @@ "hosted_lib_files": null, "icon_path": "resources/icons/core.svg", "main": null, - "name": "test-1633461002", + "name": "test-1642716307", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T19:10:08.473Z", + "updated_at": "2022-01-20T22:05:13.274Z", "version": "1.0.0", "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" + "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" } } }, @@ -93247,6 +98726,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -95658,6 +101138,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -98060,6 +103541,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -101051,6 +106533,7 @@ "description": "Provides default event, condition, and data element types available to all Launch properties.", "discontinued": false, "display_name": "Core", + "ecma_version": "es5", "events": [ { "id": "core::events::blur", @@ -102026,226 +107509,470 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "core::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "core::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "core::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "oneOf": [ - { - "type": "number", - "minimum": 1 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "core::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "oneOf": [ - { - "type": "number", - "minimum": 0 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "core::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "core::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "core::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "oneOf": [ + { + "type": "number", + "minimum": 1 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "core::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "oneOf": [ + { + "type": "number", + "minimum": 0 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "core::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "core::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "core", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T16:03:41.817Z", + "version": "3.2.1", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP56a06c4685ae4a469e3f5f3b929a822c.zip" + } + }, + { + "id": "EP51839e9934bb44508f75483388b8ef3d", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "digital_performance_system::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP51839e9934bb44508f75483388b8ef3d", + "conditions": [ + { + "id": "digital_performance_system::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "digital_performance_system::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2021-10-14T21:07:45.496Z", + "data_elements": [ + { + "id": "digital_performance_system::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "digital_performance_system::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Ducimus deserunt debitis sed et dicta perspiciatis architecto ipsa.", + "discontinued": false, + "display_name": "Digital Performance System", + "ecma_version": "es5", + "events": [ + { + "id": "digital_performance_system::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "digital_performance_system::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } } - ] - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false } }, "bubbleFireIfParent": { "type": "boolean" }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "core::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { + "delayLinkActivation": { "type": "boolean" }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "core::events::zoom-change", - "name": "zoom-change", - "schema": { + } }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" } ], - "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.digital_performance_system.html", "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", + "icon_path": "rem-itaque/icon.png", "main": null, - "name": "core", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, + "name": "digital_performance_system", + "owner_org_id": "8DC14EFA36AB4310BB5B9E94@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T16:03:41.817Z", - "version": "3.2.1", - "view_base_path": "dist/" + "updated_at": "2021-10-14T21:07:45.606Z", + "version": "30.13.33", + "view_base_path": "ipsa_quas/view" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP56a06c4685ae4a469e3f5f3b929a822c.zip" + "self": "https://reactor.adobe.io/extension_packages/EP51839e9934bb44508f75483388b8ef3d" } }, { @@ -102359,6 +108086,7 @@ "description": "Corrupti maxime autem nemo facilis asperiores mollitia architecto.", "discontinued": false, "display_name": "Gel Input Controller", + "ecma_version": "es5", "events": [ { "id": "gel_input_controller::events::click", @@ -103741,6 +109469,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -104993,6 +110722,7 @@ "description": "Dignissimos modi magnam fugiat repellat vero assumenda labore quod.", "discontinued": false, "display_name": "Power Transmitter", + "ecma_version": "es5", "events": [ { "id": "power_transmitter::events::click", @@ -105132,7 +110862,7 @@ "next_page": null, "prev_page": null, "total_pages": 1, - "total_count": 6 + "total_count": 7 } } }, @@ -106396,6 +112126,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -108808,6 +114539,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -111220,6 +116952,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -112389,7 +118122,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -112462,7 +118195,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -112529,21 +118262,21 @@ "response": { "data": [ { - "id": "PR163b871bc2624ba498884e4d43b560a8", + "id": "PRdc5fad0d018246ac82700175a55ebd68", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:51.473Z", + "created_at": "2022-01-20T22:04:56.585Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:09:51.473Z", + "updated_at": "2022-01-20T22:04:56.585Z", "platform": "edge", "development": false, - "token": "07ba0b13b4db" + "token": "ed0b0523fb01" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/company" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -112552,52 +118285,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/callbacks" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/hosts" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/environments" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/libraries" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/data_elements" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/extensions" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/rules" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/notes" + "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/environments", - "extensions": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/extensions", - "rules": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/rules", - "self": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8" + "data_elements": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/environments", + "extensions": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/extensions", + "rules": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/rules", + "self": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68" }, "meta": { "rights": [ @@ -112626,7 +118359,7 @@ }, { "name": "extensions.create_an_extension", - "endpoint": "/properties/PR163b871bc2624ba498884e4d43b560a8", + "endpoint": "/properties/PRdc5fad0d018246ac82700175a55ebd68", "method": "DELETE", "request": null, "response": null, @@ -112673,16 +118406,16 @@ }, "response": { "data": { - "id": "PRef5851d599144846a79eea5031801c7a", + "id": "PRade7a22ab0cb4d06893e3be73519b096", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:09.787Z", + "created_at": "2022-01-20T22:05:14.991Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:09.787Z", + "updated_at": "2022-01-20T22:05:14.991Z", "platform": "web", "development": false, - "token": "feb434bb2910", + "token": "3b7fde0b488e", "domains": [ "example.com" ], @@ -112692,7 +118425,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/company" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -112701,52 +118434,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/callbacks" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/hosts" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/environments" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/libraries" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/data_elements" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/extensions" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/rules" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/notes" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/environments", - "extensions": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/extensions", - "rules": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/rules", - "self": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a" + "data_elements": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/data_elements", + "environments": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/environments", + "extensions": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/extensions", + "rules": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/rules", + "self": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096" }, "meta": { "rights": [ @@ -112784,10 +118517,10 @@ }, "response": { "data": { - "id": "EXb33ea889125246119dffe8e9dc8a220f", + "id": "EXf141a5c7c57d46fe839851495fcd675e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:14.985Z", + "created_at": "2022-01-20T22:05:20.387Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -112795,7 +118528,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:14.985Z", + "updated_at": "2022-01-20T22:05:20.387Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -112805,40 +118538,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/libraries" + "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/revisions" + "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/notes" + "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/property" + "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/property" }, "data": { - "id": "PRef5851d599144846a79eea5031801c7a", + "id": "PRade7a22ab0cb4d06893e3be73519b096", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/origin" + "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/origin" }, "data": { - "id": "EXb33ea889125246119dffe8e9dc8a220f", + "id": "EXf141a5c7c57d46fe839851495fcd675e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -112847,7 +118580,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -112856,9 +118589,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a", - "origin": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f", - "self": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f", + "property": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096", + "origin": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e", + "self": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -112884,7 +118617,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -112957,7 +118690,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -113024,16 +118757,16 @@ "response": { "data": [ { - "id": "PRef5851d599144846a79eea5031801c7a", + "id": "PRade7a22ab0cb4d06893e3be73519b096", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:09.787Z", + "created_at": "2022-01-20T22:05:14.991Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:09.787Z", + "updated_at": "2022-01-20T22:05:14.991Z", "platform": "web", "development": false, - "token": "feb434bb2910", + "token": "3b7fde0b488e", "domains": [ "example.com" ], @@ -113043,7 +118776,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/company" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -113052,52 +118785,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/callbacks" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/hosts" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/environments" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/libraries" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/data_elements" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/extensions" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/rules" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/notes" + "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/environments", - "extensions": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/extensions", - "rules": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/rules", - "self": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a" + "data_elements": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/data_elements", + "environments": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/environments", + "extensions": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/extensions", + "rules": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/rules", + "self": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096" }, "meta": { "rights": [ @@ -113126,7 +118859,7 @@ }, { "name": "extensions.get_an_extension", - "endpoint": "/properties/PRef5851d599144846a79eea5031801c7a", + "endpoint": "/properties/PRade7a22ab0cb4d06893e3be73519b096", "method": "DELETE", "request": null, "response": null, @@ -113173,16 +118906,16 @@ }, "response": { "data": { - "id": "PRa4f8797117fb4bd09e76ffb5814b9e58", + "id": "PR659cad2cb306428da0e6a1d40c7dca0b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:15.493Z", + "created_at": "2022-01-20T22:05:20.909Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:15.493Z", + "updated_at": "2022-01-20T22:05:20.909Z", "platform": "web", "development": false, - "token": "b866e99fcc88", + "token": "fca7f48cd3a5", "domains": [ "example.com" ], @@ -113192,7 +118925,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/company" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -113201,52 +118934,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/callbacks" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/hosts" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/environments" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/libraries" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/data_elements" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/extensions" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/rules" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/notes" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/environments", - "extensions": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/extensions", - "rules": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/rules", - "self": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58" + "data_elements": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/environments", + "extensions": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/extensions", + "rules": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/rules", + "self": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b" }, "meta": { "rights": [ @@ -114542,6 +120275,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -115718,10 +121452,10 @@ }, "response": { "data": { - "id": "EX54b732c1ac0a4e09b783bd4fc2a8750b", + "id": "EX7fd394ead9c24009b5ab432dcc9c9c39", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:20.858Z", + "created_at": "2022-01-20T22:05:26.330Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -115729,7 +121463,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:20.858Z", + "updated_at": "2022-01-20T22:05:26.330Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -115739,40 +121473,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/libraries" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/revisions" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/notes" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/property" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/property" }, "data": { - "id": "PRa4f8797117fb4bd09e76ffb5814b9e58", + "id": "PR659cad2cb306428da0e6a1d40c7dca0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/origin" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/origin" }, "data": { - "id": "EX54b732c1ac0a4e09b783bd4fc2a8750b", + "id": "EX7fd394ead9c24009b5ab432dcc9c9c39", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -115781,7 +121515,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -115790,9 +121524,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58", - "origin": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b", - "self": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b", + "property": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b", + "origin": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39", + "self": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -115811,10 +121545,10 @@ "request": null, "response": { "data": { - "id": "EX54b732c1ac0a4e09b783bd4fc2a8750b", + "id": "EX7fd394ead9c24009b5ab432dcc9c9c39", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:20.858Z", + "created_at": "2022-01-20T22:05:26.330Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -115822,7 +121556,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:20.858Z", + "updated_at": "2022-01-20T22:05:26.330Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -115832,40 +121566,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/libraries" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/revisions" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/notes" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/property" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/property" }, "data": { - "id": "PRa4f8797117fb4bd09e76ffb5814b9e58", + "id": "PR659cad2cb306428da0e6a1d40c7dca0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/origin" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/origin" }, "data": { - "id": "EX54b732c1ac0a4e09b783bd4fc2a8750b", + "id": "EX7fd394ead9c24009b5ab432dcc9c9c39", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -115874,7 +121608,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -115883,9 +121617,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58", - "origin": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b", - "self": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b", + "property": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b", + "origin": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39", + "self": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -115911,7 +121645,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -115984,7 +121718,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -116051,16 +121785,16 @@ "response": { "data": [ { - "id": "PRa4f8797117fb4bd09e76ffb5814b9e58", + "id": "PR659cad2cb306428da0e6a1d40c7dca0b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:15.493Z", + "created_at": "2022-01-20T22:05:20.909Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:15.493Z", + "updated_at": "2022-01-20T22:05:20.909Z", "platform": "web", "development": false, - "token": "b866e99fcc88", + "token": "fca7f48cd3a5", "domains": [ "example.com" ], @@ -116070,7 +121804,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/company" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -116079,52 +121813,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/callbacks" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/hosts" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/environments" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/libraries" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/data_elements" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/extensions" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/rules" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/notes" + "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/environments", - "extensions": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/extensions", - "rules": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/rules", - "self": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58" + "data_elements": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/environments", + "extensions": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/extensions", + "rules": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/rules", + "self": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b" }, "meta": { "rights": [ @@ -116153,7 +121887,7 @@ }, { "name": "extensions.list_extensions_for_a_property", - "endpoint": "/properties/PRa4f8797117fb4bd09e76ffb5814b9e58", + "endpoint": "/properties/PR659cad2cb306428da0e6a1d40c7dca0b", "method": "DELETE", "request": null, "response": null, @@ -116200,16 +121934,16 @@ }, "response": { "data": { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR7d59b096537c4e3a8c68385389020c2e", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:21.372Z", + "created_at": "2022-01-20T22:05:26.917Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:21.372Z", + "updated_at": "2022-01-20T22:05:26.917Z", "platform": "web", "development": false, - "token": "3e8a485914b4", + "token": "39bbf53412f8", "domains": [ "example.com" ], @@ -116219,7 +121953,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/company" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -116228,52 +121962,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/callbacks" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/hosts" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/environments" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/libraries" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/data_elements" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/extensions" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/rules" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/notes" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/environments", - "extensions": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/extensions", - "rules": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/rules", - "self": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5" + "data_elements": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/environments", + "extensions": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/extensions", + "rules": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/rules", + "self": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e" }, "meta": { "rights": [ @@ -117569,6 +123303,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -118745,10 +124480,10 @@ }, "response": { "data": { - "id": "EX0df42a9c524b431e8612ee8e4c800533", + "id": "EX76e44025b9184155b685b6acab241953", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:26.739Z", + "created_at": "2022-01-20T22:05:32.292Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -118756,7 +124491,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:26.739Z", + "updated_at": "2022-01-20T22:05:32.292Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -118766,40 +124501,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/libraries" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/revisions" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/notes" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/property" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/property" }, "data": { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR7d59b096537c4e3a8c68385389020c2e", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/origin" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/origin" }, "data": { - "id": "EX0df42a9c524b431e8612ee8e4c800533", + "id": "EX76e44025b9184155b685b6acab241953", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -118808,7 +124543,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/extension_package" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -118817,9 +124552,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5", - "origin": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533", - "self": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533", + "property": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e", + "origin": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953", + "self": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -118839,10 +124574,10 @@ "response": { "data": [ { - "id": "EX0df42a9c524b431e8612ee8e4c800533", + "id": "EX76e44025b9184155b685b6acab241953", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:26.739Z", + "created_at": "2022-01-20T22:05:32.292Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -118850,7 +124585,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:26.739Z", + "updated_at": "2022-01-20T22:05:32.292Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -118860,40 +124595,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/libraries" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/revisions" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/notes" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/property" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/property" }, "data": { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR7d59b096537c4e3a8c68385389020c2e", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/origin" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/origin" }, "data": { - "id": "EX0df42a9c524b431e8612ee8e4c800533", + "id": "EX76e44025b9184155b685b6acab241953", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -118902,7 +124637,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/extension_package" + "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -118911,9 +124646,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5", - "origin": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533", - "self": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533", + "property": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e", + "origin": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953", + "self": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -118922,10 +124657,10 @@ } }, { - "id": "EX163790cc818a4d848742169766558605", + "id": "EX8ce00253693c4001b99943ed4fa9cf3b", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:21.394Z", + "created_at": "2022-01-20T22:05:26.947Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -118933,7 +124668,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:21.394Z", + "updated_at": "2022-01-20T22:05:26.947Z", "delegate_descriptor_id": "core::extensionConfiguration::config", "display_name": "Core", "review_status": "unsubmitted", @@ -118943,40 +124678,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/libraries" + "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/revisions" + "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/notes" + "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/property" + "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/property" }, "data": { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR7d59b096537c4e3a8c68385389020c2e", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/origin" + "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/origin" }, "data": { - "id": "EX163790cc818a4d848742169766558605", + "id": "EX8ce00253693c4001b99943ed4fa9cf3b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/updated_with_extension_package" }, "data": { "id": "EP56a06c4685ae4a469e3f5f3b929a822c", @@ -118985,7 +124720,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/extension_package" }, "data": { "id": "EP56a06c4685ae4a469e3f5f3b929a822c", @@ -118994,9 +124729,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5", - "origin": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605", - "self": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605", + "property": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e", + "origin": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b", + "self": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b", "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" }, @@ -119032,7 +124767,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -119105,7 +124840,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -119172,16 +124907,16 @@ "response": { "data": [ { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR7d59b096537c4e3a8c68385389020c2e", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:21.372Z", + "created_at": "2022-01-20T22:05:26.917Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:21.372Z", + "updated_at": "2022-01-20T22:05:26.917Z", "platform": "web", "development": false, - "token": "3e8a485914b4", + "token": "39bbf53412f8", "domains": [ "example.com" ], @@ -119191,7 +124926,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/company" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -119200,52 +124935,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/callbacks" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/hosts" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/environments" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/libraries" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/data_elements" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/extensions" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/rules" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/notes" + "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/environments", - "extensions": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/extensions", - "rules": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/rules", - "self": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5" + "data_elements": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/environments", + "extensions": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/extensions", + "rules": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/rules", + "self": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e" }, "meta": { "rights": [ @@ -119274,7 +125009,7 @@ }, { "name": "extensions.revise_an_extension", - "endpoint": "/properties/PR050c2338fc774bfcb8595a2fdbf629c5", + "endpoint": "/properties/PR7d59b096537c4e3a8c68385389020c2e", "method": "DELETE", "request": null, "response": null, @@ -119321,16 +125056,16 @@ }, "response": { "data": { - "id": "PR8da4917490544fc58f7120bb62f5f854", + "id": "PR1254f63570e44b3891f0a98ccfd14c55", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:27.348Z", + "created_at": "2022-01-20T22:05:32.906Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:27.348Z", + "updated_at": "2022-01-20T22:05:32.906Z", "platform": "web", "development": false, - "token": "c4c94a121e74", + "token": "e023ac9054a0", "domains": [ "example.com" ], @@ -119340,7 +125075,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/company" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -119349,52 +125084,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/callbacks" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/hosts" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/environments" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/libraries" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/data_elements" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/extensions" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/rules" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/notes" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/environments", - "extensions": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/extensions", - "rules": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/rules", - "self": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854" + "data_elements": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/environments", + "extensions": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/extensions", + "rules": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/rules", + "self": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55" }, "meta": { "rights": [ @@ -120690,6 +126425,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -121866,10 +127602,10 @@ }, "response": { "data": { - "id": "EXfed10de2f0574af1a4871753aa0c5e83", + "id": "EXb22562687ae849cf99312fc83202ecff", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:32.718Z", + "created_at": "2022-01-20T22:05:38.295Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -121877,7 +127613,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:32.718Z", + "updated_at": "2022-01-20T22:05:38.295Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -121887,40 +127623,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/libraries" + "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/revisions" + "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/notes" + "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/property" + "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/property" }, "data": { - "id": "PR8da4917490544fc58f7120bb62f5f854", + "id": "PR1254f63570e44b3891f0a98ccfd14c55", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/origin" + "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/origin" }, "data": { - "id": "EXfed10de2f0574af1a4871753aa0c5e83", + "id": "EXb22562687ae849cf99312fc83202ecff", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -121929,7 +127665,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/extension_package" + "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -121938,9 +127674,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854", - "origin": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83", - "self": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83", + "property": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55", + "origin": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff", + "self": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -121963,16 +127699,16 @@ "meta": { "action": "revise" }, - "id": "EXfed10de2f0574af1a4871753aa0c5e83", + "id": "EXb22562687ae849cf99312fc83202ecff", "type": "extensions" } }, "response": { "data": { - "id": "EXa7fa94d9923e417d9f7008e00448b8c2", + "id": "EXca97e2bbde484463aa8d42124022d13a", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:32.736Z", + "created_at": "2022-01-20T22:05:38.312Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -121980,7 +127716,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:32.736Z", + "updated_at": "2022-01-20T22:05:38.312Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -121990,40 +127726,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/libraries" + "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/revisions" + "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/notes" + "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/property" + "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/property" }, "data": { - "id": "PR8da4917490544fc58f7120bb62f5f854", + "id": "PR1254f63570e44b3891f0a98ccfd14c55", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/origin" + "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/origin" }, "data": { - "id": "EXfed10de2f0574af1a4871753aa0c5e83", + "id": "EXb22562687ae849cf99312fc83202ecff", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -122032,7 +127768,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/extension_package" + "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -122041,9 +127777,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854", - "origin": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83", - "self": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2", + "property": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55", + "origin": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff", + "self": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -122069,7 +127805,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -122142,7 +127878,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -122209,16 +127945,16 @@ "response": { "data": [ { - "id": "PR8da4917490544fc58f7120bb62f5f854", + "id": "PR1254f63570e44b3891f0a98ccfd14c55", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:27.348Z", + "created_at": "2022-01-20T22:05:32.906Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:27.348Z", + "updated_at": "2022-01-20T22:05:32.906Z", "platform": "web", "development": false, - "token": "c4c94a121e74", + "token": "e023ac9054a0", "domains": [ "example.com" ], @@ -122228,7 +127964,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/company" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -122237,52 +127973,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/callbacks" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/hosts" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/environments" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/libraries" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/data_elements" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/extensions" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/rules" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/notes" + "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/environments", - "extensions": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/extensions", - "rules": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/rules", - "self": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854" + "data_elements": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/environments", + "extensions": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/extensions", + "rules": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/rules", + "self": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55" }, "meta": { "rights": [ @@ -122311,7 +128047,7 @@ }, { "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/properties/PR8da4917490544fc58f7120bb62f5f854", + "endpoint": "/properties/PR1254f63570e44b3891f0a98ccfd14c55", "method": "DELETE", "request": null, "response": null, @@ -122358,16 +128094,16 @@ }, "response": { "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PRceee504deede4a199d7e9b787b498e59", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:33.271Z", + "created_at": "2022-01-20T22:05:38.912Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:33.271Z", + "updated_at": "2022-01-20T22:05:38.912Z", "platform": "web", "development": false, - "token": "02130c8e7515", + "token": "4c7a7ae7a86e", "domains": [ "example.com" ], @@ -122377,7 +128113,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/company" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -122386,52 +128122,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/callbacks" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/hosts" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/environments" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/libraries" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/data_elements" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/extensions" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/rules" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/notes" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/data_elements", - "environments": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/environments", - "extensions": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/extensions", - "rules": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/rules", - "self": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002" + "data_elements": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/data_elements", + "environments": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/environments", + "extensions": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/extensions", + "rules": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/rules", + "self": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59" }, "meta": { "rights": [ @@ -123727,6 +129463,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -124903,10 +130640,10 @@ }, "response": { "data": { - "id": "EX22faa2812e3e4d17940dc3f5290aaaa3", + "id": "EXe71933bdee204a118b6dd11b65e774dc", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:38.699Z", + "created_at": "2022-01-20T22:05:44.409Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -124914,7 +130651,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:38.699Z", + "updated_at": "2022-01-20T22:05:44.409Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -124924,40 +130661,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/libraries" + "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/revisions" + "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/notes" + "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/property" + "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/property" }, "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PRceee504deede4a199d7e9b787b498e59", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/origin" + "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/origin" }, "data": { - "id": "EX22faa2812e3e4d17940dc3f5290aaaa3", + "id": "EXe71933bdee204a118b6dd11b65e774dc", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -124966,7 +130703,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/extension_package" + "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -124975,9 +130712,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002", - "origin": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3", - "self": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3", + "property": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59", + "origin": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc", + "self": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -125000,16 +130737,16 @@ "meta": { "action": "revise" }, - "id": "EX22faa2812e3e4d17940dc3f5290aaaa3", + "id": "EXe71933bdee204a118b6dd11b65e774dc", "type": "extensions" } }, "response": { "data": { - "id": "EX64485904429f489cba572eaa209df92f", + "id": "EX0a470bf0736b4ff6915be8e61c6ca3a9", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:38.715Z", + "created_at": "2022-01-20T22:05:44.425Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -125017,7 +130754,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:38.715Z", + "updated_at": "2022-01-20T22:05:44.425Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -125027,40 +130764,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/libraries" + "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/revisions" + "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/notes" + "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/property" + "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/property" }, "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PRceee504deede4a199d7e9b787b498e59", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/origin" + "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/origin" }, "data": { - "id": "EX22faa2812e3e4d17940dc3f5290aaaa3", + "id": "EXe71933bdee204a118b6dd11b65e774dc", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -125069,7 +130806,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -125078,9 +130815,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002", - "origin": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3", - "self": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f", + "property": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59", + "origin": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc", + "self": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -125105,7 +130842,7 @@ "extensions": { "data": [ { - "id": "EX64485904429f489cba572eaa209df92f", + "id": "EX0a470bf0736b4ff6915be8e61c6ca3a9", "type": "extensions" } ] @@ -125116,49 +130853,49 @@ }, "response": { "data": { - "id": "LB4d01391be0444707bcf69e8425d3f44f", + "id": "LBb6477e649e7641aaab90ca0790a41ac9", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:10:38.952Z", + "created_at": "2022-01-20T22:05:44.677Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:10:38.952Z", + "updated_at": "2022-01-20T22:05:44.677Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/builds" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/data_elements", + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/extensions", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/extensions", + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/notes" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/rules", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/rules", + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/rules" } }, "upstream_library": { @@ -125166,23 +130903,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/property" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/property" }, "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PRceee504deede4a199d7e9b787b498e59", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/last_build" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f" + "property": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59", + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9" }, "meta": { "build_status": null, @@ -125201,49 +130938,49 @@ "response": { "data": [ { - "id": "LB4d01391be0444707bcf69e8425d3f44f", + "id": "LBb6477e649e7641aaab90ca0790a41ac9", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:10:38.952Z", + "created_at": "2022-01-20T22:05:44.677Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:10:38.952Z", + "updated_at": "2022-01-20T22:05:44.677Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/builds" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/data_elements", + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/extensions", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/extensions", + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/notes" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/rules", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/rules", + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/rules" } }, "upstream_library": { @@ -125251,23 +130988,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/property" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/property" }, "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PRceee504deede4a199d7e9b787b498e59", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/last_build" + "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f" + "property": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59", + "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9" }, "meta": { "build_status": null, @@ -125302,7 +131039,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -125375,7 +131112,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -125442,16 +131179,16 @@ "response": { "data": [ { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PRceee504deede4a199d7e9b787b498e59", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:33.271Z", + "created_at": "2022-01-20T22:05:38.912Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:33.271Z", + "updated_at": "2022-01-20T22:05:38.912Z", "platform": "web", "development": false, - "token": "02130c8e7515", + "token": "4c7a7ae7a86e", "domains": [ "example.com" ], @@ -125461,7 +131198,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/company" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -125470,52 +131207,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/callbacks" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/hosts" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/environments" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/libraries" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/data_elements" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/extensions" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/rules" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/notes" + "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/data_elements", - "environments": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/environments", - "extensions": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/extensions", - "rules": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/rules", - "self": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002" + "data_elements": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/data_elements", + "environments": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/environments", + "extensions": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/extensions", + "rules": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/rules", + "self": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59" }, "meta": { "rights": [ @@ -125544,7 +131281,7 @@ }, { "name": "extensions.delete_an_extension", - "endpoint": "/properties/PR08f676247074480f8ae05f4efecd9002", + "endpoint": "/properties/PRceee504deede4a199d7e9b787b498e59", "method": "DELETE", "request": null, "response": null, @@ -125591,16 +131328,16 @@ }, "response": { "data": { - "id": "PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "id": "PRd27a973a56bc4204ba0430ac11a9a0eb", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:39.467Z", + "created_at": "2022-01-20T22:05:45.287Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:39.467Z", + "updated_at": "2022-01-20T22:05:45.287Z", "platform": "web", "development": false, - "token": "047f7e8395e0", + "token": "62f5ddf292eb", "domains": [ "example.com" ], @@ -125610,7 +131347,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/company" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -125619,52 +131356,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/callbacks" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/hosts" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/environments" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/libraries" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/data_elements" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/extensions" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/rules" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/notes" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/environments", - "extensions": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/extensions", - "rules": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/rules", - "self": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c" + "data_elements": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/environments", + "extensions": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/extensions", + "rules": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/rules", + "self": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb" }, "meta": { "rights": [ @@ -126960,6 +132697,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -128136,10 +133874,10 @@ }, "response": { "data": { - "id": "EX8663a7ac01ad42e4b99c16410912ddc1", + "id": "EXd4a7edb3eb3440c7be14328975425afc", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:44.812Z", + "created_at": "2022-01-20T22:05:50.670Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -128147,7 +133885,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:44.812Z", + "updated_at": "2022-01-20T22:05:50.670Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -128157,40 +133895,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/libraries" + "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/revisions" + "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/notes" + "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/property" + "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/property" }, "data": { - "id": "PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "id": "PRd27a973a56bc4204ba0430ac11a9a0eb", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/origin" + "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/origin" }, "data": { - "id": "EX8663a7ac01ad42e4b99c16410912ddc1", + "id": "EXd4a7edb3eb3440c7be14328975425afc", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -128199,7 +133937,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/extension_package" + "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -128208,9 +133946,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c", - "origin": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1", - "self": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1", + "property": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb", + "origin": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc", + "self": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -128239,10 +133977,10 @@ "response": { "data": [ { - "id": "EX43fbf1adcb424060bc8b3e6db4ea1625", + "id": "EX92199ac6c5714972831d4cd9388bd877", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:39.503Z", + "created_at": "2022-01-20T22:05:45.319Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -128250,7 +133988,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:39.503Z", + "updated_at": "2022-01-20T22:05:45.319Z", "delegate_descriptor_id": "core::extensionConfiguration::config", "display_name": "Core", "review_status": "unsubmitted", @@ -128260,40 +133998,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/libraries" + "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/revisions" + "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/notes" + "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/property" + "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/property" }, "data": { - "id": "PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "id": "PRd27a973a56bc4204ba0430ac11a9a0eb", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/origin" + "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/origin" }, "data": { - "id": "EX43fbf1adcb424060bc8b3e6db4ea1625", + "id": "EX92199ac6c5714972831d4cd9388bd877", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/updated_with_extension_package" }, "data": { "id": "EP56a06c4685ae4a469e3f5f3b929a822c", @@ -128302,7 +134040,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/extension_package" + "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/extension_package" }, "data": { "id": "EP56a06c4685ae4a469e3f5f3b929a822c", @@ -128311,9 +134049,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c", - "origin": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625", - "self": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625", + "property": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb", + "origin": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877", + "self": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877", "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" }, @@ -128349,7 +134087,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -128422,7 +134160,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -128489,16 +134227,16 @@ "response": { "data": [ { - "id": "PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "id": "PRd27a973a56bc4204ba0430ac11a9a0eb", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:39.467Z", + "created_at": "2022-01-20T22:05:45.287Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:39.467Z", + "updated_at": "2022-01-20T22:05:45.287Z", "platform": "web", "development": false, - "token": "047f7e8395e0", + "token": "62f5ddf292eb", "domains": [ "example.com" ], @@ -128508,7 +134246,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/company" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -128517,52 +134255,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/callbacks" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/hosts" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/environments" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/libraries" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/data_elements" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/extensions" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/rules" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/notes" + "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/environments", - "extensions": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/extensions", - "rules": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/rules", - "self": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c" + "data_elements": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/environments", + "extensions": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/extensions", + "rules": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/rules", + "self": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb" }, "meta": { "rights": [ @@ -128591,7 +134329,7 @@ }, { "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "endpoint": "/properties/PRd27a973a56bc4204ba0430ac11a9a0eb", "method": "DELETE", "request": null, "response": null, @@ -128638,16 +134376,16 @@ }, "response": { "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR13643425d0ff4f168504462f5af50e48", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:45.563Z", + "created_at": "2022-01-20T22:05:51.477Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:45.563Z", + "updated_at": "2022-01-20T22:05:51.477Z", "platform": "web", "development": false, - "token": "1cf450c0233d", + "token": "36c12a6b9089", "domains": [ "example.com" ], @@ -128657,7 +134395,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/company" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -128666,52 +134404,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/callbacks" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/hosts" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/environments" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/libraries" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/data_elements" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/extensions" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/rules" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/notes" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/rules", - "self": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb" + "data_elements": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/data_elements", + "environments": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/environments", + "extensions": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/extensions", + "rules": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/rules", + "self": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48" }, "meta": { "rights": [ @@ -130007,6 +135745,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -131183,10 +136922,10 @@ }, "response": { "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX7d1fea2375c247d582559760b361adba", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:50.926Z", + "created_at": "2022-01-20T22:05:56.878Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -131194,7 +136933,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:50.926Z", + "updated_at": "2022-01-20T22:05:56.878Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -131204,40 +136943,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/libraries" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/revisions" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/notes" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/property" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/property" }, "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR13643425d0ff4f168504462f5af50e48", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/origin" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/origin" }, "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX7d1fea2375c247d582559760b361adba", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131246,7 +136985,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131255,9 +136994,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb", - "origin": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", - "self": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", + "property": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48", + "origin": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", + "self": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -131280,16 +137019,16 @@ "meta": { "action": "revise" }, - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX7d1fea2375c247d582559760b361adba", "type": "extensions" } }, "response": { "data": { - "id": "EX0f7892df514c49f6a60e4b2cd7399b2d", + "id": "EXb0dfd215a3734f68822ceb5cf1851f05", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:50.944Z", + "created_at": "2022-01-20T22:05:56.896Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -131297,7 +137036,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:50.944Z", + "updated_at": "2022-01-20T22:05:56.896Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -131307,40 +137046,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/libraries" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/revisions" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/notes" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/property" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/property" }, "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR13643425d0ff4f168504462f5af50e48", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/origin" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/origin" }, "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX7d1fea2375c247d582559760b361adba", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131349,7 +137088,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/extension_package" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131358,9 +137097,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb", - "origin": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", - "self": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d", + "property": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48", + "origin": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", + "self": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -131380,10 +137119,10 @@ "response": { "data": [ { - "id": "EX0f7892df514c49f6a60e4b2cd7399b2d", + "id": "EXb0dfd215a3734f68822ceb5cf1851f05", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:50.944Z", + "created_at": "2022-01-20T22:05:56.896Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -131391,7 +137130,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:50.944Z", + "updated_at": "2022-01-20T22:05:56.896Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -131401,40 +137140,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/libraries" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/revisions" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/notes" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/property" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/property" }, "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR13643425d0ff4f168504462f5af50e48", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/origin" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/origin" }, "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX7d1fea2375c247d582559760b361adba", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131443,7 +137182,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/extension_package" + "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131452,9 +137191,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb", - "origin": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", - "self": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d", + "property": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48", + "origin": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", + "self": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -131463,10 +137202,10 @@ } }, { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX7d1fea2375c247d582559760b361adba", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:50.926Z", + "created_at": "2022-01-20T22:05:56.878Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -131474,7 +137213,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:50.926Z", + "updated_at": "2022-01-20T22:05:56.878Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -131484,40 +137223,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/libraries" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/revisions" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/notes" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/property" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/property" }, "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR13643425d0ff4f168504462f5af50e48", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/origin" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/origin" }, "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX7d1fea2375c247d582559760b361adba", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131526,7 +137265,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131535,9 +137274,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb", - "origin": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", - "self": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", + "property": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48", + "origin": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", + "self": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -131573,7 +137312,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -131646,7 +137385,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -131713,16 +137452,16 @@ "response": { "data": [ { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR13643425d0ff4f168504462f5af50e48", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:45.563Z", + "created_at": "2022-01-20T22:05:51.477Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:45.563Z", + "updated_at": "2022-01-20T22:05:51.477Z", "platform": "web", "development": false, - "token": "1cf450c0233d", + "token": "36c12a6b9089", "domains": [ "example.com" ], @@ -131732,7 +137471,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/company" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -131741,52 +137480,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/callbacks" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/hosts" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/environments" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/libraries" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/data_elements" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/extensions" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/rules" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/notes" + "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/rules", - "self": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb" + "data_elements": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/data_elements", + "environments": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/environments", + "extensions": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/extensions", + "rules": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/rules", + "self": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48" }, "meta": { "rights": [ @@ -131815,7 +137554,7 @@ }, { "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/properties/PRa7db18a89a994e56bc45895e927054eb", + "endpoint": "/properties/PR13643425d0ff4f168504462f5af50e48", "method": "DELETE", "request": null, "response": null, @@ -131862,16 +137601,16 @@ }, "response": { "data": { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR94472dde9f69414496f7336976dabc7c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:51.610Z", + "created_at": "2022-01-20T22:05:57.593Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:51.610Z", + "updated_at": "2022-01-20T22:05:57.593Z", "platform": "web", "development": false, - "token": "9f0ec21d4f76", + "token": "7fca88990414", "domains": [ "example.com" ], @@ -131881,7 +137620,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/company" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -131890,52 +137629,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/callbacks" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/hosts" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/environments" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/libraries" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/data_elements" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/extensions" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/rules" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/notes" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/environments", - "extensions": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/extensions", - "rules": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/rules", - "self": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e" + "data_elements": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/environments", + "extensions": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/extensions", + "rules": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/rules", + "self": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c" }, "meta": { "rights": [ @@ -133231,6 +138970,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -134407,10 +140147,10 @@ }, "response": { "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EX825d351474ca409f840b7263906c7023", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:57.028Z", + "created_at": "2022-01-20T22:06:02.946Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -134418,7 +140158,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:57.028Z", + "updated_at": "2022-01-20T22:06:02.946Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -134428,40 +140168,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/libraries" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/revisions" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/notes" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/property" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/property" }, "data": { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR94472dde9f69414496f7336976dabc7c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/origin" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/origin" }, "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EX825d351474ca409f840b7263906c7023", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134470,7 +140210,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134479,9 +140219,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e", - "origin": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", - "self": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", + "property": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c", + "origin": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", + "self": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -134504,16 +140244,16 @@ "meta": { "action": "revise" }, - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EX825d351474ca409f840b7263906c7023", "type": "extensions" } }, "response": { "data": { - "id": "EXbc023edf740f4d659b0012da540c2ebd", + "id": "EXafc869f16a354b31825f5cb9e1fa4920", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:57.045Z", + "created_at": "2022-01-20T22:06:02.963Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -134521,7 +140261,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:57.045Z", + "updated_at": "2022-01-20T22:06:02.963Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -134531,40 +140271,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/libraries" + "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/revisions" + "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/notes" + "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/property" + "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/property" }, "data": { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR94472dde9f69414496f7336976dabc7c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/origin" + "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/origin" }, "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EX825d351474ca409f840b7263906c7023", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134573,7 +140313,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/extension_package" + "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134582,9 +140322,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e", - "origin": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", - "self": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd", + "property": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c", + "origin": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", + "self": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -134603,10 +140343,10 @@ "request": null, "response": { "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EX825d351474ca409f840b7263906c7023", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:57.028Z", + "created_at": "2022-01-20T22:06:02.946Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -134614,7 +140354,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:57.028Z", + "updated_at": "2022-01-20T22:06:02.946Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -134624,40 +140364,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/libraries" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/revisions" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/notes" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/property" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/property" }, "data": { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR94472dde9f69414496f7336976dabc7c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/origin" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/origin" }, "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EX825d351474ca409f840b7263906c7023", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134666,7 +140406,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134675,9 +140415,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e", - "origin": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", - "self": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", + "property": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c", + "origin": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", + "self": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -134703,7 +140443,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -134776,7 +140516,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -134843,16 +140583,16 @@ "response": { "data": [ { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR94472dde9f69414496f7336976dabc7c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:51.610Z", + "created_at": "2022-01-20T22:05:57.593Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:51.610Z", + "updated_at": "2022-01-20T22:05:57.593Z", "platform": "web", "development": false, - "token": "9f0ec21d4f76", + "token": "7fca88990414", "domains": [ "example.com" ], @@ -134862,7 +140602,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/company" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -134871,52 +140611,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/callbacks" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/hosts" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/environments" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/libraries" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/data_elements" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/extensions" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/rules" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/notes" + "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/environments", - "extensions": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/extensions", - "rules": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/rules", - "self": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e" + "data_elements": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/environments", + "extensions": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/extensions", + "rules": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/rules", + "self": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c" }, "meta": { "rights": [ @@ -134945,7 +140685,7 @@ }, { "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e", + "endpoint": "/properties/PR94472dde9f69414496f7336976dabc7c", "method": "DELETE", "request": null, "response": null, @@ -134992,16 +140732,16 @@ }, "response": { "data": { - "id": "PR707725c8fc4e4b419ff759349f7c30dd", + "id": "PR4fdb37732a6546d49b2d4f2ed2bec414", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:57.702Z", + "created_at": "2022-01-20T22:06:03.702Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:57.702Z", + "updated_at": "2022-01-20T22:06:03.702Z", "platform": "web", "development": false, - "token": "71d9d356d962", + "token": "4532c23d1245", "domains": [ "example.com" ], @@ -135011,7 +140751,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/company" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -135020,52 +140760,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/callbacks" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/hosts" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/environments" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/libraries" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/data_elements" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/extensions" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/rules" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/notes" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/environments", - "extensions": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/extensions", - "rules": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/rules", - "self": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd" + "data_elements": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/environments", + "extensions": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/extensions", + "rules": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/rules", + "self": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414" }, "meta": { "rights": [ @@ -136361,6 +142101,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -137537,10 +143278,10 @@ }, "response": { "data": { - "id": "EXa50bab831d7946d680ef94cae7e2e658", + "id": "EXa3814a92d99e4c209c3dd2d3d740f261", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:11:03.093Z", + "created_at": "2022-01-20T22:06:09.183Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -137548,7 +143289,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:11:03.093Z", + "updated_at": "2022-01-20T22:06:09.183Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -137558,40 +143299,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/libraries" + "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/revisions" + "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/notes" + "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/property" + "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/property" }, "data": { - "id": "PR707725c8fc4e4b419ff759349f7c30dd", + "id": "PR4fdb37732a6546d49b2d4f2ed2bec414", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/origin" + "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/origin" }, "data": { - "id": "EXa50bab831d7946d680ef94cae7e2e658", + "id": "EXa3814a92d99e4c209c3dd2d3d740f261", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -137600,7 +143341,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/extension_package" + "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -137609,9 +143350,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd", - "origin": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658", - "self": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658", + "property": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414", + "origin": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261", + "self": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -138879,6 +144620,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -140038,7 +145780,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -140111,7 +145853,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -140178,16 +145920,16 @@ "response": { "data": [ { - "id": "PR707725c8fc4e4b419ff759349f7c30dd", + "id": "PR4fdb37732a6546d49b2d4f2ed2bec414", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:57.702Z", + "created_at": "2022-01-20T22:06:03.702Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:57.702Z", + "updated_at": "2022-01-20T22:06:03.702Z", "platform": "web", "development": false, - "token": "71d9d356d962", + "token": "4532c23d1245", "domains": [ "example.com" ], @@ -140197,7 +145939,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/company" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -140206,52 +145948,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/callbacks" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/hosts" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/environments" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/libraries" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/data_elements" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/extensions" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/rules" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/notes" + "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/environments", - "extensions": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/extensions", - "rules": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/rules", - "self": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd" + "data_elements": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/environments", + "extensions": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/extensions", + "rules": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/rules", + "self": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414" }, "meta": { "rights": [ @@ -140280,7 +146022,7 @@ }, { "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/properties/PR707725c8fc4e4b419ff759349f7c30dd", + "endpoint": "/properties/PR4fdb37732a6546d49b2d4f2ed2bec414", "method": "DELETE", "request": null, "response": null, @@ -140327,16 +146069,16 @@ }, "response": { "data": { - "id": "PR5288f6cbe7ae44dab0c3feb579611934", + "id": "PRdd6c7579e69c4c3689b0a570c1f52031", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:03.681Z", + "created_at": "2022-01-20T22:06:09.780Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:03.681Z", + "updated_at": "2022-01-20T22:06:09.780Z", "platform": "web", "development": false, - "token": "1f7a15a78f5d", + "token": "7e5c6f502fb1", "domains": [ "example.com" ], @@ -140346,7 +146088,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/company" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -140355,52 +146097,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/callbacks" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/hosts" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/environments" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/libraries" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/data_elements" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/extensions" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/rules" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/notes" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/environments", - "extensions": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/extensions", - "rules": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/rules", - "self": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934" + "data_elements": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/rules", + "self": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031" }, "meta": { "rights": [ @@ -141696,6 +147438,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -142872,10 +148615,10 @@ }, "response": { "data": { - "id": "EXd34fa78df57742e6ad37469f349679ea", + "id": "EXa9afcc2d94f6485390309aae26306221", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:11:09.026Z", + "created_at": "2022-01-20T22:06:15.181Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -142883,7 +148626,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:11:09.026Z", + "updated_at": "2022-01-20T22:06:15.181Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -142893,40 +148636,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/libraries" + "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/revisions" + "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/notes" + "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/property" + "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/property" }, "data": { - "id": "PR5288f6cbe7ae44dab0c3feb579611934", + "id": "PRdd6c7579e69c4c3689b0a570c1f52031", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/origin" + "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/origin" }, "data": { - "id": "EXd34fa78df57742e6ad37469f349679ea", + "id": "EXa9afcc2d94f6485390309aae26306221", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -142935,7 +148678,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/extension_package" + "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -142944,9 +148687,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934", - "origin": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea", - "self": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea", + "property": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031", + "origin": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221", + "self": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -142972,28 +148715,28 @@ }, "response": { "data": { - "id": "NT6188bccec65442b8b58f14161463ec15", + "id": "NTe9a92ed6ddfe4bcda67c55af1aeefef0", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:11:09.214Z", + "created_at": "2022-01-20T22:06:15.381Z", "text": "this note on an extension intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea" + "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221" }, "data": { - "id": "EXd34fa78df57742e6ad37469f349679ea", + "id": "EXa9afcc2d94f6485390309aae26306221", "type": "extensions" } } }, "links": { - "resource": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea", - "self": "https://reactor.adobe.io/notes/NT6188bccec65442b8b58f14161463ec15" + "resource": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221", + "self": "https://reactor.adobe.io/notes/NTe9a92ed6ddfe4bcda67c55af1aeefef0" } } }, @@ -143014,7 +148757,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -143087,7 +148830,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -143154,16 +148897,16 @@ "response": { "data": [ { - "id": "PR5288f6cbe7ae44dab0c3feb579611934", + "id": "PRdd6c7579e69c4c3689b0a570c1f52031", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:03.681Z", + "created_at": "2022-01-20T22:06:09.780Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:03.681Z", + "updated_at": "2022-01-20T22:06:09.780Z", "platform": "web", "development": false, - "token": "1f7a15a78f5d", + "token": "7e5c6f502fb1", "domains": [ "example.com" ], @@ -143173,7 +148916,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/company" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -143182,52 +148925,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/callbacks" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/hosts" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/environments" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/libraries" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/data_elements" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/extensions" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/rules" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/notes" + "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/environments", - "extensions": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/extensions", - "rules": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/rules", - "self": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934" + "data_elements": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/rules", + "self": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031" }, "meta": { "rights": [ @@ -143256,7 +148999,7 @@ }, { "name": "extensions.list_notes_for_an_extension", - "endpoint": "/properties/PR5288f6cbe7ae44dab0c3feb579611934", + "endpoint": "/properties/PRdd6c7579e69c4c3689b0a570c1f52031", "method": "DELETE", "request": null, "response": null, @@ -143303,16 +149046,16 @@ }, "response": { "data": { - "id": "PRb1f33491c8f9407a83caa9c0e6684483", + "id": "PRe37976336feb4a26b3a6ae8245de4bc1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:09.625Z", + "created_at": "2022-01-20T22:06:15.822Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:09.625Z", + "updated_at": "2022-01-20T22:06:15.822Z", "platform": "web", "development": false, - "token": "521278c8c429", + "token": "42cb53a17eff", "domains": [ "example.com" ], @@ -143322,7 +149065,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/company" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -143331,52 +149074,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/callbacks" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/hosts" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/environments" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/libraries" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/data_elements" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/extensions" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/rules" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/notes" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/environments", - "extensions": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/extensions", - "rules": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/rules", - "self": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483" + "data_elements": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/environments", + "extensions": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/extensions", + "rules": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/rules", + "self": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1" }, "meta": { "rights": [ @@ -144672,6 +150415,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -145848,10 +151592,10 @@ }, "response": { "data": { - "id": "EXb9c8cf861f4b4827b22fe7425800c939", + "id": "EX0572141b7df7438aaa57b572098bdf11", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:11:14.978Z", + "created_at": "2022-01-20T22:06:21.202Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -145859,7 +151603,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:11:14.978Z", + "updated_at": "2022-01-20T22:06:21.202Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -145869,40 +151613,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/libraries" + "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/revisions" + "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/notes" + "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/property" + "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/property" }, "data": { - "id": "PRb1f33491c8f9407a83caa9c0e6684483", + "id": "PRe37976336feb4a26b3a6ae8245de4bc1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/origin" + "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/origin" }, "data": { - "id": "EXb9c8cf861f4b4827b22fe7425800c939", + "id": "EX0572141b7df7438aaa57b572098bdf11", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -145911,7 +151655,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/extension_package" + "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -145920,9 +151664,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483", - "origin": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939", - "self": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939", + "property": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1", + "origin": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11", + "self": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -145948,28 +151692,28 @@ }, "response": { "data": { - "id": "NT6b681bc7de024ddd8ea16b0a96a8b024", + "id": "NTfe5a3dd71758445e9c472f2f4a75b9a4", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:11:15.152Z", + "created_at": "2022-01-20T22:06:21.408Z", "text": "this is a note on an extension" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939" + "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11" }, "data": { - "id": "EXb9c8cf861f4b4827b22fe7425800c939", + "id": "EX0572141b7df7438aaa57b572098bdf11", "type": "extensions" } } }, "links": { - "resource": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939", - "self": "https://reactor.adobe.io/notes/NT6b681bc7de024ddd8ea16b0a96a8b024" + "resource": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11", + "self": "https://reactor.adobe.io/notes/NTfe5a3dd71758445e9c472f2f4a75b9a4" } } }, @@ -145984,28 +151728,28 @@ "response": { "data": [ { - "id": "NT6b681bc7de024ddd8ea16b0a96a8b024", + "id": "NTfe5a3dd71758445e9c472f2f4a75b9a4", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:11:15.152Z", + "created_at": "2022-01-20T22:06:21.408Z", "text": "this is a note on an extension" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939" + "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11" }, "data": { - "id": "EXb9c8cf861f4b4827b22fe7425800c939", + "id": "EX0572141b7df7438aaa57b572098bdf11", "type": "extensions" } } }, "links": { - "resource": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939", - "self": "https://reactor.adobe.io/notes/NT6b681bc7de024ddd8ea16b0a96a8b024" + "resource": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11", + "self": "https://reactor.adobe.io/notes/NTfe5a3dd71758445e9c472f2f4a75b9a4" } } ], @@ -146036,7 +151780,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146109,7 +151853,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146176,16 +151920,16 @@ "response": { "data": [ { - "id": "PRb1f33491c8f9407a83caa9c0e6684483", + "id": "PRe37976336feb4a26b3a6ae8245de4bc1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:09.625Z", + "created_at": "2022-01-20T22:06:15.822Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:09.625Z", + "updated_at": "2022-01-20T22:06:15.822Z", "platform": "web", "development": false, - "token": "521278c8c429", + "token": "42cb53a17eff", "domains": [ "example.com" ], @@ -146195,7 +151939,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/company" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -146204,52 +151948,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/callbacks" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/hosts" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/environments" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/libraries" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/data_elements" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/extensions" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/rules" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/notes" + "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/environments", - "extensions": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/extensions", - "rules": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/rules", - "self": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483" + "data_elements": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/environments", + "extensions": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/extensions", + "rules": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/rules", + "self": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1" }, "meta": { "rights": [ @@ -146278,7 +152022,7 @@ }, { "name": "hosts.create_a_host", - "endpoint": "/properties/PRb1f33491c8f9407a83caa9c0e6684483", + "endpoint": "/properties/PRe37976336feb4a26b3a6ae8245de4bc1", "method": "DELETE", "request": null, "response": null, @@ -146325,16 +152069,16 @@ }, "response": { "data": { - "id": "PR9105ab0a9fbd4b44a56fb1666f4b4b0b", + "id": "PRd4b7d1a3f44e440da18cf3033b337302", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:15.628Z", + "created_at": "2022-01-20T22:06:21.895Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:15.628Z", + "updated_at": "2022-01-20T22:06:21.895Z", "platform": "web", "development": false, - "token": "99ec04ddc146", + "token": "5b55a5070bcb", "domains": [ "example.com" ], @@ -146344,7 +152088,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/company" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -146353,52 +152097,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/callbacks" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/hosts" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/environments" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/libraries" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/data_elements" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/extensions" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/rules" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/notes" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/environments", - "extensions": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/extensions", - "rules": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/rules", - "self": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b" + "data_elements": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/environments", + "extensions": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/extensions", + "rules": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/rules", + "self": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302" }, "meta": { "rights": [ @@ -146435,33 +152179,33 @@ }, "response": { "data": { - "id": "HTa021a1cc91ee4c92ac2b4c048e9ff4c2", + "id": "HTcdcb5484378841fcb4cd9a6611083f0a", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:20.807Z", + "created_at": "2022-01-20T22:06:27.142Z", "server": "//example.com", "name": "Example SFTP Host", "path": "assets", "port": 22, "status": "pending", "type_of": "sftp", - "updated_at": "2021-10-05T19:11:20.807Z", + "updated_at": "2022-01-20T22:06:27.142Z", "username": "John Doe" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa021a1cc91ee4c92ac2b4c048e9ff4c2/property" + "related": "https://reactor.adobe.io/hosts/HTcdcb5484378841fcb4cd9a6611083f0a/property" }, "data": { - "id": "PR9105ab0a9fbd4b44a56fb1666f4b4b0b", + "id": "PRd4b7d1a3f44e440da18cf3033b337302", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b", - "self": "https://reactor.adobe.io/hosts/HTa021a1cc91ee4c92ac2b4c048e9ff4c2" + "property": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302", + "self": "https://reactor.adobe.io/hosts/HTcdcb5484378841fcb4cd9a6611083f0a" } } }, @@ -146482,7 +152226,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146555,7 +152299,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146622,16 +152366,16 @@ "response": { "data": [ { - "id": "PR9105ab0a9fbd4b44a56fb1666f4b4b0b", + "id": "PRd4b7d1a3f44e440da18cf3033b337302", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:15.628Z", + "created_at": "2022-01-20T22:06:21.895Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:15.628Z", + "updated_at": "2022-01-20T22:06:21.895Z", "platform": "web", "development": false, - "token": "99ec04ddc146", + "token": "5b55a5070bcb", "domains": [ "example.com" ], @@ -146641,7 +152385,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/company" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -146650,52 +152394,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/callbacks" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/hosts" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/environments" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/libraries" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/data_elements" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/extensions" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/rules" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/notes" + "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/environments", - "extensions": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/extensions", - "rules": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/rules", - "self": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b" + "data_elements": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/environments", + "extensions": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/extensions", + "rules": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/rules", + "self": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302" }, "meta": { "rights": [ @@ -146724,7 +152468,7 @@ }, { "name": "hosts.create_an_akamai_host", - "endpoint": "/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b", + "endpoint": "/properties/PRd4b7d1a3f44e440da18cf3033b337302", "method": "DELETE", "request": null, "response": null, @@ -146771,16 +152515,16 @@ }, "response": { "data": { - "id": "PR45ff312a9b124285b89c1fdd31ed9821", + "id": "PR011578f46f684147b82dfe0feff35170", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:21.327Z", + "created_at": "2022-01-20T22:06:27.754Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:21.327Z", + "updated_at": "2022-01-20T22:06:27.754Z", "platform": "web", "development": false, - "token": "9370f868437b", + "token": "850fb268d62e", "domains": [ "example.com" ], @@ -146790,7 +152534,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/company" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -146799,52 +152543,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/callbacks" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/hosts" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/environments" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/libraries" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/data_elements" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/extensions" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/rules" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/notes" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/data_elements", - "environments": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/environments", - "extensions": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/extensions", - "rules": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/rules", - "self": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821" + "data_elements": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/environments", + "extensions": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/extensions", + "rules": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/rules", + "self": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170" }, "meta": { "rights": [ @@ -146876,33 +152620,33 @@ }, "response": { "data": { - "id": "HT95e5c042b7af4465815d39059eaf9350", + "id": "HT1d98a36a27674e2084a43f502ff14800", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:26.547Z", + "created_at": "2022-01-20T22:06:33.000Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:26.547Z", + "updated_at": "2022-01-20T22:06:33.000Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT95e5c042b7af4465815d39059eaf9350/property" + "related": "https://reactor.adobe.io/hosts/HT1d98a36a27674e2084a43f502ff14800/property" }, "data": { - "id": "PR45ff312a9b124285b89c1fdd31ed9821", + "id": "PR011578f46f684147b82dfe0feff35170", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821", - "self": "https://reactor.adobe.io/hosts/HT95e5c042b7af4465815d39059eaf9350" + "property": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170", + "self": "https://reactor.adobe.io/hosts/HT1d98a36a27674e2084a43f502ff14800" } } }, @@ -146923,7 +152667,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146996,7 +152740,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -147063,16 +152807,16 @@ "response": { "data": [ { - "id": "PR45ff312a9b124285b89c1fdd31ed9821", + "id": "PR011578f46f684147b82dfe0feff35170", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:21.327Z", + "created_at": "2022-01-20T22:06:27.754Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:21.327Z", + "updated_at": "2022-01-20T22:06:27.754Z", "platform": "web", "development": false, - "token": "9370f868437b", + "token": "850fb268d62e", "domains": [ "example.com" ], @@ -147082,7 +152826,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/company" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -147091,52 +152835,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/callbacks" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/hosts" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/environments" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/libraries" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/data_elements" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/extensions" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/rules" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/notes" + "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/data_elements", - "environments": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/environments", - "extensions": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/extensions", - "rules": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/rules", - "self": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821" + "data_elements": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/environments", + "extensions": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/extensions", + "rules": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/rules", + "self": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170" }, "meta": { "rights": [ @@ -147165,7 +152909,7 @@ }, { "name": "hosts.get_a_host", - "endpoint": "/properties/PR45ff312a9b124285b89c1fdd31ed9821", + "endpoint": "/properties/PR011578f46f684147b82dfe0feff35170", "method": "DELETE", "request": null, "response": null, @@ -147212,16 +152956,16 @@ }, "response": { "data": { - "id": "PR0ad8bdba51104239a9821ba0a9336f13", + "id": "PR537f05250505475cba5eb80ecf0d6b75", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:27.029Z", + "created_at": "2022-01-20T22:06:33.411Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:27.029Z", + "updated_at": "2022-01-20T22:06:33.411Z", "platform": "web", "development": false, - "token": "cd868a1ecac2", + "token": "74c7d4e2e486", "domains": [ "example.com" ], @@ -147231,7 +152975,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/company" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -147240,52 +152984,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/callbacks" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/hosts" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/environments" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/libraries" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/data_elements" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/extensions" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/rules" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/notes" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/environments", - "extensions": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/extensions", - "rules": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/rules", - "self": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13" + "data_elements": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/data_elements", + "environments": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/environments", + "extensions": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/extensions", + "rules": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/rules", + "self": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75" }, "meta": { "rights": [ @@ -147304,7 +153048,7 @@ }, { "name": "hosts.get_a_host", - "endpoint": "/properties/PR0ad8bdba51104239a9821ba0a9336f13/hosts", + "endpoint": "/properties/PR537f05250505475cba5eb80ecf0d6b75/hosts", "method": "POST", "request": { "data": { @@ -147317,33 +153061,33 @@ }, "response": { "data": { - "id": "HT3c1c8d2ad6cc4c6cbc36bece3b42554a", + "id": "HTa34c944a72f24dcc8ad1bdbd03dc499c", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:32.313Z", + "created_at": "2022-01-20T22:06:38.646Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:32.313Z", + "updated_at": "2022-01-20T22:06:38.646Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3c1c8d2ad6cc4c6cbc36bece3b42554a/property" + "related": "https://reactor.adobe.io/hosts/HTa34c944a72f24dcc8ad1bdbd03dc499c/property" }, "data": { - "id": "PR0ad8bdba51104239a9821ba0a9336f13", + "id": "PR537f05250505475cba5eb80ecf0d6b75", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13", - "self": "https://reactor.adobe.io/hosts/HT3c1c8d2ad6cc4c6cbc36bece3b42554a" + "property": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75", + "self": "https://reactor.adobe.io/hosts/HTa34c944a72f24dcc8ad1bdbd03dc499c" } } }, @@ -147357,33 +153101,33 @@ "request": null, "response": { "data": { - "id": "HT3c1c8d2ad6cc4c6cbc36bece3b42554a", + "id": "HTa34c944a72f24dcc8ad1bdbd03dc499c", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:32.313Z", + "created_at": "2022-01-20T22:06:38.646Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:32.313Z", + "updated_at": "2022-01-20T22:06:38.646Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3c1c8d2ad6cc4c6cbc36bece3b42554a/property" + "related": "https://reactor.adobe.io/hosts/HTa34c944a72f24dcc8ad1bdbd03dc499c/property" }, "data": { - "id": "PR0ad8bdba51104239a9821ba0a9336f13", + "id": "PR537f05250505475cba5eb80ecf0d6b75", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13", - "self": "https://reactor.adobe.io/hosts/HT3c1c8d2ad6cc4c6cbc36bece3b42554a" + "property": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75", + "self": "https://reactor.adobe.io/hosts/HTa34c944a72f24dcc8ad1bdbd03dc499c" } } }, @@ -147404,7 +153148,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -147477,7 +153221,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -147544,16 +153288,16 @@ "response": { "data": [ { - "id": "PR0ad8bdba51104239a9821ba0a9336f13", + "id": "PR537f05250505475cba5eb80ecf0d6b75", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:27.029Z", + "created_at": "2022-01-20T22:06:33.411Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:27.029Z", + "updated_at": "2022-01-20T22:06:33.411Z", "platform": "web", "development": false, - "token": "cd868a1ecac2", + "token": "74c7d4e2e486", "domains": [ "example.com" ], @@ -147563,7 +153307,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/company" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -147572,52 +153316,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/callbacks" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/hosts" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/environments" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/libraries" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/data_elements" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/extensions" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/rules" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/notes" + "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/environments", - "extensions": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/extensions", - "rules": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/rules", - "self": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13" + "data_elements": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/data_elements", + "environments": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/environments", + "extensions": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/extensions", + "rules": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/rules", + "self": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75" }, "meta": { "rights": [ @@ -147646,7 +153390,7 @@ }, { "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/PR0ad8bdba51104239a9821ba0a9336f13", + "endpoint": "/properties/PR537f05250505475cba5eb80ecf0d6b75", "method": "DELETE", "request": null, "response": null, @@ -147693,16 +153437,16 @@ }, "response": { "data": { - "id": "PRd33131b66a674d8daecd29b471451644", + "id": "PRffd05c08d6774bfe97b7079157df55f1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:32.725Z", + "created_at": "2022-01-20T22:06:39.112Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:32.725Z", + "updated_at": "2022-01-20T22:06:39.112Z", "platform": "web", "development": false, - "token": "f53db4f47a8a", + "token": "599b98ef7243", "domains": [ "example.com" ], @@ -147712,7 +153456,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/company" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -147721,52 +153465,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/callbacks" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/hosts" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/environments" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/libraries" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/data_elements" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/extensions" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/rules" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/notes" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/environments", - "extensions": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/extensions", - "rules": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/rules", - "self": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644" + "data_elements": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/environments", + "extensions": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/extensions", + "rules": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/rules", + "self": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1" }, "meta": { "rights": [ @@ -147785,7 +153529,7 @@ }, { "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/PRd33131b66a674d8daecd29b471451644/hosts", + "endpoint": "/properties/PRffd05c08d6774bfe97b7079157df55f1/hosts", "method": "POST", "request": { "data": { @@ -147798,33 +153542,33 @@ }, "response": { "data": { - "id": "HT46f605264b13468c918b0745292b207c", + "id": "HT4ea1a31ecaf84726800cee8577226604", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:37.955Z", + "created_at": "2022-01-20T22:06:44.355Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:37.955Z", + "updated_at": "2022-01-20T22:06:44.355Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT46f605264b13468c918b0745292b207c/property" + "related": "https://reactor.adobe.io/hosts/HT4ea1a31ecaf84726800cee8577226604/property" }, "data": { - "id": "PRd33131b66a674d8daecd29b471451644", + "id": "PRffd05c08d6774bfe97b7079157df55f1", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644", - "self": "https://reactor.adobe.io/hosts/HT46f605264b13468c918b0745292b207c" + "property": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1", + "self": "https://reactor.adobe.io/hosts/HT4ea1a31ecaf84726800cee8577226604" } } }, @@ -147839,33 +153583,33 @@ "response": { "data": [ { - "id": "HT46f605264b13468c918b0745292b207c", + "id": "HT4ea1a31ecaf84726800cee8577226604", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:37.955Z", + "created_at": "2022-01-20T22:06:44.355Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:37.955Z", + "updated_at": "2022-01-20T22:06:44.355Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT46f605264b13468c918b0745292b207c/property" + "related": "https://reactor.adobe.io/hosts/HT4ea1a31ecaf84726800cee8577226604/property" }, "data": { - "id": "PRd33131b66a674d8daecd29b471451644", + "id": "PRffd05c08d6774bfe97b7079157df55f1", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644", - "self": "https://reactor.adobe.io/hosts/HT46f605264b13468c918b0745292b207c" + "property": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1", + "self": "https://reactor.adobe.io/hosts/HT4ea1a31ecaf84726800cee8577226604" } } ], @@ -147896,7 +153640,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -147969,7 +153713,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148036,16 +153780,16 @@ "response": { "data": [ { - "id": "PRd33131b66a674d8daecd29b471451644", + "id": "PRffd05c08d6774bfe97b7079157df55f1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:32.725Z", + "created_at": "2022-01-20T22:06:39.112Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:32.725Z", + "updated_at": "2022-01-20T22:06:39.112Z", "platform": "web", "development": false, - "token": "f53db4f47a8a", + "token": "599b98ef7243", "domains": [ "example.com" ], @@ -148055,7 +153799,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/company" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -148064,52 +153808,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/callbacks" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/hosts" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/environments" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/libraries" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/data_elements" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/extensions" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/rules" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/notes" + "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/environments", - "extensions": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/extensions", - "rules": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/rules", - "self": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644" + "data_elements": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/environments", + "extensions": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/extensions", + "rules": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/rules", + "self": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1" }, "meta": { "rights": [ @@ -148138,7 +153882,7 @@ }, { "name": "hosts.update_a_host", - "endpoint": "/properties/PRd33131b66a674d8daecd29b471451644", + "endpoint": "/properties/PRffd05c08d6774bfe97b7079157df55f1", "method": "DELETE", "request": null, "response": null, @@ -148185,16 +153929,16 @@ }, "response": { "data": { - "id": "PR32aee396b4f94e0eb57fd42d0348a536", + "id": "PR8b623670d83344458029fe6469bc981a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:38.417Z", + "created_at": "2022-01-20T22:06:44.766Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:38.417Z", + "updated_at": "2022-01-20T22:06:44.766Z", "platform": "web", "development": false, - "token": "41a789d18877", + "token": "922616b358e4", "domains": [ "example.com" ], @@ -148204,7 +153948,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/company" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -148213,52 +153957,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/callbacks" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/hosts" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/environments" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/libraries" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/data_elements" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/extensions" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/rules" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/notes" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/data_elements", - "environments": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/environments", - "extensions": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/extensions", - "rules": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/rules", - "self": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536" + "data_elements": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/environments", + "extensions": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/extensions", + "rules": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/rules", + "self": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a" }, "meta": { "rights": [ @@ -148277,7 +154021,7 @@ }, { "name": "hosts.update_a_host", - "endpoint": "/properties/PR32aee396b4f94e0eb57fd42d0348a536/hosts", + "endpoint": "/properties/PR8b623670d83344458029fe6469bc981a/hosts", "method": "POST", "request": { "data": { @@ -148290,33 +154034,33 @@ }, "response": { "data": { - "id": "HTd1e2da3af9ea4655b25145c53b4a9988", + "id": "HTd4774e9df9294c74b54e550a0d349965", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:43.642Z", + "created_at": "2022-01-20T22:06:49.967Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:43.642Z", + "updated_at": "2022-01-20T22:06:49.967Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd1e2da3af9ea4655b25145c53b4a9988/property" + "related": "https://reactor.adobe.io/hosts/HTd4774e9df9294c74b54e550a0d349965/property" }, "data": { - "id": "PR32aee396b4f94e0eb57fd42d0348a536", + "id": "PR8b623670d83344458029fe6469bc981a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536", - "self": "https://reactor.adobe.io/hosts/HTd1e2da3af9ea4655b25145c53b4a9988" + "property": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a", + "self": "https://reactor.adobe.io/hosts/HTd4774e9df9294c74b54e550a0d349965" } } }, @@ -148332,39 +154076,39 @@ "attributes": { "name": "My SFTP host" }, - "id": "HTd1e2da3af9ea4655b25145c53b4a9988", + "id": "HTd4774e9df9294c74b54e550a0d349965", "type": "hosts" } }, "response": { "data": { - "id": "HTd1e2da3af9ea4655b25145c53b4a9988", + "id": "HTd4774e9df9294c74b54e550a0d349965", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:43.642Z", + "created_at": "2022-01-20T22:06:49.967Z", "server": null, "name": "My SFTP host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:43.718Z", + "updated_at": "2022-01-20T22:06:50.040Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd1e2da3af9ea4655b25145c53b4a9988/property" + "related": "https://reactor.adobe.io/hosts/HTd4774e9df9294c74b54e550a0d349965/property" }, "data": { - "id": "PR32aee396b4f94e0eb57fd42d0348a536", + "id": "PR8b623670d83344458029fe6469bc981a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536", - "self": "https://reactor.adobe.io/hosts/HTd1e2da3af9ea4655b25145c53b4a9988" + "property": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a", + "self": "https://reactor.adobe.io/hosts/HTd4774e9df9294c74b54e550a0d349965" } } }, @@ -148385,7 +154129,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148458,7 +154202,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148525,16 +154269,16 @@ "response": { "data": [ { - "id": "PR32aee396b4f94e0eb57fd42d0348a536", + "id": "PR8b623670d83344458029fe6469bc981a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:38.417Z", + "created_at": "2022-01-20T22:06:44.766Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:38.417Z", + "updated_at": "2022-01-20T22:06:44.766Z", "platform": "web", "development": false, - "token": "41a789d18877", + "token": "922616b358e4", "domains": [ "example.com" ], @@ -148544,7 +154288,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/company" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -148553,52 +154297,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/callbacks" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/hosts" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/environments" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/libraries" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/data_elements" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/extensions" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/rules" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/notes" + "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/data_elements", - "environments": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/environments", - "extensions": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/extensions", - "rules": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/rules", - "self": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536" + "data_elements": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/environments", + "extensions": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/extensions", + "rules": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/rules", + "self": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a" }, "meta": { "rights": [ @@ -148627,7 +154371,7 @@ }, { "name": "hosts.delete_a_host", - "endpoint": "/properties/PR32aee396b4f94e0eb57fd42d0348a536", + "endpoint": "/properties/PR8b623670d83344458029fe6469bc981a", "method": "DELETE", "request": null, "response": null, @@ -148674,16 +154418,16 @@ }, "response": { "data": { - "id": "PR7528865301f2469e858dc8a1ea2ad657", + "id": "PR5dbece5efc0f45dc8650ea82363131ad", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:44.089Z", + "created_at": "2022-01-20T22:06:50.436Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:44.089Z", + "updated_at": "2022-01-20T22:06:50.436Z", "platform": "web", "development": false, - "token": "d4070345f59a", + "token": "7def7d86aca5", "domains": [ "example.com" ], @@ -148693,7 +154437,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/company" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -148702,52 +154446,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/callbacks" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/hosts" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/environments" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/libraries" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/data_elements" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/extensions" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/rules" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/notes" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/environments", - "extensions": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/extensions", - "rules": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/rules", - "self": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657" + "data_elements": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/environments", + "extensions": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/extensions", + "rules": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/rules", + "self": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad" }, "meta": { "rights": [ @@ -148766,7 +154510,7 @@ }, { "name": "hosts.delete_a_host", - "endpoint": "/properties/PR7528865301f2469e858dc8a1ea2ad657/hosts", + "endpoint": "/properties/PR5dbece5efc0f45dc8650ea82363131ad/hosts", "method": "POST", "request": { "data": { @@ -148779,33 +154523,33 @@ }, "response": { "data": { - "id": "HTa11e2866f9a6402aa2e629ffac8f570d", + "id": "HT876d49f1b3954a5a9f45bebb457bc0b0", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:49.317Z", + "created_at": "2022-01-20T22:06:55.667Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:49.317Z", + "updated_at": "2022-01-20T22:06:55.667Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa11e2866f9a6402aa2e629ffac8f570d/property" + "related": "https://reactor.adobe.io/hosts/HT876d49f1b3954a5a9f45bebb457bc0b0/property" }, "data": { - "id": "PR7528865301f2469e858dc8a1ea2ad657", + "id": "PR5dbece5efc0f45dc8650ea82363131ad", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657", - "self": "https://reactor.adobe.io/hosts/HTa11e2866f9a6402aa2e629ffac8f570d" + "property": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad", + "self": "https://reactor.adobe.io/hosts/HT876d49f1b3954a5a9f45bebb457bc0b0" } } }, @@ -148835,7 +154579,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148908,7 +154652,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148975,16 +154719,16 @@ "response": { "data": [ { - "id": "PR7528865301f2469e858dc8a1ea2ad657", + "id": "PR5dbece5efc0f45dc8650ea82363131ad", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:44.089Z", + "created_at": "2022-01-20T22:06:50.436Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:44.089Z", + "updated_at": "2022-01-20T22:06:50.436Z", "platform": "web", "development": false, - "token": "d4070345f59a", + "token": "7def7d86aca5", "domains": [ "example.com" ], @@ -148994,7 +154738,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/company" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -149003,52 +154747,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/callbacks" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/hosts" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/environments" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/libraries" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/data_elements" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/extensions" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/rules" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/notes" + "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/environments", - "extensions": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/extensions", - "rules": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/rules", - "self": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657" + "data_elements": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/environments", + "extensions": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/extensions", + "rules": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/rules", + "self": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad" }, "meta": { "rights": [ @@ -149077,7 +154821,7 @@ }, { "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR7528865301f2469e858dc8a1ea2ad657", + "endpoint": "/properties/PR5dbece5efc0f45dc8650ea82363131ad", "method": "DELETE", "request": null, "response": null, @@ -149124,16 +154868,16 @@ }, "response": { "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", + "id": "PR54f6c6222a71479f8e95b2c7555a7a56", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:49.880Z", + "created_at": "2022-01-20T22:06:56.148Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:49.880Z", + "updated_at": "2022-01-20T22:06:56.148Z", "platform": "web", "development": false, - "token": "4aba9f02818d", + "token": "e9dc33c62672", "domains": [ "example.com" ], @@ -149143,7 +154887,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/company" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -149152,52 +154896,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/callbacks" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/hosts" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/environments" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/libraries" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/data_elements" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/extensions" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/rules" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/notes" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/environments", - "extensions": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/extensions", - "rules": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/rules", - "self": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9" + "data_elements": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/data_elements", + "environments": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/environments", + "extensions": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/extensions", + "rules": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/rules", + "self": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56" }, "meta": { "rights": [ @@ -149216,7 +154960,7 @@ }, { "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR90b5947364c545f2855dc74545835ae9/hosts", + "endpoint": "/properties/PR54f6c6222a71479f8e95b2c7555a7a56/hosts", "method": "POST", "request": { "data": { @@ -149229,33 +154973,33 @@ }, "response": { "data": { - "id": "HTbe41066fadd146f3aa39b17c19d9aae0", + "id": "HT80b5ebf4c7154114b6f76215f0aa360c", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:55.104Z", + "created_at": "2022-01-20T22:07:01.364Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:55.104Z", + "updated_at": "2022-01-20T22:07:01.364Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTbe41066fadd146f3aa39b17c19d9aae0/property" + "related": "https://reactor.adobe.io/hosts/HT80b5ebf4c7154114b6f76215f0aa360c/property" }, "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", + "id": "PR54f6c6222a71479f8e95b2c7555a7a56", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/hosts/HTbe41066fadd146f3aa39b17c19d9aae0" + "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", + "self": "https://reactor.adobe.io/hosts/HT80b5ebf4c7154114b6f76215f0aa360c" } } }, @@ -149275,7 +155019,7 @@ "relationships": { "host": { "data": { - "id": "HTbe41066fadd146f3aa39b17c19d9aae0", + "id": "HT80b5ebf4c7154114b6f76215f0aa360c", "type": "hosts" } } @@ -149285,77 +155029,82 @@ }, "response": { "data": { - "id": "EN47dd2cc787ae4297b2d43cf4714cf3f8", + "id": "EN2708d51699eb4a6ea6a7ab58eeb58625", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:11:55.190Z", - "library_path": "17e0df72ece8/4aba9f02818d", - "library_name": "launch-ff3cf3be1f56-development.min.js", + "created_at": "2022-01-20T22:07:01.436Z", + "library_path": "17e0df72ece8/e9dc33c62672", + "library_name": "launch-8cc9a40c65a6-development.min.js", "library_entry_points": [ { - "library_name": "launch-ff3cf3be1f56-development.min.js", + "library_name": "launch-8cc9a40c65a6-development.min.js", "minified": true, "references": [ - "17e0df72ece8/4aba9f02818d/launch-ff3cf3be1f56-development.min.js" + "17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.min.js" ], - "license_path": "17e0df72ece8/4aba9f02818d/launch-ff3cf3be1f56-development.js" + "license_path": "17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.js" }, { - "library_name": "launch-ff3cf3be1f56-development.js", + "library_name": "launch-8cc9a40c65a6-development.js", "minified": false, "references": [ - "17e0df72ece8/4aba9f02818d/launch-ff3cf3be1f56-development.js" + "17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:11:55.190Z", + "updated_at": "2022-01-20T22:07:01.436Z", "status": "succeeded", - "token": "ff3cf3be1f56" + "token": "8cc9a40c65a6" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/library" + "related": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/builds" + "related": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/host", - "self": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/host", + "self": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/relationships/host" }, "data": { - "id": "HTbe41066fadd146f3aa39b17c19d9aae0", + "id": "HT80b5ebf4c7154114b6f76215f0aa360c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/property" + "related": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/property" }, "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", + "id": "PR54f6c6222a71479f8e95b2c7555a7a56", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8" + "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", + "self": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.js" + } ] } } @@ -149365,7 +155114,7 @@ }, { "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR90b5947364c545f2855dc74545835ae9/hosts", + "endpoint": "/properties/PR54f6c6222a71479f8e95b2c7555a7a56/hosts", "method": "POST", "request": { "data": { @@ -149378,33 +155127,33 @@ }, "response": { "data": { - "id": "HT10a16026ef84452595d4c93d8a1b3cc1", + "id": "HTb13490f07430472e8d51343a88ab9168", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:55.269Z", + "created_at": "2022-01-20T22:07:01.514Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:55.269Z", + "updated_at": "2022-01-20T22:07:01.514Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT10a16026ef84452595d4c93d8a1b3cc1/property" + "related": "https://reactor.adobe.io/hosts/HTb13490f07430472e8d51343a88ab9168/property" }, "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", + "id": "PR54f6c6222a71479f8e95b2c7555a7a56", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/hosts/HT10a16026ef84452595d4c93d8a1b3cc1" + "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", + "self": "https://reactor.adobe.io/hosts/HTb13490f07430472e8d51343a88ab9168" } } }, @@ -149423,7 +155172,7 @@ "relationships": { "host": { "data": { - "id": "HT10a16026ef84452595d4c93d8a1b3cc1", + "id": "HTb13490f07430472e8d51343a88ab9168", "type": "hosts" } } @@ -149433,77 +155182,82 @@ }, "response": { "data": { - "id": "ENe8f89ae61a8940ee99ef2c15d3283bc5", + "id": "ENa2a6e86757d647a8ba9cfa243b77f4b4", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:11:55.365Z", - "library_path": "17e0df72ece8/4aba9f02818d", - "library_name": "launch-1d5dc356f464-development.min.js", + "created_at": "2022-01-20T22:07:01.598Z", + "library_path": "17e0df72ece8/e9dc33c62672", + "library_name": "launch-5b25b6bbdacd-development.min.js", "library_entry_points": [ { - "library_name": "launch-1d5dc356f464-development.min.js", + "library_name": "launch-5b25b6bbdacd-development.min.js", "minified": true, "references": [ - "17e0df72ece8/4aba9f02818d/launch-1d5dc356f464-development.min.js" + "17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.min.js" ], - "license_path": "17e0df72ece8/4aba9f02818d/launch-1d5dc356f464-development.js" + "license_path": "17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.js" }, { - "library_name": "launch-1d5dc356f464-development.js", + "library_name": "launch-5b25b6bbdacd-development.js", "minified": false, "references": [ - "17e0df72ece8/4aba9f02818d/launch-1d5dc356f464-development.js" + "17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.js" ] } ], "name": "Dev Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:11:55.365Z", + "updated_at": "2022-01-20T22:07:01.598Z", "status": "succeeded", - "token": "1d5dc356f464" + "token": "5b25b6bbdacd" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/library" + "related": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/builds" + "related": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/host", - "self": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/relationships/host" + "related": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/host", + "self": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/relationships/host" }, "data": { - "id": "HT10a16026ef84452595d4c93d8a1b3cc1", + "id": "HTb13490f07430472e8d51343a88ab9168", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/property" + "related": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/property" }, "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", + "id": "PR54f6c6222a71479f8e95b2c7555a7a56", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5" + "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", + "self": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.js" + } ] } } @@ -149518,33 +155272,33 @@ "request": null, "response": { "data": { - "id": "HTbe41066fadd146f3aa39b17c19d9aae0", + "id": "HT80b5ebf4c7154114b6f76215f0aa360c", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:55.104Z", + "created_at": "2022-01-20T22:07:01.364Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:55.104Z", + "updated_at": "2022-01-20T22:07:01.364Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTbe41066fadd146f3aa39b17c19d9aae0/property" + "related": "https://reactor.adobe.io/hosts/HT80b5ebf4c7154114b6f76215f0aa360c/property" }, "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", + "id": "PR54f6c6222a71479f8e95b2c7555a7a56", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/hosts/HTbe41066fadd146f3aa39b17c19d9aae0" + "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", + "self": "https://reactor.adobe.io/hosts/HT80b5ebf4c7154114b6f76215f0aa360c" } } }, @@ -149565,7 +155319,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -149638,7 +155392,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -149705,16 +155459,16 @@ "response": { "data": [ { - "id": "PR90b5947364c545f2855dc74545835ae9", + "id": "PR54f6c6222a71479f8e95b2c7555a7a56", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:49.880Z", + "created_at": "2022-01-20T22:06:56.148Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:49.880Z", + "updated_at": "2022-01-20T22:06:56.148Z", "platform": "web", "development": false, - "token": "4aba9f02818d", + "token": "e9dc33c62672", "domains": [ "example.com" ], @@ -149724,7 +155478,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/company" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -149733,52 +155487,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/callbacks" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/hosts" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/environments" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/libraries" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/data_elements" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/extensions" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/rules" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/notes" + "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/environments", - "extensions": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/extensions", - "rules": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/rules", - "self": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9" + "data_elements": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/data_elements", + "environments": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/environments", + "extensions": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/extensions", + "rules": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/rules", + "self": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56" }, "meta": { "rights": [ @@ -149807,7 +155561,7 @@ }, { "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR90b5947364c545f2855dc74545835ae9", + "endpoint": "/properties/PR54f6c6222a71479f8e95b2c7555a7a56", "method": "DELETE", "request": null, "response": null, @@ -149854,16 +155608,16 @@ }, "response": { "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", + "id": "PR278143d7f19b4ff780775ee778a05a02", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:55.843Z", + "created_at": "2022-01-20T22:07:02.092Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:55.843Z", + "updated_at": "2022-01-20T22:07:02.092Z", "platform": "web", "development": false, - "token": "d068d7b6130b", + "token": "4c2cc81cf252", "domains": [ "example.com" ], @@ -149873,7 +155627,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/company" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -149882,52 +155636,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/callbacks" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/hosts" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/environments" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/libraries" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/data_elements" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/extensions" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/rules" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/notes" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/environments", - "extensions": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/extensions", - "rules": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/rules", - "self": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e" + "data_elements": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/data_elements", + "environments": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/environments", + "extensions": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/extensions", + "rules": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/rules", + "self": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02" }, "meta": { "rights": [ @@ -149946,7 +155700,7 @@ }, { "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR03010539b2e1441faf9b348b64bd043e/hosts", + "endpoint": "/properties/PR278143d7f19b4ff780775ee778a05a02/hosts", "method": "POST", "request": { "data": { @@ -149959,33 +155713,33 @@ }, "response": { "data": { - "id": "HTff39f96ac9c740bda4d7cf63b3e6cfb6", + "id": "HT2405d784672348dd8d78112297a73b57", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:12:01.074Z", + "created_at": "2022-01-20T22:07:07.311Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:12:01.074Z", + "updated_at": "2022-01-20T22:07:07.311Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTff39f96ac9c740bda4d7cf63b3e6cfb6/property" + "related": "https://reactor.adobe.io/hosts/HT2405d784672348dd8d78112297a73b57/property" }, "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", + "id": "PR278143d7f19b4ff780775ee778a05a02", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e", - "self": "https://reactor.adobe.io/hosts/HTff39f96ac9c740bda4d7cf63b3e6cfb6" + "property": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02", + "self": "https://reactor.adobe.io/hosts/HT2405d784672348dd8d78112297a73b57" } } }, @@ -150005,7 +155759,7 @@ "relationships": { "host": { "data": { - "id": "HTff39f96ac9c740bda4d7cf63b3e6cfb6", + "id": "HT2405d784672348dd8d78112297a73b57", "type": "hosts" } } @@ -150015,77 +155769,82 @@ }, "response": { "data": { - "id": "EN5ff24bdb5afa48fd81fec9ecf3ad8b32", + "id": "EN94107dc5193f4b09bf38d7b1d48a2d7e", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:12:01.159Z", - "library_path": "17e0df72ece8/d068d7b6130b", - "library_name": "launch-508eb1f0c75c-development.min.js", + "created_at": "2022-01-20T22:07:07.400Z", + "library_path": "17e0df72ece8/4c2cc81cf252", + "library_name": "launch-18d5f55c6f6d-development.min.js", "library_entry_points": [ { - "library_name": "launch-508eb1f0c75c-development.min.js", + "library_name": "launch-18d5f55c6f6d-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d068d7b6130b/launch-508eb1f0c75c-development.min.js" + "17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.min.js" ], - "license_path": "17e0df72ece8/d068d7b6130b/launch-508eb1f0c75c-development.js" + "license_path": "17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.js" }, { - "library_name": "launch-508eb1f0c75c-development.js", + "library_name": "launch-18d5f55c6f6d-development.js", "minified": false, "references": [ - "17e0df72ece8/d068d7b6130b/launch-508eb1f0c75c-development.js" + "17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:12:01.159Z", + "updated_at": "2022-01-20T22:07:07.400Z", "status": "succeeded", - "token": "508eb1f0c75c" + "token": "18d5f55c6f6d" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/library" + "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/builds" + "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/host", - "self": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/relationships/host" + "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/host", + "self": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/relationships/host" }, "data": { - "id": "HTff39f96ac9c740bda4d7cf63b3e6cfb6", + "id": "HT2405d784672348dd8d78112297a73b57", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/property" + "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/property" }, "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", + "id": "PR278143d7f19b4ff780775ee778a05a02", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e", - "self": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32" + "property": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02", + "self": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.js" + } ] } } @@ -150095,7 +155854,7 @@ }, { "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR03010539b2e1441faf9b348b64bd043e/hosts", + "endpoint": "/properties/PR278143d7f19b4ff780775ee778a05a02/hosts", "method": "POST", "request": { "data": { @@ -150108,33 +155867,33 @@ }, "response": { "data": { - "id": "HT7d312539523844d883af9c9f3949a36a", + "id": "HT79d406241d40429cbe36361b810e3d99", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:12:01.245Z", + "created_at": "2022-01-20T22:07:07.478Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:12:01.245Z", + "updated_at": "2022-01-20T22:07:07.478Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT7d312539523844d883af9c9f3949a36a/property" + "related": "https://reactor.adobe.io/hosts/HT79d406241d40429cbe36361b810e3d99/property" }, "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", + "id": "PR278143d7f19b4ff780775ee778a05a02", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e", - "self": "https://reactor.adobe.io/hosts/HT7d312539523844d883af9c9f3949a36a" + "property": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02", + "self": "https://reactor.adobe.io/hosts/HT79d406241d40429cbe36361b810e3d99" } } }, @@ -150153,7 +155912,7 @@ "relationships": { "host": { "data": { - "id": "HT7d312539523844d883af9c9f3949a36a", + "id": "HT79d406241d40429cbe36361b810e3d99", "type": "hosts" } } @@ -150163,77 +155922,82 @@ }, "response": { "data": { - "id": "EN82c5464c6ccd415a9c20643395627345", + "id": "ENd3e62a15fcd14754b615d7f097e7a800", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:12:01.320Z", - "library_path": "17e0df72ece8/d068d7b6130b", - "library_name": "launch-8a26a0e7dbee-development.min.js", + "created_at": "2022-01-20T22:07:07.572Z", + "library_path": "17e0df72ece8/4c2cc81cf252", + "library_name": "launch-8341ada90291-development.min.js", "library_entry_points": [ { - "library_name": "launch-8a26a0e7dbee-development.min.js", + "library_name": "launch-8341ada90291-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d068d7b6130b/launch-8a26a0e7dbee-development.min.js" + "17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.min.js" ], - "license_path": "17e0df72ece8/d068d7b6130b/launch-8a26a0e7dbee-development.js" + "license_path": "17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.js" }, { - "library_name": "launch-8a26a0e7dbee-development.js", + "library_name": "launch-8341ada90291-development.js", "minified": false, "references": [ - "17e0df72ece8/d068d7b6130b/launch-8a26a0e7dbee-development.js" + "17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.js" ] } ], "name": "Dev Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:12:01.320Z", + "updated_at": "2022-01-20T22:07:07.572Z", "status": "succeeded", - "token": "8a26a0e7dbee" + "token": "8341ada90291" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/library" + "related": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/builds" + "related": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/host", - "self": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/relationships/host" + "related": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/host", + "self": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/relationships/host" }, "data": { - "id": "HT7d312539523844d883af9c9f3949a36a", + "id": "HT79d406241d40429cbe36361b810e3d99", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/property" + "related": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/property" }, "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", + "id": "PR278143d7f19b4ff780775ee778a05a02", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e", - "self": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345" + "property": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02", + "self": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.js" + } ] } } @@ -150248,12 +156012,12 @@ "request": null, "response": { "data": { - "id": "HTff39f96ac9c740bda4d7cf63b3e6cfb6", + "id": "HT2405d784672348dd8d78112297a73b57", "type": "hosts" }, "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/host", - "self": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/relationships/host" + "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/host", + "self": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/relationships/host" } }, "response_code": 200, @@ -150273,7 +156037,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -150346,7 +156110,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -150413,16 +156177,16 @@ "response": { "data": [ { - "id": "PR03010539b2e1441faf9b348b64bd043e", + "id": "PR278143d7f19b4ff780775ee778a05a02", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:55.843Z", + "created_at": "2022-01-20T22:07:02.092Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:55.843Z", + "updated_at": "2022-01-20T22:07:02.092Z", "platform": "web", "development": false, - "token": "d068d7b6130b", + "token": "4c2cc81cf252", "domains": [ "example.com" ], @@ -150432,7 +156196,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/company" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -150441,52 +156205,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/callbacks" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/hosts" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/environments" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/libraries" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/data_elements" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/extensions" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/rules" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/notes" + "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/environments", - "extensions": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/extensions", - "rules": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/rules", - "self": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e" + "data_elements": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/data_elements", + "environments": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/environments", + "extensions": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/extensions", + "rules": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/rules", + "self": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02" }, "meta": { "rights": [ @@ -150515,7 +156279,7 @@ }, { "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR03010539b2e1441faf9b348b64bd043e", + "endpoint": "/properties/PR278143d7f19b4ff780775ee778a05a02", "method": "DELETE", "request": null, "response": null, @@ -150562,16 +156326,16 @@ }, "response": { "data": { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", + "id": "PRc30947c4b34d4053a733cc31f435fce0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:01.773Z", + "created_at": "2022-01-20T22:07:08.096Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:01.773Z", + "updated_at": "2022-01-20T22:07:08.096Z", "platform": "web", "development": false, - "token": "5b1b1c3331cb", + "token": "2b6a6306cace", "domains": [ "example.com" ], @@ -150581,7 +156345,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/company" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -150590,52 +156354,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/callbacks" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/hosts" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/environments" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/libraries" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/data_elements" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/extensions" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/rules" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/notes" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/environments", - "extensions": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/extensions", - "rules": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/rules", - "self": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2" + "data_elements": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/environments", + "extensions": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/extensions", + "rules": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/rules", + "self": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0" }, "meta": { "rights": [ @@ -150654,7 +156418,7 @@ }, { "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR1bd18be071f0443aad0d5759e4876bc2/hosts", + "endpoint": "/properties/PRc30947c4b34d4053a733cc31f435fce0/hosts", "method": "POST", "request": { "data": { @@ -150667,33 +156431,33 @@ }, "response": { "data": { - "id": "HTc352f1c995f34a3597eb1dc0718bf8b5", + "id": "HTd30396833781416d89b4a04dc3a3472d", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:12:06.962Z", + "created_at": "2022-01-20T22:07:13.351Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:12:06.962Z", + "updated_at": "2022-01-20T22:07:13.351Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTc352f1c995f34a3597eb1dc0718bf8b5/property" + "related": "https://reactor.adobe.io/hosts/HTd30396833781416d89b4a04dc3a3472d/property" }, "data": { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", + "id": "PRc30947c4b34d4053a733cc31f435fce0", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2", - "self": "https://reactor.adobe.io/hosts/HTc352f1c995f34a3597eb1dc0718bf8b5" + "property": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0", + "self": "https://reactor.adobe.io/hosts/HTd30396833781416d89b4a04dc3a3472d" } } }, @@ -150713,7 +156477,7 @@ "relationships": { "host": { "data": { - "id": "HTc352f1c995f34a3597eb1dc0718bf8b5", + "id": "HTd30396833781416d89b4a04dc3a3472d", "type": "hosts" } } @@ -150723,77 +156487,82 @@ }, "response": { "data": { - "id": "EN28df3ff1755347d19572f7f5d03a5f3c", + "id": "EN0620dedbfd3244a0b38eb6ce83257c61", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:12:07.047Z", - "library_path": "17e0df72ece8/5b1b1c3331cb", - "library_name": "launch-f72e8734175b-development.min.js", + "created_at": "2022-01-20T22:07:13.455Z", + "library_path": "17e0df72ece8/2b6a6306cace", + "library_name": "launch-e926b87bf6e8-development.min.js", "library_entry_points": [ { - "library_name": "launch-f72e8734175b-development.min.js", + "library_name": "launch-e926b87bf6e8-development.min.js", "minified": true, "references": [ - "17e0df72ece8/5b1b1c3331cb/launch-f72e8734175b-development.min.js" + "17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.min.js" ], - "license_path": "17e0df72ece8/5b1b1c3331cb/launch-f72e8734175b-development.js" + "license_path": "17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.js" }, { - "library_name": "launch-f72e8734175b-development.js", + "library_name": "launch-e926b87bf6e8-development.js", "minified": false, "references": [ - "17e0df72ece8/5b1b1c3331cb/launch-f72e8734175b-development.js" + "17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:12:07.047Z", + "updated_at": "2022-01-20T22:07:13.455Z", "status": "succeeded", - "token": "f72e8734175b" + "token": "e926b87bf6e8" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/library" + "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/builds" + "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/host", - "self": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/relationships/host" + "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/host", + "self": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/relationships/host" }, "data": { - "id": "HTc352f1c995f34a3597eb1dc0718bf8b5", + "id": "HTd30396833781416d89b4a04dc3a3472d", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/property" + "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/property" }, "data": { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", + "id": "PRc30947c4b34d4053a733cc31f435fce0", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2", - "self": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c" + "property": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0", + "self": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.js" + } ] } } @@ -150803,7 +156572,7 @@ }, { "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR1bd18be071f0443aad0d5759e4876bc2/hosts", + "endpoint": "/properties/PRc30947c4b34d4053a733cc31f435fce0/hosts", "method": "POST", "request": { "data": { @@ -150816,33 +156585,33 @@ }, "response": { "data": { - "id": "HT316a221b81714a21a1c5fa3c232b34db", + "id": "HT428b5e317f6643aa80e0d7eea27c6f08", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:12:07.125Z", + "created_at": "2022-01-20T22:07:13.529Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:12:07.125Z", + "updated_at": "2022-01-20T22:07:13.529Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT316a221b81714a21a1c5fa3c232b34db/property" + "related": "https://reactor.adobe.io/hosts/HT428b5e317f6643aa80e0d7eea27c6f08/property" }, "data": { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", + "id": "PRc30947c4b34d4053a733cc31f435fce0", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2", - "self": "https://reactor.adobe.io/hosts/HT316a221b81714a21a1c5fa3c232b34db" + "property": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0", + "self": "https://reactor.adobe.io/hosts/HT428b5e317f6643aa80e0d7eea27c6f08" } } }, @@ -150855,18 +156624,18 @@ "method": "PATCH", "request": { "data": { - "id": "HT316a221b81714a21a1c5fa3c232b34db", + "id": "HT428b5e317f6643aa80e0d7eea27c6f08", "type": "hosts" } }, "response": { "data": { - "id": "HT316a221b81714a21a1c5fa3c232b34db", + "id": "HT428b5e317f6643aa80e0d7eea27c6f08", "type": "hosts" }, "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/host", - "self": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/relationships/host" + "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/host", + "self": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/relationships/host" } }, "response_code": 200, @@ -150886,7 +156655,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -150959,7 +156728,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151026,16 +156795,16 @@ "response": { "data": [ { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", + "id": "PRc30947c4b34d4053a733cc31f435fce0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:01.773Z", + "created_at": "2022-01-20T22:07:08.096Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:01.773Z", + "updated_at": "2022-01-20T22:07:08.096Z", "platform": "web", "development": false, - "token": "5b1b1c3331cb", + "token": "2b6a6306cace", "domains": [ "example.com" ], @@ -151045,7 +156814,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/company" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -151054,52 +156823,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/callbacks" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/hosts" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/environments" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/libraries" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/data_elements" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/extensions" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/rules" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/notes" + "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/environments", - "extensions": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/extensions", - "rules": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/rules", - "self": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2" + "data_elements": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/environments", + "extensions": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/extensions", + "rules": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/rules", + "self": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0" }, "meta": { "rights": [ @@ -151128,7 +156897,7 @@ }, { "name": "libraries.create_a_library", - "endpoint": "/properties/PR1bd18be071f0443aad0d5759e4876bc2", + "endpoint": "/properties/PRc30947c4b34d4053a733cc31f435fce0", "method": "DELETE", "request": null, "response": null, @@ -151175,16 +156944,16 @@ }, "response": { "data": { - "id": "PR7b8442336c9a4005a430cc670624e07a", + "id": "PR0b6e9df9e1e34267bf53a36df283b8fd", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:07.579Z", + "created_at": "2022-01-20T22:07:14.075Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:07.579Z", + "updated_at": "2022-01-20T22:07:14.075Z", "platform": "web", "development": false, - "token": "023965854184", + "token": "768873160496", "domains": [ "example.com" ], @@ -151194,7 +156963,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/company" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -151203,52 +156972,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/callbacks" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/hosts" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/environments" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/libraries" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/data_elements" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/extensions" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/rules" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/notes" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/environments", - "extensions": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/extensions", - "rules": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/rules", - "self": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a" + "data_elements": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/rules", + "self": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd" }, "meta": { "rights": [ @@ -151279,49 +157048,49 @@ }, "response": { "data": { - "id": "LB00a1f3595cd84b6fb17169e574a17e56", + "id": "LB9fd275eaeaa443cc921aac1a0a8524d8", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:12.775Z", + "created_at": "2022-01-20T22:07:19.305Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:12.775Z", + "updated_at": "2022-01-20T22:07:19.305Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/builds" + "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/data_elements", - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/extensions", - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/extensions", + "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/notes" + "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/rules", - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/rules", + "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/relationships/rules" } }, "upstream_library": { @@ -151329,23 +157098,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/property" + "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/property" }, "data": { - "id": "PR7b8442336c9a4005a430cc670624e07a", + "id": "PR0b6e9df9e1e34267bf53a36df283b8fd", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/last_build" + "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a", - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56" + "property": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd", + "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8" }, "meta": { "build_status": null, @@ -151370,7 +157139,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151443,7 +157212,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151510,16 +157279,16 @@ "response": { "data": [ { - "id": "PR7b8442336c9a4005a430cc670624e07a", + "id": "PR0b6e9df9e1e34267bf53a36df283b8fd", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:07.579Z", + "created_at": "2022-01-20T22:07:14.075Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:07.579Z", + "updated_at": "2022-01-20T22:07:14.075Z", "platform": "web", "development": false, - "token": "023965854184", + "token": "768873160496", "domains": [ "example.com" ], @@ -151529,7 +157298,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/company" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -151538,52 +157307,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/callbacks" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/hosts" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/environments" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/libraries" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/data_elements" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/extensions" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/rules" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/notes" + "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/environments", - "extensions": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/extensions", - "rules": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/rules", - "self": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a" + "data_elements": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/rules", + "self": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd" }, "meta": { "rights": [ @@ -151612,7 +157381,7 @@ }, { "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/properties/PR7b8442336c9a4005a430cc670624e07a", + "endpoint": "/properties/PR0b6e9df9e1e34267bf53a36df283b8fd", "method": "DELETE", "request": null, "response": null, @@ -151659,16 +157428,16 @@ }, "response": { "data": { - "id": "PR050de315be7540a195a3da5cfcb3d0c5", + "id": "PR24a992ea10fc4cde808512ec6ef704e1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:13.154Z", + "created_at": "2022-01-20T22:07:19.711Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:13.154Z", + "updated_at": "2022-01-20T22:07:19.711Z", "platform": "web", "development": false, - "token": "f8fb8028b282", + "token": "d1358167fbc8", "domains": [ "example.com" ], @@ -151678,7 +157447,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/company" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -151687,52 +157456,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/callbacks" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/hosts" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/environments" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/libraries" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/data_elements" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/extensions" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/rules" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/notes" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/environments", - "extensions": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/extensions", - "rules": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/rules", - "self": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5" + "data_elements": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/environments", + "extensions": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/extensions", + "rules": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/rules", + "self": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1" }, "meta": { "rights": [ @@ -151763,49 +157532,49 @@ }, "response": { "data": { - "id": "LB54e65fcb9b3f43c489bdeb3051bd9656", + "id": "LB558e93fde65f41cca0f89547b3eb210f", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:18.377Z", + "created_at": "2022-01-20T22:07:24.964Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:18.377Z", + "updated_at": "2022-01-20T22:07:24.964Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/builds" + "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/data_elements", - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/extensions", - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/extensions", + "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/notes" + "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/rules", - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/rules", + "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/relationships/rules" } }, "upstream_library": { @@ -151813,23 +157582,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/property" + "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/property" }, "data": { - "id": "PR050de315be7540a195a3da5cfcb3d0c5", + "id": "PR24a992ea10fc4cde808512ec6ef704e1", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/last_build" + "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5", - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656" + "property": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1", + "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f" }, "meta": { "build_status": null, @@ -151854,7 +157623,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151927,7 +157696,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151994,16 +157763,16 @@ "response": { "data": [ { - "id": "PR050de315be7540a195a3da5cfcb3d0c5", + "id": "PR24a992ea10fc4cde808512ec6ef704e1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:13.154Z", + "created_at": "2022-01-20T22:07:19.711Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:13.154Z", + "updated_at": "2022-01-20T22:07:19.711Z", "platform": "web", "development": false, - "token": "f8fb8028b282", + "token": "d1358167fbc8", "domains": [ "example.com" ], @@ -152013,7 +157782,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/company" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152022,52 +157791,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/callbacks" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/hosts" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/environments" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/libraries" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/data_elements" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/extensions" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/rules" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/notes" + "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/environments", - "extensions": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/extensions", - "rules": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/rules", - "self": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5" + "data_elements": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/environments", + "extensions": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/extensions", + "rules": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/rules", + "self": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1" }, "meta": { "rights": [ @@ -152096,7 +157865,7 @@ }, { "name": "libraries.get_a_library", - "endpoint": "/properties/PR050de315be7540a195a3da5cfcb3d0c5", + "endpoint": "/properties/PR24a992ea10fc4cde808512ec6ef704e1", "method": "DELETE", "request": null, "response": null, @@ -152143,16 +157912,16 @@ }, "response": { "data": { - "id": "PRb157f2723b534f36bed8fcce3dd12d91", + "id": "PR82b4d221239b49fc973a762159636009", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:18.904Z", + "created_at": "2022-01-20T22:07:25.390Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:18.904Z", + "updated_at": "2022-01-20T22:07:25.390Z", "platform": "web", "development": false, - "token": "d1a5a767d550", + "token": "f17a8212df2c", "domains": [ "example.com" ], @@ -152162,7 +157931,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/company" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152171,52 +157940,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/callbacks" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/hosts" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/environments" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/libraries" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/data_elements" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/extensions" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/rules" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/notes" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/environments", - "extensions": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/extensions", - "rules": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/rules", - "self": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91" + "data_elements": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/data_elements", + "environments": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/environments", + "extensions": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/extensions", + "rules": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/rules", + "self": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009" }, "meta": { "rights": [ @@ -152247,49 +158016,49 @@ }, "response": { "data": { - "id": "LB28b67c9e1d5540098a74f5a36cee34a8", + "id": "LB5f8afcc3695e40ac8e44664b1b2370c3", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:24.141Z", + "created_at": "2022-01-20T22:07:30.612Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:24.141Z", + "updated_at": "2022-01-20T22:07:30.612Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/builds" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/extensions", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/extensions", + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/notes" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/rules", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/rules", + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/rules" } }, "upstream_library": { @@ -152297,23 +158066,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/property" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/property" }, "data": { - "id": "PRb157f2723b534f36bed8fcce3dd12d91", + "id": "PR82b4d221239b49fc973a762159636009", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/last_build" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8" + "property": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009", + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3" }, "meta": { "build_status": null, @@ -152331,49 +158100,49 @@ "request": null, "response": { "data": { - "id": "LB28b67c9e1d5540098a74f5a36cee34a8", + "id": "LB5f8afcc3695e40ac8e44664b1b2370c3", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:24.141Z", + "created_at": "2022-01-20T22:07:30.612Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:24.141Z", + "updated_at": "2022-01-20T22:07:30.612Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/builds" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/extensions", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/extensions", + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/notes" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/rules", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/rules", + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/rules" } }, "upstream_library": { @@ -152381,23 +158150,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/property" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/property" }, "data": { - "id": "PRb157f2723b534f36bed8fcce3dd12d91", + "id": "PR82b4d221239b49fc973a762159636009", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/last_build" + "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8" + "property": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009", + "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3" }, "meta": { "build_status": null, @@ -152422,7 +158191,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -152495,7 +158264,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -152562,16 +158331,16 @@ "response": { "data": [ { - "id": "PRb157f2723b534f36bed8fcce3dd12d91", + "id": "PR82b4d221239b49fc973a762159636009", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:18.904Z", + "created_at": "2022-01-20T22:07:25.390Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:18.904Z", + "updated_at": "2022-01-20T22:07:25.390Z", "platform": "web", "development": false, - "token": "d1a5a767d550", + "token": "f17a8212df2c", "domains": [ "example.com" ], @@ -152581,7 +158350,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/company" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152590,52 +158359,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/callbacks" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/hosts" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/environments" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/libraries" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/data_elements" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/extensions" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/rules" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/notes" + "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/environments", - "extensions": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/extensions", - "rules": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/rules", - "self": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91" + "data_elements": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/data_elements", + "environments": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/environments", + "extensions": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/extensions", + "rules": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/rules", + "self": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009" }, "meta": { "rights": [ @@ -152664,7 +158433,7 @@ }, { "name": "libraries.list_libraries_for_a_property", - "endpoint": "/properties/PRb157f2723b534f36bed8fcce3dd12d91", + "endpoint": "/properties/PR82b4d221239b49fc973a762159636009", "method": "DELETE", "request": null, "response": null, @@ -152711,16 +158480,16 @@ }, "response": { "data": { - "id": "PR2160ac91424e4e97b4561af25aa1cd76", + "id": "PR5c74bc8fd6bb4775b02b0d49cb5995c7", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:24.594Z", + "created_at": "2022-01-20T22:07:31.113Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:24.594Z", + "updated_at": "2022-01-20T22:07:31.113Z", "platform": "web", "development": false, - "token": "23d62c4d83dc", + "token": "0a175be32564", "domains": [ "example.com" ], @@ -152730,7 +158499,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/company" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152739,52 +158508,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/callbacks" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/hosts" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/environments" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/libraries" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/data_elements" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/extensions" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/rules" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/notes" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/environments", - "extensions": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/extensions", - "rules": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/rules", - "self": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76" + "data_elements": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/environments", + "extensions": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/extensions", + "rules": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/rules", + "self": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7" }, "meta": { "rights": [ @@ -152815,49 +158584,49 @@ }, "response": { "data": { - "id": "LB869ff3f690d443aeb6c7424aa78a315e", + "id": "LB4e0062c5ed654c59af2a7ed3d3089fb7", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:29.789Z", + "created_at": "2022-01-20T22:07:36.367Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:29.789Z", + "updated_at": "2022-01-20T22:07:36.367Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/builds" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/extensions", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/extensions", + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/notes" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/rules", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/rules", + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/rules" } }, "upstream_library": { @@ -152865,23 +158634,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/property" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/property" }, "data": { - "id": "PR2160ac91424e4e97b4561af25aa1cd76", + "id": "PR5c74bc8fd6bb4775b02b0d49cb5995c7", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/last_build" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e" + "property": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7", + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7" }, "meta": { "build_status": null, @@ -152900,49 +158669,49 @@ "response": { "data": [ { - "id": "LB869ff3f690d443aeb6c7424aa78a315e", + "id": "LB4e0062c5ed654c59af2a7ed3d3089fb7", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:29.789Z", + "created_at": "2022-01-20T22:07:36.367Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:29.789Z", + "updated_at": "2022-01-20T22:07:36.367Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/builds" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/extensions", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/extensions", + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/notes" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/rules", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/rules", + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/rules" } }, "upstream_library": { @@ -152950,23 +158719,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/property" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/property" }, "data": { - "id": "PR2160ac91424e4e97b4561af25aa1cd76", + "id": "PR5c74bc8fd6bb4775b02b0d49cb5995c7", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/last_build" + "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e" + "property": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7", + "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7" }, "meta": { "build_status": null, @@ -153001,7 +158770,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -153074,7 +158843,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -153141,16 +158910,16 @@ "response": { "data": [ { - "id": "PR2160ac91424e4e97b4561af25aa1cd76", + "id": "PR5c74bc8fd6bb4775b02b0d49cb5995c7", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:24.594Z", + "created_at": "2022-01-20T22:07:31.113Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:24.594Z", + "updated_at": "2022-01-20T22:07:31.113Z", "platform": "web", "development": false, - "token": "23d62c4d83dc", + "token": "0a175be32564", "domains": [ "example.com" ], @@ -153160,7 +158929,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/company" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153169,52 +158938,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/callbacks" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/hosts" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/environments" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/libraries" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/data_elements" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/extensions" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/rules" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/notes" + "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/environments", - "extensions": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/extensions", - "rules": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/rules", - "self": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76" + "data_elements": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/environments", + "extensions": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/extensions", + "rules": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/rules", + "self": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7" }, "meta": { "rights": [ @@ -153243,7 +159012,7 @@ }, { "name": "libraries.update_a_library", - "endpoint": "/properties/PR2160ac91424e4e97b4561af25aa1cd76", + "endpoint": "/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7", "method": "DELETE", "request": null, "response": null, @@ -153290,16 +159059,16 @@ }, "response": { "data": { - "id": "PRceac6dfddc884dc99a5724799c850823", + "id": "PR07038bbdbcc64ea89d9cf16fba868510", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:30.245Z", + "created_at": "2022-01-20T22:07:36.857Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:30.245Z", + "updated_at": "2022-01-20T22:07:36.857Z", "platform": "web", "development": false, - "token": "9d97c6c1b9e1", + "token": "f3598b1cb890", "domains": [ "example.com" ], @@ -153309,7 +159078,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/company" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153318,52 +159087,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/callbacks" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/hosts" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/environments" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/libraries" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/data_elements" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/extensions" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/rules" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/notes" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/data_elements", - "environments": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/environments", - "extensions": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/extensions", - "rules": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/rules", - "self": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823" + "data_elements": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/data_elements", + "environments": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/environments", + "extensions": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/extensions", + "rules": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/rules", + "self": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510" }, "meta": { "rights": [ @@ -153394,49 +159163,49 @@ }, "response": { "data": { - "id": "LBc6f54ab4a9af48cd95db1833647eb776", + "id": "LBc6385f458a0744f6a6696371973002c5", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:35.468Z", + "created_at": "2022-01-20T22:07:42.102Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:35.468Z", + "updated_at": "2022-01-20T22:07:42.102Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/builds" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/extensions", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/extensions", + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/notes" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/rules", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/rules", + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/rules" } }, "upstream_library": { @@ -153444,23 +159213,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/property" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/property" }, "data": { - "id": "PRceac6dfddc884dc99a5724799c850823", + "id": "PR07038bbdbcc64ea89d9cf16fba868510", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/last_build" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776" + "property": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510", + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5" }, "meta": { "build_status": null, @@ -153480,55 +159249,55 @@ "attributes": { "name": "Your Library" }, - "id": "LBc6f54ab4a9af48cd95db1833647eb776", + "id": "LBc6385f458a0744f6a6696371973002c5", "type": "libraries" } }, "response": { "data": { - "id": "LBc6f54ab4a9af48cd95db1833647eb776", + "id": "LBc6385f458a0744f6a6696371973002c5", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:35.468Z", + "created_at": "2022-01-20T22:07:42.102Z", "name": "Your Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:35.574Z", + "updated_at": "2022-01-20T22:07:42.223Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/builds" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/extensions", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/extensions", + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/notes" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/rules", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/rules", + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/rules" } }, "upstream_library": { @@ -153536,23 +159305,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/property" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/property" }, "data": { - "id": "PRceac6dfddc884dc99a5724799c850823", + "id": "PR07038bbdbcc64ea89d9cf16fba868510", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/last_build" + "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776" + "property": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510", + "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5" }, "meta": { "build_status": null, @@ -153577,7 +159346,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -153650,7 +159419,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -153717,16 +159486,16 @@ "response": { "data": [ { - "id": "PRceac6dfddc884dc99a5724799c850823", + "id": "PR07038bbdbcc64ea89d9cf16fba868510", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:30.245Z", + "created_at": "2022-01-20T22:07:36.857Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:30.245Z", + "updated_at": "2022-01-20T22:07:36.857Z", "platform": "web", "development": false, - "token": "9d97c6c1b9e1", + "token": "f3598b1cb890", "domains": [ "example.com" ], @@ -153736,7 +159505,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/company" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153745,52 +159514,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/callbacks" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/hosts" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/environments" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/libraries" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/data_elements" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/extensions" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/rules" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/notes" + "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/data_elements", - "environments": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/environments", - "extensions": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/extensions", - "rules": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/rules", - "self": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823" + "data_elements": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/data_elements", + "environments": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/environments", + "extensions": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/extensions", + "rules": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/rules", + "self": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510" }, "meta": { "rights": [ @@ -153819,7 +159588,7 @@ }, { "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/properties/PRceac6dfddc884dc99a5724799c850823", + "endpoint": "/properties/PR07038bbdbcc64ea89d9cf16fba868510", "method": "DELETE", "request": null, "response": null, @@ -153866,16 +159635,16 @@ }, "response": { "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:35.987Z", + "created_at": "2022-01-20T22:07:42.641Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:35.987Z", + "updated_at": "2022-01-20T22:07:42.641Z", "platform": "web", "development": false, - "token": "186ef23a2027", + "token": "7f3495885e9b", "domains": [ "example.com" ], @@ -153885,7 +159654,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/company" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153894,52 +159663,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/callbacks" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/hosts" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/environments" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/libraries" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/data_elements" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/extensions" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/rules" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/notes" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/environments", - "extensions": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/extensions", - "rules": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/rules", - "self": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a" + "data_elements": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/environments", + "extensions": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/extensions", + "rules": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/rules", + "self": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce" }, "meta": { "rights": [ @@ -155235,6 +161004,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -156411,10 +162181,10 @@ }, "response": { "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX24b9472727514cd79c277311da99a67f", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:12:41.351Z", + "created_at": "2022-01-20T22:07:48.020Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -156422,7 +162192,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:41.351Z", + "updated_at": "2022-01-20T22:07:48.020Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -156432,40 +162202,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/libraries" + "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/revisions" + "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/notes" + "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/property" + "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/property" }, "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/origin" + "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/origin" }, "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX24b9472727514cd79c277311da99a67f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -156474,7 +162244,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/extension_package" + "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -156483,9 +162253,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a", - "origin": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65", - "self": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65", + "property": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", + "origin": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f", + "self": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -157753,6 +163523,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -158905,14 +164676,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:12:41 -0600", + "name": "My Data Element 2022-01-20 15:07:48 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX24b9472727514cd79c277311da99a67f", "type": "extensions" } } @@ -158922,18 +164693,18 @@ }, "response": { "data": { - "id": "DE43a24dab02024a569e12d522d382eb52", + "id": "DEdf1405dcda1040a2a26a6941b614bb7c", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:12:41.637Z", + "created_at": "2022-01-20T22:07:48.321Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:12:41 -0600", + "name": "My Data Element 2022-01-20 15:07:48 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:41.637Z", + "updated_at": "2022-01-20T22:07:48.321Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -158945,49 +164716,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/libraries" + "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/revisions" + "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/notes" + "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/property" + "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/property" }, "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/origin" + "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/origin" }, "data": { - "id": "DE43a24dab02024a569e12d522d382eb52", + "id": "DEdf1405dcda1040a2a26a6941b614bb7c", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/extension" + "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/extension" }, "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX24b9472727514cd79c277311da99a67f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -158996,19 +164767,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/updated_with_extension" }, "data": { - "id": "EX91ef498b3dd640af9a814e14a6b38b7b", + "id": "EXb7fade3c93234530b30337cd4869199a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a", - "origin": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52", - "self": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52", - "extension": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65" + "property": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", + "origin": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c", + "self": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c", + "extension": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f" }, "meta": { "latest_revision_number": 0 @@ -159029,24 +164800,24 @@ "meta": { "action": "revise" }, - "id": "DE43a24dab02024a569e12d522d382eb52", + "id": "DEdf1405dcda1040a2a26a6941b614bb7c", "type": "data_elements" } }, "response": { "data": { - "id": "DEe29081d1d63342118fcc0c65a9070117", + "id": "DEd9279cbdb47544adaafd3c4f0956e20f", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:12:41.746Z", + "created_at": "2022-01-20T22:07:48.445Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:12:41 -0600", + "name": "My Data Element 2022-01-20 15:07:48 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:12:41.746Z", + "updated_at": "2022-01-20T22:07:48.445Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -159058,49 +164829,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/libraries" + "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/revisions" + "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/notes" + "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/property" + "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/property" }, "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/origin" + "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/origin" }, "data": { - "id": "DE43a24dab02024a569e12d522d382eb52", + "id": "DEdf1405dcda1040a2a26a6941b614bb7c", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/extension" + "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/extension" }, "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX24b9472727514cd79c277311da99a67f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -159109,19 +164880,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/updated_with_extension" }, "data": { - "id": "EX91ef498b3dd640af9a814e14a6b38b7b", + "id": "EXb7fade3c93234530b30337cd4869199a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a", - "origin": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52", - "self": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117", - "extension": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65" + "property": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", + "origin": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c", + "self": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f", + "extension": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f" }, "meta": { "latest_revision_number": 1 @@ -159144,7 +164915,7 @@ "data_elements": { "data": [ { - "id": "DEe29081d1d63342118fcc0c65a9070117", + "id": "DEd9279cbdb47544adaafd3c4f0956e20f", "type": "data_elements" } ] @@ -159155,49 +164926,49 @@ }, "response": { "data": { - "id": "LB3ce000dec3e8488f82720aa61937a25f", + "id": "LBd8099265c02b4786aa46252fc017100a", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:41.857Z", + "created_at": "2022-01-20T22:07:48.567Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:41.857Z", + "updated_at": "2022-01-20T22:07:48.567Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/builds" + "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/data_elements", + "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/extensions", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/extensions", + "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/notes" + "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/rules", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/rules", + "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/rules" } }, "upstream_library": { @@ -159205,23 +164976,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/property" + "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/property" }, "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/last_build" + "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f" + "property": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", + "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a" }, "meta": { "build_status": null, @@ -159241,12 +165012,12 @@ "data": [ { "type": "data_elements", - "id": "DEe29081d1d63342118fcc0c65a9070117" + "id": "DEd9279cbdb47544adaafd3c4f0956e20f" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/data_elements", + "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/data_elements" } }, "response_code": 200, @@ -159266,7 +165037,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -159339,7 +165110,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -159406,16 +165177,16 @@ "response": { "data": [ { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:35.987Z", + "created_at": "2022-01-20T22:07:42.641Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:35.987Z", + "updated_at": "2022-01-20T22:07:42.641Z", "platform": "web", "development": false, - "token": "186ef23a2027", + "token": "7f3495885e9b", "domains": [ "example.com" ], @@ -159425,7 +165196,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/company" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -159434,52 +165205,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/callbacks" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/hosts" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/environments" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/libraries" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/data_elements" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/extensions" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/rules" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/notes" + "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/environments", - "extensions": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/extensions", - "rules": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/rules", - "self": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a" + "data_elements": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/environments", + "extensions": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/extensions", + "rules": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/rules", + "self": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce" }, "meta": { "rights": [ @@ -159508,7 +165279,7 @@ }, { "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/properties/PR3473ef6376ad439ea38d9d19adbfb42a", + "endpoint": "/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", "method": "DELETE", "request": null, "response": null, @@ -159555,16 +165326,16 @@ }, "response": { "data": { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR8b56773607ae474bbe52d559b2f5206f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:42.347Z", + "created_at": "2022-01-20T22:07:49.199Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:42.347Z", + "updated_at": "2022-01-20T22:07:49.199Z", "platform": "web", "development": false, - "token": "9fa81b951458", + "token": "8bb768b175d8", "domains": [ "example.com" ], @@ -159574,7 +165345,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/company" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -159583,52 +165354,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/callbacks" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/hosts" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/environments" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/libraries" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/data_elements" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/extensions" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/rules" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/notes" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/rules", - "self": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b" + "data_elements": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/environments", + "extensions": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/extensions", + "rules": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/rules", + "self": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f" }, "meta": { "rights": [ @@ -160924,6 +166695,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -162100,10 +167872,10 @@ }, "response": { "data": { - "id": "EXab19a0ab551840d384cc13c29607e308", + "id": "EXebfd7ccac83e4a3fac03a1605b250109", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:12:47.746Z", + "created_at": "2022-01-20T22:07:54.591Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -162111,7 +167883,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:47.746Z", + "updated_at": "2022-01-20T22:07:54.591Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -162121,40 +167893,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/libraries" + "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/revisions" + "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/notes" + "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/property" + "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/property" }, "data": { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR8b56773607ae474bbe52d559b2f5206f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/origin" + "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/origin" }, "data": { - "id": "EXab19a0ab551840d384cc13c29607e308", + "id": "EXebfd7ccac83e4a3fac03a1605b250109", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162163,7 +167935,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/extension_package" + "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162172,9 +167944,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b", - "origin": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308", - "self": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308", + "property": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f", + "origin": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109", + "self": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -162197,16 +167969,16 @@ "meta": { "action": "revise" }, - "id": "EXab19a0ab551840d384cc13c29607e308", + "id": "EXebfd7ccac83e4a3fac03a1605b250109", "type": "extensions" } }, "response": { "data": { - "id": "EXdaee937f17f449e3ab62cd3ff4de018c", + "id": "EXc09fc58df6624771990fbefdd69ce7bf", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:12:47.762Z", + "created_at": "2022-01-20T22:07:54.606Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -162214,7 +167986,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:12:47.762Z", + "updated_at": "2022-01-20T22:07:54.606Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -162224,40 +167996,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/libraries" + "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/revisions" + "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/notes" + "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/property" + "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/property" }, "data": { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR8b56773607ae474bbe52d559b2f5206f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/origin" + "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/origin" }, "data": { - "id": "EXab19a0ab551840d384cc13c29607e308", + "id": "EXebfd7ccac83e4a3fac03a1605b250109", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162266,7 +168038,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/extension_package" + "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162275,9 +168047,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b", - "origin": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308", - "self": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c", + "property": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f", + "origin": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109", + "self": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -162302,7 +168074,7 @@ "extensions": { "data": [ { - "id": "EXdaee937f17f449e3ab62cd3ff4de018c", + "id": "EXc09fc58df6624771990fbefdd69ce7bf", "type": "extensions" } ] @@ -162313,49 +168085,49 @@ }, "response": { "data": { - "id": "LBed97934e148d4b969eaa250dc0b62728", + "id": "LB6b54c47be6c24719be38957884541ffc", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:47.985Z", + "created_at": "2022-01-20T22:07:54.852Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:47.985Z", + "updated_at": "2022-01-20T22:07:54.852Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/builds" + "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/data_elements", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/extensions", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/extensions", + "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/notes" + "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/rules", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/rules", + "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/rules" } }, "upstream_library": { @@ -162363,23 +168135,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/property" + "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/property" }, "data": { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR8b56773607ae474bbe52d559b2f5206f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/last_build" + "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728" + "property": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f", + "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc" }, "meta": { "build_status": null, @@ -162399,12 +168171,12 @@ "data": [ { "type": "extensions", - "id": "EXdaee937f17f449e3ab62cd3ff4de018c" + "id": "EXc09fc58df6624771990fbefdd69ce7bf" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/extensions", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/extensions", + "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/extensions" } }, "response_code": 200, @@ -162424,7 +168196,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -162497,7 +168269,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -162564,16 +168336,16 @@ "response": { "data": [ { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR8b56773607ae474bbe52d559b2f5206f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:42.347Z", + "created_at": "2022-01-20T22:07:49.199Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:42.347Z", + "updated_at": "2022-01-20T22:07:49.199Z", "platform": "web", "development": false, - "token": "9fa81b951458", + "token": "8bb768b175d8", "domains": [ "example.com" ], @@ -162583,7 +168355,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/company" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -162592,52 +168364,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/callbacks" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/hosts" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/environments" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/libraries" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/data_elements" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/extensions" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/rules" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/notes" + "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/rules", - "self": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b" + "data_elements": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/environments", + "extensions": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/extensions", + "rules": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/rules", + "self": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f" }, "meta": { "rights": [ @@ -162666,7 +168438,7 @@ }, { "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/properties/PR0e8013e6897049c2b3a5883b65e9f04b", + "endpoint": "/properties/PR8b56773607ae474bbe52d559b2f5206f", "method": "DELETE", "request": null, "response": null, @@ -162713,16 +168485,16 @@ }, "response": { "data": { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR2afc54910c5746f5ade01f9a935ead7d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:48.501Z", + "created_at": "2022-01-20T22:07:55.374Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:48.501Z", + "updated_at": "2022-01-20T22:07:55.374Z", "platform": "web", "development": false, - "token": "5849fa52038d", + "token": "147a0a2ba89c", "domains": [ "example.com" ], @@ -162732,7 +168504,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/company" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -162741,52 +168513,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/callbacks" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/hosts" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/environments" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/libraries" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/data_elements" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/extensions" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/rules" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/notes" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/environments", - "extensions": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/extensions", - "rules": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/rules", - "self": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37" + "data_elements": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/environments", + "extensions": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/extensions", + "rules": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/rules", + "self": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d" }, "meta": { "rights": [ @@ -162817,10 +168589,10 @@ }, "response": { "data": { - "id": "RLeef249f10573486fb3ac8ca4d6984639", + "id": "RLcd81f42668be48cab8e33fbd00a41524", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:12:53.756Z", + "created_at": "2022-01-20T22:08:00.596Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -162828,54 +168600,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:53.756Z", + "updated_at": "2022-01-20T22:08:00.596Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/libraries" + "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/revisions" + "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/notes" + "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/property" + "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/property" }, "data": { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR2afc54910c5746f5ade01f9a935ead7d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/origin" + "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/origin" }, "data": { - "id": "RLeef249f10573486fb3ac8ca4d6984639", + "id": "RLcd81f42668be48cab8e33fbd00a41524", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/rule_components" + "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37", - "origin": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639", - "self": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639", - "rule_components": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/rule_components" + "property": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d", + "origin": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524", + "self": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524", + "rule_components": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/rule_components" }, "meta": { "latest_revision_number": 0 @@ -162896,16 +168668,16 @@ "meta": { "action": "revise" }, - "id": "RLeef249f10573486fb3ac8ca4d6984639", + "id": "RLcd81f42668be48cab8e33fbd00a41524", "type": "rules" } }, "response": { "data": { - "id": "RLb23aaeb4fc5d444cb3d723d58a0b9ebb", + "id": "RL4cec0f390ef84248b87de167ac1c4baf", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:12:53.870Z", + "created_at": "2022-01-20T22:08:00.705Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -162913,54 +168685,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:12:53.870Z", + "updated_at": "2022-01-20T22:08:00.705Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/libraries" + "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/revisions" + "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/notes" + "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/property" + "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/property" }, "data": { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR2afc54910c5746f5ade01f9a935ead7d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/origin" + "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/origin" }, "data": { - "id": "RLeef249f10573486fb3ac8ca4d6984639", + "id": "RLcd81f42668be48cab8e33fbd00a41524", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/rule_components" + "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37", - "origin": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639", - "self": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb", - "rule_components": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/rule_components" + "property": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d", + "origin": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524", + "self": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf", + "rule_components": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/rule_components" }, "meta": { "latest_revision_number": 1 @@ -162983,7 +168755,7 @@ "rules": { "data": [ { - "id": "RLb23aaeb4fc5d444cb3d723d58a0b9ebb", + "id": "RL4cec0f390ef84248b87de167ac1c4baf", "type": "rules" } ] @@ -162994,49 +168766,49 @@ }, "response": { "data": { - "id": "LB77db7a600ffa442486c9c8e8ee0bb4e0", + "id": "LB2654503642d746da8dfebcf0ab61b16e", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:53.975Z", + "created_at": "2022-01-20T22:08:00.818Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:53.975Z", + "updated_at": "2022-01-20T22:08:00.818Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/builds" + "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/data_elements", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/extensions", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/extensions", + "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/notes" + "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/rules", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/rules", + "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/rules" } }, "upstream_library": { @@ -163044,23 +168816,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/property" + "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/property" }, "data": { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR2afc54910c5746f5ade01f9a935ead7d", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/last_build" + "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0" + "property": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d", + "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e" }, "meta": { "build_status": null, @@ -163080,12 +168852,12 @@ "data": [ { "type": "rules", - "id": "RLb23aaeb4fc5d444cb3d723d58a0b9ebb" + "id": "RL4cec0f390ef84248b87de167ac1c4baf" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/rules", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/rules", + "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/rules" } }, "response_code": 200, @@ -163105,7 +168877,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -163178,7 +168950,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -163245,16 +169017,16 @@ "response": { "data": [ { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR2afc54910c5746f5ade01f9a935ead7d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:48.501Z", + "created_at": "2022-01-20T22:07:55.374Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:48.501Z", + "updated_at": "2022-01-20T22:07:55.374Z", "platform": "web", "development": false, - "token": "5849fa52038d", + "token": "147a0a2ba89c", "domains": [ "example.com" ], @@ -163264,7 +169036,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/company" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -163273,52 +169045,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/callbacks" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/hosts" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/environments" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/libraries" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/data_elements" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/extensions" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/rules" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/notes" + "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/environments", - "extensions": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/extensions", - "rules": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/rules", - "self": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37" + "data_elements": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/environments", + "extensions": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/extensions", + "rules": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/rules", + "self": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d" }, "meta": { "rights": [ @@ -163347,7 +169119,7 @@ }, { "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/properties/PRb98c1403c301406fb7c623ef47aaeb37", + "endpoint": "/properties/PR2afc54910c5746f5ade01f9a935ead7d", "method": "DELETE", "request": null, "response": null, @@ -163394,16 +169166,16 @@ }, "response": { "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PRce8e45173d944e84b7195ff2a37e77ba", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:54.471Z", + "created_at": "2022-01-20T22:08:01.327Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:54.471Z", + "updated_at": "2022-01-20T22:08:01.327Z", "platform": "web", "development": false, - "token": "acb1a5de12e7", + "token": "fc31cf0c60c9", "domains": [ "example.com" ], @@ -163413,7 +169185,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/company" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -163422,52 +169194,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/callbacks" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/hosts" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/environments" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/libraries" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/data_elements" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/extensions" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/rules" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/notes" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/environments", - "extensions": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/extensions", - "rules": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/rules", - "self": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c" + "data_elements": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/data_elements", + "environments": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/environments", + "extensions": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/extensions", + "rules": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/rules", + "self": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba" }, "meta": { "rights": [ @@ -164763,6 +170535,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -165939,10 +171712,10 @@ }, "response": { "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX9ed6d34c575943869fd988bbcfc16b36", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:12:59.850Z", + "created_at": "2022-01-20T22:08:06.720Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -165950,7 +171723,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:59.850Z", + "updated_at": "2022-01-20T22:08:06.720Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -165960,40 +171733,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/libraries" + "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/revisions" + "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/notes" + "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/property" + "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PRce8e45173d944e84b7195ff2a37e77ba", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/origin" + "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/origin" }, "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX9ed6d34c575943869fd988bbcfc16b36", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -166002,7 +171775,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -166011,9 +171784,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "origin": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f", - "self": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f", + "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", + "origin": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36", + "self": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -167281,6 +173054,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -168433,14 +174207,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:13:00 -0600", + "name": "My Data Element 2022-01-20 15:08:06 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX9ed6d34c575943869fd988bbcfc16b36", "type": "extensions" } } @@ -168450,18 +174224,18 @@ }, "response": { "data": { - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE352514cc9f1045fea93a7e319c577ddc", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:00.147Z", + "created_at": "2022-01-20T22:08:07.003Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:00 -0600", + "name": "My Data Element 2022-01-20 15:08:06 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:00.147Z", + "updated_at": "2022-01-20T22:08:07.003Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -168473,49 +174247,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/libraries" + "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/revisions" + "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/notes" + "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/property" + "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PRce8e45173d944e84b7195ff2a37e77ba", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/origin" + "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/origin" }, "data": { - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE352514cc9f1045fea93a7e319c577ddc", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/extension" + "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/extension" }, "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX9ed6d34c575943869fd988bbcfc16b36", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -168524,19 +174298,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/updated_with_extension" }, "data": { - "id": "EX77cc32ca2573415ba3fd002ccd3957ff", + "id": "EX30da09b63b2745baa7937683522aec44", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "origin": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069", - "self": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069", - "extension": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f" + "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", + "origin": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc", + "self": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc", + "extension": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36" }, "meta": { "latest_revision_number": 0 @@ -168557,24 +174331,24 @@ "meta": { "action": "revise" }, - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE352514cc9f1045fea93a7e319c577ddc", "type": "data_elements" } }, "response": { "data": { - "id": "DEf344c577fa344cf4bae8119ccdf78a67", + "id": "DEf9976aa224c4495eb76f43439c08485e", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:00.262Z", + "created_at": "2022-01-20T22:08:07.151Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:00 -0600", + "name": "My Data Element 2022-01-20 15:08:06 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:00.262Z", + "updated_at": "2022-01-20T22:08:07.151Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -168586,49 +174360,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/libraries" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/revisions" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/notes" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/property" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PRce8e45173d944e84b7195ff2a37e77ba", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/origin" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/origin" }, "data": { - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE352514cc9f1045fea93a7e319c577ddc", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/extension" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/extension" }, "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX9ed6d34c575943869fd988bbcfc16b36", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -168637,19 +174411,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/updated_with_extension" }, "data": { - "id": "EX77cc32ca2573415ba3fd002ccd3957ff", + "id": "EX30da09b63b2745baa7937683522aec44", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "origin": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069", - "self": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67", - "extension": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f" + "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", + "origin": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc", + "self": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e", + "extension": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36" }, "meta": { "latest_revision_number": 1 @@ -168672,7 +174446,7 @@ "data_elements": { "data": [ { - "id": "DEf344c577fa344cf4bae8119ccdf78a67", + "id": "DEf9976aa224c4495eb76f43439c08485e", "type": "data_elements" } ] @@ -168683,49 +174457,49 @@ }, "response": { "data": { - "id": "LB9112ac8450934ceb8ff21249968cb2da", + "id": "LBe586f10fbad747b5bb6070ffc2ef3e21", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:00.376Z", + "created_at": "2022-01-20T22:08:07.276Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:00.376Z", + "updated_at": "2022-01-20T22:08:07.276Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/builds" + "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/data_elements", - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/extensions", - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/extensions", + "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/notes" + "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/rules", - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/rules", + "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/relationships/rules" } }, "upstream_library": { @@ -168733,23 +174507,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/property" + "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PRce8e45173d944e84b7195ff2a37e77ba", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/last_build" + "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da" + "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", + "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21" }, "meta": { "build_status": null, @@ -168768,18 +174542,18 @@ "response": { "data": [ { - "id": "DEf344c577fa344cf4bae8119ccdf78a67", + "id": "DEf9976aa224c4495eb76f43439c08485e", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:00.262Z", + "created_at": "2022-01-20T22:08:07.151Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:00 -0600", + "name": "My Data Element 2022-01-20 15:08:06 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:00.262Z", + "updated_at": "2022-01-20T22:08:07.151Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -168791,49 +174565,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/libraries" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/revisions" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/notes" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/property" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PRce8e45173d944e84b7195ff2a37e77ba", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/origin" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/origin" }, "data": { - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE352514cc9f1045fea93a7e319c577ddc", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/extension" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/extension" }, "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX9ed6d34c575943869fd988bbcfc16b36", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -168842,19 +174616,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/updated_with_extension" }, "data": { - "id": "EX77cc32ca2573415ba3fd002ccd3957ff", + "id": "EX30da09b63b2745baa7937683522aec44", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "origin": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069", - "self": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67", - "extension": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f" + "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", + "origin": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc", + "self": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e", + "extension": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36" }, "meta": { "latest_revision_number": 1 @@ -168888,7 +174662,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -168961,7 +174735,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -169028,16 +174802,16 @@ "response": { "data": [ { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PRce8e45173d944e84b7195ff2a37e77ba", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:54.471Z", + "created_at": "2022-01-20T22:08:01.327Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:54.471Z", + "updated_at": "2022-01-20T22:08:01.327Z", "platform": "web", "development": false, - "token": "acb1a5de12e7", + "token": "fc31cf0c60c9", "domains": [ "example.com" ], @@ -169047,7 +174821,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/company" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -169056,52 +174830,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/callbacks" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/hosts" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/environments" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/libraries" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/data_elements" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/extensions" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/rules" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/notes" + "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/environments", - "extensions": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/extensions", - "rules": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/rules", - "self": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c" + "data_elements": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/data_elements", + "environments": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/environments", + "extensions": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/extensions", + "rules": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/rules", + "self": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba" }, "meta": { "rights": [ @@ -169130,7 +174904,7 @@ }, { "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/properties/PRc979a2654615461b8e2a72ced7a04f0c", + "endpoint": "/properties/PRce8e45173d944e84b7195ff2a37e77ba", "method": "DELETE", "request": null, "response": null, @@ -169177,16 +174951,16 @@ }, "response": { "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR893f5271737c4f66a7a1e820fe26a803", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:00.897Z", + "created_at": "2022-01-20T22:08:07.854Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:00.897Z", + "updated_at": "2022-01-20T22:08:07.854Z", "platform": "web", "development": false, - "token": "920c285922d5", + "token": "c1ce248dcc27", "domains": [ "example.com" ], @@ -169196,7 +174970,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/company" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -169205,52 +174979,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/callbacks" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/hosts" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/environments" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/libraries" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/data_elements" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/extensions" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/rules" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/notes" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/data_elements", - "environments": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/environments", - "extensions": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/extensions", - "rules": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/rules", - "self": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231" + "data_elements": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/data_elements", + "environments": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/environments", + "extensions": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/extensions", + "rules": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/rules", + "self": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803" }, "meta": { "rights": [ @@ -170546,6 +176320,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -171722,10 +177497,10 @@ }, "response": { "data": { - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX1acbb1114db04587a99a9211dbabfc05", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:06.275Z", + "created_at": "2022-01-20T22:08:13.319Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -171733,7 +177508,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:06.275Z", + "updated_at": "2022-01-20T22:08:13.319Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -171743,40 +177518,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/libraries" + "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/revisions" + "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/notes" + "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/property" + "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/property" }, "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR893f5271737c4f66a7a1e820fe26a803", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/origin" + "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/origin" }, "data": { - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX1acbb1114db04587a99a9211dbabfc05", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171785,7 +177560,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/extension_package" + "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171794,9 +177569,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231", - "origin": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb", - "self": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb", + "property": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803", + "origin": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05", + "self": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -171819,16 +177594,16 @@ "meta": { "action": "revise" }, - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX1acbb1114db04587a99a9211dbabfc05", "type": "extensions" } }, "response": { "data": { - "id": "EXb840b9150b6549ea8558fe4cf181a552", + "id": "EXdbbff2b2c6844cfc9e5c5d7ee383517a", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:06.293Z", + "created_at": "2022-01-20T22:08:13.336Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -171836,7 +177611,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:06.293Z", + "updated_at": "2022-01-20T22:08:13.336Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -171846,40 +177621,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/libraries" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/revisions" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/notes" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/property" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/property" }, "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR893f5271737c4f66a7a1e820fe26a803", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/origin" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/origin" }, "data": { - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX1acbb1114db04587a99a9211dbabfc05", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171888,7 +177663,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/extension_package" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171897,9 +177672,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231", - "origin": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb", - "self": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552", + "property": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803", + "origin": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05", + "self": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -171924,7 +177699,7 @@ "extensions": { "data": [ { - "id": "EXb840b9150b6549ea8558fe4cf181a552", + "id": "EXdbbff2b2c6844cfc9e5c5d7ee383517a", "type": "extensions" } ] @@ -171935,49 +177710,49 @@ }, "response": { "data": { - "id": "LBf7867e4ec04a48cbab3f4bbc5d3a40f8", + "id": "LB75858ada1ca64081b1da1dcbb15d163d", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:06.506Z", + "created_at": "2022-01-20T22:08:13.568Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:06.506Z", + "updated_at": "2022-01-20T22:08:13.568Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/builds" + "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/data_elements", - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/extensions", - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/extensions", + "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/notes" + "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/rules", - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/rules", + "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/relationships/rules" } }, "upstream_library": { @@ -171985,23 +177760,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/property" + "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/property" }, "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR893f5271737c4f66a7a1e820fe26a803", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/last_build" + "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231", - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8" + "property": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803", + "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d" }, "meta": { "build_status": null, @@ -172020,10 +177795,10 @@ "response": { "data": [ { - "id": "EXb840b9150b6549ea8558fe4cf181a552", + "id": "EXdbbff2b2c6844cfc9e5c5d7ee383517a", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:06.293Z", + "created_at": "2022-01-20T22:08:13.336Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -172031,7 +177806,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:06.293Z", + "updated_at": "2022-01-20T22:08:13.336Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -172041,40 +177816,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/libraries" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/revisions" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/notes" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/property" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/property" }, "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR893f5271737c4f66a7a1e820fe26a803", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/origin" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/origin" }, "data": { - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX1acbb1114db04587a99a9211dbabfc05", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -172083,7 +177858,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/extension_package" + "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -172092,9 +177867,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231", - "origin": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb", - "self": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552", + "property": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803", + "origin": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05", + "self": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -172130,7 +177905,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -172203,7 +177978,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -172270,16 +178045,16 @@ "response": { "data": [ { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR893f5271737c4f66a7a1e820fe26a803", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:00.897Z", + "created_at": "2022-01-20T22:08:07.854Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:00.897Z", + "updated_at": "2022-01-20T22:08:07.854Z", "platform": "web", "development": false, - "token": "920c285922d5", + "token": "c1ce248dcc27", "domains": [ "example.com" ], @@ -172289,7 +178064,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/company" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -172298,52 +178073,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/callbacks" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/hosts" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/environments" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/libraries" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/data_elements" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/extensions" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/rules" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/notes" + "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/data_elements", - "environments": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/environments", - "extensions": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/extensions", - "rules": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/rules", - "self": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231" + "data_elements": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/data_elements", + "environments": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/environments", + "extensions": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/extensions", + "rules": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/rules", + "self": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803" }, "meta": { "rights": [ @@ -172372,7 +178147,7 @@ }, { "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/properties/PR817d63894a2441b8a89f845ac5909231", + "endpoint": "/properties/PR893f5271737c4f66a7a1e820fe26a803", "method": "DELETE", "request": null, "response": null, @@ -172419,16 +178194,16 @@ }, "response": { "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5deadf6edfcd4188961820c47389001d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:07.020Z", + "created_at": "2022-01-20T22:08:14.151Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:07.020Z", + "updated_at": "2022-01-20T22:08:14.151Z", "platform": "web", "development": false, - "token": "affa45417dc5", + "token": "918ebf664f17", "domains": [ "example.com" ], @@ -172438,7 +178213,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/company" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -172447,52 +178222,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/callbacks" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/hosts" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/environments" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/libraries" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/data_elements" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/extensions" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/rules" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/notes" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/data_elements", - "environments": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/environments", - "extensions": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/extensions", - "rules": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/rules", - "self": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60" + "data_elements": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/environments", + "extensions": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/extensions", + "rules": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/rules", + "self": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d" }, "meta": { "rights": [ @@ -172523,10 +178298,10 @@ }, "response": { "data": { - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLbcce3a4227874ae187dcfccbd40d4a17", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:12.235Z", + "created_at": "2022-01-20T22:08:19.404Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -172534,54 +178309,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:12.235Z", + "updated_at": "2022-01-20T22:08:19.404Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/libraries" + "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/revisions" + "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/notes" + "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/property" + "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/property" }, "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5deadf6edfcd4188961820c47389001d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/origin" + "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/origin" }, "data": { - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLbcce3a4227874ae187dcfccbd40d4a17", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/rule_components" + "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60", - "origin": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db", - "self": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db", - "rule_components": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/rule_components" + "property": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d", + "origin": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17", + "self": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17", + "rule_components": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/rule_components" }, "meta": { "latest_revision_number": 0 @@ -172602,16 +178377,16 @@ "meta": { "action": "revise" }, - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLbcce3a4227874ae187dcfccbd40d4a17", "type": "rules" } }, "response": { "data": { - "id": "RL386f3811334848f78618758782ce2494", + "id": "RL447163d8cb5740b8972485af5e776c6e", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:12.343Z", + "created_at": "2022-01-20T22:08:19.598Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -172619,54 +178394,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:12.343Z", + "updated_at": "2022-01-20T22:08:19.598Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/libraries" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/revisions" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/notes" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/property" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/property" }, "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5deadf6edfcd4188961820c47389001d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/origin" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/origin" }, "data": { - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLbcce3a4227874ae187dcfccbd40d4a17", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/rule_components" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60", - "origin": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db", - "self": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494", - "rule_components": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/rule_components" + "property": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d", + "origin": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17", + "self": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e", + "rule_components": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/rule_components" }, "meta": { "latest_revision_number": 1 @@ -172689,7 +178464,7 @@ "rules": { "data": [ { - "id": "RL386f3811334848f78618758782ce2494", + "id": "RL447163d8cb5740b8972485af5e776c6e", "type": "rules" } ] @@ -172700,49 +178475,49 @@ }, "response": { "data": { - "id": "LB418ae7756400427a928bf94e8513c870", + "id": "LBaf6bbf7247b04e269db7cadb86a262af", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:12.441Z", + "created_at": "2022-01-20T22:08:19.729Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:12.441Z", + "updated_at": "2022-01-20T22:08:19.729Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/builds" + "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/data_elements", - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/data_elements", + "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/extensions", - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/extensions", + "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/notes" + "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/rules", - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/rules", + "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/relationships/rules" } }, "upstream_library": { @@ -172750,23 +178525,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/property" + "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/property" }, "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5deadf6edfcd4188961820c47389001d", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/last_build" + "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60", - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870" + "property": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d", + "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af" }, "meta": { "build_status": null, @@ -172785,10 +178560,10 @@ "response": { "data": [ { - "id": "RL386f3811334848f78618758782ce2494", + "id": "RL447163d8cb5740b8972485af5e776c6e", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:12.343Z", + "created_at": "2022-01-20T22:08:19.598Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -172796,54 +178571,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:12.343Z", + "updated_at": "2022-01-20T22:08:19.598Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/libraries" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/revisions" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/notes" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/property" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/property" }, "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5deadf6edfcd4188961820c47389001d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/origin" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/origin" }, "data": { - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLbcce3a4227874ae187dcfccbd40d4a17", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/rule_components" + "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60", - "origin": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db", - "self": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494", - "rule_components": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/rule_components" + "property": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d", + "origin": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17", + "self": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e", + "rule_components": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/rule_components" }, "meta": { "latest_revision_number": 1 @@ -172877,7 +178652,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -172950,7 +178725,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -173017,16 +178792,16 @@ "response": { "data": [ { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5deadf6edfcd4188961820c47389001d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:07.020Z", + "created_at": "2022-01-20T22:08:14.151Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:07.020Z", + "updated_at": "2022-01-20T22:08:14.151Z", "platform": "web", "development": false, - "token": "affa45417dc5", + "token": "918ebf664f17", "domains": [ "example.com" ], @@ -173036,7 +178811,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/company" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -173045,52 +178820,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/callbacks" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/hosts" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/environments" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/libraries" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/data_elements" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/extensions" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/rules" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/notes" + "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/data_elements", - "environments": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/environments", - "extensions": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/extensions", - "rules": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/rules", - "self": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60" + "data_elements": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/environments", + "extensions": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/extensions", + "rules": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/rules", + "self": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d" }, "meta": { "rights": [ @@ -173119,7 +178894,7 @@ }, { "name": "libraries.add_data_element_to_a_library", - "endpoint": "/properties/PR655bb3ef6c06406b9330c7a4ba264a60", + "endpoint": "/properties/PR5deadf6edfcd4188961820c47389001d", "method": "DELETE", "request": null, "response": null, @@ -173166,16 +178941,16 @@ }, "response": { "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PR486bd28087414b489745bfeabd936645", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:12.957Z", + "created_at": "2022-01-20T22:08:20.264Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:12.957Z", + "updated_at": "2022-01-20T22:08:20.264Z", "platform": "web", "development": false, - "token": "1288d5b66141", + "token": "86b46b212cec", "domains": [ "example.com" ], @@ -173185,7 +178960,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/company" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -173194,52 +178969,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/callbacks" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/hosts" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/environments" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/libraries" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/data_elements" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/extensions" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/rules" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/notes" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/rules", - "self": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058" + "data_elements": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/data_elements", + "environments": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/environments", + "extensions": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/extensions", + "rules": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/rules", + "self": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645" }, "meta": { "rights": [ @@ -173270,49 +179045,49 @@ }, "response": { "data": { - "id": "LB30224ff64b2e417cb0ffbe1284013f2e", + "id": "LB0fe2ffad1bde4ce9b465ba53864e280a", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:18.166Z", + "created_at": "2022-01-20T22:08:25.478Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:18.166Z", + "updated_at": "2022-01-20T22:08:25.478Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/builds" + "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/data_elements", + "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/extensions", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/extensions", + "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/notes" + "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/rules", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/rules", + "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/rules" } }, "upstream_library": { @@ -173320,23 +179095,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/property" + "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/property" }, "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PR486bd28087414b489745bfeabd936645", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/last_build" + "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e" + "property": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645", + "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a" }, "meta": { "build_status": null, @@ -174626,6 +180401,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -175802,10 +181578,10 @@ }, "response": { "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX5491cd40c0c54140bf8be4204c0073e5", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:18.431Z", + "created_at": "2022-01-20T22:08:25.729Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -175813,7 +181589,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:18.431Z", + "updated_at": "2022-01-20T22:08:25.729Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -175823,40 +181599,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/libraries" + "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/revisions" + "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/notes" + "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/property" + "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/property" }, "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PR486bd28087414b489745bfeabd936645", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/origin" + "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/origin" }, "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX5491cd40c0c54140bf8be4204c0073e5", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -175865,7 +181641,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/extension_package" + "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -175874,9 +181650,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058", - "origin": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007", - "self": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007", + "property": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645", + "origin": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5", + "self": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -177144,6 +182920,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -178296,14 +184073,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:13:18 -0600", + "name": "My Data Element 2022-01-20 15:08:25 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX5491cd40c0c54140bf8be4204c0073e5", "type": "extensions" } } @@ -178313,18 +184090,18 @@ }, "response": { "data": { - "id": "DE70a750e177a7453f8f799cbd221f0f34", + "id": "DEd72a3ede5ddd41e2bb374b28c356bd72", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:18.736Z", + "created_at": "2022-01-20T22:08:26.028Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:18 -0600", + "name": "My Data Element 2022-01-20 15:08:25 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:18.736Z", + "updated_at": "2022-01-20T22:08:26.028Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -178336,49 +184113,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/libraries" + "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/revisions" + "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/notes" + "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/property" + "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/property" }, "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PR486bd28087414b489745bfeabd936645", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/origin" + "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/origin" }, "data": { - "id": "DE70a750e177a7453f8f799cbd221f0f34", + "id": "DEd72a3ede5ddd41e2bb374b28c356bd72", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/extension" + "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/extension" }, "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX5491cd40c0c54140bf8be4204c0073e5", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -178387,19 +184164,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/updated_with_extension" }, "data": { - "id": "EX92d9a5122f5d44dab4f3bf1f51935cb0", + "id": "EXa8324b731793469db071e5c4f91558d3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058", - "origin": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34", - "self": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34", - "extension": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007" + "property": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645", + "origin": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72", + "self": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72", + "extension": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5" }, "meta": { "latest_revision_number": 0 @@ -178420,24 +184197,24 @@ "meta": { "action": "revise" }, - "id": "DE70a750e177a7453f8f799cbd221f0f34", + "id": "DEd72a3ede5ddd41e2bb374b28c356bd72", "type": "data_elements" } }, "response": { "data": { - "id": "DEf8842b6dd2c149bdbe43cdbc35940da1", + "id": "DE41a3061476b3498287891af4cfac72a8", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:18.857Z", + "created_at": "2022-01-20T22:08:26.152Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:18 -0600", + "name": "My Data Element 2022-01-20 15:08:25 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:18.857Z", + "updated_at": "2022-01-20T22:08:26.152Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -178449,49 +184226,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/libraries" + "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/revisions" + "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/notes" + "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/property" + "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/property" }, "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PR486bd28087414b489745bfeabd936645", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/origin" + "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/origin" }, "data": { - "id": "DE70a750e177a7453f8f799cbd221f0f34", + "id": "DEd72a3ede5ddd41e2bb374b28c356bd72", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/extension" + "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/extension" }, "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX5491cd40c0c54140bf8be4204c0073e5", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -178500,19 +184277,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/updated_with_extension" }, "data": { - "id": "EX92d9a5122f5d44dab4f3bf1f51935cb0", + "id": "EXa8324b731793469db071e5c4f91558d3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058", - "origin": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34", - "self": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1", - "extension": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007" + "property": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645", + "origin": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72", + "self": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8", + "extension": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5" }, "meta": { "latest_revision_number": 1 @@ -178529,7 +184306,7 @@ "request": { "data": [ { - "id": "DEf8842b6dd2c149bdbe43cdbc35940da1", + "id": "DE41a3061476b3498287891af4cfac72a8", "type": "data_elements" } ] @@ -178538,12 +184315,12 @@ "data": [ { "type": "data_elements", - "id": "DEf8842b6dd2c149bdbe43cdbc35940da1" + "id": "DE41a3061476b3498287891af4cfac72a8" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/data_elements", + "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/data_elements" } }, "response_code": 200, @@ -178563,7 +184340,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -178636,7 +184413,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -178703,16 +184480,16 @@ "response": { "data": [ { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PR486bd28087414b489745bfeabd936645", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:12.957Z", + "created_at": "2022-01-20T22:08:20.264Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:12.957Z", + "updated_at": "2022-01-20T22:08:20.264Z", "platform": "web", "development": false, - "token": "1288d5b66141", + "token": "86b46b212cec", "domains": [ "example.com" ], @@ -178722,7 +184499,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/company" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -178731,52 +184508,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/callbacks" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/hosts" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/environments" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/libraries" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/data_elements" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/extensions" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/rules" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/notes" + "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/rules", - "self": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058" + "data_elements": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/data_elements", + "environments": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/environments", + "extensions": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/extensions", + "rules": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/rules", + "self": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645" }, "meta": { "rights": [ @@ -178805,7 +184582,7 @@ }, { "name": "libraries.add_rules_to_a_library", - "endpoint": "/properties/PRd3ebc23ba45b4abcb041bd450cc64058", + "endpoint": "/properties/PR486bd28087414b489745bfeabd936645", "method": "DELETE", "request": null, "response": null, @@ -178852,16 +184629,16 @@ }, "response": { "data": { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PR0b1eac1ff75b46698453e0a0174d2d58", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:19.489Z", + "created_at": "2022-01-20T22:08:26.763Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:19.489Z", + "updated_at": "2022-01-20T22:08:26.763Z", "platform": "web", "development": false, - "token": "951971e8b7f8", + "token": "6df02ad4fe74", "domains": [ "example.com" ], @@ -178871,7 +184648,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/company" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -178880,52 +184657,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/callbacks" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/hosts" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/environments" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/libraries" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/data_elements" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/extensions" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/rules" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/notes" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/rules", - "self": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b" + "data_elements": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/rules", + "self": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58" }, "meta": { "rights": [ @@ -178956,49 +184733,49 @@ }, "response": { "data": { - "id": "LB4038f59e3b55448092345e40ee2b5cc2", + "id": "LBad5947c9bfc54e6d9fde6452384e5926", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:24.748Z", + "created_at": "2022-01-20T22:08:32.004Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:24.748Z", + "updated_at": "2022-01-20T22:08:32.004Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/builds" + "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/data_elements", + "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/extensions", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/extensions", + "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/notes" + "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/rules", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/rules", + "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/rules" } }, "upstream_library": { @@ -179006,23 +184783,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/property" + "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/property" }, "data": { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PR0b1eac1ff75b46698453e0a0174d2d58", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/last_build" + "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2" + "property": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58", + "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926" }, "meta": { "build_status": null, @@ -179047,10 +184824,10 @@ }, "response": { "data": { - "id": "RLfb7f2bc39afd4971a29216eaec19880a", + "id": "RL97e55c7650284dcebf18bc1faba70dfe", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:24.847Z", + "created_at": "2022-01-20T22:08:32.082Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -179058,54 +184835,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:24.847Z", + "updated_at": "2022-01-20T22:08:32.082Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/libraries" + "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/revisions" + "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/notes" + "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/property" + "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/property" }, "data": { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PR0b1eac1ff75b46698453e0a0174d2d58", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/origin" + "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/origin" }, "data": { - "id": "RLfb7f2bc39afd4971a29216eaec19880a", + "id": "RL97e55c7650284dcebf18bc1faba70dfe", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/rule_components" + "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b", - "origin": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a", - "self": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a", - "rule_components": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/rule_components" + "property": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58", + "origin": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe", + "self": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe", + "rule_components": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/rule_components" }, "meta": { "latest_revision_number": 0 @@ -179126,16 +184903,16 @@ "meta": { "action": "revise" }, - "id": "RLfb7f2bc39afd4971a29216eaec19880a", + "id": "RL97e55c7650284dcebf18bc1faba70dfe", "type": "rules" } }, "response": { "data": { - "id": "RLd512e326e243428fba983fad12ff9fae", + "id": "RLc017326d8ed14b93afbeae5293f98ae1", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:24.954Z", + "created_at": "2022-01-20T22:08:32.193Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -179143,54 +184920,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:24.954Z", + "updated_at": "2022-01-20T22:08:32.193Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/libraries" + "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/revisions" + "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/notes" + "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/property" + "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/property" }, "data": { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PR0b1eac1ff75b46698453e0a0174d2d58", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/origin" + "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/origin" }, "data": { - "id": "RLfb7f2bc39afd4971a29216eaec19880a", + "id": "RL97e55c7650284dcebf18bc1faba70dfe", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/rule_components" + "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b", - "origin": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a", - "self": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae", - "rule_components": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/rule_components" + "property": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58", + "origin": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe", + "self": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1", + "rule_components": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/rule_components" }, "meta": { "latest_revision_number": 1 @@ -179207,7 +184984,7 @@ "request": { "data": [ { - "id": "RLd512e326e243428fba983fad12ff9fae", + "id": "RLc017326d8ed14b93afbeae5293f98ae1", "type": "rules" } ] @@ -179216,12 +184993,12 @@ "data": [ { "type": "rules", - "id": "RLd512e326e243428fba983fad12ff9fae" + "id": "RLc017326d8ed14b93afbeae5293f98ae1" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/rules", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/rules", + "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/rules" } }, "response_code": 200, @@ -179241,7 +185018,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -179314,7 +185091,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -179381,16 +185158,16 @@ "response": { "data": [ { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PR0b1eac1ff75b46698453e0a0174d2d58", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:19.489Z", + "created_at": "2022-01-20T22:08:26.763Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:19.489Z", + "updated_at": "2022-01-20T22:08:26.763Z", "platform": "web", "development": false, - "token": "951971e8b7f8", + "token": "6df02ad4fe74", "domains": [ "example.com" ], @@ -179400,7 +185177,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/company" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -179409,52 +185186,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/callbacks" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/hosts" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/environments" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/libraries" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/data_elements" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/extensions" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/rules" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/notes" + "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/rules", - "self": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b" + "data_elements": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/rules", + "self": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58" }, "meta": { "rights": [ @@ -179483,7 +185260,7 @@ }, { "name": "libraries.add_extensions_to_a_library", - "endpoint": "/properties/PRa0700c6716d24849ba9446ef075c423b", + "endpoint": "/properties/PR0b1eac1ff75b46698453e0a0174d2d58", "method": "DELETE", "request": null, "response": null, @@ -179530,16 +185307,16 @@ }, "response": { "data": { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PRf382e62b56e5482085b810a1822b845c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:25.489Z", + "created_at": "2022-01-20T22:08:32.752Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:25.489Z", + "updated_at": "2022-01-20T22:08:32.752Z", "platform": "web", "development": false, - "token": "bde919c5741e", + "token": "73edf77ee694", "domains": [ "example.com" ], @@ -179549,7 +185326,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/company" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -179558,52 +185335,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/callbacks" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/hosts" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/environments" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/libraries" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/data_elements" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/extensions" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/rules" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/notes" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/rules", - "self": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf" + "data_elements": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/environments", + "extensions": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/extensions", + "rules": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/rules", + "self": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c" }, "meta": { "rights": [ @@ -179634,49 +185411,49 @@ }, "response": { "data": { - "id": "LB506e6b28b9dd400282463d22c2cd052e", + "id": "LB2965db2120684b43a64da0e92d0f8a2d", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:30.712Z", + "created_at": "2022-01-20T22:08:37.955Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:30.712Z", + "updated_at": "2022-01-20T22:08:37.955Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/builds" + "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/extensions", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/extensions", + "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/notes" + "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/rules", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/rules", + "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/rules" } }, "upstream_library": { @@ -179684,23 +185461,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/property" + "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/property" }, "data": { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PRf382e62b56e5482085b810a1822b845c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/last_build" + "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e" + "property": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c", + "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d" }, "meta": { "build_status": null, @@ -180990,6 +186767,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -182166,10 +187944,10 @@ }, "response": { "data": { - "id": "EX4556044ad9304a0f878fe39191b298a0", + "id": "EXb13739dda30c4f88be67713c7702e9cf", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:30.975Z", + "created_at": "2022-01-20T22:08:38.217Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -182177,7 +187955,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:30.975Z", + "updated_at": "2022-01-20T22:08:38.217Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -182187,40 +187965,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/libraries" + "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/revisions" + "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/notes" + "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/property" + "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/property" }, "data": { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PRf382e62b56e5482085b810a1822b845c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/origin" + "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/origin" }, "data": { - "id": "EX4556044ad9304a0f878fe39191b298a0", + "id": "EXb13739dda30c4f88be67713c7702e9cf", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -182229,7 +188007,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/extension_package" + "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -182238,9 +188016,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf", - "origin": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0", - "self": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0", + "property": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c", + "origin": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf", + "self": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -182263,16 +188041,16 @@ "meta": { "action": "revise" }, - "id": "EX4556044ad9304a0f878fe39191b298a0", + "id": "EXb13739dda30c4f88be67713c7702e9cf", "type": "extensions" } }, "response": { "data": { - "id": "EX5c13945604e144bba321fef5ad885f2f", + "id": "EXa1fba724b3d14b95be4e12210e5e39c4", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:30.994Z", + "created_at": "2022-01-20T22:08:38.234Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -182280,7 +188058,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:30.994Z", + "updated_at": "2022-01-20T22:08:38.234Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -182290,40 +188068,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/libraries" + "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/revisions" + "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/notes" + "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/property" + "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/property" }, "data": { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PRf382e62b56e5482085b810a1822b845c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/origin" + "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/origin" }, "data": { - "id": "EX4556044ad9304a0f878fe39191b298a0", + "id": "EXb13739dda30c4f88be67713c7702e9cf", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -182332,7 +188110,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/extension_package" + "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -182341,9 +188119,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf", - "origin": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0", - "self": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f", + "property": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c", + "origin": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf", + "self": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -182362,7 +188140,7 @@ "request": { "data": [ { - "id": "EX5c13945604e144bba321fef5ad885f2f", + "id": "EXa1fba724b3d14b95be4e12210e5e39c4", "type": "extensions" } ] @@ -182371,12 +188149,12 @@ "data": [ { "type": "extensions", - "id": "EX5c13945604e144bba321fef5ad885f2f" + "id": "EXa1fba724b3d14b95be4e12210e5e39c4" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/extensions", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/extensions", + "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/extensions" } }, "response_code": 200, @@ -182396,7 +188174,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -182469,7 +188247,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -182536,16 +188314,16 @@ "response": { "data": [ { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PRf382e62b56e5482085b810a1822b845c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:25.489Z", + "created_at": "2022-01-20T22:08:32.752Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:25.489Z", + "updated_at": "2022-01-20T22:08:32.752Z", "platform": "web", "development": false, - "token": "bde919c5741e", + "token": "73edf77ee694", "domains": [ "example.com" ], @@ -182555,7 +188333,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/company" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -182564,52 +188342,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/callbacks" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/hosts" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/environments" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/libraries" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/data_elements" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/extensions" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/rules" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/notes" + "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/rules", - "self": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf" + "data_elements": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/environments", + "extensions": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/extensions", + "rules": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/rules", + "self": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c" }, "meta": { "rights": [ @@ -182638,7 +188416,7 @@ }, { "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/properties/PRd3ffdc4377bd463c8440f21fafc0dadf", + "endpoint": "/properties/PRf382e62b56e5482085b810a1822b845c", "method": "DELETE", "request": null, "response": null, @@ -182685,16 +188463,16 @@ }, "response": { "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR8888c5a9a9c4476aa62f40f18fca1999", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:31.680Z", + "created_at": "2022-01-20T22:08:39.002Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:31.680Z", + "updated_at": "2022-01-20T22:08:39.002Z", "platform": "web", "development": false, - "token": "44913b35b9b3", + "token": "d14c0903a084", "domains": [ "example.com" ], @@ -182704,7 +188482,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/company" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -182713,52 +188491,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/callbacks" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/hosts" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/environments" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/libraries" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/data_elements" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/extensions" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/rules" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/notes" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/data_elements", - "environments": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/environments", - "extensions": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/extensions", - "rules": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/rules", - "self": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764" + "data_elements": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/environments", + "extensions": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/extensions", + "rules": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/rules", + "self": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999" }, "meta": { "rights": [ @@ -184054,6 +189832,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -185230,10 +191009,10 @@ }, "response": { "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EX3829eda4b03242639d000ec28f7ff3f1", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:37.038Z", + "created_at": "2022-01-20T22:08:44.346Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -185241,7 +191020,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:37.038Z", + "updated_at": "2022-01-20T22:08:44.346Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -185251,40 +191030,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/libraries" + "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/revisions" + "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/notes" + "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/property" + "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR8888c5a9a9c4476aa62f40f18fca1999", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/origin" + "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/origin" }, "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EX3829eda4b03242639d000ec28f7ff3f1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -185293,7 +191072,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/extension_package" + "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -185302,9 +191081,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "origin": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828", - "self": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828", + "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", + "origin": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1", + "self": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -186572,6 +192351,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -187724,14 +193504,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:13:37 -0600", + "name": "My Data Element 2022-01-20 15:08:44 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EX3829eda4b03242639d000ec28f7ff3f1", "type": "extensions" } } @@ -187741,18 +193521,18 @@ }, "response": { "data": { - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE1b3a80f420db4519871a71faed544a7a", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:37.309Z", + "created_at": "2022-01-20T22:08:44.653Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:37 -0600", + "name": "My Data Element 2022-01-20 15:08:44 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:37.309Z", + "updated_at": "2022-01-20T22:08:44.653Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -187764,49 +193544,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/libraries" + "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/revisions" + "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/notes" + "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/property" + "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR8888c5a9a9c4476aa62f40f18fca1999", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/origin" + "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/origin" }, "data": { - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE1b3a80f420db4519871a71faed544a7a", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/extension" + "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/extension" }, "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EX3829eda4b03242639d000ec28f7ff3f1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -187815,19 +193595,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/updated_with_extension" }, "data": { - "id": "EX6bb5957295074d0bbd964792f8e1f447", + "id": "EX9dc1790ba19a485884fe9ec2c5ede31f", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "origin": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d", - "self": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d", - "extension": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828" + "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", + "origin": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a", + "self": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a", + "extension": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1" }, "meta": { "latest_revision_number": 0 @@ -187848,24 +193628,24 @@ "meta": { "action": "revise" }, - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE1b3a80f420db4519871a71faed544a7a", "type": "data_elements" } }, "response": { "data": { - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751", + "id": "DE5e6ce61947c54137a7e142896d3337a2", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:37.421Z", + "created_at": "2022-01-20T22:08:44.759Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:37 -0600", + "name": "My Data Element 2022-01-20 15:08:44 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:37.421Z", + "updated_at": "2022-01-20T22:08:44.759Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -187877,49 +193657,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/libraries" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/revisions" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/notes" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/property" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR8888c5a9a9c4476aa62f40f18fca1999", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/origin" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/origin" }, "data": { - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE1b3a80f420db4519871a71faed544a7a", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/extension" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/extension" }, "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EX3829eda4b03242639d000ec28f7ff3f1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -187928,19 +193708,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/updated_with_extension" }, "data": { - "id": "EX6bb5957295074d0bbd964792f8e1f447", + "id": "EX9dc1790ba19a485884fe9ec2c5ede31f", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "origin": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d", - "self": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751", - "extension": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828" + "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", + "origin": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a", + "self": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2", + "extension": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1" }, "meta": { "latest_revision_number": 1 @@ -187963,7 +193743,7 @@ "data_elements": { "data": [ { - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751", + "id": "DE5e6ce61947c54137a7e142896d3337a2", "type": "data_elements" } ] @@ -187974,49 +193754,49 @@ }, "response": { "data": { - "id": "LBa78a56910e0d4bb09139c69d7403b99e", + "id": "LB320244cee42e448ebdc3e3540d3b958a", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:37.537Z", + "created_at": "2022-01-20T22:08:44.870Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:37.537Z", + "updated_at": "2022-01-20T22:08:44.870Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/builds" + "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/data_elements", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/data_elements", + "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/extensions", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/extensions", + "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/notes" + "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/rules", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/rules", + "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/rules" } }, "upstream_library": { @@ -188024,23 +193804,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/property" + "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR8888c5a9a9c4476aa62f40f18fca1999", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/last_build" + "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e" + "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", + "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a" }, "meta": { "build_status": null, @@ -188062,24 +193842,24 @@ "meta": { "action": "revise" }, - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE1b3a80f420db4519871a71faed544a7a", "type": "data_elements" } }, "response": { "data": { - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751", + "id": "DE5e6ce61947c54137a7e142896d3337a2", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:37.421Z", + "created_at": "2022-01-20T22:08:44.759Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:37 -0600", + "name": "My Data Element 2022-01-20 15:08:44 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:37.421Z", + "updated_at": "2022-01-20T22:08:44.759Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -188091,49 +193871,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/libraries" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/revisions" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/notes" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/property" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR8888c5a9a9c4476aa62f40f18fca1999", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/origin" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/origin" }, "data": { - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE1b3a80f420db4519871a71faed544a7a", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/extension" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/extension" }, "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EX3829eda4b03242639d000ec28f7ff3f1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -188142,19 +193922,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/updated_with_extension" }, "data": { - "id": "EX6bb5957295074d0bbd964792f8e1f447", + "id": "EX9dc1790ba19a485884fe9ec2c5ede31f", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "origin": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d", - "self": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751", - "extension": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828" + "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", + "origin": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a", + "self": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2", + "extension": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1" }, "meta": { "latest_revision_number": 1 @@ -188171,7 +193951,7 @@ "request": { "data": [ { - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751", + "id": "DE5e6ce61947c54137a7e142896d3337a2", "type": "data_elements" } ] @@ -188180,12 +193960,12 @@ "data": [ { "type": "data_elements", - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751" + "id": "DE5e6ce61947c54137a7e142896d3337a2" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/data_elements", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/data_elements", + "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/data_elements" } }, "response_code": 200, @@ -188205,7 +193985,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -188278,7 +194058,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -188345,16 +194125,16 @@ "response": { "data": [ { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR8888c5a9a9c4476aa62f40f18fca1999", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:31.680Z", + "created_at": "2022-01-20T22:08:39.002Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:31.680Z", + "updated_at": "2022-01-20T22:08:39.002Z", "platform": "web", "development": false, - "token": "44913b35b9b3", + "token": "d14c0903a084", "domains": [ "example.com" ], @@ -188364,7 +194144,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/company" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -188373,52 +194153,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/callbacks" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/hosts" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/environments" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/libraries" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/data_elements" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/extensions" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/rules" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/notes" + "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/data_elements", - "environments": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/environments", - "extensions": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/extensions", - "rules": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/rules", - "self": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764" + "data_elements": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/environments", + "extensions": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/extensions", + "rules": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/rules", + "self": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999" }, "meta": { "rights": [ @@ -188447,7 +194227,7 @@ }, { "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/properties/PR10e9c41591f54d25b82d461172700764", + "endpoint": "/properties/PR8888c5a9a9c4476aa62f40f18fca1999", "method": "DELETE", "request": null, "response": null, @@ -188494,16 +194274,16 @@ }, "response": { "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PR25a74e0756fb427f8c1d2fd458602206", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:38.149Z", + "created_at": "2022-01-20T22:08:45.430Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:38.149Z", + "updated_at": "2022-01-20T22:08:45.430Z", "platform": "web", "development": false, - "token": "e1221c7ed286", + "token": "2ddc5e6ca346", "domains": [ "example.com" ], @@ -188513,7 +194293,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/company" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -188522,52 +194302,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/callbacks" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/hosts" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/environments" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/libraries" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/data_elements" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/extensions" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/rules" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/notes" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/data_elements", - "environments": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/environments", - "extensions": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/extensions", - "rules": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/rules", - "self": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c" + "data_elements": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/data_elements", + "environments": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/environments", + "extensions": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/extensions", + "rules": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/rules", + "self": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206" }, "meta": { "rights": [ @@ -189863,6 +195643,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -191039,10 +196820,10 @@ }, "response": { "data": { - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EX094b7e79d61b4c97b045f04afed85686", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:43.540Z", + "created_at": "2022-01-20T22:08:50.896Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -191050,7 +196831,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:43.540Z", + "updated_at": "2022-01-20T22:08:50.896Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -191060,40 +196841,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/libraries" + "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/revisions" + "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/notes" + "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/property" + "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/property" }, "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PR25a74e0756fb427f8c1d2fd458602206", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/origin" + "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/origin" }, "data": { - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EX094b7e79d61b4c97b045f04afed85686", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191102,7 +196883,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/extension_package" + "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191111,9 +196892,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c", - "origin": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848", - "self": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848", + "property": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206", + "origin": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686", + "self": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -191136,16 +196917,16 @@ "meta": { "action": "revise" }, - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EX094b7e79d61b4c97b045f04afed85686", "type": "extensions" } }, "response": { "data": { - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "id": "EX72d307ce459848b5ba37c85b4fde1001", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:43.560Z", + "created_at": "2022-01-20T22:08:50.916Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -191153,7 +196934,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:43.560Z", + "updated_at": "2022-01-20T22:08:50.916Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -191163,40 +196944,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/libraries" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/revisions" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/notes" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/property" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/property" }, "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PR25a74e0756fb427f8c1d2fd458602206", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/origin" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/origin" }, "data": { - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EX094b7e79d61b4c97b045f04afed85686", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191205,7 +196986,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/extension_package" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191214,9 +196995,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c", - "origin": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848", - "self": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "property": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206", + "origin": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686", + "self": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -191241,7 +197022,7 @@ "extensions": { "data": [ { - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "id": "EX72d307ce459848b5ba37c85b4fde1001", "type": "extensions" } ] @@ -191252,49 +197033,49 @@ }, "response": { "data": { - "id": "LB504f8971b13a4da5bc134ab56727d4e4", + "id": "LBa7b50fc2181f4c87a2d424355ab6e0c5", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:43.775Z", + "created_at": "2022-01-20T22:08:51.216Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:43.775Z", + "updated_at": "2022-01-20T22:08:51.216Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/builds" + "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/data_elements", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/data_elements", + "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/extensions", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/extensions", + "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/notes" + "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/rules", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/rules", + "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/rules" } }, "upstream_library": { @@ -191302,23 +197083,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/property" + "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/property" }, "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PR25a74e0756fb427f8c1d2fd458602206", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/last_build" + "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4" + "property": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206", + "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5" }, "meta": { "build_status": null, @@ -191340,16 +197121,16 @@ "meta": { "action": "revise" }, - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EX094b7e79d61b4c97b045f04afed85686", "type": "extensions" } }, "response": { "data": { - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "id": "EX72d307ce459848b5ba37c85b4fde1001", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:43.560Z", + "created_at": "2022-01-20T22:08:50.916Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -191357,7 +197138,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:43.560Z", + "updated_at": "2022-01-20T22:08:50.916Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -191367,40 +197148,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/libraries" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/revisions" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/notes" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/property" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/property" }, "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PR25a74e0756fb427f8c1d2fd458602206", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/origin" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/origin" }, "data": { - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EX094b7e79d61b4c97b045f04afed85686", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191409,7 +197190,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/extension_package" + "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191418,9 +197199,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c", - "origin": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848", - "self": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "property": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206", + "origin": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686", + "self": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -191439,7 +197220,7 @@ "request": { "data": [ { - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "id": "EX72d307ce459848b5ba37c85b4fde1001", "type": "extensions" } ] @@ -191448,12 +197229,12 @@ "data": [ { "type": "extensions", - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7" + "id": "EX72d307ce459848b5ba37c85b4fde1001" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/extensions", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/extensions", + "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/extensions" } }, "response_code": 200, @@ -191473,7 +197254,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -191546,7 +197327,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -191613,16 +197394,16 @@ "response": { "data": [ { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PR25a74e0756fb427f8c1d2fd458602206", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:38.149Z", + "created_at": "2022-01-20T22:08:45.430Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:38.149Z", + "updated_at": "2022-01-20T22:08:45.430Z", "platform": "web", "development": false, - "token": "e1221c7ed286", + "token": "2ddc5e6ca346", "domains": [ "example.com" ], @@ -191632,7 +197413,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/company" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -191641,52 +197422,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/callbacks" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/hosts" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/environments" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/libraries" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/data_elements" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/extensions" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/rules" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/notes" + "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/data_elements", - "environments": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/environments", - "extensions": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/extensions", - "rules": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/rules", - "self": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c" + "data_elements": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/data_elements", + "environments": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/environments", + "extensions": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/extensions", + "rules": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/rules", + "self": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206" }, "meta": { "rights": [ @@ -191715,7 +197496,7 @@ }, { "name": "libraries.replace_rules_on_a_library", - "endpoint": "/properties/PReb6a362ae824407b96f0e0c65a8a937c", + "endpoint": "/properties/PR25a74e0756fb427f8c1d2fd458602206", "method": "DELETE", "request": null, "response": null, @@ -191762,16 +197543,16 @@ }, "response": { "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:44.403Z", + "created_at": "2022-01-20T22:08:52.023Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:44.403Z", + "updated_at": "2022-01-20T22:08:52.023Z", "platform": "web", "development": false, - "token": "a56d3dfffd63", + "token": "73583b63afd2", "domains": [ "example.com" ], @@ -191781,7 +197562,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/company" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -191790,52 +197571,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/callbacks" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/hosts" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/environments" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/libraries" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/data_elements" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/extensions" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/rules" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/notes" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/environments", - "extensions": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/extensions", - "rules": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/rules", - "self": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c" + "data_elements": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/environments", + "extensions": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/extensions", + "rules": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/rules", + "self": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d" }, "meta": { "rights": [ @@ -191866,10 +197647,10 @@ }, "response": { "data": { - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL154859b8c14e448486b9f9105c0ef4f2", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:49.655Z", + "created_at": "2022-01-20T22:08:57.269Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -191877,54 +197658,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:49.655Z", + "updated_at": "2022-01-20T22:08:57.269Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/libraries" + "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/revisions" + "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/notes" + "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/property" + "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/property" }, "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/origin" + "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/origin" }, "data": { - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL154859b8c14e448486b9f9105c0ef4f2", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/rule_components" + "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c", - "origin": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9", - "self": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9", - "rule_components": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/rule_components" + "property": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "origin": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2", + "self": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2", + "rule_components": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/rule_components" }, "meta": { "latest_revision_number": 0 @@ -191945,16 +197726,16 @@ "meta": { "action": "revise" }, - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL154859b8c14e448486b9f9105c0ef4f2", "type": "rules" } }, "response": { "data": { - "id": "RLe314f670405f46a6b2a20076294ba09b", + "id": "RL807c7d8760454d02901ee21026d1f919", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:49.758Z", + "created_at": "2022-01-20T22:08:57.391Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -191962,54 +197743,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:49.758Z", + "updated_at": "2022-01-20T22:08:57.391Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/libraries" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/revisions" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/notes" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/property" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/property" }, "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/origin" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/origin" }, "data": { - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL154859b8c14e448486b9f9105c0ef4f2", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/rule_components" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c", - "origin": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9", - "self": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b", - "rule_components": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/rule_components" + "property": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "origin": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2", + "self": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919", + "rule_components": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/rule_components" }, "meta": { "latest_revision_number": 1 @@ -192032,7 +197813,7 @@ "rules": { "data": [ { - "id": "RLe314f670405f46a6b2a20076294ba09b", + "id": "RL807c7d8760454d02901ee21026d1f919", "type": "rules" } ] @@ -192043,49 +197824,49 @@ }, "response": { "data": { - "id": "LB483d29617bc946ef813177f7966745d2", + "id": "LBda7bc6972477433588d1888d29f8b6d1", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:49.853Z", + "created_at": "2022-01-20T22:08:57.496Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:49.853Z", + "updated_at": "2022-01-20T22:08:57.496Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/builds" + "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/data_elements", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/data_elements", + "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/extensions", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/extensions", + "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/notes" + "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/rules", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/rules", + "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/rules" } }, "upstream_library": { @@ -192093,23 +197874,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/property" + "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/property" }, "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/last_build" + "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2" + "property": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1" }, "meta": { "build_status": null, @@ -192131,16 +197912,16 @@ "meta": { "action": "revise" }, - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL154859b8c14e448486b9f9105c0ef4f2", "type": "rules" } }, "response": { "data": { - "id": "RLe314f670405f46a6b2a20076294ba09b", + "id": "RL807c7d8760454d02901ee21026d1f919", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:49.758Z", + "created_at": "2022-01-20T22:08:57.391Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -192148,54 +197929,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:49.758Z", + "updated_at": "2022-01-20T22:08:57.391Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/libraries" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/revisions" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/notes" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/property" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/property" }, "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/origin" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/origin" }, "data": { - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL154859b8c14e448486b9f9105c0ef4f2", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/rule_components" + "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c", - "origin": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9", - "self": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b", - "rule_components": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/rule_components" + "property": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "origin": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2", + "self": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919", + "rule_components": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/rule_components" }, "meta": { "latest_revision_number": 1 @@ -192212,7 +197993,7 @@ "request": { "data": [ { - "id": "RLe314f670405f46a6b2a20076294ba09b", + "id": "RL807c7d8760454d02901ee21026d1f919", "type": "rules" } ] @@ -192221,12 +198002,12 @@ "data": [ { "type": "rules", - "id": "RLe314f670405f46a6b2a20076294ba09b" + "id": "RL807c7d8760454d02901ee21026d1f919" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/rules", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/rules", + "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/rules" } }, "response_code": 200, @@ -192246,7 +198027,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -192319,7 +198100,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -192386,16 +198167,16 @@ "response": { "data": [ { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:44.403Z", + "created_at": "2022-01-20T22:08:52.023Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:44.403Z", + "updated_at": "2022-01-20T22:08:52.023Z", "platform": "web", "development": false, - "token": "a56d3dfffd63", + "token": "73583b63afd2", "domains": [ "example.com" ], @@ -192405,7 +198186,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/company" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -192414,52 +198195,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/callbacks" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/hosts" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/environments" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/libraries" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/data_elements" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/extensions" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/rules" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/notes" + "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/environments", - "extensions": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/extensions", - "rules": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/rules", - "self": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c" + "data_elements": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/environments", + "extensions": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/extensions", + "rules": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/rules", + "self": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d" }, "meta": { "rights": [ @@ -192488,7 +198269,7 @@ }, { "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/properties/PR55a08a74bec048f18a981e62c2ca199c", + "endpoint": "/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", "method": "DELETE", "request": null, "response": null, @@ -192535,16 +198316,16 @@ }, "response": { "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR3ab65fefe13546b89e364957682d8968", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:50.450Z", + "created_at": "2022-01-20T22:08:58.125Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:50.450Z", + "updated_at": "2022-01-20T22:08:58.125Z", "platform": "web", "development": false, - "token": "53ae4757c900", + "token": "2a04c3ebfec9", "domains": [ "example.com" ], @@ -192554,7 +198335,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/company" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -192563,52 +198344,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/callbacks" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/hosts" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/environments" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/libraries" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/data_elements" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/extensions" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/rules" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/notes" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/environments", - "extensions": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/extensions", - "rules": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/rules", - "self": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f" + "data_elements": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/environments", + "extensions": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/extensions", + "rules": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/rules", + "self": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968" }, "meta": { "rights": [ @@ -193904,6 +199685,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -195080,10 +200862,10 @@ }, "response": { "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX9f7598462a46445882d3ba19dfbc9764", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:55.805Z", + "created_at": "2022-01-20T22:09:03.484Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -195091,7 +200873,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:55.805Z", + "updated_at": "2022-01-20T22:09:03.484Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -195101,40 +200883,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/libraries" + "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/revisions" + "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/notes" + "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/property" + "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/property" }, "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR3ab65fefe13546b89e364957682d8968", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/origin" + "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/origin" }, "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX9f7598462a46445882d3ba19dfbc9764", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -195143,7 +200925,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -195152,9 +200934,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f", - "origin": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59", - "self": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59", + "property": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968", + "origin": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764", + "self": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -196422,6 +202204,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -197574,14 +203357,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:13:56 -0600", + "name": "My Data Element 2022-01-20 15:09:03 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX9f7598462a46445882d3ba19dfbc9764", "type": "extensions" } } @@ -197591,18 +203374,18 @@ }, "response": { "data": { - "id": "DE86b2efdfa6b44a32b5e1d8070bb7b70e", + "id": "DE2bd043ecc978418c80e226c0fc71d114", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:56.087Z", + "created_at": "2022-01-20T22:09:03.809Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:56 -0600", + "name": "My Data Element 2022-01-20 15:09:03 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:56.087Z", + "updated_at": "2022-01-20T22:09:03.809Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -197614,49 +203397,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/notes" + "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/property" + "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/property" }, "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR3ab65fefe13546b89e364957682d8968", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/origin" + "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/origin" }, "data": { - "id": "DE86b2efdfa6b44a32b5e1d8070bb7b70e", + "id": "DE2bd043ecc978418c80e226c0fc71d114", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/extension" + "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/extension" }, "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX9f7598462a46445882d3ba19dfbc9764", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -197665,19 +203448,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/updated_with_extension" }, "data": { - "id": "EXea1483949dff4ca08368dc51019cb752", + "id": "EX5e1587148e3645d6a976b03e82d2e861", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f", - "origin": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e", - "self": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e", - "extension": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59" + "property": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968", + "origin": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114", + "self": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114", + "extension": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764" }, "meta": { "latest_revision_number": 0 @@ -197698,24 +203481,24 @@ "meta": { "action": "revise" }, - "id": "DE86b2efdfa6b44a32b5e1d8070bb7b70e", + "id": "DE2bd043ecc978418c80e226c0fc71d114", "type": "data_elements" } }, "response": { "data": { - "id": "DE1aec8d0d67ca49f1b7650e55b45c6472", + "id": "DE0857ff83f2f7426cbc56975ca2efa04e", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:56.195Z", + "created_at": "2022-01-20T22:09:03.927Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:56 -0600", + "name": "My Data Element 2022-01-20 15:09:03 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:56.195Z", + "updated_at": "2022-01-20T22:09:03.927Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -197727,49 +203510,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/libraries" + "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/revisions" + "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/notes" + "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/property" + "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/property" }, "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR3ab65fefe13546b89e364957682d8968", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/origin" + "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/origin" }, "data": { - "id": "DE86b2efdfa6b44a32b5e1d8070bb7b70e", + "id": "DE2bd043ecc978418c80e226c0fc71d114", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/extension" + "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/extension" }, "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX9f7598462a46445882d3ba19dfbc9764", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -197778,19 +203561,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/updated_with_extension" }, "data": { - "id": "EXea1483949dff4ca08368dc51019cb752", + "id": "EX5e1587148e3645d6a976b03e82d2e861", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f", - "origin": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e", - "self": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472", - "extension": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59" + "property": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968", + "origin": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114", + "self": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e", + "extension": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764" }, "meta": { "latest_revision_number": 1 @@ -197813,7 +203596,7 @@ "data_elements": { "data": [ { - "id": "DE1aec8d0d67ca49f1b7650e55b45c6472", + "id": "DE0857ff83f2f7426cbc56975ca2efa04e", "type": "data_elements" } ] @@ -197824,49 +203607,49 @@ }, "response": { "data": { - "id": "LBad4507320a8a4230bc4298c81a2885a8", + "id": "LB868067fcac1048afafc8c24296179904", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:56.310Z", + "created_at": "2022-01-20T22:09:04.042Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:56.310Z", + "updated_at": "2022-01-20T22:09:04.042Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/builds" + "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/data_elements", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/data_elements", + "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/extensions", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/extensions", + "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/notes" + "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/rules", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/rules", + "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/rules" } }, "upstream_library": { @@ -197874,23 +203657,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/property" + "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/property" }, "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR3ab65fefe13546b89e364957682d8968", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/last_build" + "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8" + "property": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968", + "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904" }, "meta": { "build_status": null, @@ -197908,7 +203691,7 @@ "request": { "data": [ { - "id": "DE1aec8d0d67ca49f1b7650e55b45c6472", + "id": "DE0857ff83f2f7426cbc56975ca2efa04e", "type": "data_elements" } ] @@ -197918,8 +203701,8 @@ ], "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/data_elements", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/data_elements", + "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/data_elements" } }, "response_code": 200, @@ -197939,7 +203722,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -198012,7 +203795,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -198079,16 +203862,16 @@ "response": { "data": [ { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR3ab65fefe13546b89e364957682d8968", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:50.450Z", + "created_at": "2022-01-20T22:08:58.125Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:50.450Z", + "updated_at": "2022-01-20T22:08:58.125Z", "platform": "web", "development": false, - "token": "53ae4757c900", + "token": "2a04c3ebfec9", "domains": [ "example.com" ], @@ -198098,7 +203881,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/company" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -198107,52 +203890,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/callbacks" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/hosts" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/environments" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/libraries" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/data_elements" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/extensions" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/rules" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/notes" + "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/environments", - "extensions": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/extensions", - "rules": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/rules", - "self": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f" + "data_elements": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/environments", + "extensions": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/extensions", + "rules": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/rules", + "self": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968" }, "meta": { "rights": [ @@ -198181,7 +203964,7 @@ }, { "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/properties/PR655e3211ac0340748a60702a1bad3a5f", + "endpoint": "/properties/PR3ab65fefe13546b89e364957682d8968", "method": "DELETE", "request": null, "response": null, @@ -198228,16 +204011,16 @@ }, "response": { "data": { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRa32c0583091e483689198fee73d5f2c2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:56.785Z", + "created_at": "2022-01-20T22:09:04.581Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:56.785Z", + "updated_at": "2022-01-20T22:09:04.581Z", "platform": "web", "development": false, - "token": "01f1180460fa", + "token": "ebb2ec09f201", "domains": [ "example.com" ], @@ -198247,7 +204030,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/company" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -198256,52 +204039,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/callbacks" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/hosts" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/environments" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/libraries" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/data_elements" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/extensions" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/rules" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/notes" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/environments", - "extensions": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/extensions", - "rules": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/rules", - "self": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d" + "data_elements": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/environments", + "extensions": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/extensions", + "rules": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/rules", + "self": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2" }, "meta": { "rights": [ @@ -199597,6 +205380,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -200773,10 +206557,10 @@ }, "response": { "data": { - "id": "EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "id": "EX2592979db16e46369311bcca6a5f09bc", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:14:02.285Z", + "created_at": "2022-01-20T22:09:10.038Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -200784,7 +206568,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:14:02.285Z", + "updated_at": "2022-01-20T22:09:10.038Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -200794,40 +206578,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/libraries" + "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/revisions" + "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/notes" + "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/property" + "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/property" }, "data": { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRa32c0583091e483689198fee73d5f2c2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/origin" + "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/origin" }, "data": { - "id": "EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "id": "EX2592979db16e46369311bcca6a5f09bc", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200836,7 +206620,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200845,9 +206629,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d", - "origin": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f", - "self": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "property": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2", + "origin": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc", + "self": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -200870,16 +206654,16 @@ "meta": { "action": "revise" }, - "id": "EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "id": "EX2592979db16e46369311bcca6a5f09bc", "type": "extensions" } }, "response": { "data": { - "id": "EXaaaf3c948b2c48329968d385e3d68e60", + "id": "EX8d94cb2dc10744eaac6affff4cbb4da0", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:14:02.305Z", + "created_at": "2022-01-20T22:09:10.055Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -200887,7 +206671,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:14:02.305Z", + "updated_at": "2022-01-20T22:09:10.055Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -200897,40 +206681,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/libraries" + "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/revisions" + "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/notes" + "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/property" + "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/property" }, "data": { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRa32c0583091e483689198fee73d5f2c2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/origin" + "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/origin" }, "data": { - "id": "EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "id": "EX2592979db16e46369311bcca6a5f09bc", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200939,7 +206723,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200948,9 +206732,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d", - "origin": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f", - "self": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60", + "property": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2", + "origin": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc", + "self": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -200975,7 +206759,7 @@ "extensions": { "data": [ { - "id": "EXaaaf3c948b2c48329968d385e3d68e60", + "id": "EX8d94cb2dc10744eaac6affff4cbb4da0", "type": "extensions" } ] @@ -200986,49 +206770,49 @@ }, "response": { "data": { - "id": "LB4198f54287c74942924dcae14672a103", + "id": "LBc7141fb4925d46dba4c434f8feea7a57", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:02.519Z", + "created_at": "2022-01-20T22:09:10.294Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:02.519Z", + "updated_at": "2022-01-20T22:09:10.294Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/builds" + "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/extensions", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/extensions", + "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/notes" + "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/rules", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/rules", + "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/rules" } }, "upstream_library": { @@ -201036,23 +206820,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/property" + "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/property" }, "data": { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRa32c0583091e483689198fee73d5f2c2", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/last_build" + "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103" + "property": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2", + "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57" }, "meta": { "build_status": null, @@ -201070,7 +206854,7 @@ "request": { "data": [ { - "id": "EXaaaf3c948b2c48329968d385e3d68e60", + "id": "EX8d94cb2dc10744eaac6affff4cbb4da0", "type": "extensions" } ] @@ -201080,8 +206864,8 @@ ], "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/extensions", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/extensions", + "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/extensions" } }, "response_code": 200, @@ -201101,7 +206885,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -201174,7 +206958,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -201241,16 +207025,16 @@ "response": { "data": [ { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRa32c0583091e483689198fee73d5f2c2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:56.785Z", + "created_at": "2022-01-20T22:09:04.581Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:56.785Z", + "updated_at": "2022-01-20T22:09:04.581Z", "platform": "web", "development": false, - "token": "01f1180460fa", + "token": "ebb2ec09f201", "domains": [ "example.com" ], @@ -201260,7 +207044,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/company" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -201269,52 +207053,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/callbacks" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/hosts" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/environments" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/libraries" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/data_elements" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/extensions" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/rules" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/notes" + "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/environments", - "extensions": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/extensions", - "rules": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/rules", - "self": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d" + "data_elements": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/environments", + "extensions": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/extensions", + "rules": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/rules", + "self": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2" }, "meta": { "rights": [ @@ -201343,7 +207127,7 @@ }, { "name": "libraries.remove_rules_from_a_library", - "endpoint": "/properties/PRab202e8c964b46e5a48c17584d28227d", + "endpoint": "/properties/PRa32c0583091e483689198fee73d5f2c2", "method": "DELETE", "request": null, "response": null, @@ -201390,16 +207174,16 @@ }, "response": { "data": { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PR162b3a5b4b954fda8080ec00b0e2396e", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:02.979Z", + "created_at": "2022-01-20T22:09:10.862Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:02.979Z", + "updated_at": "2022-01-20T22:09:10.862Z", "platform": "web", "development": false, - "token": "76069f337149", + "token": "9b944f339d45", "domains": [ "example.com" ], @@ -201409,7 +207193,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/company" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -201418,52 +207202,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/callbacks" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/hosts" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/environments" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/libraries" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/data_elements" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/extensions" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/rules" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/notes" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/environments", - "extensions": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/extensions", - "rules": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/rules", - "self": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a" + "data_elements": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/environments", + "extensions": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/extensions", + "rules": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/rules", + "self": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e" }, "meta": { "rights": [ @@ -201494,10 +207278,10 @@ }, "response": { "data": { - "id": "RLb9b38ba0d33b49cab6d76dc234818c98", + "id": "RL5eb77912716543e09149686508125a4b", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:14:08.184Z", + "created_at": "2022-01-20T22:09:16.086Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -201505,54 +207289,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:14:08.184Z", + "updated_at": "2022-01-20T22:09:16.086Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/libraries" + "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/revisions" + "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/notes" + "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/property" + "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/property" }, "data": { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PR162b3a5b4b954fda8080ec00b0e2396e", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/origin" + "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/origin" }, "data": { - "id": "RLb9b38ba0d33b49cab6d76dc234818c98", + "id": "RL5eb77912716543e09149686508125a4b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/rule_components" + "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a", - "origin": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98", - "self": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98", - "rule_components": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/rule_components" + "property": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e", + "origin": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b", + "self": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b", + "rule_components": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -201573,16 +207357,16 @@ "meta": { "action": "revise" }, - "id": "RLb9b38ba0d33b49cab6d76dc234818c98", + "id": "RL5eb77912716543e09149686508125a4b", "type": "rules" } }, "response": { "data": { - "id": "RL110ed23735a549f9a24fdd27da425472", + "id": "RL2d0989e776c34d4da50e295390343700", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:14:08.301Z", + "created_at": "2022-01-20T22:09:16.173Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -201590,54 +207374,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:14:08.301Z", + "updated_at": "2022-01-20T22:09:16.173Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/libraries" + "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/revisions" + "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/notes" + "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/property" + "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/property" }, "data": { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PR162b3a5b4b954fda8080ec00b0e2396e", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/origin" + "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/origin" }, "data": { - "id": "RLb9b38ba0d33b49cab6d76dc234818c98", + "id": "RL5eb77912716543e09149686508125a4b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/rule_components" + "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a", - "origin": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98", - "self": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472", - "rule_components": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/rule_components" + "property": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e", + "origin": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b", + "self": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700", + "rule_components": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/rule_components" }, "meta": { "latest_revision_number": 1 @@ -201660,7 +207444,7 @@ "rules": { "data": [ { - "id": "RL110ed23735a549f9a24fdd27da425472", + "id": "RL2d0989e776c34d4da50e295390343700", "type": "rules" } ] @@ -201671,49 +207455,49 @@ }, "response": { "data": { - "id": "LB45f1c9bea69c4a6ca766da3edd01dabb", + "id": "LB29dd53014db24a298efa4be0c50bfc37", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:08.414Z", + "created_at": "2022-01-20T22:09:16.287Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:08.414Z", + "updated_at": "2022-01-20T22:09:16.287Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/builds" + "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/data_elements", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/data_elements", + "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/extensions", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/extensions", + "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/notes" + "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/rules", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/rules", + "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/rules" } }, "upstream_library": { @@ -201721,23 +207505,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/property" + "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/property" }, "data": { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PR162b3a5b4b954fda8080ec00b0e2396e", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/last_build" + "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb" + "property": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e", + "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37" }, "meta": { "build_status": null, @@ -201755,7 +207539,7 @@ "request": { "data": [ { - "id": "RL110ed23735a549f9a24fdd27da425472", + "id": "RL2d0989e776c34d4da50e295390343700", "type": "rules" } ] @@ -201765,8 +207549,8 @@ ], "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/rules", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/rules", + "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/rules" } }, "response_code": 200, @@ -201786,7 +207570,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -201859,7 +207643,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -201926,16 +207710,16 @@ "response": { "data": [ { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PR162b3a5b4b954fda8080ec00b0e2396e", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:02.979Z", + "created_at": "2022-01-20T22:09:10.862Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:02.979Z", + "updated_at": "2022-01-20T22:09:10.862Z", "platform": "web", "development": false, - "token": "76069f337149", + "token": "9b944f339d45", "domains": [ "example.com" ], @@ -201945,7 +207729,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/company" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -201954,52 +207738,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/callbacks" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/hosts" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/environments" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/libraries" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/data_elements" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/extensions" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/rules" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/notes" + "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/environments", - "extensions": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/extensions", - "rules": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/rules", - "self": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a" + "data_elements": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/environments", + "extensions": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/extensions", + "rules": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/rules", + "self": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e" }, "meta": { "rights": [ @@ -202028,7 +207812,7 @@ }, { "name": "libraries.delete_a_library", - "endpoint": "/properties/PRe1d220cb9e064486b5d037fcff61634a", + "endpoint": "/properties/PR162b3a5b4b954fda8080ec00b0e2396e", "method": "DELETE", "request": null, "response": null, @@ -202075,16 +207859,16 @@ }, "response": { "data": { - "id": "PRff8545b85c524d7b95388cae0bc2f50a", + "id": "PR84c3d80d5975415bafce1cd15f1fa553", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:08.920Z", + "created_at": "2022-01-20T22:09:16.798Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:08.920Z", + "updated_at": "2022-01-20T22:09:16.798Z", "platform": "web", "development": false, - "token": "43578d5a1c71", + "token": "4fc1e9c66c08", "domains": [ "example.com" ], @@ -202094,7 +207878,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/company" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -202103,52 +207887,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/callbacks" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/hosts" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/environments" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/libraries" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/data_elements" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/extensions" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/rules" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/notes" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/environments", - "extensions": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/extensions", - "rules": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/rules", - "self": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a" + "data_elements": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/data_elements", + "environments": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/environments", + "extensions": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/extensions", + "rules": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/rules", + "self": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553" }, "meta": { "rights": [ @@ -202179,49 +207963,49 @@ }, "response": { "data": { - "id": "LB350fd32cdbcb4e93a4fd26ebf62bf943", + "id": "LB12aa909311a64f3b9036c8c4d6c9d129", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:14.136Z", + "created_at": "2022-01-20T22:09:22.021Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:14.136Z", + "updated_at": "2022-01-20T22:09:22.021Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/builds" + "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/data_elements", - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/data_elements", + "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/extensions", - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/extensions", + "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/notes" + "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/rules", - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/rules", + "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/relationships/rules" } }, "upstream_library": { @@ -202229,23 +208013,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/property" + "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/property" }, "data": { - "id": "PRff8545b85c524d7b95388cae0bc2f50a", + "id": "PR84c3d80d5975415bafce1cd15f1fa553", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/last_build" + "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a", - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943" + "property": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553", + "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129" }, "meta": { "build_status": null, @@ -202279,7 +208063,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -202352,7 +208136,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -202419,16 +208203,16 @@ "response": { "data": [ { - "id": "PRff8545b85c524d7b95388cae0bc2f50a", + "id": "PR84c3d80d5975415bafce1cd15f1fa553", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:08.920Z", + "created_at": "2022-01-20T22:09:16.798Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:08.920Z", + "updated_at": "2022-01-20T22:09:16.798Z", "platform": "web", "development": false, - "token": "43578d5a1c71", + "token": "4fc1e9c66c08", "domains": [ "example.com" ], @@ -202438,7 +208222,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/company" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -202447,52 +208231,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/callbacks" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/hosts" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/environments" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/libraries" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/data_elements" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/extensions" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/rules" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/notes" + "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/environments", - "extensions": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/extensions", - "rules": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/rules", - "self": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a" + "data_elements": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/data_elements", + "environments": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/environments", + "extensions": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/extensions", + "rules": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/rules", + "self": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553" }, "meta": { "rights": [ @@ -202521,7 +208305,7 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "/properties/PRff8545b85c524d7b95388cae0bc2f50a", + "endpoint": "/properties/PR84c3d80d5975415bafce1cd15f1fa553", "method": "DELETE", "request": null, "response": null, @@ -202568,16 +208352,16 @@ }, "response": { "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:14.749Z", + "created_at": "2022-01-20T22:09:22.547Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:14.749Z", + "updated_at": "2022-01-20T22:09:22.547Z", "platform": "web", "development": false, - "token": "e476f7f24c6f", + "token": "b20bfeed55e4", "domains": [ "example.com" ], @@ -202587,7 +208371,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/company" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -202596,52 +208380,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/callbacks" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/hosts" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/environments" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/libraries" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/data_elements" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/extensions" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/rules" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/notes" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/environments", - "extensions": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/extensions", - "rules": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/rules", - "self": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f" + "data_elements": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/environments", + "extensions": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/extensions", + "rules": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/rules", + "self": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c" }, "meta": { "rights": [ @@ -202660,7 +208444,7 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "/properties/PR34d8a3f238ba44628ef9432cd287599f/hosts", + "endpoint": "/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/hosts", "method": "POST", "request": { "data": { @@ -202673,33 +208457,33 @@ }, "response": { "data": { - "id": "HT3e826e4943fd42e78be2540ab16f2607", + "id": "HTa1cb1df5f4d449bb9357d29fbe011ff4", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:14:19.959Z", + "created_at": "2022-01-20T22:09:27.773Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:14:19.959Z", + "updated_at": "2022-01-20T22:09:27.773Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3e826e4943fd42e78be2540ab16f2607/property" + "related": "https://reactor.adobe.io/hosts/HTa1cb1df5f4d449bb9357d29fbe011ff4/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f", - "self": "https://reactor.adobe.io/hosts/HT3e826e4943fd42e78be2540ab16f2607" + "property": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "self": "https://reactor.adobe.io/hosts/HTa1cb1df5f4d449bb9357d29fbe011ff4" } } }, @@ -202719,7 +208503,7 @@ "relationships": { "host": { "data": { - "id": "HT3e826e4943fd42e78be2540ab16f2607", + "id": "HTa1cb1df5f4d449bb9357d29fbe011ff4", "type": "hosts" } } @@ -202729,77 +208513,82 @@ }, "response": { "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:20.036Z", - "library_path": "17e0df72ece8/e476f7f24c6f", - "library_name": "launch-641c9b4ab313-development.min.js", + "created_at": "2022-01-20T22:09:27.863Z", + "library_path": "17e0df72ece8/b20bfeed55e4", + "library_name": "launch-af2e9b2ce7a5-development.min.js", "library_entry_points": [ { - "library_name": "launch-641c9b4ab313-development.min.js", + "library_name": "launch-af2e9b2ce7a5-development.min.js", "minified": true, "references": [ - "17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.min.js" + "17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js" ], - "license_path": "17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.js" + "license_path": "17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.js" }, { - "library_name": "launch-641c9b4ab313-development.js", + "library_name": "launch-af2e9b2ce7a5-development.js", "minified": false, "references": [ - "17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.js" + "17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:14:20.036Z", + "updated_at": "2022-01-20T22:09:27.863Z", "status": "succeeded", - "token": "641c9b4ab313" + "token": "af2e9b2ce7a5" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/library" + "related": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/builds" + "related": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/host", - "self": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/relationships/host" + "related": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/host", + "self": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/relationships/host" }, "data": { - "id": "HT3e826e4943fd42e78be2540ab16f2607", + "id": "HTa1cb1df5f4d449bb9357d29fbe011ff4", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/property" + "related": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f", - "self": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7" + "property": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "self": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.js" + } ] } } @@ -202821,49 +208610,49 @@ }, "response": { "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB3eabbb69f0cf402e9083b2910c7ab991", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:20.122Z", + "created_at": "2022-01-20T22:09:27.951Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:20.122Z", + "updated_at": "2022-01-20T22:09:27.951Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/builds" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/data_elements", + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/extensions", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/extensions", + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/notes" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/rules", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/rules", + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/rules" } }, "upstream_library": { @@ -202871,23 +208660,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/property" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/last_build" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8" + "property": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991" }, "meta": { "build_status": null, @@ -202904,18 +208693,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", "type": "environments" } }, "response": { "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/environment", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/environment", + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/environment" } }, "response_code": 200, @@ -202928,66 +208717,66 @@ "request": null, "response": { "data": { - "id": "BLee605052c5d54b5c9613c8e7f24756d4", + "id": "BL91fa748e53c24fc49b489e0cbf5b9e83", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:20.360Z", + "created_at": "2022-01-20T22:09:28.187Z", "status": "pending", - "updated_at": "2021-10-05T19:14:20.360Z", - "token": "6bc2c7ff6945" + "updated_at": "2022-01-20T22:09:28.187Z", + "token": "54a272a00ac3" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/data_elements" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/extensions" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/rules" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/environment" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/environment" }, "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/library" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/library" }, "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB3eabbb69f0cf402e9083b2910c7ab991", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/property" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7", - "library": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8", - "self": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4" + "environment": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d", + "library": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991", + "self": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/6bc2c7ff6945/launch-641c9b4ab313-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/54a272a00ac3/launch-af2e9b2ce7a5-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -202998,71 +208787,71 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4", + "endpoint": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83", "method": "GET", "request": null, "response": { "data": { - "id": "BLee605052c5d54b5c9613c8e7f24756d4", + "id": "BL91fa748e53c24fc49b489e0cbf5b9e83", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:20.360Z", + "created_at": "2022-01-20T22:09:28.187Z", "status": "pending", - "updated_at": "2021-10-05T19:14:20.360Z", - "token": "6bc2c7ff6945" + "updated_at": "2022-01-20T22:09:28.187Z", + "token": "54a272a00ac3" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/data_elements" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/extensions" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/rules" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/environment" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/environment" }, "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/library" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/library" }, "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB3eabbb69f0cf402e9083b2910c7ab991", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/property" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7", - "library": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8", - "self": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4" + "environment": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d", + "library": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991", + "self": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/6bc2c7ff6945/launch-641c9b4ab313-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/54a272a00ac3/launch-af2e9b2ce7a5-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -203073,71 +208862,71 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4", + "endpoint": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83", "method": "GET", "request": null, "response": { "data": { - "id": "BLee605052c5d54b5c9613c8e7f24756d4", + "id": "BL91fa748e53c24fc49b489e0cbf5b9e83", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:20.360Z", + "created_at": "2022-01-20T22:09:28.187Z", "status": "succeeded", - "updated_at": "2021-10-05T19:14:21.758Z", - "token": "6bc2c7ff6945" + "updated_at": "2022-01-20T22:09:29.526Z", + "token": "54a272a00ac3" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/data_elements" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/extensions" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/rules" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/environment" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/environment" }, "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/library" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/library" }, "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB3eabbb69f0cf402e9083b2910c7ab991", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/property" + "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7", - "library": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8", - "self": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4" + "environment": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d", + "library": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991", + "self": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/6bc2c7ff6945/launch-641c9b4ab313-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/54a272a00ac3/launch-af2e9b2ce7a5-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -203152,7 +208941,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB3eabbb69f0cf402e9083b2910c7ab991", "type": "libraries", "meta": { "action": "submit" @@ -203161,49 +208950,49 @@ }, "response": { "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB3eabbb69f0cf402e9083b2910c7ab991", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:20.122Z", + "created_at": "2022-01-20T22:09:27.951Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2021-10-05T19:14:25.590Z", + "updated_at": "2022-01-20T22:09:33.471Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/builds" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/data_elements", + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/extensions", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/extensions", + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/notes" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/rules", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/rules", + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/rules" } }, "upstream_library": { @@ -203211,26 +209000,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/property" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/last_build" + "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/last_build" }, "data": { - "id": "BLee605052c5d54b5c9613c8e7f24756d4", + "id": "BL91fa748e53c24fc49b489e0cbf5b9e83", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8" + "property": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991" }, "meta": { "build_status": null @@ -203254,7 +209043,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -203327,7 +209116,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -203394,16 +209183,16 @@ "response": { "data": [ { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:14.749Z", + "created_at": "2022-01-20T22:09:22.547Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:14.749Z", + "updated_at": "2022-01-20T22:09:22.547Z", "platform": "web", "development": false, - "token": "e476f7f24c6f", + "token": "b20bfeed55e4", "domains": [ "example.com" ], @@ -203413,7 +209202,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/company" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -203422,52 +209211,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/callbacks" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/hosts" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/environments" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/libraries" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/data_elements" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/extensions" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/rules" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/notes" + "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/environments", - "extensions": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/extensions", - "rules": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/rules", - "self": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f" + "data_elements": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/environments", + "extensions": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/extensions", + "rules": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/rules", + "self": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c" }, "meta": { "rights": [ @@ -203496,7 +209285,7 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "/properties/PR34d8a3f238ba44628ef9432cd287599f", + "endpoint": "/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", "method": "DELETE", "request": null, "response": null, @@ -203543,16 +209332,16 @@ }, "response": { "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:26.025Z", + "created_at": "2022-01-20T22:09:33.921Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:26.025Z", + "updated_at": "2022-01-20T22:09:33.921Z", "platform": "web", "development": false, - "token": "6ec188d2f91a", + "token": "5249cfe8c16b", "domains": [ "example.com" ], @@ -203562,7 +209351,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/company" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -203571,52 +209360,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/callbacks" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/hosts" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/environments" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/libraries" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/data_elements" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/extensions" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/rules" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/notes" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/environments", - "extensions": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/extensions", - "rules": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/rules", - "self": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d" + "data_elements": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/data_elements", + "environments": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/environments", + "extensions": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/extensions", + "rules": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/rules", + "self": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005" }, "meta": { "rights": [ @@ -203635,7 +209424,7 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "/properties/PR134811fbc7c4429da6c081cdc757a98d/hosts", + "endpoint": "/properties/PR351c414cb64940828b774d5f84e37005/hosts", "method": "POST", "request": { "data": { @@ -203648,33 +209437,33 @@ }, "response": { "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HT0ca563d84f724fe59be78cd3530eb2b0", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:14:31.225Z", + "created_at": "2022-01-20T22:09:39.157Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:14:31.225Z", + "updated_at": "2022-01-20T22:09:39.157Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT017acdde507a4e73a3eca8d5ea735ecb/property" + "related": "https://reactor.adobe.io/hosts/HT0ca563d84f724fe59be78cd3530eb2b0/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/hosts/HT017acdde507a4e73a3eca8d5ea735ecb" + "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", + "self": "https://reactor.adobe.io/hosts/HT0ca563d84f724fe59be78cd3530eb2b0" } } }, @@ -203694,7 +209483,7 @@ "relationships": { "host": { "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HT0ca563d84f724fe59be78cd3530eb2b0", "type": "hosts" } } @@ -203704,77 +209493,82 @@ }, "response": { "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN228064bff1dc46e5871fb06f098bad18", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:31.306Z", - "library_path": "17e0df72ece8/6ec188d2f91a", - "library_name": "launch-928f8d7d70f2-development.min.js", + "created_at": "2022-01-20T22:09:39.246Z", + "library_path": "17e0df72ece8/5249cfe8c16b", + "library_name": "launch-0b199a05e438-development.min.js", "library_entry_points": [ { - "library_name": "launch-928f8d7d70f2-development.min.js", + "library_name": "launch-0b199a05e438-development.min.js", "minified": true, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.min.js" + "17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js" ], - "license_path": "17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.js" + "license_path": "17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.js" }, { - "library_name": "launch-928f8d7d70f2-development.js", + "library_name": "launch-0b199a05e438-development.js", "minified": false, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.js" + "17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:14:31.306Z", + "updated_at": "2022-01-20T22:09:39.246Z", "status": "succeeded", - "token": "928f8d7d70f2" + "token": "0b199a05e438" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/library" + "related": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/builds" + "related": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/host", - "self": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/relationships/host" + "related": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/host", + "self": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/relationships/host" }, "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HT0ca563d84f724fe59be78cd3530eb2b0", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/property" + "related": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29" + "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", + "self": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.js" + } ] } } @@ -203796,49 +209590,49 @@ }, "response": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:31.388Z", + "created_at": "2022-01-20T22:09:39.334Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:31.388Z", + "updated_at": "2022-01-20T22:09:39.334Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/builds" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/data_elements", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/extensions", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/extensions", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/notes" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/rules", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/rules", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/rules" } }, "upstream_library": { @@ -203846,23 +209640,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/property" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/last_build" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72" + "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629" }, "meta": { "build_status": null, @@ -203879,18 +209673,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN228064bff1dc46e5871fb06f098bad18", "type": "environments" } }, "response": { "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN228064bff1dc46e5871fb06f098bad18", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/environment", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/environment", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" } }, "response_code": 200, @@ -203903,66 +209697,66 @@ "request": null, "response": { "data": { - "id": "BL269754d607af4c909cb0086d94391042", + "id": "BL3d3942548c06438bbb567e0370be338f", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:31.632Z", + "created_at": "2022-01-20T22:09:39.583Z", "status": "pending", - "updated_at": "2021-10-05T19:14:31.632Z", - "token": "c1687a13f973" + "updated_at": "2022-01-20T22:09:39.583Z", + "token": "f403fe32acd4" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/data_elements" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/extensions" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/rules" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/environment" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/environment" }, "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN228064bff1dc46e5871fb06f098bad18", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/library" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/property" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042" + "environment": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18", + "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", + "self": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/c1687a13f973/launch-928f8d7d70f2-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/f403fe32acd4/launch-0b199a05e438-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -203973,71 +209767,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042", + "endpoint": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f", "method": "GET", "request": null, "response": { "data": { - "id": "BL269754d607af4c909cb0086d94391042", + "id": "BL3d3942548c06438bbb567e0370be338f", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:31.632Z", + "created_at": "2022-01-20T22:09:39.583Z", "status": "pending", - "updated_at": "2021-10-05T19:14:31.632Z", - "token": "c1687a13f973" + "updated_at": "2022-01-20T22:09:39.583Z", + "token": "f403fe32acd4" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/data_elements" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/extensions" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/rules" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/environment" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/environment" }, "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN228064bff1dc46e5871fb06f098bad18", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/library" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/property" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042" + "environment": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18", + "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", + "self": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/c1687a13f973/launch-928f8d7d70f2-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/f403fe32acd4/launch-0b199a05e438-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -204048,71 +209842,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042", + "endpoint": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f", "method": "GET", "request": null, "response": { "data": { - "id": "BL269754d607af4c909cb0086d94391042", + "id": "BL3d3942548c06438bbb567e0370be338f", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:31.632Z", + "created_at": "2022-01-20T22:09:39.583Z", "status": "succeeded", - "updated_at": "2021-10-05T19:14:32.907Z", - "token": "c1687a13f973" + "updated_at": "2022-01-20T22:09:40.891Z", + "token": "f403fe32acd4" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/data_elements" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/extensions" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/rules" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/environment" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/environment" }, "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN228064bff1dc46e5871fb06f098bad18", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/library" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/property" + "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042" + "environment": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18", + "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", + "self": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/c1687a13f973/launch-928f8d7d70f2-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/f403fe32acd4/launch-0b199a05e438-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -204127,7 +209921,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries", "meta": { "action": "submit" @@ -204136,49 +209930,49 @@ }, "response": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:31.388Z", + "created_at": "2022-01-20T22:09:39.334Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2021-10-05T19:14:36.896Z", + "updated_at": "2022-01-20T22:09:44.886Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/builds" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/data_elements", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/extensions", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/extensions", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/notes" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/rules", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/rules", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/rules" } }, "upstream_library": { @@ -204186,26 +209980,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/property" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/last_build" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/last_build" }, "data": { - "id": "BL269754d607af4c909cb0086d94391042", + "id": "BL3d3942548c06438bbb567e0370be338f", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72" + "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629" }, "meta": { "build_status": null @@ -204228,7 +210022,7 @@ "relationships": { "host": { "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HT0ca563d84f724fe59be78cd3530eb2b0", "type": "hosts" } } @@ -204238,77 +210032,82 @@ }, "response": { "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "EN6d2996202bce486baefe68a2c138738f", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:37.035Z", - "library_path": "17e0df72ece8/6ec188d2f91a", - "library_name": "launch-3169dc5bdec8-staging.min.js", + "created_at": "2022-01-20T22:09:45.021Z", + "library_path": "17e0df72ece8/5249cfe8c16b", + "library_name": "launch-a630dcedb1e5-staging.min.js", "library_entry_points": [ { - "library_name": "launch-3169dc5bdec8-staging.min.js", + "library_name": "launch-a630dcedb1e5-staging.min.js", "minified": true, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.min.js" + "17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js" ], - "license_path": "17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.js" + "license_path": "17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.js" }, { - "library_name": "launch-3169dc5bdec8-staging.js", + "library_name": "launch-a630dcedb1e5-staging.js", "minified": false, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.js" + "17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.js" ] } ], "name": "Staging Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "staging", - "updated_at": "2021-10-05T19:14:37.035Z", + "updated_at": "2022-01-20T22:09:45.021Z", "status": "succeeded", - "token": "3169dc5bdec8" + "token": "a630dcedb1e5" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/library" + "related": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/builds" + "related": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/host", - "self": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/relationships/host" + "related": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/host", + "self": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/relationships/host" }, "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HT0ca563d84f724fe59be78cd3530eb2b0", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/property" + "related": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90" + "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", + "self": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.js" + } ] } } @@ -204322,18 +210121,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "EN6d2996202bce486baefe68a2c138738f", "type": "environments" } }, "response": { "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "EN6d2996202bce486baefe68a2c138738f", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/environment", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/environment", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" } }, "response_code": 200, @@ -204346,66 +210145,66 @@ "request": null, "response": { "data": { - "id": "BL86440fbdf7d94e398c8aa80638cf581d", + "id": "BLb79d9a20ead24135b9d766ca346d1d7d", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:37.286Z", + "created_at": "2022-01-20T22:09:45.333Z", "status": "pending", - "updated_at": "2021-10-05T19:14:37.286Z", - "token": "8bb6ce10ace9" + "updated_at": "2022-01-20T22:09:45.333Z", + "token": "91e1b0623684" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/data_elements" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/extensions" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/rules" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/environment" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/environment" }, "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "EN6d2996202bce486baefe68a2c138738f", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/library" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/property" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d" + "environment": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f", + "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", + "self": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/8bb6ce10ace9/launch-3169dc5bdec8-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/91e1b0623684/launch-a630dcedb1e5-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -204416,71 +210215,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d", + "endpoint": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d", "method": "GET", "request": null, "response": { "data": { - "id": "BL86440fbdf7d94e398c8aa80638cf581d", + "id": "BLb79d9a20ead24135b9d766ca346d1d7d", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:37.286Z", + "created_at": "2022-01-20T22:09:45.333Z", "status": "pending", - "updated_at": "2021-10-05T19:14:37.286Z", - "token": "8bb6ce10ace9" + "updated_at": "2022-01-20T22:09:45.333Z", + "token": "91e1b0623684" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/data_elements" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/extensions" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/rules" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/environment" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/environment" }, "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "EN6d2996202bce486baefe68a2c138738f", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/library" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/property" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d" + "environment": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f", + "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", + "self": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/8bb6ce10ace9/launch-3169dc5bdec8-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/91e1b0623684/launch-a630dcedb1e5-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -204491,71 +210290,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d", + "endpoint": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d", "method": "GET", "request": null, "response": { "data": { - "id": "BL86440fbdf7d94e398c8aa80638cf581d", + "id": "BLb79d9a20ead24135b9d766ca346d1d7d", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:37.286Z", + "created_at": "2022-01-20T22:09:45.333Z", "status": "succeeded", - "updated_at": "2021-10-05T19:14:38.511Z", - "token": "8bb6ce10ace9" + "updated_at": "2022-01-20T22:09:46.562Z", + "token": "91e1b0623684" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/data_elements" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/extensions" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/rules" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/environment" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/environment" }, "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "EN6d2996202bce486baefe68a2c138738f", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/library" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/property" + "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d" + "environment": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f", + "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", + "self": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/8bb6ce10ace9/launch-3169dc5bdec8-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/91e1b0623684/launch-a630dcedb1e5-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -204570,7 +210369,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries", "meta": { "action": "approve" @@ -204579,49 +210378,49 @@ }, "response": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:31.388Z", + "created_at": "2022-01-20T22:09:39.334Z", "name": "My Library", "published_at": null, "state": "approved", - "updated_at": "2021-10-05T19:14:42.534Z", + "updated_at": "2022-01-20T22:09:50.600Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/builds" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/data_elements", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/extensions", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/extensions", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/notes" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/rules", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/rules", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/rules" } }, "upstream_library": { @@ -204629,26 +210428,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/property" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/last_build" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/last_build" }, "data": { - "id": "BL86440fbdf7d94e398c8aa80638cf581d", + "id": "BLb79d9a20ead24135b9d766ca346d1d7d", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72" + "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629" }, "meta": { "build_status": null @@ -204671,7 +210470,7 @@ "relationships": { "host": { "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HT0ca563d84f724fe59be78cd3530eb2b0", "type": "hosts" } } @@ -204681,77 +210480,82 @@ }, "response": { "data": { - "id": "EN931ce31231b14744954d286bc5a55946", + "id": "EN67a095aadcde4c23b2a92733086d90cd", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:42.686Z", - "library_path": "17e0df72ece8/6ec188d2f91a", - "library_name": "launch-48c89e2f3e33.min.js", + "created_at": "2022-01-20T22:09:50.744Z", + "library_path": "17e0df72ece8/5249cfe8c16b", + "library_name": "launch-5e816795cca7.min.js", "library_entry_points": [ { - "library_name": "launch-48c89e2f3e33.min.js", + "library_name": "launch-5e816795cca7.min.js", "minified": true, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.min.js" + "17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js" ], - "license_path": "17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.js" + "license_path": "17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.js" }, { - "library_name": "launch-48c89e2f3e33.js", + "library_name": "launch-5e816795cca7.js", "minified": false, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.js" + "17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.js" ] } ], "name": "Production Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "production", - "updated_at": "2021-10-05T19:14:42.686Z", + "updated_at": "2022-01-20T22:09:50.744Z", "status": "succeeded", - "token": "48c89e2f3e33" + "token": "5e816795cca7" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/library" + "related": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/builds" + "related": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/host", - "self": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/relationships/host" + "related": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/host", + "self": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/relationships/host" }, "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HT0ca563d84f724fe59be78cd3530eb2b0", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/property" + "related": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946" + "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", + "self": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.js" + } ] } } @@ -204765,18 +210569,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN931ce31231b14744954d286bc5a55946", + "id": "EN67a095aadcde4c23b2a92733086d90cd", "type": "environments" } }, "response": { "data": { - "id": "EN931ce31231b14744954d286bc5a55946", + "id": "EN67a095aadcde4c23b2a92733086d90cd", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/environment", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/environment", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" } }, "response_code": 200, @@ -204789,66 +210593,66 @@ "request": null, "response": { "data": { - "id": "BLaff6acd976664753b08417ef5c1c4813", + "id": "BLe793523a4bb746fda5ebdab4b9c4c6b4", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:42.954Z", + "created_at": "2022-01-20T22:09:51.007Z", "status": "pending", - "updated_at": "2021-10-05T19:14:42.954Z", - "token": "18e73da78581" + "updated_at": "2022-01-20T22:09:51.007Z", + "token": "cefbfaf3a816" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/data_elements" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/extensions" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/rules" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/environment" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/environment" }, "data": { - "id": "EN931ce31231b14744954d286bc5a55946", + "id": "EN67a095aadcde4c23b2a92733086d90cd", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/library" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/property" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813" + "environment": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd", + "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", + "self": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/18e73da78581/launch-48c89e2f3e33.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/cefbfaf3a816/launch-5e816795cca7.min.js", "archive": false, "host_type_of": "akamai" } @@ -204859,71 +210663,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813", + "endpoint": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4", "method": "GET", "request": null, "response": { "data": { - "id": "BLaff6acd976664753b08417ef5c1c4813", + "id": "BLe793523a4bb746fda5ebdab4b9c4c6b4", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:42.954Z", + "created_at": "2022-01-20T22:09:51.007Z", "status": "pending", - "updated_at": "2021-10-05T19:14:42.954Z", - "token": "18e73da78581" + "updated_at": "2022-01-20T22:09:51.007Z", + "token": "cefbfaf3a816" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/data_elements" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/extensions" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/rules" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/environment" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/environment" }, "data": { - "id": "EN931ce31231b14744954d286bc5a55946", + "id": "EN67a095aadcde4c23b2a92733086d90cd", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/library" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/property" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813" + "environment": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd", + "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", + "self": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/18e73da78581/launch-48c89e2f3e33.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/cefbfaf3a816/launch-5e816795cca7.min.js", "archive": false, "host_type_of": "akamai" } @@ -204934,71 +210738,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813", + "endpoint": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4", "method": "GET", "request": null, "response": { "data": { - "id": "BLaff6acd976664753b08417ef5c1c4813", + "id": "BLe793523a4bb746fda5ebdab4b9c4c6b4", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:42.954Z", + "created_at": "2022-01-20T22:09:51.007Z", "status": "succeeded", - "updated_at": "2021-10-05T19:14:44.213Z", - "token": "18e73da78581" + "updated_at": "2022-01-20T22:09:52.274Z", + "token": "cefbfaf3a816" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/data_elements" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/extensions" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/rules" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/environment" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/environment" }, "data": { - "id": "EN931ce31231b14744954d286bc5a55946", + "id": "EN67a095aadcde4c23b2a92733086d90cd", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/library" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/property" + "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813" + "environment": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd", + "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", + "self": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/18e73da78581/launch-48c89e2f3e33.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/cefbfaf3a816/launch-5e816795cca7.min.js", "archive": false, "available_for_republish": true, "host_type_of": "akamai" @@ -205015,49 +210819,49 @@ "request": null, "response": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB36273b8d1e0147ce89d7a727f298f629", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:31.388Z", + "created_at": "2022-01-20T22:09:39.334Z", "name": "My Library", - "published_at": "2021-10-05T19:14:44.295Z", + "published_at": "2022-01-20T22:09:52.384Z", "state": "published", - "updated_at": "2021-10-05T19:14:44.302Z", + "updated_at": "2022-01-20T22:09:52.393Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/builds" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/data_elements", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/extensions", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/extensions", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/notes" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/rules", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/rules", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/rules" } }, "upstream_library": { @@ -205065,26 +210869,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/property" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/last_build" + "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/last_build" }, "data": { - "id": "BLaff6acd976664753b08417ef5c1c4813", + "id": "BLe793523a4bb746fda5ebdab4b9c4c6b4", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72" + "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", + "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629" }, "meta": { "build_status": null, @@ -205109,7 +210913,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -205182,7 +210986,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -205249,16 +211053,16 @@ "response": { "data": [ { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR351c414cb64940828b774d5f84e37005", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:26.025Z", + "created_at": "2022-01-20T22:09:33.921Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:26.025Z", + "updated_at": "2022-01-20T22:09:33.921Z", "platform": "web", "development": false, - "token": "6ec188d2f91a", + "token": "5249cfe8c16b", "domains": [ "example.com" ], @@ -205268,7 +211072,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/company" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -205277,52 +211081,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/callbacks" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/hosts" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/environments" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/libraries" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/data_elements" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/extensions" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/rules" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/notes" + "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/environments", - "extensions": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/extensions", - "rules": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/rules", - "self": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d" + "data_elements": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/data_elements", + "environments": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/environments", + "extensions": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/extensions", + "rules": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/rules", + "self": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005" }, "meta": { "rights": [ @@ -205351,7 +211155,7 @@ }, { "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/PR134811fbc7c4429da6c081cdc757a98d", + "endpoint": "/properties/PR351c414cb64940828b774d5f84e37005", "method": "DELETE", "request": null, "response": null, @@ -205398,16 +211202,16 @@ }, "response": { "data": { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR125e39531e64453f8deeddb419ee2106", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:48.583Z", + "created_at": "2022-01-20T22:09:56.657Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:48.583Z", + "updated_at": "2022-01-20T22:09:56.657Z", "platform": "web", "development": false, - "token": "f1c2fe52e0ea", + "token": "c7878bc9dce2", "domains": [ "example.com" ], @@ -205417,7 +211221,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/company" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -205426,52 +211230,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/callbacks" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/hosts" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/environments" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/libraries" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/data_elements" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/extensions" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/rules" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/notes" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/environments", - "extensions": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/extensions", - "rules": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/rules", - "self": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928" + "data_elements": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/data_elements", + "environments": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/environments", + "extensions": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/extensions", + "rules": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/rules", + "self": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106" }, "meta": { "rights": [ @@ -205502,49 +211306,49 @@ }, "response": { "data": { - "id": "LB4de6f2ccd8bb4195b784325602b5c03e", + "id": "LB1f26e14fed0e44469c22a4250766ff34", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:53.818Z", + "created_at": "2022-01-20T22:10:01.864Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:53.818Z", + "updated_at": "2022-01-20T22:10:01.864Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/builds" + "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/data_elements", + "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/extensions", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/extensions", + "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/notes" + "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/rules", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/rules", + "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/rules" } }, "upstream_library": { @@ -205552,23 +211356,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/property" + "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/property" }, "data": { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR125e39531e64453f8deeddb419ee2106", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/last_build" + "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e" + "property": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106", + "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34" }, "meta": { "build_status": null, @@ -205581,7 +211385,7 @@ }, { "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/PRa89ad87d158148bda7294c355054f928/hosts", + "endpoint": "/properties/PR125e39531e64453f8deeddb419ee2106/hosts", "method": "POST", "request": { "data": { @@ -205594,33 +211398,33 @@ }, "response": { "data": { - "id": "HT129a84db5cd24b3e86b4b2a2fcb3b43b", + "id": "HT6782ee79740b4381a267eb39269c4fe2", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:14:53.892Z", + "created_at": "2022-01-20T22:10:01.950Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:14:53.892Z", + "updated_at": "2022-01-20T22:10:01.950Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT129a84db5cd24b3e86b4b2a2fcb3b43b/property" + "related": "https://reactor.adobe.io/hosts/HT6782ee79740b4381a267eb39269c4fe2/property" }, "data": { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR125e39531e64453f8deeddb419ee2106", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928", - "self": "https://reactor.adobe.io/hosts/HT129a84db5cd24b3e86b4b2a2fcb3b43b" + "property": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106", + "self": "https://reactor.adobe.io/hosts/HT6782ee79740b4381a267eb39269c4fe2" } } }, @@ -205640,7 +211444,7 @@ "relationships": { "host": { "data": { - "id": "HT129a84db5cd24b3e86b4b2a2fcb3b43b", + "id": "HT6782ee79740b4381a267eb39269c4fe2", "type": "hosts" } } @@ -205650,77 +211454,82 @@ }, "response": { "data": { - "id": "EN763c477797704dc19489c5990edafef4", + "id": "ENe385bac173494925aaa362433f393d08", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:53.979Z", - "library_path": "17e0df72ece8/f1c2fe52e0ea", - "library_name": "launch-7fd6958affb8-development.min.js", + "created_at": "2022-01-20T22:10:02.035Z", + "library_path": "17e0df72ece8/c7878bc9dce2", + "library_name": "launch-baccd090cb9b-development.min.js", "library_entry_points": [ { - "library_name": "launch-7fd6958affb8-development.min.js", + "library_name": "launch-baccd090cb9b-development.min.js", "minified": true, "references": [ - "17e0df72ece8/f1c2fe52e0ea/launch-7fd6958affb8-development.min.js" + "17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.min.js" ], - "license_path": "17e0df72ece8/f1c2fe52e0ea/launch-7fd6958affb8-development.js" + "license_path": "17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.js" }, { - "library_name": "launch-7fd6958affb8-development.js", + "library_name": "launch-baccd090cb9b-development.js", "minified": false, "references": [ - "17e0df72ece8/f1c2fe52e0ea/launch-7fd6958affb8-development.js" + "17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:14:53.979Z", + "updated_at": "2022-01-20T22:10:02.035Z", "status": "succeeded", - "token": "7fd6958affb8" + "token": "baccd090cb9b" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/library" + "related": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/builds" + "related": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/host", - "self": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/host", + "self": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/relationships/host" }, "data": { - "id": "HT129a84db5cd24b3e86b4b2a2fcb3b43b", + "id": "HT6782ee79740b4381a267eb39269c4fe2", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/property" + "related": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/property" }, "data": { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR125e39531e64453f8deeddb419ee2106", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928", - "self": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4" + "property": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106", + "self": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.js" + } ] } } @@ -205734,18 +211543,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN763c477797704dc19489c5990edafef4", + "id": "ENe385bac173494925aaa362433f393d08", "type": "environments" } }, "response": { "data": { - "id": "EN763c477797704dc19489c5990edafef4", + "id": "ENe385bac173494925aaa362433f393d08", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/environment", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/environment", + "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/environment" } }, "response_code": 200, @@ -205765,7 +211574,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -205838,7 +211647,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -205905,16 +211714,16 @@ "response": { "data": [ { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR125e39531e64453f8deeddb419ee2106", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:48.583Z", + "created_at": "2022-01-20T22:09:56.657Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:48.583Z", + "updated_at": "2022-01-20T22:09:56.657Z", "platform": "web", "development": false, - "token": "f1c2fe52e0ea", + "token": "c7878bc9dce2", "domains": [ "example.com" ], @@ -205924,7 +211733,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/company" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -205933,52 +211742,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/callbacks" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/hosts" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/environments" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/libraries" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/data_elements" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/extensions" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/rules" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/notes" + "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/environments", - "extensions": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/extensions", - "rules": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/rules", - "self": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928" + "data_elements": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/data_elements", + "environments": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/environments", + "extensions": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/extensions", + "rules": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/rules", + "self": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106" }, "meta": { "rights": [ @@ -206007,7 +211816,7 @@ }, { "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/PRa89ad87d158148bda7294c355054f928", + "endpoint": "/properties/PR125e39531e64453f8deeddb419ee2106", "method": "DELETE", "request": null, "response": null, @@ -206054,16 +211863,16 @@ }, "response": { "data": { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:54.561Z", + "created_at": "2022-01-20T22:10:02.616Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:54.561Z", + "updated_at": "2022-01-20T22:10:02.616Z", "platform": "web", "development": false, - "token": "83be477127e3", + "token": "681ce2eaace3", "domains": [ "example.com" ], @@ -206073,7 +211882,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/company" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -206082,52 +211891,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/callbacks" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/hosts" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/environments" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/libraries" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/data_elements" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/extensions" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/rules" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/notes" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/environments", - "extensions": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/extensions", - "rules": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/rules", - "self": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841" + "data_elements": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/environments", + "extensions": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/extensions", + "rules": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/rules", + "self": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c" }, "meta": { "rights": [ @@ -206146,7 +211955,7 @@ }, { "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/PRc137ad603c7740e4a372bee5860ed841/hosts", + "endpoint": "/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/hosts", "method": "POST", "request": { "data": { @@ -206159,33 +211968,33 @@ }, "response": { "data": { - "id": "HTb0d3789de6f149af8dfea9d96d976ae8", + "id": "HT057c02138a304796bf651e40eccf87ee", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:14:59.767Z", + "created_at": "2022-01-20T22:10:07.917Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:14:59.767Z", + "updated_at": "2022-01-20T22:10:07.917Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTb0d3789de6f149af8dfea9d96d976ae8/property" + "related": "https://reactor.adobe.io/hosts/HT057c02138a304796bf651e40eccf87ee/property" }, "data": { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841", - "self": "https://reactor.adobe.io/hosts/HTb0d3789de6f149af8dfea9d96d976ae8" + "property": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c", + "self": "https://reactor.adobe.io/hosts/HT057c02138a304796bf651e40eccf87ee" } } }, @@ -206205,7 +212014,7 @@ "relationships": { "host": { "data": { - "id": "HTb0d3789de6f149af8dfea9d96d976ae8", + "id": "HT057c02138a304796bf651e40eccf87ee", "type": "hosts" } } @@ -206215,77 +212024,82 @@ }, "response": { "data": { - "id": "EN7148632f3b634fdd8b8efd9ee5d564d9", + "id": "ENe9ca962bb185497e9a985e53460fd54b", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:59.853Z", - "library_path": "17e0df72ece8/83be477127e3", - "library_name": "launch-a2a8e926bd42-development.min.js", + "created_at": "2022-01-20T22:10:08.025Z", + "library_path": "17e0df72ece8/681ce2eaace3", + "library_name": "launch-253cd9fff644-development.min.js", "library_entry_points": [ { - "library_name": "launch-a2a8e926bd42-development.min.js", + "library_name": "launch-253cd9fff644-development.min.js", "minified": true, "references": [ - "17e0df72ece8/83be477127e3/launch-a2a8e926bd42-development.min.js" + "17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.min.js" ], - "license_path": "17e0df72ece8/83be477127e3/launch-a2a8e926bd42-development.js" + "license_path": "17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.js" }, { - "library_name": "launch-a2a8e926bd42-development.js", + "library_name": "launch-253cd9fff644-development.js", "minified": false, "references": [ - "17e0df72ece8/83be477127e3/launch-a2a8e926bd42-development.js" + "17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:14:59.853Z", + "updated_at": "2022-01-20T22:10:08.025Z", "status": "succeeded", - "token": "a2a8e926bd42" + "token": "253cd9fff644" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/library" + "related": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/builds" + "related": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/host", - "self": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/host", + "self": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/relationships/host" }, "data": { - "id": "HTb0d3789de6f149af8dfea9d96d976ae8", + "id": "HT057c02138a304796bf651e40eccf87ee", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/property" + "related": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/property" }, "data": { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841", - "self": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9" + "property": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c", + "self": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.js" + } ] } } @@ -206307,49 +212121,49 @@ }, "response": { "data": { - "id": "LB76f4a42387a04d62871e3e2911fc21c6", + "id": "LB6a5c48f2cab3465797de32b8fa710f45", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:59.928Z", + "created_at": "2022-01-20T22:10:08.121Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:59.928Z", + "updated_at": "2022-01-20T22:10:08.121Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/builds" + "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/data_elements", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/extensions", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/extensions", + "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/notes" + "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/rules", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/rules", + "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/rules" } }, "upstream_library": { @@ -206357,23 +212171,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/property" + "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/property" }, "data": { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/last_build" + "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6" + "property": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c", + "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45" }, "meta": { "build_status": null, @@ -206390,18 +212204,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN7148632f3b634fdd8b8efd9ee5d564d9", + "id": "ENe9ca962bb185497e9a985e53460fd54b", "type": "environments" } }, "response": { "data": { - "id": "EN7148632f3b634fdd8b8efd9ee5d564d9", + "id": "ENe9ca962bb185497e9a985e53460fd54b", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/environment", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/environment", + "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/environment" } }, "response_code": 200, @@ -206414,12 +212228,12 @@ "request": null, "response": { "data": { - "id": "EN7148632f3b634fdd8b8efd9ee5d564d9", + "id": "ENe9ca962bb185497e9a985e53460fd54b", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/environment", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/environment", + "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/environment" } }, "response_code": 200, @@ -206439,7 +212253,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -206512,7 +212326,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -206579,16 +212393,16 @@ "response": { "data": [ { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:54.561Z", + "created_at": "2022-01-20T22:10:02.616Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:54.561Z", + "updated_at": "2022-01-20T22:10:02.616Z", "platform": "web", "development": false, - "token": "83be477127e3", + "token": "681ce2eaace3", "domains": [ "example.com" ], @@ -206598,7 +212412,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/company" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -206607,52 +212421,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/callbacks" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/hosts" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/environments" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/libraries" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/data_elements" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/extensions" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/rules" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/notes" + "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/environments", - "extensions": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/extensions", - "rules": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/rules", - "self": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841" + "data_elements": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/environments", + "extensions": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/extensions", + "rules": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/rules", + "self": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c" }, "meta": { "rights": [ @@ -206681,7 +212495,7 @@ }, { "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/PRc137ad603c7740e4a372bee5860ed841", + "endpoint": "/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c", "method": "DELETE", "request": null, "response": null, @@ -206728,16 +212542,16 @@ }, "response": { "data": { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:00.519Z", + "created_at": "2022-01-20T22:10:08.818Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:00.519Z", + "updated_at": "2022-01-20T22:10:08.818Z", "platform": "web", "development": false, - "token": "7a8b75f79142", + "token": "fb08ac45c8c8", "domains": [ "example.com" ], @@ -206747,7 +212561,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/company" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -206756,52 +212570,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/callbacks" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/hosts" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/environments" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/libraries" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/data_elements" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/extensions" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/rules" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/notes" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/environments", - "extensions": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/extensions", - "rules": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/rules", - "self": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a" + "data_elements": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/data_elements", + "environments": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/environments", + "extensions": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/extensions", + "rules": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/rules", + "self": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb" }, "meta": { "rights": [ @@ -206820,7 +212634,7 @@ }, { "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/hosts", + "endpoint": "/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/hosts", "method": "POST", "request": { "data": { @@ -206833,33 +212647,33 @@ }, "response": { "data": { - "id": "HT28862ae01f0e4daf95fdda7e30301a22", + "id": "HT9a0eaea3c1ff4e56a7e0b75baca2e43e", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:15:05.752Z", + "created_at": "2022-01-20T22:10:14.029Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:15:05.752Z", + "updated_at": "2022-01-20T22:10:14.029Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT28862ae01f0e4daf95fdda7e30301a22/property" + "related": "https://reactor.adobe.io/hosts/HT9a0eaea3c1ff4e56a7e0b75baca2e43e/property" }, "data": { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a", - "self": "https://reactor.adobe.io/hosts/HT28862ae01f0e4daf95fdda7e30301a22" + "property": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb", + "self": "https://reactor.adobe.io/hosts/HT9a0eaea3c1ff4e56a7e0b75baca2e43e" } } }, @@ -206879,7 +212693,7 @@ "relationships": { "host": { "data": { - "id": "HT28862ae01f0e4daf95fdda7e30301a22", + "id": "HT9a0eaea3c1ff4e56a7e0b75baca2e43e", "type": "hosts" } } @@ -206889,77 +212703,82 @@ }, "response": { "data": { - "id": "ENe50055e2609f49d6afba258ec15b1b69", + "id": "EN993c9981b85b4ebab11b5d42add61787", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:15:05.864Z", - "library_path": "17e0df72ece8/7a8b75f79142", - "library_name": "launch-d1cef6d0b7f4-development.min.js", + "created_at": "2022-01-20T22:10:14.124Z", + "library_path": "17e0df72ece8/fb08ac45c8c8", + "library_name": "launch-343efe3cce6c-development.min.js", "library_entry_points": [ { - "library_name": "launch-d1cef6d0b7f4-development.min.js", + "library_name": "launch-343efe3cce6c-development.min.js", "minified": true, "references": [ - "17e0df72ece8/7a8b75f79142/launch-d1cef6d0b7f4-development.min.js" + "17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.min.js" ], - "license_path": "17e0df72ece8/7a8b75f79142/launch-d1cef6d0b7f4-development.js" + "license_path": "17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.js" }, { - "library_name": "launch-d1cef6d0b7f4-development.js", + "library_name": "launch-343efe3cce6c-development.js", "minified": false, "references": [ - "17e0df72ece8/7a8b75f79142/launch-d1cef6d0b7f4-development.js" + "17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:15:05.864Z", + "updated_at": "2022-01-20T22:10:14.124Z", "status": "succeeded", - "token": "d1cef6d0b7f4" + "token": "343efe3cce6c" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/library" + "related": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/builds" + "related": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/host", - "self": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/relationships/host" + "related": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/host", + "self": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/relationships/host" }, "data": { - "id": "HT28862ae01f0e4daf95fdda7e30301a22", + "id": "HT9a0eaea3c1ff4e56a7e0b75baca2e43e", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/property" + "related": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/property" }, "data": { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a", - "self": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69" + "property": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb", + "self": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.js" + } ] } } @@ -206981,49 +212800,49 @@ }, "response": { "data": { - "id": "LB800e8797b8d44efdb5e4d454c45f9d00", + "id": "LB5af4eb3bcb534477ba2e61e6e87aea70", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:05.966Z", + "created_at": "2022-01-20T22:10:14.198Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:05.966Z", + "updated_at": "2022-01-20T22:10:14.198Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/builds" + "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/data_elements", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/extensions", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/extensions", + "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/notes" + "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/rules", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/rules", + "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/rules" } }, "upstream_library": { @@ -207031,23 +212850,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/property" + "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/property" }, "data": { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/last_build" + "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00" + "property": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb", + "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70" }, "meta": { "build_status": null, @@ -207064,18 +212883,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENe50055e2609f49d6afba258ec15b1b69", + "id": "EN993c9981b85b4ebab11b5d42add61787", "type": "environments" } }, "response": { "data": { - "id": "ENe50055e2609f49d6afba258ec15b1b69", + "id": "EN993c9981b85b4ebab11b5d42add61787", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/environment", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/environment", + "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/environment" } }, "response_code": 200, @@ -207100,8 +212919,8 @@ "response": { "data": null, "links": { - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/environment", - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/environment" + "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/environment", + "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/environment" } }, "response_code": 200, @@ -207121,7 +212940,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -207194,7 +213013,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -207261,16 +213080,16 @@ "response": { "data": [ { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:00.519Z", + "created_at": "2022-01-20T22:10:08.818Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:00.519Z", + "updated_at": "2022-01-20T22:10:08.818Z", "platform": "web", "development": false, - "token": "7a8b75f79142", + "token": "fb08ac45c8c8", "domains": [ "example.com" ], @@ -207280,7 +213099,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/company" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -207289,52 +213108,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/callbacks" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/hosts" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/environments" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/libraries" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/data_elements" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/extensions" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/rules" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/notes" + "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/environments", - "extensions": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/extensions", - "rules": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/rules", - "self": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a" + "data_elements": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/data_elements", + "environments": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/environments", + "extensions": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/extensions", + "rules": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/rules", + "self": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb" }, "meta": { "rights": [ @@ -207363,7 +213182,7 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "endpoint": "/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb", "method": "DELETE", "request": null, "response": null, @@ -207410,16 +213229,16 @@ }, "response": { "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:06.727Z", + "created_at": "2022-01-20T22:10:14.946Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:06.727Z", + "updated_at": "2022-01-20T22:10:14.946Z", "platform": "web", "development": false, - "token": "25d168b4133e", + "token": "393df31c54d9", "domains": [ "example.com" ], @@ -207429,7 +213248,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/company" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -207438,52 +213257,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/callbacks" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/hosts" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/environments" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/libraries" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/data_elements" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/extensions" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/rules" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/notes" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/data_elements", - "environments": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/environments", - "extensions": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/extensions", - "rules": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/rules", - "self": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e" + "data_elements": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/environments", + "extensions": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/extensions", + "rules": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/rules", + "self": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a" }, "meta": { "rights": [ @@ -207502,7 +213321,7 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/PRaa213f4791f04a98965111be9296977e/hosts", + "endpoint": "/properties/PR7d55e92495904d7db83b01f48504893a/hosts", "method": "POST", "request": { "data": { @@ -207515,33 +213334,33 @@ }, "response": { "data": { - "id": "HTb2d569b23fac4b1ab4f15e4d45c3b40e", + "id": "HT78afd84696014c56868e086911fad5fb", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:15:11.970Z", + "created_at": "2022-01-20T22:10:20.188Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:15:11.970Z", + "updated_at": "2022-01-20T22:10:20.188Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTb2d569b23fac4b1ab4f15e4d45c3b40e/property" + "related": "https://reactor.adobe.io/hosts/HT78afd84696014c56868e086911fad5fb/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/hosts/HTb2d569b23fac4b1ab4f15e4d45c3b40e" + "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", + "self": "https://reactor.adobe.io/hosts/HT78afd84696014c56868e086911fad5fb" } } }, @@ -207561,7 +213380,7 @@ "relationships": { "host": { "data": { - "id": "HTb2d569b23fac4b1ab4f15e4d45c3b40e", + "id": "HT78afd84696014c56868e086911fad5fb", "type": "hosts" } } @@ -207571,77 +213390,82 @@ }, "response": { "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN8ae56530be264dbb989cec1b4eed5d9e", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:15:12.062Z", - "library_path": "17e0df72ece8/25d168b4133e", - "library_name": "launch-e6e5fa04a362-development.min.js", + "created_at": "2022-01-20T22:10:20.262Z", + "library_path": "17e0df72ece8/393df31c54d9", + "library_name": "launch-34ccb8b8499f-development.min.js", "library_entry_points": [ { - "library_name": "launch-e6e5fa04a362-development.min.js", + "library_name": "launch-34ccb8b8499f-development.min.js", "minified": true, "references": [ - "17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.min.js" + "17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js" ], - "license_path": "17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.js" + "license_path": "17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.js" }, { - "library_name": "launch-e6e5fa04a362-development.js", + "library_name": "launch-34ccb8b8499f-development.js", "minified": false, "references": [ - "17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.js" + "17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:15:12.062Z", + "updated_at": "2022-01-20T22:10:20.262Z", "status": "succeeded", - "token": "e6e5fa04a362" + "token": "34ccb8b8499f" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/library" + "related": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/builds" + "related": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/host", - "self": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/relationships/host" + "related": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/host", + "self": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/relationships/host" }, "data": { - "id": "HTb2d569b23fac4b1ab4f15e4d45c3b40e", + "id": "HT78afd84696014c56868e086911fad5fb", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/property" + "related": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000" + "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", + "self": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.js" + } ] } } @@ -207663,49 +213487,49 @@ }, "response": { "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LBa0d841c4e4bd483ba047f18cd173e37b", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:12.148Z", + "created_at": "2022-01-20T22:10:20.358Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:12.148Z", + "updated_at": "2022-01-20T22:10:20.358Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/builds" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/data_elements", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/extensions", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/extensions", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/notes" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/rules", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/rules", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/rules" } }, "upstream_library": { @@ -207713,23 +213537,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/property" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/last_build" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227" + "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b" }, "meta": { "build_status": null, @@ -207746,18 +213570,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN8ae56530be264dbb989cec1b4eed5d9e", "type": "environments" } }, "response": { "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN8ae56530be264dbb989cec1b4eed5d9e", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/environment", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/environment", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/environment" } }, "response_code": 200, @@ -207770,66 +213594,66 @@ "request": null, "response": { "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BLd5c106cae6994ea4b8ec68f5746743e0", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:15:12.393Z", + "created_at": "2022-01-20T22:10:20.605Z", "status": "pending", - "updated_at": "2021-10-05T19:15:12.393Z", - "token": "44716f6c163d" + "updated_at": "2022-01-20T22:10:20.605Z", + "token": "41a911d3cce7" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/data_elements" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/extensions" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/rules" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/environment" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/environment" }, "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN8ae56530be264dbb989cec1b4eed5d9e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/library" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/library" }, "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LBa0d841c4e4bd483ba047f18cd173e37b", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/property" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000", - "library": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227", - "self": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10" + "environment": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e", + "library": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b", + "self": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/44716f6c163d/launch-e6e5fa04a362-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/41a911d3cce7/launch-34ccb8b8499f-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -207840,71 +213664,71 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10", + "endpoint": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0", "method": "GET", "request": null, "response": { "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BLd5c106cae6994ea4b8ec68f5746743e0", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:15:12.393Z", + "created_at": "2022-01-20T22:10:20.605Z", "status": "pending", - "updated_at": "2021-10-05T19:15:12.393Z", - "token": "44716f6c163d" + "updated_at": "2022-01-20T22:10:20.605Z", + "token": "41a911d3cce7" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/data_elements" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/extensions" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/rules" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/environment" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/environment" }, "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN8ae56530be264dbb989cec1b4eed5d9e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/library" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/library" }, "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LBa0d841c4e4bd483ba047f18cd173e37b", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/property" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000", - "library": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227", - "self": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10" + "environment": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e", + "library": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b", + "self": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/44716f6c163d/launch-e6e5fa04a362-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/41a911d3cce7/launch-34ccb8b8499f-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -207915,71 +213739,71 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10", + "endpoint": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0", "method": "GET", "request": null, "response": { "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BLd5c106cae6994ea4b8ec68f5746743e0", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:15:12.393Z", + "created_at": "2022-01-20T22:10:20.605Z", "status": "succeeded", - "updated_at": "2021-10-05T19:15:13.706Z", - "token": "44716f6c163d" + "updated_at": "2022-01-20T22:10:21.829Z", + "token": "41a911d3cce7" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/data_elements" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/extensions" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/rules" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/environment" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/environment" }, "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN8ae56530be264dbb989cec1b4eed5d9e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/library" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/library" }, "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LBa0d841c4e4bd483ba047f18cd173e37b", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/property" + "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000", - "library": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227", - "self": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10" + "environment": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e", + "library": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b", + "self": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/44716f6c163d/launch-e6e5fa04a362-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/41a911d3cce7/launch-34ccb8b8499f-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -207994,7 +213818,7 @@ "method": "PATCH", "request": { "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LBa0d841c4e4bd483ba047f18cd173e37b", "type": "libraries", "meta": { "action": "submit" @@ -208003,49 +213827,49 @@ }, "response": { "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LBa0d841c4e4bd483ba047f18cd173e37b", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:12.148Z", + "created_at": "2022-01-20T22:10:20.358Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2021-10-05T19:15:17.633Z", + "updated_at": "2022-01-20T22:10:25.879Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/builds" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/data_elements", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/extensions", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/extensions", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/notes" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/rules", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/rules", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/rules" } }, "upstream_library": { @@ -208053,26 +213877,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/property" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/last_build" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/last_build" }, "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BLd5c106cae6994ea4b8ec68f5746743e0", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227" + "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b" }, "meta": { "build_status": null @@ -208096,79 +213920,79 @@ }, "response": { "data": { - "id": "LB3fa7eea98e5a49b085a4ee9eebe9873d", + "id": "LB01f799827b45453f93f59b46c02751d5", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:17.767Z", + "created_at": "2022-01-20T22:10:26.021Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:17.767Z", + "updated_at": "2022-01-20T22:10:26.021Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/builds" + "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/data_elements", + "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/extensions", - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/extensions", + "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/notes" + "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/rules", - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/rules", + "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/relationships/rules" } }, "upstream_library": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/upstream_library" + "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/upstream_library" }, "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LBa0d841c4e4bd483ba047f18cd173e37b", "type": "upstream_libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/property" + "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/last_build" + "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d" + "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", + "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5" }, "meta": { "build_status": null, @@ -208186,49 +214010,49 @@ "request": null, "response": { "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LBa0d841c4e4bd483ba047f18cd173e37b", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:12.148Z", + "created_at": "2022-01-20T22:10:20.358Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2021-10-05T19:15:17.633Z", + "updated_at": "2022-01-20T22:10:25.879Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/builds" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/data_elements", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/extensions", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/extensions", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/notes" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/rules", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/rules", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/rules" } }, "upstream_library": { @@ -208236,26 +214060,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/property" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/last_build" + "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/last_build" }, "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BLd5c106cae6994ea4b8ec68f5746743e0", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227" + "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", + "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b" }, "meta": { "build_status": null @@ -208279,7 +214103,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -208352,7 +214176,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -208419,16 +214243,16 @@ "response": { "data": [ { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PR7d55e92495904d7db83b01f48504893a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:06.727Z", + "created_at": "2022-01-20T22:10:14.946Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:06.727Z", + "updated_at": "2022-01-20T22:10:14.946Z", "platform": "web", "development": false, - "token": "25d168b4133e", + "token": "393df31c54d9", "domains": [ "example.com" ], @@ -208438,7 +214262,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/company" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -208447,52 +214271,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/callbacks" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/hosts" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/environments" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/libraries" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/data_elements" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/extensions" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/rules" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/notes" + "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/data_elements", - "environments": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/environments", - "extensions": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/extensions", - "rules": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/rules", - "self": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e" + "data_elements": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/environments", + "extensions": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/extensions", + "rules": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/rules", + "self": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a" }, "meta": { "rights": [ @@ -208521,7 +214345,7 @@ }, { "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/PRaa213f4791f04a98965111be9296977e", + "endpoint": "/properties/PR7d55e92495904d7db83b01f48504893a", "method": "DELETE", "request": null, "response": null, @@ -208568,16 +214392,16 @@ }, "response": { "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PR2ca429f70bf64eed8222e44a894970d1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:18.243Z", + "created_at": "2022-01-20T22:10:26.494Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:18.243Z", + "updated_at": "2022-01-20T22:10:26.494Z", "platform": "web", "development": false, - "token": "82938bd22737", + "token": "8d8cd0419fae", "domains": [ "example.com" ], @@ -208587,7 +214411,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/company" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -208596,52 +214420,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/callbacks" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/hosts" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/environments" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/libraries" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/data_elements" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/extensions" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/rules" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/notes" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/rules", - "self": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a" + "data_elements": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/environments", + "extensions": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/extensions", + "rules": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/rules", + "self": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1" }, "meta": { "rights": [ @@ -208660,7 +214484,7 @@ }, { "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/PR8a294521c0a74cceac773c2619cd540a/hosts", + "endpoint": "/properties/PR2ca429f70bf64eed8222e44a894970d1/hosts", "method": "POST", "request": { "data": { @@ -208673,33 +214497,33 @@ }, "response": { "data": { - "id": "HTa176af6d873e4405b471aedbfb38ed76", + "id": "HTe5ab4aace2b2413e80bf65480cfdfdcd", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:15:23.471Z", + "created_at": "2022-01-20T22:10:31.693Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:15:23.471Z", + "updated_at": "2022-01-20T22:10:31.693Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa176af6d873e4405b471aedbfb38ed76/property" + "related": "https://reactor.adobe.io/hosts/HTe5ab4aace2b2413e80bf65480cfdfdcd/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PR2ca429f70bf64eed8222e44a894970d1", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a", - "self": "https://reactor.adobe.io/hosts/HTa176af6d873e4405b471aedbfb38ed76" + "property": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1", + "self": "https://reactor.adobe.io/hosts/HTe5ab4aace2b2413e80bf65480cfdfdcd" } } }, @@ -208719,7 +214543,7 @@ "relationships": { "host": { "data": { - "id": "HTa176af6d873e4405b471aedbfb38ed76", + "id": "HTe5ab4aace2b2413e80bf65480cfdfdcd", "type": "hosts" } } @@ -208729,77 +214553,82 @@ }, "response": { "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:15:23.586Z", - "library_path": "17e0df72ece8/82938bd22737", - "library_name": "launch-a53e61e546ec-development.min.js", + "created_at": "2022-01-20T22:10:31.799Z", + "library_path": "17e0df72ece8/8d8cd0419fae", + "library_name": "launch-8ee236644244-development.min.js", "library_entry_points": [ { - "library_name": "launch-a53e61e546ec-development.min.js", + "library_name": "launch-8ee236644244-development.min.js", "minified": true, "references": [ - "17e0df72ece8/82938bd22737/launch-a53e61e546ec-development.min.js" + "17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.min.js" ], - "license_path": "17e0df72ece8/82938bd22737/launch-a53e61e546ec-development.js" + "license_path": "17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.js" }, { - "library_name": "launch-a53e61e546ec-development.js", + "library_name": "launch-8ee236644244-development.js", "minified": false, "references": [ - "17e0df72ece8/82938bd22737/launch-a53e61e546ec-development.js" + "17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:15:23.586Z", + "updated_at": "2022-01-20T22:10:31.799Z", "status": "succeeded", - "token": "a53e61e546ec" + "token": "8ee236644244" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/library" + "related": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/builds" + "related": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/host", - "self": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/relationships/host" + "related": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/host", + "self": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/relationships/host" }, "data": { - "id": "HTa176af6d873e4405b471aedbfb38ed76", + "id": "HTe5ab4aace2b2413e80bf65480cfdfdcd", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/property" + "related": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PR2ca429f70bf64eed8222e44a894970d1", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a", - "self": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1" + "property": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1", + "self": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.js" + } ] } } @@ -208821,49 +214650,49 @@ }, "response": { "data": { - "id": "LBd2993b7eeefb472496eca5bfd77f699b", + "id": "LBdd8f2d2002d24cd995c3d89afeb3e887", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:23.672Z", + "created_at": "2022-01-20T22:10:31.908Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:23.672Z", + "updated_at": "2022-01-20T22:10:31.908Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/builds" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/data_elements", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/data_elements", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/extensions", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/extensions", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/notes" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/rules", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/rules", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/rules" } }, "upstream_library": { @@ -208871,23 +214700,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/property" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PR2ca429f70bf64eed8222e44a894970d1", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/last_build" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b" + "property": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887" }, "meta": { "build_status": null, @@ -208904,18 +214733,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", "type": "environments" } }, "response": { "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/environment", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/environment", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/environment" } }, "response_code": 200, @@ -208928,66 +214757,66 @@ "request": null, "response": { "data": { - "id": "BL0ec60abaffe4458f966e041a0516d210", + "id": "BL34269d8da9c0409c9d00e605ac03d104", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:15:23.942Z", + "created_at": "2022-01-20T22:10:32.188Z", "status": "pending", - "updated_at": "2021-10-05T19:15:23.942Z", - "token": "1331b58c5338" + "updated_at": "2022-01-20T22:10:32.188Z", + "token": "55f8d7e07d47" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/data_elements" + "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/extensions" + "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/rules" + "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/environment" + "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/environment" }, "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/library" + "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/library" }, "data": { - "id": "LBd2993b7eeefb472496eca5bfd77f699b", + "id": "LBdd8f2d2002d24cd995c3d89afeb3e887", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/property" + "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PR2ca429f70bf64eed8222e44a894970d1", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1", - "library": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b", - "self": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210" + "environment": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4", + "library": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887", + "self": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/82938bd22737/launch-a53e61e546ec-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/82938bd22737/1331b58c5338/launch-a53e61e546ec-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/55f8d7e07d47/launch-8ee236644244-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -209003,53 +214832,53 @@ "request": null, "response": { "data": { - "id": "LBd2993b7eeefb472496eca5bfd77f699b", + "id": "LBdd8f2d2002d24cd995c3d89afeb3e887", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:23.672Z", + "created_at": "2022-01-20T22:10:31.908Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:23.672Z", + "updated_at": "2022-01-20T22:10:31.908Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/builds" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/builds" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/environment", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/environment", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/environment" }, "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", "type": "environments" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/data_elements", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/data_elements", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/extensions", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/extensions", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/notes" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/rules", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/rules", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/rules" } }, "upstream_library": { @@ -209057,26 +214886,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/property" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PR2ca429f70bf64eed8222e44a894970d1", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/last_build" + "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/last_build" }, "data": { - "id": "BL0ec60abaffe4458f966e041a0516d210", + "id": "BL34269d8da9c0409c9d00e605ac03d104", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b" + "property": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1", + "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887" }, "meta": { "build_status": "pending", @@ -209101,7 +214930,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -209174,7 +215003,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -209241,16 +215070,16 @@ "response": { "data": [ { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PR2ca429f70bf64eed8222e44a894970d1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:18.243Z", + "created_at": "2022-01-20T22:10:26.494Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:18.243Z", + "updated_at": "2022-01-20T22:10:26.494Z", "platform": "web", "development": false, - "token": "82938bd22737", + "token": "8d8cd0419fae", "domains": [ "example.com" ], @@ -209260,7 +215089,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/company" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -209269,52 +215098,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/callbacks" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/hosts" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/environments" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/libraries" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/data_elements" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/extensions" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/rules" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/notes" + "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/rules", - "self": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a" + "data_elements": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/environments", + "extensions": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/extensions", + "rules": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/rules", + "self": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1" }, "meta": { "rights": [ @@ -209343,7 +215172,7 @@ }, { "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/PR8a294521c0a74cceac773c2619cd540a", + "endpoint": "/properties/PR2ca429f70bf64eed8222e44a894970d1", "method": "DELETE", "request": null, "response": null, @@ -209390,16 +215219,16 @@ }, "response": { "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PR2faf6f2d00f445638451b4b27c7cd620", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:24.732Z", + "created_at": "2022-01-20T22:10:32.895Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:24.732Z", + "updated_at": "2022-01-20T22:10:32.895Z", "platform": "web", "development": false, - "token": "d3b6b0ad02fd", + "token": "f12778bc2444", "domains": [ "example.com" ], @@ -209409,7 +215238,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/company" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -209418,52 +215247,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/callbacks" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/hosts" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/environments" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/libraries" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/data_elements" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/extensions" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/rules" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/notes" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/rules", - "self": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb" + "data_elements": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/environments", + "extensions": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/extensions", + "rules": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/rules", + "self": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620" }, "meta": { "rights": [ @@ -209494,49 +215323,49 @@ }, "response": { "data": { - "id": "LB644b500d94bb4bccadbe7be43c39f128", + "id": "LB76b52785825c4627879f06e2f466f129", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:29.951Z", + "created_at": "2022-01-20T22:10:38.182Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:29.951Z", + "updated_at": "2022-01-20T22:10:38.182Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/builds" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/data_elements", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/data_elements", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/extensions", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/extensions", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/notes" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/rules", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/rules", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/rules" } }, "upstream_library": { @@ -209544,23 +215373,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/property" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/property" }, "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PR2faf6f2d00f445638451b4b27c7cd620", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/last_build" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128" + "property": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129" }, "meta": { "build_status": null, @@ -209573,7 +215402,7 @@ }, { "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/PRd4de50cf83864885869e55b26f4710eb/hosts", + "endpoint": "/properties/PR2faf6f2d00f445638451b4b27c7cd620/hosts", "method": "POST", "request": { "data": { @@ -209586,33 +215415,33 @@ }, "response": { "data": { - "id": "HT6a81be5782c6407d8114cb9fb1e803d9", + "id": "HT6c88415352c8434fa8cf5ca60cbb84e9", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:15:30.036Z", + "created_at": "2022-01-20T22:10:38.263Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:15:30.036Z", + "updated_at": "2022-01-20T22:10:38.263Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT6a81be5782c6407d8114cb9fb1e803d9/property" + "related": "https://reactor.adobe.io/hosts/HT6c88415352c8434fa8cf5ca60cbb84e9/property" }, "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PR2faf6f2d00f445638451b4b27c7cd620", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb", - "self": "https://reactor.adobe.io/hosts/HT6a81be5782c6407d8114cb9fb1e803d9" + "property": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620", + "self": "https://reactor.adobe.io/hosts/HT6c88415352c8434fa8cf5ca60cbb84e9" } } }, @@ -209632,7 +215461,7 @@ "relationships": { "host": { "data": { - "id": "HT6a81be5782c6407d8114cb9fb1e803d9", + "id": "HT6c88415352c8434fa8cf5ca60cbb84e9", "type": "hosts" } } @@ -209642,77 +215471,82 @@ }, "response": { "data": { - "id": "EN1b1e54f489de4740979a4d05318a0b8e", + "id": "EN51e7efc7b00b43a3a7197236c740652e", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:15:30.136Z", - "library_path": "17e0df72ece8/d3b6b0ad02fd", - "library_name": "launch-a097d9ac99cd-development.min.js", + "created_at": "2022-01-20T22:10:38.353Z", + "library_path": "17e0df72ece8/f12778bc2444", + "library_name": "launch-b7fd8aa05932-development.min.js", "library_entry_points": [ { - "library_name": "launch-a097d9ac99cd-development.min.js", + "library_name": "launch-b7fd8aa05932-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d3b6b0ad02fd/launch-a097d9ac99cd-development.min.js" + "17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.min.js" ], - "license_path": "17e0df72ece8/d3b6b0ad02fd/launch-a097d9ac99cd-development.js" + "license_path": "17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.js" }, { - "library_name": "launch-a097d9ac99cd-development.js", + "library_name": "launch-b7fd8aa05932-development.js", "minified": false, "references": [ - "17e0df72ece8/d3b6b0ad02fd/launch-a097d9ac99cd-development.js" + "17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:15:30.136Z", + "updated_at": "2022-01-20T22:10:38.353Z", "status": "succeeded", - "token": "a097d9ac99cd" + "token": "b7fd8aa05932" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/library" + "related": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/builds" + "related": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/host", - "self": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/relationships/host" + "related": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/host", + "self": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/relationships/host" }, "data": { - "id": "HT6a81be5782c6407d8114cb9fb1e803d9", + "id": "HT6c88415352c8434fa8cf5ca60cbb84e9", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/property" + "related": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/property" }, "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PR2faf6f2d00f445638451b4b27c7cd620", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb", - "self": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e" + "property": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620", + "self": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.js" + } ] } } @@ -209726,18 +215560,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN1b1e54f489de4740979a4d05318a0b8e", + "id": "EN51e7efc7b00b43a3a7197236c740652e", "type": "environments" } }, "response": { "data": { - "id": "EN1b1e54f489de4740979a4d05318a0b8e", + "id": "EN51e7efc7b00b43a3a7197236c740652e", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/environment", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/environment", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/environment" } }, "response_code": 200, @@ -209750,53 +215584,53 @@ "request": null, "response": { "data": { - "id": "LB644b500d94bb4bccadbe7be43c39f128", + "id": "LB76b52785825c4627879f06e2f466f129", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:29.951Z", + "created_at": "2022-01-20T22:10:38.182Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:29.951Z", + "updated_at": "2022-01-20T22:10:38.182Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/builds" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/builds" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/environment", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/environment", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/environment" }, "data": { - "id": "EN1b1e54f489de4740979a4d05318a0b8e", + "id": "EN51e7efc7b00b43a3a7197236c740652e", "type": "environments" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/data_elements", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/data_elements", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/extensions", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/extensions", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/notes" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/rules", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/rules", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/rules" } }, "upstream_library": { @@ -209804,23 +215638,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/property" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/property" }, "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PR2faf6f2d00f445638451b4b27c7cd620", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/last_build" + "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128" + "property": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620", + "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129" }, "meta": { "build_status": null, @@ -209845,7 +215679,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -209918,7 +215752,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -209985,16 +215819,16 @@ "response": { "data": [ { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PR2faf6f2d00f445638451b4b27c7cd620", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:24.732Z", + "created_at": "2022-01-20T22:10:32.895Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:24.732Z", + "updated_at": "2022-01-20T22:10:32.895Z", "platform": "web", "development": false, - "token": "d3b6b0ad02fd", + "token": "f12778bc2444", "domains": [ "example.com" ], @@ -210004,7 +215838,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/company" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -210013,52 +215847,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/callbacks" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/hosts" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/environments" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/libraries" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/data_elements" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/extensions" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/rules" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/notes" + "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/rules", - "self": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb" + "data_elements": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/environments", + "extensions": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/extensions", + "rules": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/rules", + "self": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620" }, "meta": { "rights": [ @@ -210087,7 +215921,7 @@ }, { "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/properties/PRd4de50cf83864885869e55b26f4710eb", + "endpoint": "/properties/PR2faf6f2d00f445638451b4b27c7cd620", "method": "DELETE", "request": null, "response": null, @@ -210134,16 +215968,16 @@ }, "response": { "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PR26efdb189370412eb4555dc50d5ed62f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:30.775Z", + "created_at": "2022-01-20T22:10:39.011Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:30.775Z", + "updated_at": "2022-01-20T22:10:39.011Z", "platform": "web", "development": false, - "token": "408110c51395", + "token": "e935341a9ac3", "domains": [ "example.com" ], @@ -210153,7 +215987,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/company" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -210162,52 +215996,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/callbacks" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/hosts" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/environments" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/libraries" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/data_elements" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/extensions" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/rules" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/notes" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/environments", - "extensions": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/extensions", - "rules": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/rules", - "self": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902" + "data_elements": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/environments", + "extensions": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/extensions", + "rules": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/rules", + "self": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f" }, "meta": { "rights": [ @@ -210238,49 +216072,49 @@ }, "response": { "data": { - "id": "LB41edbb1ae49a4cd396b778c723bc2f92", + "id": "LB26b916add890455dbcac84ff46860b30", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:36.060Z", + "created_at": "2022-01-20T22:10:44.228Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:36.060Z", + "updated_at": "2022-01-20T22:10:44.228Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/builds" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/data_elements", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/data_elements", + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/extensions", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/extensions", + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/notes" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/rules", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/rules", + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/rules" } }, "upstream_library": { @@ -210288,23 +216122,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/property" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PR26efdb189370412eb4555dc50d5ed62f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/last_build" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92" + "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30" }, "meta": { "build_status": null, @@ -211594,6 +217428,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -212770,10 +218605,10 @@ }, "response": { "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXfbdfe6ccc74d416ebc10218f70017def", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:15:36.345Z", + "created_at": "2022-01-20T22:10:44.457Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -212781,7 +218616,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:15:36.345Z", + "updated_at": "2022-01-20T22:10:44.457Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -212791,40 +218626,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/libraries" + "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/revisions" + "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/notes" + "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/property" + "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PR26efdb189370412eb4555dc50d5ed62f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/origin" + "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/origin" }, "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXfbdfe6ccc74d416ebc10218f70017def", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -212833,7 +218668,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/extension_package" + "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -212842,9 +218677,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "origin": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd", - "self": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd", + "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", + "origin": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def", + "self": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -214112,6 +219947,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -215264,14 +221100,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:15:36 -0600", + "name": "My Data Element 2022-01-20 15:10:44 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXfbdfe6ccc74d416ebc10218f70017def", "type": "extensions" } } @@ -215281,18 +221117,18 @@ }, "response": { "data": { - "id": "DE8e6271f942f745bdac79d2d30f062eb2", + "id": "DEa4fbc75c8ca34ee3844883ab061a5783", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:15:36.635Z", + "created_at": "2022-01-20T22:10:44.755Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:15:36 -0600", + "name": "My Data Element 2022-01-20 15:10:44 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:15:36.635Z", + "updated_at": "2022-01-20T22:10:44.755Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -215304,49 +221140,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/notes" + "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/property" + "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PR26efdb189370412eb4555dc50d5ed62f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/origin" + "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/origin" }, "data": { - "id": "DE8e6271f942f745bdac79d2d30f062eb2", + "id": "DEa4fbc75c8ca34ee3844883ab061a5783", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/extension" + "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/extension" }, "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXfbdfe6ccc74d416ebc10218f70017def", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -215355,19 +221191,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/updated_with_extension" }, "data": { - "id": "EXb592ad195bbd4bc5848e649b8df8a81e", + "id": "EX8aa6ba26d84e4ee395594a8175c1e53c", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "origin": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2", - "self": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2", - "extension": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd" + "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", + "origin": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783", + "self": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783", + "extension": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def" }, "meta": { "latest_revision_number": 0 @@ -215388,24 +221224,24 @@ "meta": { "action": "revise" }, - "id": "DE8e6271f942f745bdac79d2d30f062eb2", + "id": "DEa4fbc75c8ca34ee3844883ab061a5783", "type": "data_elements" } }, "response": { "data": { - "id": "DE4914c16f44f04d90a2226c08c8796ab8", + "id": "DE0cac044dce974e8dacff7d51d7499191", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:15:36.763Z", + "created_at": "2022-01-20T22:10:44.864Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:15:36 -0600", + "name": "My Data Element 2022-01-20 15:10:44 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:15:36.763Z", + "updated_at": "2022-01-20T22:10:44.864Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -215417,49 +221253,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/libraries" + "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/revisions" + "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/notes" + "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/property" + "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PR26efdb189370412eb4555dc50d5ed62f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/origin" + "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/origin" }, "data": { - "id": "DE8e6271f942f745bdac79d2d30f062eb2", + "id": "DEa4fbc75c8ca34ee3844883ab061a5783", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/extension" + "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/extension" }, "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXfbdfe6ccc74d416ebc10218f70017def", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -215468,19 +221304,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/updated_with_extension" }, "data": { - "id": "EXb592ad195bbd4bc5848e649b8df8a81e", + "id": "EX8aa6ba26d84e4ee395594a8175c1e53c", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "origin": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2", - "self": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8", - "extension": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd" + "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", + "origin": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783", + "self": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191", + "extension": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def" }, "meta": { "latest_revision_number": 1 @@ -215497,7 +221333,7 @@ "request": { "data": [ { - "id": "DE4914c16f44f04d90a2226c08c8796ab8", + "id": "DE0cac044dce974e8dacff7d51d7499191", "type": "data_elements" } ] @@ -215506,12 +221342,12 @@ "data": [ { "type": "data_elements", - "id": "DE4914c16f44f04d90a2226c08c8796ab8" + "id": "DE0cac044dce974e8dacff7d51d7499191" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/data_elements", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/data_elements", + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/data_elements" } }, "response_code": 200, @@ -215525,49 +221361,49 @@ "response": { "data": [ { - "id": "LB41edbb1ae49a4cd396b778c723bc2f92", + "id": "LB26b916add890455dbcac84ff46860b30", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:36.060Z", + "created_at": "2022-01-20T22:10:44.228Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:36.060Z", + "updated_at": "2022-01-20T22:10:44.228Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/builds" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/data_elements", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/data_elements", + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/extensions", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/extensions", + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/notes" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/rules", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/rules", + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/rules" } }, "upstream_library": { @@ -215575,23 +221411,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/property" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PR26efdb189370412eb4555dc50d5ed62f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/last_build" + "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92" + "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", + "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30" }, "meta": { "build_status": null, @@ -215626,7 +221462,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -215699,7 +221535,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -215766,16 +221602,16 @@ "response": { "data": [ { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PR26efdb189370412eb4555dc50d5ed62f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:30.775Z", + "created_at": "2022-01-20T22:10:39.011Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:30.775Z", + "updated_at": "2022-01-20T22:10:39.011Z", "platform": "web", "development": false, - "token": "408110c51395", + "token": "e935341a9ac3", "domains": [ "example.com" ], @@ -215785,7 +221621,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/company" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -215794,52 +221630,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/callbacks" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/hosts" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/environments" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/libraries" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/data_elements" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/extensions" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/rules" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/notes" + "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/environments", - "extensions": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/extensions", - "rules": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/rules", - "self": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902" + "data_elements": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/environments", + "extensions": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/extensions", + "rules": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/rules", + "self": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f" }, "meta": { "rights": [ @@ -215868,7 +221704,7 @@ }, { "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/properties/PR4d53ec620f9749c99288278cffed8902", + "endpoint": "/properties/PR26efdb189370412eb4555dc50d5ed62f", "method": "DELETE", "request": null, "response": null, @@ -215915,16 +221751,16 @@ }, "response": { "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc94f9b02d56342de9fd1d2154bbf548b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:37.364Z", + "created_at": "2022-01-20T22:10:45.539Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:37.364Z", + "updated_at": "2022-01-20T22:10:45.539Z", "platform": "web", "development": false, - "token": "cbc79a90022e", + "token": "3fb0a007105d", "domains": [ "example.com" ], @@ -215934,7 +221770,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/company" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -215943,52 +221779,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/callbacks" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/hosts" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/environments" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/libraries" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/data_elements" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/extensions" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/rules" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/notes" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/environments", - "extensions": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/extensions", - "rules": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/rules", - "self": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f" + "data_elements": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/environments", + "extensions": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/extensions", + "rules": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/rules", + "self": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b" }, "meta": { "rights": [ @@ -216019,10 +221855,10 @@ }, "response": { "data": { - "id": "RL73a2616d672943d8b4e88d4145c556cd", + "id": "RL2fbc1252e86e4599a0e528fa5bd9ece8", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:15:42.565Z", + "created_at": "2022-01-20T22:10:50.756Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -216030,54 +221866,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:15:42.565Z", + "updated_at": "2022-01-20T22:10:50.756Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/libraries" + "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/revisions" + "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/notes" + "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/property" + "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/property" }, "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc94f9b02d56342de9fd1d2154bbf548b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/origin" + "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/origin" }, "data": { - "id": "RL73a2616d672943d8b4e88d4145c556cd", + "id": "RL2fbc1252e86e4599a0e528fa5bd9ece8", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/rule_components" + "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f", - "origin": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd", - "self": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd", - "rule_components": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/rule_components" + "property": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b", + "origin": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8", + "self": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8", + "rule_components": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/rule_components" }, "meta": { "latest_revision_number": 0 @@ -216098,16 +221934,16 @@ "meta": { "action": "revise" }, - "id": "RL73a2616d672943d8b4e88d4145c556cd", + "id": "RL2fbc1252e86e4599a0e528fa5bd9ece8", "type": "rules" } }, "response": { "data": { - "id": "RL915299f3b9544df49bd1b5c19f12df72", + "id": "RL42d553ba7a6347a08537c66b1e56956d", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:15:42.669Z", + "created_at": "2022-01-20T22:10:50.880Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -216115,54 +221951,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:15:42.669Z", + "updated_at": "2022-01-20T22:10:50.880Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/libraries" + "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/revisions" + "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/notes" + "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/property" + "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/property" }, "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc94f9b02d56342de9fd1d2154bbf548b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/origin" + "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/origin" }, "data": { - "id": "RL73a2616d672943d8b4e88d4145c556cd", + "id": "RL2fbc1252e86e4599a0e528fa5bd9ece8", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/rule_components" + "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f", - "origin": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd", - "self": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72", - "rule_components": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/rule_components" + "property": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b", + "origin": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8", + "self": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d", + "rule_components": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/rule_components" }, "meta": { "latest_revision_number": 1 @@ -216185,7 +222021,7 @@ "rules": { "data": [ { - "id": "RL915299f3b9544df49bd1b5c19f12df72", + "id": "RL42d553ba7a6347a08537c66b1e56956d", "type": "rules" } ] @@ -216196,49 +222032,49 @@ }, "response": { "data": { - "id": "LB77b0da143ba145d3a0b95c26683e42f0", + "id": "LB5dd307611c5a489cae847dd5792f2b90", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:42.773Z", + "created_at": "2022-01-20T22:10:50.981Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:42.773Z", + "updated_at": "2022-01-20T22:10:50.981Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/builds" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/data_elements", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/extensions", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/extensions", + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/notes" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/rules", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/rules", + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/rules" } }, "upstream_library": { @@ -216246,23 +222082,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/property" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/property" }, "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc94f9b02d56342de9fd1d2154bbf548b", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/last_build" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0" + "property": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b", + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90" }, "meta": { "build_status": null, @@ -216281,49 +222117,49 @@ "response": { "data": [ { - "id": "LB77b0da143ba145d3a0b95c26683e42f0", + "id": "LB5dd307611c5a489cae847dd5792f2b90", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:42.773Z", + "created_at": "2022-01-20T22:10:50.981Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:42.773Z", + "updated_at": "2022-01-20T22:10:50.981Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/builds" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/data_elements", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/extensions", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/extensions", + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/notes" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/rules", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/rules", + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/rules" } }, "upstream_library": { @@ -216331,23 +222167,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/property" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/property" }, "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc94f9b02d56342de9fd1d2154bbf548b", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/last_build" + "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0" + "property": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b", + "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90" }, "meta": { "build_status": null, @@ -216382,7 +222218,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -216455,7 +222291,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -216522,16 +222358,16 @@ "response": { "data": [ { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc94f9b02d56342de9fd1d2154bbf548b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:37.364Z", + "created_at": "2022-01-20T22:10:45.539Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:37.364Z", + "updated_at": "2022-01-20T22:10:45.539Z", "platform": "web", "development": false, - "token": "cbc79a90022e", + "token": "3fb0a007105d", "domains": [ "example.com" ], @@ -216541,7 +222377,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/company" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -216550,52 +222386,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/callbacks" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/hosts" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/environments" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/libraries" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/data_elements" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/extensions" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/rules" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/notes" + "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/environments", - "extensions": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/extensions", - "rules": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/rules", - "self": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f" + "data_elements": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/environments", + "extensions": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/extensions", + "rules": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/rules", + "self": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b" }, "meta": { "rights": [ @@ -216624,7 +222460,7 @@ }, { "name": "libraries.create_a_note_on_a_library", - "endpoint": "/properties/PR4eadbb1982fb4be98f69085459286d6f", + "endpoint": "/properties/PRc94f9b02d56342de9fd1d2154bbf548b", "method": "DELETE", "request": null, "response": null, @@ -216671,16 +222507,16 @@ }, "response": { "data": { - "id": "PR55d496ad051e4d1a9cc9086564168033", + "id": "PR5369fc0c77c347eb9ba4f4a54766e5a0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:43.297Z", + "created_at": "2022-01-20T22:10:51.576Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:43.297Z", + "updated_at": "2022-01-20T22:10:51.576Z", "platform": "web", "development": false, - "token": "c596488709af", + "token": "496239fed746", "domains": [ "example.com" ], @@ -216690,7 +222526,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/company" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -216699,52 +222535,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/callbacks" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/hosts" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/environments" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/libraries" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/data_elements" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/extensions" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/rules" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/notes" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/environments", - "extensions": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/extensions", - "rules": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/rules", - "self": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033" + "data_elements": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/environments", + "extensions": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/extensions", + "rules": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/rules", + "self": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0" }, "meta": { "rights": [ @@ -216775,49 +222611,49 @@ }, "response": { "data": { - "id": "LB1b39bb93f312455399d19033674a4992", + "id": "LB6736bdecf6da485893b54adbdb2a05bb", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:48.486Z", + "created_at": "2022-01-20T22:10:56.860Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:48.486Z", + "updated_at": "2022-01-20T22:10:56.860Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/builds" + "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/data_elements", - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/extensions", - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/extensions", + "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/notes" + "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/rules", - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/rules", + "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/relationships/rules" } }, "upstream_library": { @@ -216825,23 +222661,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/property" + "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/property" }, "data": { - "id": "PR55d496ad051e4d1a9cc9086564168033", + "id": "PR5369fc0c77c347eb9ba4f4a54766e5a0", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/last_build" + "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033", - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992" + "property": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0", + "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb" }, "meta": { "build_status": null, @@ -216866,28 +222702,28 @@ }, "response": { "data": { - "id": "NT266faac258f9419db7b6fb33cc3de022", + "id": "NT171e0cfe0c3a497cb60228cd37b1d56e", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:48.583Z", + "created_at": "2022-01-20T22:10:56.947Z", "text": "this note on a library intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992" + "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb" }, "data": { - "id": "LB1b39bb93f312455399d19033674a4992", + "id": "LB6736bdecf6da485893b54adbdb2a05bb", "type": "libraries" } } }, "links": { - "resource": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992", - "self": "https://reactor.adobe.io/notes/NT266faac258f9419db7b6fb33cc3de022" + "resource": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb", + "self": "https://reactor.adobe.io/notes/NT171e0cfe0c3a497cb60228cd37b1d56e" } } }, @@ -216908,7 +222744,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -216981,7 +222817,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -217048,16 +222884,16 @@ "response": { "data": [ { - "id": "PR55d496ad051e4d1a9cc9086564168033", + "id": "PR5369fc0c77c347eb9ba4f4a54766e5a0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:43.297Z", + "created_at": "2022-01-20T22:10:51.576Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:43.297Z", + "updated_at": "2022-01-20T22:10:51.576Z", "platform": "web", "development": false, - "token": "c596488709af", + "token": "496239fed746", "domains": [ "example.com" ], @@ -217067,7 +222903,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/company" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -217076,52 +222912,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/callbacks" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/hosts" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/environments" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/libraries" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/data_elements" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/extensions" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/rules" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/notes" + "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/environments", - "extensions": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/extensions", - "rules": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/rules", - "self": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033" + "data_elements": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/environments", + "extensions": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/extensions", + "rules": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/rules", + "self": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0" }, "meta": { "rights": [ @@ -217150,7 +222986,7 @@ }, { "name": "libraries.list_notes_for_a_library", - "endpoint": "/properties/PR55d496ad051e4d1a9cc9086564168033", + "endpoint": "/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0", "method": "DELETE", "request": null, "response": null, @@ -217197,16 +223033,16 @@ }, "response": { "data": { - "id": "PRe3868c65b02d47f8955be2fd66411cd6", + "id": "PRc807233541f0493f97765a01718b03cd", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:48.972Z", + "created_at": "2022-01-20T22:10:57.397Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:48.972Z", + "updated_at": "2022-01-20T22:10:57.397Z", "platform": "web", "development": false, - "token": "5d0bdb5ff147", + "token": "df4f1b50731b", "domains": [ "example.com" ], @@ -217216,7 +223052,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/company" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -217225,52 +223061,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/callbacks" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/hosts" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/environments" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/libraries" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/data_elements" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/extensions" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/rules" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/notes" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/rules", - "self": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6" + "data_elements": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/environments", + "extensions": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/extensions", + "rules": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/rules", + "self": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd" }, "meta": { "rights": [ @@ -217301,49 +223137,49 @@ }, "response": { "data": { - "id": "LBe6682d60843e44ef94764f1f420d9be0", + "id": "LB896f3b0d712943bc91f83ba81d8a2d0b", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:54.201Z", + "created_at": "2022-01-20T22:11:02.630Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:54.201Z", + "updated_at": "2022-01-20T22:11:02.630Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/builds" + "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/data_elements", + "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/extensions", - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/extensions", + "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/notes" + "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/rules", - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/rules", + "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/relationships/rules" } }, "upstream_library": { @@ -217351,23 +223187,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/property" + "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/property" }, "data": { - "id": "PRe3868c65b02d47f8955be2fd66411cd6", + "id": "PRc807233541f0493f97765a01718b03cd", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/last_build" + "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6", - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0" + "property": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd", + "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b" }, "meta": { "build_status": null, @@ -217392,28 +223228,28 @@ }, "response": { "data": { - "id": "NT4b1e224f30904b0e9123f095ef3381dd", + "id": "NT1fd6483ed3e94bcd9cc2c55dc91b66b7", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:54.298Z", + "created_at": "2022-01-20T22:11:02.711Z", "text": "this is a note on a library" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0" + "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b" }, "data": { - "id": "LBe6682d60843e44ef94764f1f420d9be0", + "id": "LB896f3b0d712943bc91f83ba81d8a2d0b", "type": "libraries" } } }, "links": { - "resource": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0", - "self": "https://reactor.adobe.io/notes/NT4b1e224f30904b0e9123f095ef3381dd" + "resource": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b", + "self": "https://reactor.adobe.io/notes/NT1fd6483ed3e94bcd9cc2c55dc91b66b7" } } }, @@ -217428,28 +223264,28 @@ "response": { "data": [ { - "id": "NT4b1e224f30904b0e9123f095ef3381dd", + "id": "NT1fd6483ed3e94bcd9cc2c55dc91b66b7", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:54.298Z", + "created_at": "2022-01-20T22:11:02.711Z", "text": "this is a note on a library" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0" + "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b" }, "data": { - "id": "LBe6682d60843e44ef94764f1f420d9be0", + "id": "LB896f3b0d712943bc91f83ba81d8a2d0b", "type": "libraries" } } }, "links": { - "resource": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0", - "self": "https://reactor.adobe.io/notes/NT4b1e224f30904b0e9123f095ef3381dd" + "resource": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b", + "self": "https://reactor.adobe.io/notes/NT1fd6483ed3e94bcd9cc2c55dc91b66b7" } } ], @@ -217480,7 +223316,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -217553,7 +223389,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -217620,16 +223456,16 @@ "response": { "data": [ { - "id": "PRe3868c65b02d47f8955be2fd66411cd6", + "id": "PRc807233541f0493f97765a01718b03cd", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:48.972Z", + "created_at": "2022-01-20T22:10:57.397Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:48.972Z", + "updated_at": "2022-01-20T22:10:57.397Z", "platform": "web", "development": false, - "token": "5d0bdb5ff147", + "token": "df4f1b50731b", "domains": [ "example.com" ], @@ -217639,7 +223475,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/company" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -217648,52 +223484,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/callbacks" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/hosts" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/environments" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/libraries" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/data_elements" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/extensions" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/rules" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/notes" + "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/rules", - "self": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6" + "data_elements": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/environments", + "extensions": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/extensions", + "rules": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/rules", + "self": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd" }, "meta": { "rights": [ @@ -217722,7 +223558,7 @@ }, { "name": "notes.get_a_note", - "endpoint": "/properties/PRe3868c65b02d47f8955be2fd66411cd6", + "endpoint": "/properties/PRc807233541f0493f97765a01718b03cd", "method": "DELETE", "request": null, "response": null, @@ -217769,16 +223605,16 @@ }, "response": { "data": { - "id": "PR1ce15c89258842f6801b578d6f1b88aa", + "id": "PRcca8df5d50864a378eeb7545b91865f3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:54.728Z", + "created_at": "2022-01-20T22:11:03.136Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:54.728Z", + "updated_at": "2022-01-20T22:11:03.136Z", "platform": "web", "development": false, - "token": "aacfa57d8a7f", + "token": "2f4c6c3ff525", "domains": [ "example.com" ], @@ -217788,7 +223624,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/company" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -217797,52 +223633,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/callbacks" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/hosts" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/environments" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/libraries" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/data_elements" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/extensions" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/rules" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/notes" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/environments", - "extensions": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/extensions", - "rules": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/rules", - "self": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa" + "data_elements": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/environments", + "extensions": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/extensions", + "rules": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/rules", + "self": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3" }, "meta": { "rights": [ @@ -217873,28 +223709,28 @@ }, "response": { "data": { - "id": "NT344799177d874ca4802f1484029248bd", + "id": "NT361ddfb23a084c879611d5c2108b4b7e", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:59.935Z", + "created_at": "2022-01-20T22:11:08.413Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3" }, "data": { - "id": "PR1ce15c89258842f6801b578d6f1b88aa", + "id": "PRcca8df5d50864a378eeb7545b91865f3", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa", - "self": "https://reactor.adobe.io/notes/NT344799177d874ca4802f1484029248bd" + "resource": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3", + "self": "https://reactor.adobe.io/notes/NT361ddfb23a084c879611d5c2108b4b7e" } } }, @@ -217908,28 +223744,28 @@ "request": null, "response": { "data": { - "id": "NT344799177d874ca4802f1484029248bd", + "id": "NT361ddfb23a084c879611d5c2108b4b7e", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:59.935Z", + "created_at": "2022-01-20T22:11:08.413Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3" }, "data": { - "id": "PR1ce15c89258842f6801b578d6f1b88aa", + "id": "PRcca8df5d50864a378eeb7545b91865f3", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa", - "self": "https://reactor.adobe.io/notes/NT344799177d874ca4802f1484029248bd" + "resource": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3", + "self": "https://reactor.adobe.io/notes/NT361ddfb23a084c879611d5c2108b4b7e" } } }, @@ -217947,7 +223783,7 @@ "type": "users", "attributes": { "active_org": "08364A825824E04F0A494115@AdobeOrg", - "expires_in": 1274, + "expires_in": 1088, "display_name": "George Ciltaru", "job_function": null, "email": "ciltaru@adobe.com", @@ -217960,11 +223796,11 @@ ], "product_contexts": [ - "dma_audiencemanager_int", - "dma_auditor", - "dma_reactor", "dma_tartan", - "dma_dtm" + "dma_reactor", + "dma_dtm", + "dma_audiencemanager_int", + "dma_auditor" ], "tenant_id": "reactorqe" }, @@ -217976,8 +223812,8 @@ ], "product_contexts": [ - "acp", "dma_reactor", + "acp", "dma_tartan" ], "tenant_id": "platformuiintenv" @@ -217990,10 +223826,10 @@ ], "product_contexts": [ + "dma_audiencemanager_int", "dma_tartan", "dma_reactor", - "dma_reactor_api", - "dma_audiencemanager_int" + "dma_reactor_api" ], "tenant_id": "launchautomation" }, @@ -218005,11 +223841,25 @@ ], "product_contexts": [ + "dma_reactor", "dma_tartan", - "dma_audiencemanager_int", - "dma_reactor" + "dma_audiencemanager_int" ], "tenant_id": "reactorintegration" + }, + "0E7866D75CE595550A494218@AdobeOrg": { + "name": "AEP Streaming Services - STG", + "admin": true, + "active": false, + "login_companies": [ + + ], + "product_contexts": [ + "dma_reactor", + "acp", + "dma_tartan" + ], + "tenant_id": "aepstreamingservicesstg" } } }, @@ -218040,7 +223890,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218113,7 +223963,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218180,16 +224030,16 @@ "response": { "data": [ { - "id": "PR1ce15c89258842f6801b578d6f1b88aa", + "id": "PRcca8df5d50864a378eeb7545b91865f3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:54.728Z", + "created_at": "2022-01-20T22:11:03.136Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:54.728Z", + "updated_at": "2022-01-20T22:11:03.136Z", "platform": "web", "development": false, - "token": "aacfa57d8a7f", + "token": "2f4c6c3ff525", "domains": [ "example.com" ], @@ -218199,7 +224049,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/company" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218208,52 +224058,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/callbacks" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/hosts" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/environments" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/libraries" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/data_elements" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/extensions" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/rules" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/notes" + "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/environments", - "extensions": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/extensions", - "rules": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/rules", - "self": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa" + "data_elements": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/environments", + "extensions": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/extensions", + "rules": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/rules", + "self": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3" }, "meta": { "rights": [ @@ -218282,7 +224132,7 @@ }, { "name": "properties.create_a_property", - "endpoint": "/properties/PR1ce15c89258842f6801b578d6f1b88aa", + "endpoint": "/properties/PRcca8df5d50864a378eeb7545b91865f3", "method": "DELETE", "request": null, "response": null, @@ -218307,16 +224157,16 @@ }, "response": { "data": { - "id": "PR0938e6e8c13e42e796ce123efae1ff91", + "id": "PR5378793183f94f72b87887dcb442202a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.372Z", + "created_at": "2022-01-20T22:11:08.869Z", "enabled": true, "name": "Kessel Property A", - "updated_at": "2021-10-05T19:16:00.372Z", + "updated_at": "2022-01-20T22:11:08.869Z", "platform": "web", "development": false, - "token": "b373a59704f9", + "token": "6b4056f68edb", "domains": [ "example.com" ], @@ -218326,7 +224176,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/company" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218335,52 +224185,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/callbacks" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/hosts" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/environments" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/libraries" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/data_elements" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/extensions" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/rules" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/notes" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/environments", - "extensions": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/extensions", - "rules": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/rules", - "self": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91" + "data_elements": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/environments", + "extensions": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/extensions", + "rules": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/rules", + "self": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a" }, "meta": { "rights": [ @@ -218411,7 +224261,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218484,7 +224334,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218551,16 +224401,16 @@ "response": { "data": [ { - "id": "PR0938e6e8c13e42e796ce123efae1ff91", + "id": "PR5378793183f94f72b87887dcb442202a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.372Z", + "created_at": "2022-01-20T22:11:08.869Z", "enabled": true, "name": "Kessel Property A", - "updated_at": "2021-10-05T19:16:00.372Z", + "updated_at": "2022-01-20T22:11:08.869Z", "platform": "web", "development": false, - "token": "b373a59704f9", + "token": "6b4056f68edb", "domains": [ "example.com" ], @@ -218570,7 +224420,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/company" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218579,52 +224429,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/callbacks" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/hosts" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/environments" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/libraries" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/data_elements" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/extensions" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/rules" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/notes" + "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/environments", - "extensions": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/extensions", - "rules": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/rules", - "self": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91" + "data_elements": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/environments", + "extensions": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/extensions", + "rules": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/rules", + "self": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a" }, "meta": { "rights": [ @@ -218653,7 +224503,7 @@ }, { "name": "properties.get_a_property", - "endpoint": "/properties/PR0938e6e8c13e42e796ce123efae1ff91", + "endpoint": "/properties/PR5378793183f94f72b87887dcb442202a", "method": "DELETE", "request": null, "response": null, @@ -218700,16 +224550,16 @@ }, "response": { "data": { - "id": "PR9b07f9ef88c24fcb83e16fc2ebfcfe88", + "id": "PR8c394a41016149b09c1c54b266c29552", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.955Z", + "created_at": "2022-01-20T22:11:09.509Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:00.955Z", + "updated_at": "2022-01-20T22:11:09.509Z", "platform": "web", "development": false, - "token": "77b83ef415d1", + "token": "1d7bf1f8f269", "domains": [ "example.com" ], @@ -218719,7 +224569,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/company" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218728,52 +224578,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/callbacks" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/hosts" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/libraries" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/notes" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments", - "extensions": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions", - "rules": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules", - "self": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88" + "data_elements": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments", + "extensions": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions", + "rules": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules", + "self": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552" }, "meta": { "rights": [ @@ -218797,16 +224647,16 @@ "request": null, "response": { "data": { - "id": "PR9b07f9ef88c24fcb83e16fc2ebfcfe88", + "id": "PR8c394a41016149b09c1c54b266c29552", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.955Z", + "created_at": "2022-01-20T22:11:09.509Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:00.955Z", + "updated_at": "2022-01-20T22:11:09.509Z", "platform": "web", "development": false, - "token": "77b83ef415d1", + "token": "1d7bf1f8f269", "domains": [ "example.com" ], @@ -218816,7 +224666,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/company" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218825,52 +224675,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/callbacks" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/hosts" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/libraries" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/notes" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments", - "extensions": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions", - "rules": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules", - "self": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88" + "data_elements": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments", + "extensions": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions", + "rules": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules", + "self": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552" }, "meta": { "rights": [ @@ -218901,7 +224751,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218974,7 +224824,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -219041,16 +224891,16 @@ "response": { "data": [ { - "id": "PR9b07f9ef88c24fcb83e16fc2ebfcfe88", + "id": "PR8c394a41016149b09c1c54b266c29552", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.955Z", + "created_at": "2022-01-20T22:11:09.509Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:00.955Z", + "updated_at": "2022-01-20T22:11:09.509Z", "platform": "web", "development": false, - "token": "77b83ef415d1", + "token": "1d7bf1f8f269", "domains": [ "example.com" ], @@ -219060,7 +224910,587 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/company" + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments", + "extensions": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions", + "rules": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules", + "self": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/properties/PR8c394a41016149b09c1c54b266c29552", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR436fbd7259c7480a8b957563856aa406", + "type": "properties", + "attributes": { + "created_at": "2022-01-20T22:11:15.102Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-01-20T22:11:15.102Z", + "platform": "web", + "development": false, + "token": "c58f134a8e08", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements", + "environments": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments", + "extensions": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions", + "rules": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules", + "self": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/:company_id/properties", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR436fbd7259c7480a8b957563856aa406", + "type": "properties", + "attributes": { + "created_at": "2022-01-20T22:11:15.102Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-01-20T22:11:15.102Z", + "platform": "web", + "development": false, + "token": "c58f134a8e08", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements", + "environments": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments", + "extensions": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions", + "rules": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules", + "self": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR9b456681911a4be8ac115b3f68c6e13b", + "type": "properties", + "attributes": { + "created_at": "2021-11-11T22:18:47.750Z", + "enabled": true, + "name": "my prop", + "updated_at": "2021-11-11T22:18:47.750Z", + "platform": "edge", + "development": false, + "token": "9db6e3fc4b6c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/environments", + "extensions": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/extensions", + "rules": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/rules", + "self": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR3c37e7865847431fa85be0401bb342ae", + "type": "properties", + "attributes": { + "created_at": "2021-10-15T23:53:16.248Z", + "enabled": true, + "name": "new prop http api", + "updated_at": "2021-10-15T23:53:16.248Z", + "platform": "web", + "development": false, + "token": "e3f59f0c39e1", + "domains": [ + "adobe.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/environments", + "extensions": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/extensions", + "rules": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/rules", + "self": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PRfe4249d1a384405b8aae8d6362922736", + "type": "properties", + "attributes": { + "created_at": "2021-10-25T20:48:06.575Z", + "enabled": true, + "name": "test", + "updated_at": "2021-10-25T20:48:06.575Z", + "platform": "edge", + "development": false, + "token": "d7c0c2ea946c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/environments", + "extensions": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/extensions", + "rules": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/rules", + "self": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR6ec4d3e0aabb446e8ca60ebcf4392abc", + "type": "properties", + "attributes": { + "created_at": "2021-11-04T22:12:00.570Z", + "enabled": true, + "name": "test 2 secrets", + "updated_at": "2021-11-04T22:12:00.570Z", + "platform": "edge", + "development": false, + "token": "c349b7ac1c7c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -219069,52 +225499,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/callbacks" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/hosts" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/libraries" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/notes" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments", - "extensions": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions", - "rules": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules", - "self": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88" + "data_elements": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/environments", + "extensions": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/extensions", + "rules": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/rules", + "self": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc" }, "meta": { "rights": [ @@ -219126,167 +225556,7 @@ "publish" ] } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRba6afec48ccd4470a0ebd575586311ff", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:16:06.547Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:06.547Z", - "platform": "web", - "development": false, - "token": "4fc14407b5c0", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/data_elements", - "environments": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/environments", - "extensions": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/extensions", - "rules": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/rules", - "self": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/:company_id/properties", - "method": "GET", - "request": null, - "response": { - "data": [ { "id": "PRefceae519d4f4debbd42d204690e1166", "type": "properties", @@ -219460,6 +225730,93 @@ "publish" ] } + }, + { + "id": "PR5669294602404b5bbb6964bfc612b045", + "type": "properties", + "attributes": { + "created_at": "2021-10-15T23:57:35.653Z", + "enabled": true, + "name": "zzzz", + "updated_at": "2021-10-15T23:57:35.653Z", + "platform": "web", + "development": false, + "token": "56ed52bf7bb0", + "domains": [ + "adobe.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/environments", + "extensions": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/extensions", + "rules": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/rules", + "self": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } } ], "meta": { @@ -219468,7 +225825,7 @@ "next_page": null, "prev_page": null, "total_pages": 1, - "total_count": 4 + "total_count": 10 } } }, @@ -219489,7 +225846,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -219562,7 +225919,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -219629,16 +225986,16 @@ "response": { "data": [ { - "id": "PRba6afec48ccd4470a0ebd575586311ff", + "id": "PR436fbd7259c7480a8b957563856aa406", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:06.547Z", + "created_at": "2022-01-20T22:11:15.102Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:06.547Z", + "updated_at": "2022-01-20T22:11:15.102Z", "platform": "web", "development": false, - "token": "4fc14407b5c0", + "token": "c58f134a8e08", "domains": [ "example.com" ], @@ -219648,7 +226005,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/company" + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -219657,52 +226014,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/callbacks" + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/hosts" + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/environments" + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/libraries" + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/data_elements" + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/extensions" + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/rules" + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/notes" + "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/data_elements", - "environments": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/environments", - "extensions": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/extensions", - "rules": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/rules", - "self": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff" + "data_elements": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements", + "environments": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments", + "extensions": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions", + "rules": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules", + "self": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406" }, "meta": { "rights": [ @@ -219731,7 +226088,7 @@ }, { "name": "properties.update_a_property", - "endpoint": "/properties/PRba6afec48ccd4470a0ebd575586311ff", + "endpoint": "/properties/PR436fbd7259c7480a8b957563856aa406", "method": "DELETE", "request": null, "response": null, @@ -219778,16 +226135,16 @@ }, "response": { "data": { - "id": "PR106cf7d1b7204f918c3f579086e6cf9e", + "id": "PR4e349bc96f1b4beaa4a504acebd8ff85", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:12.164Z", + "created_at": "2022-01-20T22:11:20.864Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:12.164Z", + "updated_at": "2022-01-20T22:11:20.864Z", "platform": "web", "development": false, - "token": "a1379a3b7d24", + "token": "d80bfddbc364", "domains": [ "example.com" ], @@ -219797,7 +226154,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/company" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -219806,52 +226163,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/callbacks" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/hosts" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/libraries" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/notes" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments", - "extensions": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions", - "rules": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules", - "self": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e" + "data_elements": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments", + "extensions": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions", + "rules": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules", + "self": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85" }, "meta": { "rights": [ @@ -219880,22 +226237,22 @@ "example.com" ] }, - "id": "PR106cf7d1b7204f918c3f579086e6cf9e", + "id": "PR4e349bc96f1b4beaa4a504acebd8ff85", "type": "properties" } }, "response": { "data": { - "id": "PR106cf7d1b7204f918c3f579086e6cf9e", + "id": "PR4e349bc96f1b4beaa4a504acebd8ff85", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:12.164Z", + "created_at": "2022-01-20T22:11:20.864Z", "enabled": true, "name": "Kessel Property B", - "updated_at": "2021-10-05T19:16:17.378Z", + "updated_at": "2022-01-20T22:11:26.126Z", "platform": "web", "development": false, - "token": "a1379a3b7d24", + "token": "d80bfddbc364", "domains": [ "example.com" ], @@ -219905,7 +226262,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/company" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -219914,52 +226271,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/callbacks" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/hosts" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/libraries" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/notes" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments", - "extensions": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions", - "rules": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules", - "self": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e" + "data_elements": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments", + "extensions": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions", + "rules": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules", + "self": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85" }, "meta": { "rights": [ @@ -219990,7 +226347,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220063,7 +226420,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220130,16 +226487,16 @@ "response": { "data": [ { - "id": "PR106cf7d1b7204f918c3f579086e6cf9e", + "id": "PR4e349bc96f1b4beaa4a504acebd8ff85", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:12.164Z", + "created_at": "2022-01-20T22:11:20.864Z", "enabled": true, "name": "Kessel Property B", - "updated_at": "2021-10-05T19:16:17.378Z", + "updated_at": "2022-01-20T22:11:26.126Z", "platform": "web", "development": false, - "token": "a1379a3b7d24", + "token": "d80bfddbc364", "domains": [ "example.com" ], @@ -220149,7 +226506,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/company" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -220158,52 +226515,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/callbacks" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/hosts" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/libraries" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/notes" + "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments", - "extensions": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions", - "rules": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules", - "self": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e" + "data_elements": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments", + "extensions": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions", + "rules": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules", + "self": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85" }, "meta": { "rights": [ @@ -220232,7 +226589,7 @@ }, { "name": "properties.delete_a_property", - "endpoint": "/properties/PR106cf7d1b7204f918c3f579086e6cf9e", + "endpoint": "/properties/PR4e349bc96f1b4beaa4a504acebd8ff85", "method": "DELETE", "request": null, "response": null, @@ -220279,16 +226636,16 @@ }, "response": { "data": { - "id": "PR8e6c87ebfcd9477d81a1a1a4c03bfe7b", + "id": "PR266716be856a4360875e7eec5f263a4a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:17.842Z", + "created_at": "2022-01-20T22:11:26.701Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:17.842Z", + "updated_at": "2022-01-20T22:11:26.701Z", "platform": "web", "development": false, - "token": "56045e6b21d9", + "token": "657db2313e3f", "domains": [ "example.com" ], @@ -220298,7 +226655,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/company" + "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -220307,52 +226664,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/callbacks" + "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/hosts" + "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/environments" + "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/libraries" + "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/data_elements" + "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/extensions" + "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/rules" + "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/notes" + "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/environments", - "extensions": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/extensions", - "rules": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/rules", - "self": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b" + "data_elements": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/environments", + "extensions": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/extensions", + "rules": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/rules", + "self": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a" }, "meta": { "rights": [ @@ -220392,7 +226749,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220465,7 +226822,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220586,16 +226943,16 @@ }, "response": { "data": { - "id": "PRadb112bc689d417dadfcfc2ba917ed85", + "id": "PRc28bd45fbeed44b1a7fc71b02456001a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:23.424Z", + "created_at": "2022-01-20T22:11:32.437Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:23.424Z", + "updated_at": "2022-01-20T22:11:32.437Z", "platform": "web", "development": false, - "token": "cd0426fc5d3f", + "token": "0397e1cc7b91", "domains": [ "example.com" ], @@ -220605,7 +226962,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/company" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -220614,52 +226971,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/callbacks" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/hosts" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/libraries" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/notes" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments", - "extensions": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions", - "rules": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules", - "self": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85" + "data_elements": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments", + "extensions": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions", + "rules": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules", + "self": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a" }, "meta": { "rights": [ @@ -220690,49 +227047,49 @@ }, "response": { "data": { - "id": "LB2a710dcdeadb426482ca349dd7c67919", + "id": "LB84514eddeee44cadbdc375a906f57f57", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:16:28.663Z", + "created_at": "2022-01-20T22:11:37.704Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:16:28.663Z", + "updated_at": "2022-01-20T22:11:37.704Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/builds" + "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/data_elements", - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/data_elements", + "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/extensions", - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/extensions", + "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/notes" + "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/rules", - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/rules", + "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/relationships/rules" } }, "upstream_library": { @@ -220740,23 +227097,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/property" + "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/property" }, "data": { - "id": "PRadb112bc689d417dadfcfc2ba917ed85", + "id": "PRc28bd45fbeed44b1a7fc71b02456001a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/last_build" + "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85", - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919" + "property": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a", + "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57" }, "meta": { "build_status": null, @@ -220774,16 +227131,16 @@ "request": null, "response": { "data": { - "id": "PRadb112bc689d417dadfcfc2ba917ed85", + "id": "PRc28bd45fbeed44b1a7fc71b02456001a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:23.424Z", + "created_at": "2022-01-20T22:11:32.437Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:23.424Z", + "updated_at": "2022-01-20T22:11:32.437Z", "platform": "web", "development": false, - "token": "cd0426fc5d3f", + "token": "0397e1cc7b91", "domains": [ "example.com" ], @@ -220793,7 +227150,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/company" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -220802,52 +227159,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/callbacks" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/hosts" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/libraries" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/notes" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments", - "extensions": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions", - "rules": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules", - "self": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85" + "data_elements": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments", + "extensions": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions", + "rules": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules", + "self": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a" }, "meta": { "rights": [ @@ -220878,7 +227235,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220951,7 +227308,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -221018,16 +227375,16 @@ "response": { "data": [ { - "id": "PRadb112bc689d417dadfcfc2ba917ed85", + "id": "PRc28bd45fbeed44b1a7fc71b02456001a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:23.424Z", + "created_at": "2022-01-20T22:11:32.437Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:23.424Z", + "updated_at": "2022-01-20T22:11:32.437Z", "platform": "web", "development": false, - "token": "cd0426fc5d3f", + "token": "0397e1cc7b91", "domains": [ "example.com" ], @@ -221037,7 +227394,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/company" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221046,52 +227403,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/callbacks" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/hosts" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/libraries" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/notes" + "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments", - "extensions": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions", - "rules": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules", - "self": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85" + "data_elements": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments", + "extensions": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions", + "rules": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules", + "self": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a" }, "meta": { "rights": [ @@ -221120,7 +227477,7 @@ }, { "name": "properties.get_the_property_for_a_host", - "endpoint": "/properties/PRadb112bc689d417dadfcfc2ba917ed85", + "endpoint": "/properties/PRc28bd45fbeed44b1a7fc71b02456001a", "method": "DELETE", "request": null, "response": null, @@ -221167,16 +227524,16 @@ }, "response": { "data": { - "id": "PR24abbe4a6a454b04a9ced4c0ae15bf45", + "id": "PRb5bf7836126c4557a150b07e142f600b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:29.081Z", + "created_at": "2022-01-20T22:11:38.246Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:29.081Z", + "updated_at": "2022-01-20T22:11:38.246Z", "platform": "web", "development": false, - "token": "89f0f6f08020", + "token": "cba6a5a804df", "domains": [ "example.com" ], @@ -221186,7 +227543,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/company" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221195,52 +227552,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/callbacks" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/hosts" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/libraries" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/notes" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements", - "environments": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments", - "extensions": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions", - "rules": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules", - "self": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45" + "data_elements": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments", + "extensions": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions", + "rules": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules", + "self": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b" }, "meta": { "rights": [ @@ -221259,7 +227616,7 @@ }, { "name": "properties.get_the_property_for_a_host", - "endpoint": "/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/hosts", + "endpoint": "/properties/PRb5bf7836126c4557a150b07e142f600b/hosts", "method": "POST", "request": { "data": { @@ -221272,33 +227629,33 @@ }, "response": { "data": { - "id": "HTe869455449014d9c8e244985fd8f425e", + "id": "HTbe1d28fc8a7b407a89156677a615bf35", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:16:34.334Z", + "created_at": "2022-01-20T22:11:43.507Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:16:34.334Z", + "updated_at": "2022-01-20T22:11:43.507Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTe869455449014d9c8e244985fd8f425e/property" + "related": "https://reactor.adobe.io/hosts/HTbe1d28fc8a7b407a89156677a615bf35/property" }, "data": { - "id": "PR24abbe4a6a454b04a9ced4c0ae15bf45", + "id": "PRb5bf7836126c4557a150b07e142f600b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45", - "self": "https://reactor.adobe.io/hosts/HTe869455449014d9c8e244985fd8f425e" + "property": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b", + "self": "https://reactor.adobe.io/hosts/HTbe1d28fc8a7b407a89156677a615bf35" } } }, @@ -221312,16 +227669,16 @@ "request": null, "response": { "data": { - "id": "PR24abbe4a6a454b04a9ced4c0ae15bf45", + "id": "PRb5bf7836126c4557a150b07e142f600b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:29.081Z", + "created_at": "2022-01-20T22:11:38.246Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:29.081Z", + "updated_at": "2022-01-20T22:11:38.246Z", "platform": "web", "development": false, - "token": "89f0f6f08020", + "token": "cba6a5a804df", "domains": [ "example.com" ], @@ -221331,7 +227688,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/company" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221340,52 +227697,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/callbacks" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/hosts" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/libraries" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/notes" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements", - "environments": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments", - "extensions": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions", - "rules": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules", - "self": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45" + "data_elements": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments", + "extensions": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions", + "rules": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules", + "self": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b" }, "meta": { "rights": [ @@ -221416,7 +227773,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -221489,7 +227846,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -221556,16 +227913,16 @@ "response": { "data": [ { - "id": "PR24abbe4a6a454b04a9ced4c0ae15bf45", + "id": "PRb5bf7836126c4557a150b07e142f600b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:29.081Z", + "created_at": "2022-01-20T22:11:38.246Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:29.081Z", + "updated_at": "2022-01-20T22:11:38.246Z", "platform": "web", "development": false, - "token": "89f0f6f08020", + "token": "cba6a5a804df", "domains": [ "example.com" ], @@ -221575,7 +227932,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/company" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221584,52 +227941,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/callbacks" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/hosts" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/libraries" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/notes" + "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements", - "environments": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments", - "extensions": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions", - "rules": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules", - "self": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45" + "data_elements": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments", + "extensions": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions", + "rules": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules", + "self": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b" }, "meta": { "rights": [ @@ -221658,7 +228015,7 @@ }, { "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45", + "endpoint": "/properties/PRb5bf7836126c4557a150b07e142f600b", "method": "DELETE", "request": null, "response": null, @@ -221705,16 +228062,16 @@ }, "response": { "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PRa0f0ee24b84f442dbda969c200d956ed", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:34.854Z", + "created_at": "2022-01-20T22:11:43.984Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:34.854Z", + "updated_at": "2022-01-20T22:11:43.984Z", "platform": "web", "development": false, - "token": "3a588786fb5a", + "token": "da43f695c85b", "domains": [ "example.com" ], @@ -221724,7 +228081,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/company" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221733,52 +228090,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/callbacks" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/hosts" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/libraries" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/notes" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments", - "extensions": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions", - "rules": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules", - "self": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16" + "data_elements": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments", + "extensions": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions", + "rules": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules", + "self": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed" }, "meta": { "rights": [ @@ -221797,7 +228154,7 @@ }, { "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/hosts", + "endpoint": "/properties/PRa0f0ee24b84f442dbda969c200d956ed/hosts", "method": "POST", "request": { "data": { @@ -221810,33 +228167,33 @@ }, "response": { "data": { - "id": "HTc937d124d3e844a89c4daa7eac43609a", + "id": "HT73c011a6b06f48869499c05487f0f0a4", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:16:40.076Z", + "created_at": "2022-01-20T22:11:49.217Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:16:40.076Z", + "updated_at": "2022-01-20T22:11:49.217Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTc937d124d3e844a89c4daa7eac43609a/property" + "related": "https://reactor.adobe.io/hosts/HT73c011a6b06f48869499c05487f0f0a4/property" }, "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PRa0f0ee24b84f442dbda969c200d956ed", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16", - "self": "https://reactor.adobe.io/hosts/HTc937d124d3e844a89c4daa7eac43609a" + "property": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed", + "self": "https://reactor.adobe.io/hosts/HT73c011a6b06f48869499c05487f0f0a4" } } }, @@ -221856,7 +228213,7 @@ "relationships": { "host": { "data": { - "id": "HTc937d124d3e844a89c4daa7eac43609a", + "id": "HT73c011a6b06f48869499c05487f0f0a4", "type": "hosts" } } @@ -221866,77 +228223,82 @@ }, "response": { "data": { - "id": "EN6da935b5beaa48a0a7c9513324b42a0e", + "id": "EN4e96ec95fe944df4bd0b5cdcfaa302be", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:16:40.164Z", - "library_path": "17e0df72ece8/3a588786fb5a", - "library_name": "launch-7070dce2941c-development.min.js", + "created_at": "2022-01-20T22:11:49.320Z", + "library_path": "17e0df72ece8/da43f695c85b", + "library_name": "launch-0ea8022612d9-development.min.js", "library_entry_points": [ { - "library_name": "launch-7070dce2941c-development.min.js", + "library_name": "launch-0ea8022612d9-development.min.js", "minified": true, "references": [ - "17e0df72ece8/3a588786fb5a/launch-7070dce2941c-development.min.js" + "17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.min.js" ], - "license_path": "17e0df72ece8/3a588786fb5a/launch-7070dce2941c-development.js" + "license_path": "17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.js" }, { - "library_name": "launch-7070dce2941c-development.js", + "library_name": "launch-0ea8022612d9-development.js", "minified": false, "references": [ - "17e0df72ece8/3a588786fb5a/launch-7070dce2941c-development.js" + "17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:16:40.164Z", + "updated_at": "2022-01-20T22:11:49.320Z", "status": "succeeded", - "token": "7070dce2941c" + "token": "0ea8022612d9" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/library" + "related": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/builds" + "related": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/host", - "self": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/relationships/host" + "related": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/host", + "self": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/relationships/host" }, "data": { - "id": "HTc937d124d3e844a89c4daa7eac43609a", + "id": "HT73c011a6b06f48869499c05487f0f0a4", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/property" + "related": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/property" }, "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PRa0f0ee24b84f442dbda969c200d956ed", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16", - "self": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e" + "property": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed", + "self": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.js" + } ] } } @@ -221958,49 +228320,49 @@ }, "response": { "data": { - "id": "LB4e69f50b7db04f87a5b7a352e51c266f", + "id": "LB59490c6c168d4627a375f102e659a53e", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:16:40.241Z", + "created_at": "2022-01-20T22:11:49.431Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:16:40.241Z", + "updated_at": "2022-01-20T22:11:49.431Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/builds" + "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/data_elements", + "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/extensions", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/extensions", + "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/notes" + "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/rules", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/rules", + "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/rules" } }, "upstream_library": { @@ -222008,23 +228370,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/property" + "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/property" }, "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PRa0f0ee24b84f442dbda969c200d956ed", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/last_build" + "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f" + "property": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed", + "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e" }, "meta": { "build_status": null, @@ -222041,18 +228403,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN6da935b5beaa48a0a7c9513324b42a0e", + "id": "EN4e96ec95fe944df4bd0b5cdcfaa302be", "type": "environments" } }, "response": { "data": { - "id": "EN6da935b5beaa48a0a7c9513324b42a0e", + "id": "EN4e96ec95fe944df4bd0b5cdcfaa302be", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/environment", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/environment", + "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/environment" } }, "response_code": 200, @@ -222065,66 +228427,66 @@ "request": null, "response": { "data": { - "id": "BL2736df4a7f754c55af5258b83a57a02d", + "id": "BL482cb9ed0a394d59838022665c9707a1", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:16:40.466Z", + "created_at": "2022-01-20T22:11:49.786Z", "status": "pending", - "updated_at": "2021-10-05T19:16:40.466Z", - "token": "5ffc6f525ca4" + "updated_at": "2022-01-20T22:11:49.786Z", + "token": "3454e2e28311" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/data_elements" + "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/extensions" + "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/rules" + "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/environment" + "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/environment" }, "data": { - "id": "EN6da935b5beaa48a0a7c9513324b42a0e", + "id": "EN4e96ec95fe944df4bd0b5cdcfaa302be", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/library" + "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/library" }, "data": { - "id": "LB4e69f50b7db04f87a5b7a352e51c266f", + "id": "LB59490c6c168d4627a375f102e659a53e", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/property" + "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/property" }, "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PRa0f0ee24b84f442dbda969c200d956ed", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e", - "library": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f", - "self": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d" + "environment": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be", + "library": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e", + "self": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a588786fb5a/launch-7070dce2941c-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a588786fb5a/5ffc6f525ca4/launch-7070dce2941c-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/3454e2e28311/launch-0ea8022612d9-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -222140,16 +228502,16 @@ "request": null, "response": { "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PRa0f0ee24b84f442dbda969c200d956ed", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:34.854Z", + "created_at": "2022-01-20T22:11:43.984Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:34.854Z", + "updated_at": "2022-01-20T22:11:43.984Z", "platform": "web", "development": false, - "token": "3a588786fb5a", + "token": "da43f695c85b", "domains": [ "example.com" ], @@ -222159,7 +228521,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/company" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222168,52 +228530,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/callbacks" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/hosts" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/libraries" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/notes" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments", - "extensions": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions", - "rules": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules", - "self": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16" + "data_elements": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments", + "extensions": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions", + "rules": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules", + "self": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed" }, "meta": { "rights": [ @@ -222244,7 +228606,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -222317,7 +228679,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -222384,16 +228746,16 @@ "response": { "data": [ { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PRa0f0ee24b84f442dbda969c200d956ed", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:34.854Z", + "created_at": "2022-01-20T22:11:43.984Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:34.854Z", + "updated_at": "2022-01-20T22:11:43.984Z", "platform": "web", "development": false, - "token": "3a588786fb5a", + "token": "da43f695c85b", "domains": [ "example.com" ], @@ -222403,7 +228765,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/company" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222412,52 +228774,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/callbacks" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/hosts" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/libraries" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/notes" + "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments", - "extensions": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions", - "rules": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules", - "self": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16" + "data_elements": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments", + "extensions": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions", + "rules": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules", + "self": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed" }, "meta": { "rights": [ @@ -222486,7 +228848,7 @@ }, { "name": "properties.get_the_property_for_a_callback", - "endpoint": "/properties/PR1b96b5cf8075423cbf4d97ee50b8db16", + "endpoint": "/properties/PRa0f0ee24b84f442dbda969c200d956ed", "method": "DELETE", "request": null, "response": null, @@ -222533,16 +228895,16 @@ }, "response": { "data": { - "id": "PR514a0726471f40bdbd203c7487d2b615", + "id": "PR8176994e76f14f69937dc8084a05e9be", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:41.140Z", + "created_at": "2022-01-20T22:11:50.529Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:41.140Z", + "updated_at": "2022-01-20T22:11:50.529Z", "platform": "web", "development": false, - "token": "e521d72451dd", + "token": "b339fc6a9351", "domains": [ "example.com" ], @@ -222552,7 +228914,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/company" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222561,52 +228923,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/callbacks" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/hosts" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/libraries" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/notes" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements", - "environments": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments", - "extensions": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions", - "rules": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules", - "self": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615" + "data_elements": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments", + "extensions": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions", + "rules": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules", + "self": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be" }, "meta": { "rights": [ @@ -222639,30 +229001,30 @@ }, "response": { "data": { - "id": "CB00a1729dc87c469c8e99fb4710f1f1b3", + "id": "CB1601ead31dad43dbbb2101ae846ca006", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:16:46.378Z", + "created_at": "2022-01-20T22:11:55.907Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:16:46.378Z", + "updated_at": "2022-01-20T22:11:55.907Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB00a1729dc87c469c8e99fb4710f1f1b3/property" + "related": "https://reactor.adobe.io/callbacks/CB1601ead31dad43dbbb2101ae846ca006/property" }, "data": { - "id": "PR514a0726471f40bdbd203c7487d2b615", + "id": "PR8176994e76f14f69937dc8084a05e9be", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615", - "self": "https://reactor.adobe.io/callbacks/CB00a1729dc87c469c8e99fb4710f1f1b3" + "property": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be", + "self": "https://reactor.adobe.io/callbacks/CB1601ead31dad43dbbb2101ae846ca006" } } }, @@ -222676,16 +229038,16 @@ "request": null, "response": { "data": { - "id": "PR514a0726471f40bdbd203c7487d2b615", + "id": "PR8176994e76f14f69937dc8084a05e9be", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:41.140Z", + "created_at": "2022-01-20T22:11:50.529Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:41.140Z", + "updated_at": "2022-01-20T22:11:50.529Z", "platform": "web", "development": false, - "token": "e521d72451dd", + "token": "b339fc6a9351", "domains": [ "example.com" ], @@ -222695,7 +229057,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/company" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222704,52 +229066,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/callbacks" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/hosts" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/libraries" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/notes" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements", - "environments": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments", - "extensions": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions", - "rules": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules", - "self": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615" + "data_elements": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments", + "extensions": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions", + "rules": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules", + "self": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be" }, "meta": { "rights": [ @@ -222780,7 +229142,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -222853,7 +229215,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -222920,16 +229282,16 @@ "response": { "data": [ { - "id": "PR514a0726471f40bdbd203c7487d2b615", + "id": "PR8176994e76f14f69937dc8084a05e9be", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:41.140Z", + "created_at": "2022-01-20T22:11:50.529Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:41.140Z", + "updated_at": "2022-01-20T22:11:50.529Z", "platform": "web", "development": false, - "token": "e521d72451dd", + "token": "b339fc6a9351", "domains": [ "example.com" ], @@ -222939,7 +229301,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/company" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222948,52 +229310,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/callbacks" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/hosts" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/libraries" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/notes" + "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements", - "environments": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments", - "extensions": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions", - "rules": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules", - "self": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615" + "data_elements": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments", + "extensions": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions", + "rules": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules", + "self": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be" }, "meta": { "rights": [ @@ -223022,7 +229384,7 @@ }, { "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/properties/PR514a0726471f40bdbd203c7487d2b615", + "endpoint": "/properties/PR8176994e76f14f69937dc8084a05e9be", "method": "DELETE", "request": null, "response": null, @@ -223069,16 +229431,16 @@ }, "response": { "data": { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PRec39b502d4424241aac88efee3493e19", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:46.815Z", + "created_at": "2022-01-20T22:11:56.415Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:46.815Z", + "updated_at": "2022-01-20T22:11:56.415Z", "platform": "web", "development": false, - "token": "ec34add7d818", + "token": "e397a483705f", "domains": [ "example.com" ], @@ -223088,7 +229450,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/company" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -223097,52 +229459,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/callbacks" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/hosts" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/libraries" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/notes" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules", - "self": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc" + "data_elements": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements", + "environments": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments", + "extensions": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions", + "rules": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules", + "self": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19" }, "meta": { "rights": [ @@ -224438,6 +230800,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -225614,10 +231977,10 @@ }, "response": { "data": { - "id": "EX4358a5efd5404dc480bc6da5e4572b28", + "id": "EX2a9fd5debdef49bfaa0c071c76d96aea", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:16:52.208Z", + "created_at": "2022-01-20T22:12:01.852Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -225625,7 +231988,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:16:52.208Z", + "updated_at": "2022-01-20T22:12:01.852Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -225635,40 +231998,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/libraries" + "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/revisions" + "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/notes" + "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/property" + "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/property" }, "data": { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PRec39b502d4424241aac88efee3493e19", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/origin" + "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/origin" }, "data": { - "id": "EX4358a5efd5404dc480bc6da5e4572b28", + "id": "EX2a9fd5debdef49bfaa0c071c76d96aea", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -225677,7 +232040,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/extension_package" + "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -225686,9 +232049,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc", - "origin": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28", - "self": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28", + "property": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19", + "origin": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea", + "self": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -226956,6 +233319,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -228108,14 +234472,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:16:52 -0600", + "name": "My Data Element 2022-01-20 15:12:02 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX4358a5efd5404dc480bc6da5e4572b28", + "id": "EX2a9fd5debdef49bfaa0c071c76d96aea", "type": "extensions" } } @@ -228125,18 +234489,18 @@ }, "response": { "data": { - "id": "DEf3f64da4c78e405ca8d6c85301b84206", + "id": "DEb9e491652b954137886b08cf7346ef10", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:16:52.519Z", + "created_at": "2022-01-20T22:12:02.246Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:16:52 -0600", + "name": "My Data Element 2022-01-20 15:12:02 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:16:52.519Z", + "updated_at": "2022-01-20T22:12:02.246Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -228148,49 +234512,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/notes" + "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/property" + "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/property" }, "data": { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PRec39b502d4424241aac88efee3493e19", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/origin" + "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/origin" }, "data": { - "id": "DEf3f64da4c78e405ca8d6c85301b84206", + "id": "DEb9e491652b954137886b08cf7346ef10", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/extension" + "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/extension" }, "data": { - "id": "EX4358a5efd5404dc480bc6da5e4572b28", + "id": "EX2a9fd5debdef49bfaa0c071c76d96aea", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -228199,19 +234563,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/updated_with_extension" }, "data": { - "id": "EX1a14983e3189417fb9e38b5564e197af", + "id": "EXddecead8055540379c64529aba71f3b7", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc", - "origin": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206", - "self": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206", - "extension": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28" + "property": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19", + "origin": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10", + "self": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10", + "extension": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea" }, "meta": { "latest_revision_number": 0 @@ -228228,16 +234592,16 @@ "request": null, "response": { "data": { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PRec39b502d4424241aac88efee3493e19", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:46.815Z", + "created_at": "2022-01-20T22:11:56.415Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:46.815Z", + "updated_at": "2022-01-20T22:11:56.415Z", "platform": "web", "development": false, - "token": "ec34add7d818", + "token": "e397a483705f", "domains": [ "example.com" ], @@ -228247,7 +234611,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/company" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228256,52 +234620,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/callbacks" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/hosts" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/libraries" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/notes" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules", - "self": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc" + "data_elements": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements", + "environments": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments", + "extensions": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions", + "rules": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules", + "self": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19" }, "meta": { "rights": [ @@ -228332,7 +234696,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -228405,7 +234769,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -228472,16 +234836,16 @@ "response": { "data": [ { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PRec39b502d4424241aac88efee3493e19", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:46.815Z", + "created_at": "2022-01-20T22:11:56.415Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:46.815Z", + "updated_at": "2022-01-20T22:11:56.415Z", "platform": "web", "development": false, - "token": "ec34add7d818", + "token": "e397a483705f", "domains": [ "example.com" ], @@ -228491,7 +234855,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/company" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228500,52 +234864,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/callbacks" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/hosts" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/libraries" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/notes" + "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules", - "self": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc" + "data_elements": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements", + "environments": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments", + "extensions": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions", + "rules": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules", + "self": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19" }, "meta": { "rights": [ @@ -228574,7 +234938,7 @@ }, { "name": "properties.get_the_property_for_an_environment", - "endpoint": "/properties/PR9c7c16b4799a454089749613797d03bc", + "endpoint": "/properties/PRec39b502d4424241aac88efee3493e19", "method": "DELETE", "request": null, "response": null, @@ -228621,16 +234985,16 @@ }, "response": { "data": { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR9f5510ce186a41158ab6ac97f03fff30", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:52.983Z", + "created_at": "2022-01-20T22:12:02.904Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:52.983Z", + "updated_at": "2022-01-20T22:12:02.904Z", "platform": "web", "development": false, - "token": "7a795d6f86ed", + "token": "d4c987abfe6b", "domains": [ "example.com" ], @@ -228640,7 +235004,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/company" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228649,52 +235013,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/callbacks" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/hosts" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/libraries" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/notes" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments", - "extensions": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions", - "rules": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules", - "self": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2" + "data_elements": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments", + "extensions": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions", + "rules": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules", + "self": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30" }, "meta": { "rights": [ @@ -228713,7 +235077,7 @@ }, { "name": "properties.get_the_property_for_an_environment", - "endpoint": "/properties/PRd398a5c7c870473fa239152862509bb2/hosts", + "endpoint": "/properties/PR9f5510ce186a41158ab6ac97f03fff30/hosts", "method": "POST", "request": { "data": { @@ -228726,33 +235090,33 @@ }, "response": { "data": { - "id": "HT7f2c78b981f34736a4737ae8375e1793", + "id": "HT82e998d6ee0e4cfcb1c097f4fc173730", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:16:58.202Z", + "created_at": "2022-01-20T22:12:08.210Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:16:58.202Z", + "updated_at": "2022-01-20T22:12:08.210Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT7f2c78b981f34736a4737ae8375e1793/property" + "related": "https://reactor.adobe.io/hosts/HT82e998d6ee0e4cfcb1c097f4fc173730/property" }, "data": { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR9f5510ce186a41158ab6ac97f03fff30", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2", - "self": "https://reactor.adobe.io/hosts/HT7f2c78b981f34736a4737ae8375e1793" + "property": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30", + "self": "https://reactor.adobe.io/hosts/HT82e998d6ee0e4cfcb1c097f4fc173730" } } }, @@ -228772,7 +235136,7 @@ "relationships": { "host": { "data": { - "id": "HT7f2c78b981f34736a4737ae8375e1793", + "id": "HT82e998d6ee0e4cfcb1c097f4fc173730", "type": "hosts" } } @@ -228782,77 +235146,82 @@ }, "response": { "data": { - "id": "ENb2d9dcc7814d412ba5af4782e0ff530f", + "id": "EN374c00d190894abbb16f698f210f6f9b", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:16:58.286Z", - "library_path": "17e0df72ece8/7a795d6f86ed", - "library_name": "launch-55c2e05bf232-development.min.js", + "created_at": "2022-01-20T22:12:08.323Z", + "library_path": "17e0df72ece8/d4c987abfe6b", + "library_name": "launch-c8f64b3e5273-development.min.js", "library_entry_points": [ { - "library_name": "launch-55c2e05bf232-development.min.js", + "library_name": "launch-c8f64b3e5273-development.min.js", "minified": true, "references": [ - "17e0df72ece8/7a795d6f86ed/launch-55c2e05bf232-development.min.js" + "17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.min.js" ], - "license_path": "17e0df72ece8/7a795d6f86ed/launch-55c2e05bf232-development.js" + "license_path": "17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.js" }, { - "library_name": "launch-55c2e05bf232-development.js", + "library_name": "launch-c8f64b3e5273-development.js", "minified": false, "references": [ - "17e0df72ece8/7a795d6f86ed/launch-55c2e05bf232-development.js" + "17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:16:58.286Z", + "updated_at": "2022-01-20T22:12:08.323Z", "status": "succeeded", - "token": "55c2e05bf232" + "token": "c8f64b3e5273" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/library" + "related": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/builds" + "related": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/host", - "self": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/relationships/host" + "related": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/host", + "self": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/relationships/host" }, "data": { - "id": "HT7f2c78b981f34736a4737ae8375e1793", + "id": "HT82e998d6ee0e4cfcb1c097f4fc173730", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/property" + "related": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/property" }, "data": { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR9f5510ce186a41158ab6ac97f03fff30", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2", - "self": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f" + "property": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30", + "self": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.js" + } ] } } @@ -228867,16 +235236,16 @@ "request": null, "response": { "data": { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR9f5510ce186a41158ab6ac97f03fff30", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:52.983Z", + "created_at": "2022-01-20T22:12:02.904Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:52.983Z", + "updated_at": "2022-01-20T22:12:02.904Z", "platform": "web", "development": false, - "token": "7a795d6f86ed", + "token": "d4c987abfe6b", "domains": [ "example.com" ], @@ -228886,7 +235255,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/company" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228895,52 +235264,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/callbacks" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/hosts" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/libraries" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/notes" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments", - "extensions": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions", - "rules": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules", - "self": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2" + "data_elements": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments", + "extensions": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions", + "rules": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules", + "self": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30" }, "meta": { "rights": [ @@ -228971,7 +235340,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -229044,7 +235413,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -229111,16 +235480,16 @@ "response": { "data": [ { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR9f5510ce186a41158ab6ac97f03fff30", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:52.983Z", + "created_at": "2022-01-20T22:12:02.904Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:52.983Z", + "updated_at": "2022-01-20T22:12:02.904Z", "platform": "web", "development": false, - "token": "7a795d6f86ed", + "token": "d4c987abfe6b", "domains": [ "example.com" ], @@ -229130,7 +235499,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/company" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -229139,52 +235508,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/callbacks" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/hosts" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/libraries" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/notes" + "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments", - "extensions": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions", - "rules": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules", - "self": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2" + "data_elements": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments", + "extensions": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions", + "rules": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules", + "self": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30" }, "meta": { "rights": [ @@ -229213,7 +235582,7 @@ }, { "name": "properties.get_the_property_for_an_extension", - "endpoint": "/properties/PRd398a5c7c870473fa239152862509bb2", + "endpoint": "/properties/PR9f5510ce186a41158ab6ac97f03fff30", "method": "DELETE", "request": null, "response": null, @@ -229260,16 +235629,16 @@ }, "response": { "data": { - "id": "PRf3a48a3d64044b9686002f378ca10cbc", + "id": "PRa464cd8d5f2a4663a4e75b19f06d4bec", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:58.723Z", + "created_at": "2022-01-20T22:12:08.900Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:58.723Z", + "updated_at": "2022-01-20T22:12:08.900Z", "platform": "web", "development": false, - "token": "64d736a8b786", + "token": "5fc6ab5ba07c", "domains": [ "example.com" ], @@ -229279,7 +235648,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/company" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -229288,52 +235657,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/callbacks" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/hosts" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/libraries" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/notes" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments", - "extensions": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions", - "rules": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules", - "self": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc" + "data_elements": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments", + "extensions": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions", + "rules": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules", + "self": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec" }, "meta": { "rights": [ @@ -230629,6 +236998,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -231805,10 +238175,10 @@ }, "response": { "data": { - "id": "EX6dc310ba8e934accb881d2ca23ba3c6a", + "id": "EX7fd18761165b41019e1c9b34ff8596d6", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:04.095Z", + "created_at": "2022-01-20T22:12:14.376Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -231816,7 +238186,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:04.095Z", + "updated_at": "2022-01-20T22:12:14.376Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -231826,40 +238196,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/libraries" + "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/revisions" + "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/notes" + "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/property" + "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/property" }, "data": { - "id": "PRf3a48a3d64044b9686002f378ca10cbc", + "id": "PRa464cd8d5f2a4663a4e75b19f06d4bec", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/origin" + "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/origin" }, "data": { - "id": "EX6dc310ba8e934accb881d2ca23ba3c6a", + "id": "EX7fd18761165b41019e1c9b34ff8596d6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -231868,7 +238238,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -231877,9 +238247,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc", - "origin": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a", - "self": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a", + "property": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec", + "origin": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6", + "self": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -231898,16 +238268,16 @@ "request": null, "response": { "data": { - "id": "PRf3a48a3d64044b9686002f378ca10cbc", + "id": "PRa464cd8d5f2a4663a4e75b19f06d4bec", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:58.723Z", + "created_at": "2022-01-20T22:12:08.900Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:58.723Z", + "updated_at": "2022-01-20T22:12:08.900Z", "platform": "web", "development": false, - "token": "64d736a8b786", + "token": "5fc6ab5ba07c", "domains": [ "example.com" ], @@ -231917,7 +238287,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/company" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -231926,52 +238296,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/callbacks" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/hosts" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/libraries" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/notes" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments", - "extensions": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions", - "rules": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules", - "self": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc" + "data_elements": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments", + "extensions": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions", + "rules": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules", + "self": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec" }, "meta": { "rights": [ @@ -232002,7 +238372,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -232075,7 +238445,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -232142,16 +238512,16 @@ "response": { "data": [ { - "id": "PRf3a48a3d64044b9686002f378ca10cbc", + "id": "PRa464cd8d5f2a4663a4e75b19f06d4bec", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:58.723Z", + "created_at": "2022-01-20T22:12:08.900Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:58.723Z", + "updated_at": "2022-01-20T22:12:08.900Z", "platform": "web", "development": false, - "token": "64d736a8b786", + "token": "5fc6ab5ba07c", "domains": [ "example.com" ], @@ -232161,7 +238531,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/company" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232170,52 +238540,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/callbacks" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/hosts" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/libraries" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/notes" + "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments", - "extensions": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions", - "rules": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules", - "self": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc" + "data_elements": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments", + "extensions": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions", + "rules": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules", + "self": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec" }, "meta": { "rights": [ @@ -232244,7 +238614,7 @@ }, { "name": "properties.get_the_property_for_a_rule", - "endpoint": "/properties/PRf3a48a3d64044b9686002f378ca10cbc", + "endpoint": "/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec", "method": "DELETE", "request": null, "response": null, @@ -232291,16 +238661,16 @@ }, "response": { "data": { - "id": "PR4645db4500b8418f93f727704444d339", + "id": "PRf2b025a8e8f04922944e92dc9af01ed8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:04.650Z", + "created_at": "2022-01-20T22:12:15.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:04.650Z", + "updated_at": "2022-01-20T22:12:15.323Z", "platform": "web", "development": false, - "token": "d3fbf4ab3fe5", + "token": "5a7d294ae466", "domains": [ "example.com" ], @@ -232310,7 +238680,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/company" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232319,52 +238689,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/callbacks" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/hosts" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/libraries" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/notes" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments", - "extensions": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions", - "rules": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules", - "self": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339" + "data_elements": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments", + "extensions": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions", + "rules": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules", + "self": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8" }, "meta": { "rights": [ @@ -232395,10 +238765,10 @@ }, "response": { "data": { - "id": "RL8f41a9469aa8421d8599b824c2d65437", + "id": "RLcd1c57e2f44a4c71b5455c8662d8b289", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:09.851Z", + "created_at": "2022-01-20T22:12:20.738Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -232406,54 +238776,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:09.851Z", + "updated_at": "2022-01-20T22:12:20.738Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/libraries" + "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/revisions" + "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/notes" + "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/property" + "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/property" }, "data": { - "id": "PR4645db4500b8418f93f727704444d339", + "id": "PRf2b025a8e8f04922944e92dc9af01ed8", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/origin" + "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/origin" }, "data": { - "id": "RL8f41a9469aa8421d8599b824c2d65437", + "id": "RLcd1c57e2f44a4c71b5455c8662d8b289", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/rule_components" + "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339", - "origin": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437", - "self": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437", - "rule_components": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/rule_components" + "property": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8", + "origin": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289", + "self": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289", + "rule_components": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/rule_components" }, "meta": { "latest_revision_number": 0 @@ -232470,16 +238840,16 @@ "request": null, "response": { "data": { - "id": "PR4645db4500b8418f93f727704444d339", + "id": "PRf2b025a8e8f04922944e92dc9af01ed8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:04.650Z", + "created_at": "2022-01-20T22:12:15.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:04.650Z", + "updated_at": "2022-01-20T22:12:15.323Z", "platform": "web", "development": false, - "token": "d3fbf4ab3fe5", + "token": "5a7d294ae466", "domains": [ "example.com" ], @@ -232489,7 +238859,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/company" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232498,52 +238868,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/callbacks" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/hosts" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/libraries" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/notes" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments", - "extensions": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions", - "rules": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules", - "self": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339" + "data_elements": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments", + "extensions": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions", + "rules": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules", + "self": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8" }, "meta": { "rights": [ @@ -232574,7 +238944,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -232647,7 +239017,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -232714,16 +239084,16 @@ "response": { "data": [ { - "id": "PR4645db4500b8418f93f727704444d339", + "id": "PRf2b025a8e8f04922944e92dc9af01ed8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:04.650Z", + "created_at": "2022-01-20T22:12:15.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:04.650Z", + "updated_at": "2022-01-20T22:12:15.323Z", "platform": "web", "development": false, - "token": "d3fbf4ab3fe5", + "token": "5a7d294ae466", "domains": [ "example.com" ], @@ -232733,7 +239103,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/company" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232742,52 +239112,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/callbacks" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/hosts" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/libraries" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/notes" + "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments", - "extensions": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions", - "rules": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules", - "self": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339" + "data_elements": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments", + "extensions": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions", + "rules": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules", + "self": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8" }, "meta": { "rights": [ @@ -232816,7 +239186,7 @@ }, { "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/PR4645db4500b8418f93f727704444d339", + "endpoint": "/properties/PRf2b025a8e8f04922944e92dc9af01ed8", "method": "DELETE", "request": null, "response": null, @@ -232860,21 +239230,21 @@ }, "response": { "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR1afab864c94f4503b74213a744c63690", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:10.355Z", + "created_at": "2022-01-20T22:12:21.577Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:17:10.355Z", + "updated_at": "2022-01-20T22:12:21.577Z", "platform": "edge", "development": false, - "token": "e0136f8f2946" + "token": "33691daea8ed" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/company" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232883,52 +239253,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/callbacks" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/hosts" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/libraries" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/notes" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments", - "extensions": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions", - "rules": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules", - "self": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9" + "data_elements": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments", + "extensions": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions", + "rules": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules", + "self": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690" }, "meta": { "rights": [ @@ -232947,7 +239317,7 @@ }, { "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/PR5390853af576442a8efa2af553cac8d9/hosts", + "endpoint": "/properties/PR1afab864c94f4503b74213a744c63690/hosts", "method": "POST", "request": { "data": { @@ -232960,33 +239330,33 @@ }, "response": { "data": { - "id": "HT08b4cf3425d147f2911733e62cd14adb", + "id": "HT106f005718dd4ffca2c5be0837141381", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:17:15.536Z", + "created_at": "2022-01-20T22:12:26.881Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:17:15.536Z", + "updated_at": "2022-01-20T22:12:26.881Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT08b4cf3425d147f2911733e62cd14adb/property" + "related": "https://reactor.adobe.io/hosts/HT106f005718dd4ffca2c5be0837141381/property" }, "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR1afab864c94f4503b74213a744c63690", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9", - "self": "https://reactor.adobe.io/hosts/HT08b4cf3425d147f2911733e62cd14adb" + "property": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690", + "self": "https://reactor.adobe.io/hosts/HT106f005718dd4ffca2c5be0837141381" } } }, @@ -233006,7 +239376,7 @@ "relationships": { "host": { "data": { - "id": "HT08b4cf3425d147f2911733e62cd14adb", + "id": "HT106f005718dd4ffca2c5be0837141381", "type": "hosts" } } @@ -233016,72 +239386,72 @@ }, "response": { "data": { - "id": "ENfc60d9f2d947475880fbdcdb4092c172", + "id": "ENccd6b82b89b44aa8ba2c4874edd3d2cd", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:17:15.625Z", - "library_path": "17e0df72ece8/e0136f8f2946", - "library_name": "launch-d26500e04782-development.min.js", + "created_at": "2022-01-20T22:12:26.979Z", + "library_path": "17e0df72ece8/33691daea8ed", + "library_name": "launch-04ad4289b0e8-development.min.js", "library_entry_points": [ { - "library_name": "launch-d26500e04782-development.min.js", + "library_name": "launch-04ad4289b0e8-development.min.js", "minified": true, "references": [ - "17e0df72ece8/e0136f8f2946/launch-d26500e04782-development.min.js" + "17e0df72ece8/33691daea8ed/launch-04ad4289b0e8-development.min.js" ], - "license_path": "17e0df72ece8/e0136f8f2946/launch-d26500e04782-development.js" + "license_path": "17e0df72ece8/33691daea8ed/launch-04ad4289b0e8-development.js" }, { - "library_name": "launch-d26500e04782-development.js", + "library_name": "launch-04ad4289b0e8-development.js", "minified": false, "references": [ - "17e0df72ece8/e0136f8f2946/launch-d26500e04782-development.js" + "17e0df72ece8/33691daea8ed/launch-04ad4289b0e8-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:17:15.625Z", + "updated_at": "2022-01-20T22:12:26.979Z", "status": "succeeded", - "token": "d26500e04782" + "token": "04ad4289b0e8" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/library" + "related": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/builds" + "related": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/host", - "self": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/relationships/host" + "related": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/host", + "self": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/relationships/host" }, "data": { - "id": "HT08b4cf3425d147f2911733e62cd14adb", + "id": "HT106f005718dd4ffca2c5be0837141381", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/property" + "related": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/property" }, "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR1afab864c94f4503b74213a744c63690", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9", - "self": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172" + "property": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690", + "self": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd" }, "meta": { "archive_encrypted": false @@ -233107,7 +239477,7 @@ "relationships": { "environment": { "data": { - "id": "ENfc60d9f2d947475880fbdcdb4092c172", + "id": "ENccd6b82b89b44aa8ba2c4874edd3d2cd", "type": "environments" } } @@ -233117,11 +239487,11 @@ }, "response": { "data": { - "id": "SE8ec94b1a6a914134be2b6e2f8d090acb", + "id": "SE2a0a324f5486462daad76ea294d25081", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:17:15.774Z", - "updated_at": "2021-10-05T19:17:15.774Z", + "created_at": "2022-01-20T22:12:27.143Z", + "updated_at": "2022-01-20T22:12:27.143Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -233134,19 +239504,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/property" + "related": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/property" }, "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR1afab864c94f4503b74213a744c63690", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/environment" + "related": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/environment" }, "data": { - "id": "ENfc60d9f2d947475880fbdcdb4092c172", + "id": "ENccd6b82b89b44aa8ba2c4874edd3d2cd", "type": "environments" }, "meta": { @@ -233155,18 +239525,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/notes" + "related": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/data_elements" + "related": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb", - "property": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/property" + "self": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081", + "property": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/property" } } }, @@ -233180,21 +239550,21 @@ "request": null, "response": { "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR1afab864c94f4503b74213a744c63690", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:10.355Z", + "created_at": "2022-01-20T22:12:21.577Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:17:10.355Z", + "updated_at": "2022-01-20T22:12:21.577Z", "platform": "edge", "development": false, - "token": "e0136f8f2946" + "token": "33691daea8ed" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/company" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -233203,52 +239573,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/callbacks" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/hosts" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/libraries" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/notes" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments", - "extensions": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions", - "rules": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules", - "self": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9" + "data_elements": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments", + "extensions": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions", + "rules": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules", + "self": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690" }, "meta": { "rights": [ @@ -233279,7 +239649,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -233352,7 +239722,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -233419,21 +239789,21 @@ "response": { "data": [ { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR1afab864c94f4503b74213a744c63690", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:10.355Z", + "created_at": "2022-01-20T22:12:21.577Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:17:10.355Z", + "updated_at": "2022-01-20T22:12:21.577Z", "platform": "edge", "development": false, - "token": "e0136f8f2946" + "token": "33691daea8ed" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/company" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -233442,52 +239812,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/callbacks" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/hosts" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/libraries" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/notes" + "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments", - "extensions": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions", - "rules": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules", - "self": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9" + "data_elements": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments", + "extensions": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions", + "rules": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules", + "self": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690" }, "meta": { "rights": [ @@ -233516,7 +239886,7 @@ }, { "name": "properties.create_a_note_on_a_property", - "endpoint": "/properties/PR5390853af576442a8efa2af553cac8d9", + "endpoint": "/properties/PR1afab864c94f4503b74213a744c63690", "method": "DELETE", "request": null, "response": null, @@ -233563,16 +239933,16 @@ }, "response": { "data": { - "id": "PRe4c158fbf4d5416a8c596583947bf041", + "id": "PRc0d474f86637439ca650fbd9575003a3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:16.418Z", + "created_at": "2022-01-20T22:12:28.189Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:16.418Z", + "updated_at": "2022-01-20T22:12:28.189Z", "platform": "web", "development": false, - "token": "298281eb14bf", + "token": "8c2ba746aede", "domains": [ "example.com" ], @@ -233582,7 +239952,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/company" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -233591,52 +239961,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/callbacks" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/hosts" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/environments" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/libraries" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/data_elements" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/extensions" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/rules" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/notes" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/environments", - "extensions": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/extensions", - "rules": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/rules", - "self": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041" + "data_elements": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/environments", + "extensions": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/extensions", + "rules": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/rules", + "self": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3" }, "meta": { "rights": [ @@ -233667,28 +240037,28 @@ }, "response": { "data": { - "id": "NT1c2a7b5e883243c2b07fdefac93aa28e", + "id": "NTbdddf8cc6b6d41759472912300539468", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:17:21.632Z", + "created_at": "2022-01-20T22:12:33.592Z", "text": "this note on a property intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3" }, "data": { - "id": "PRe4c158fbf4d5416a8c596583947bf041", + "id": "PRc0d474f86637439ca650fbd9575003a3", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041", - "self": "https://reactor.adobe.io/notes/NT1c2a7b5e883243c2b07fdefac93aa28e" + "resource": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3", + "self": "https://reactor.adobe.io/notes/NTbdddf8cc6b6d41759472912300539468" } } }, @@ -233709,7 +240079,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -233782,7 +240152,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -233849,16 +240219,16 @@ "response": { "data": [ { - "id": "PRe4c158fbf4d5416a8c596583947bf041", + "id": "PRc0d474f86637439ca650fbd9575003a3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:16.418Z", + "created_at": "2022-01-20T22:12:28.189Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:16.418Z", + "updated_at": "2022-01-20T22:12:28.189Z", "platform": "web", "development": false, - "token": "298281eb14bf", + "token": "8c2ba746aede", "domains": [ "example.com" ], @@ -233868,7 +240238,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/company" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -233877,52 +240247,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/callbacks" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/hosts" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/environments" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/libraries" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/data_elements" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/extensions" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/rules" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/notes" + "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/environments", - "extensions": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/extensions", - "rules": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/rules", - "self": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041" + "data_elements": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/environments", + "extensions": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/extensions", + "rules": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/rules", + "self": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3" }, "meta": { "rights": [ @@ -233951,7 +240321,7 @@ }, { "name": "properties.list_notes_for_a_property", - "endpoint": "/properties/PRe4c158fbf4d5416a8c596583947bf041", + "endpoint": "/properties/PRc0d474f86637439ca650fbd9575003a3", "method": "DELETE", "request": null, "response": null, @@ -233998,16 +240368,16 @@ }, "response": { "data": { - "id": "PR4830ff36e80542249e623cde9de34e77", + "id": "PR105a80d6a94c4aa8b5a56da13debaaf7", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:22.050Z", + "created_at": "2022-01-20T22:12:34.191Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:22.050Z", + "updated_at": "2022-01-20T22:12:34.191Z", "platform": "web", "development": false, - "token": "8a53448ec34a", + "token": "e85852d56345", "domains": [ "example.com" ], @@ -234017,7 +240387,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/company" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -234026,52 +240396,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/callbacks" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/hosts" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/environments" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/libraries" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/data_elements" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/extensions" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/rules" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/notes" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/environments", - "extensions": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/extensions", - "rules": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/rules", - "self": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77" + "data_elements": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/data_elements", + "environments": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/environments", + "extensions": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/extensions", + "rules": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/rules", + "self": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7" }, "meta": { "rights": [ @@ -234102,28 +240472,28 @@ }, "response": { "data": { - "id": "NT29b1919b3b154dafbb9ee270e093708b", + "id": "NTa276128ad6c249f997a59cd0b4eabc45", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:17:27.239Z", + "created_at": "2022-01-20T22:12:39.438Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7" }, "data": { - "id": "PR4830ff36e80542249e623cde9de34e77", + "id": "PR105a80d6a94c4aa8b5a56da13debaaf7", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77", - "self": "https://reactor.adobe.io/notes/NT29b1919b3b154dafbb9ee270e093708b" + "resource": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7", + "self": "https://reactor.adobe.io/notes/NTa276128ad6c249f997a59cd0b4eabc45" } } }, @@ -234138,28 +240508,28 @@ "response": { "data": [ { - "id": "NT29b1919b3b154dafbb9ee270e093708b", + "id": "NTa276128ad6c249f997a59cd0b4eabc45", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:17:27.239Z", + "created_at": "2022-01-20T22:12:39.438Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7" }, "data": { - "id": "PR4830ff36e80542249e623cde9de34e77", + "id": "PR105a80d6a94c4aa8b5a56da13debaaf7", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77", - "self": "https://reactor.adobe.io/notes/NT29b1919b3b154dafbb9ee270e093708b" + "resource": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7", + "self": "https://reactor.adobe.io/notes/NTa276128ad6c249f997a59cd0b4eabc45" } } ], @@ -234190,7 +240560,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -234263,7 +240633,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -234330,16 +240700,16 @@ "response": { "data": [ { - "id": "PR4830ff36e80542249e623cde9de34e77", + "id": "PR105a80d6a94c4aa8b5a56da13debaaf7", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:22.050Z", + "created_at": "2022-01-20T22:12:34.191Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:22.050Z", + "updated_at": "2022-01-20T22:12:34.191Z", "platform": "web", "development": false, - "token": "8a53448ec34a", + "token": "e85852d56345", "domains": [ "example.com" ], @@ -234349,7 +240719,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/company" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -234358,52 +240728,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/callbacks" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/hosts" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/environments" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/libraries" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/data_elements" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/extensions" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/rules" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/notes" + "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/environments", - "extensions": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/extensions", - "rules": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/rules", - "self": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77" + "data_elements": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/data_elements", + "environments": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/environments", + "extensions": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/extensions", + "rules": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/rules", + "self": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7" }, "meta": { "rights": [ @@ -234432,7 +240802,7 @@ }, { "name": "rule_components.create_an_event_rule_component", - "endpoint": "/properties/PR4830ff36e80542249e623cde9de34e77", + "endpoint": "/properties/PR105a80d6a94c4aa8b5a56da13debaaf7", "method": "DELETE", "request": null, "response": null, @@ -234479,16 +240849,16 @@ }, "response": { "data": { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR9a439eb964d44c6085fddac375d015ba", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:27.647Z", + "created_at": "2022-01-20T22:12:39.893Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:27.647Z", + "updated_at": "2022-01-20T22:12:39.893Z", "platform": "web", "development": false, - "token": "334a0986c1a2", + "token": "93c27f7b3d9e", "domains": [ "example.com" ], @@ -234498,7 +240868,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/company" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -234507,52 +240877,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/callbacks" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/hosts" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/environments" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/libraries" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/data_elements" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/extensions" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/rules" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/notes" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/environments", - "extensions": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/extensions", - "rules": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/rules", - "self": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2" + "data_elements": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/environments", + "extensions": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/extensions", + "rules": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/rules", + "self": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba" }, "meta": { "rights": [ @@ -235848,6 +242218,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -237024,10 +243395,10 @@ }, "response": { "data": { - "id": "EX8139369eb88e4eac9e50a97fb9114b80", + "id": "EXded56b9027554190b4c68a553c88d6be", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:32.997Z", + "created_at": "2022-01-20T22:12:45.297Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -237035,7 +243406,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:32.997Z", + "updated_at": "2022-01-20T22:12:45.297Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -237045,40 +243416,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/libraries" + "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/revisions" + "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/notes" + "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/property" + "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/property" }, "data": { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR9a439eb964d44c6085fddac375d015ba", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/origin" + "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/origin" }, "data": { - "id": "EX8139369eb88e4eac9e50a97fb9114b80", + "id": "EXded56b9027554190b4c68a553c88d6be", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -237087,7 +243458,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/extension_package" + "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -237096,9 +243467,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2", - "origin": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80", - "self": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80", + "property": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba", + "origin": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be", + "self": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -237124,10 +243495,10 @@ }, "response": { "data": { - "id": "RLe9beccb51dc940cfac52f2828b9581a1", + "id": "RL9d5dc6fb80ed489eacdbad89eeeb62c3", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:33.181Z", + "created_at": "2022-01-20T22:12:45.495Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -237135,54 +243506,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:33.181Z", + "updated_at": "2022-01-20T22:12:45.495Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/libraries" + "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/revisions" + "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/notes" + "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/property" + "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/property" }, "data": { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR9a439eb964d44c6085fddac375d015ba", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/origin" + "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/origin" }, "data": { - "id": "RLe9beccb51dc940cfac52f2828b9581a1", + "id": "RL9d5dc6fb80ed489eacdbad89eeeb62c3", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/rule_components" + "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2", - "origin": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1", - "self": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1", - "rule_components": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/rule_components" + "property": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba", + "origin": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3", + "self": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3", + "rule_components": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/rule_components" }, "meta": { "latest_revision_number": 0 @@ -238448,6 +244819,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -239607,14 +245979,14 @@ "relationships": { "extension": { "data": { - "id": "EX8139369eb88e4eac9e50a97fb9114b80", + "id": "EXded56b9027554190b4c68a553c88d6be", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLe9beccb51dc940cfac52f2828b9581a1", + "id": "RL9d5dc6fb80ed489eacdbad89eeeb62c3", "type": "rules" } ] @@ -239625,10 +245997,10 @@ }, "response": { "data": { - "id": "RCc93cf123833d47a0bc232be77cfee97a", + "id": "RC5bd43ff7ea5240ef8cd102b54d08e9e4", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:33.454Z", + "created_at": "2022-01-20T22:12:45.740Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -239641,13 +246013,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:33.454Z", + "updated_at": "2022-01-20T22:12:45.740Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -239656,56 +246028,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/updated_with_extension" }, "data": { - "id": "EXe4f99e37cc244ecfa2cd0cd48f9d7338", + "id": "EXa1961995aafa4703addb74db653d55a2", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/extension" + "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/extension" }, "data": { - "id": "EX8139369eb88e4eac9e50a97fb9114b80", + "id": "EXded56b9027554190b4c68a553c88d6be", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/notes" + "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/origin" + "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/origin" }, "data": { - "id": "RCc93cf123833d47a0bc232be77cfee97a", + "id": "RC5bd43ff7ea5240ef8cd102b54d08e9e4", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba" }, "data": { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR9a439eb964d44c6085fddac375d015ba", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/rules" + "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80", - "origin": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a", - "rules": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/rules", - "self": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a" + "extension": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be", + "origin": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4", + "rules": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/rules", + "self": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4" }, "meta": { "latest_revision_number": 0 @@ -239729,7 +246101,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -239802,7 +246174,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -239869,16 +246241,16 @@ "response": { "data": [ { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR9a439eb964d44c6085fddac375d015ba", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:27.647Z", + "created_at": "2022-01-20T22:12:39.893Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:27.647Z", + "updated_at": "2022-01-20T22:12:39.893Z", "platform": "web", "development": false, - "token": "334a0986c1a2", + "token": "93c27f7b3d9e", "domains": [ "example.com" ], @@ -239888,7 +246260,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/company" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -239897,52 +246269,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/callbacks" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/hosts" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/environments" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/libraries" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/data_elements" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/extensions" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/rules" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/notes" + "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/environments", - "extensions": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/extensions", - "rules": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/rules", - "self": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2" + "data_elements": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/environments", + "extensions": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/extensions", + "rules": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/rules", + "self": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba" }, "meta": { "rights": [ @@ -239971,7 +246343,7 @@ }, { "name": "rule_components.get_a_rule_component", - "endpoint": "/properties/PR84d0281f359144c7aa0bf17ea8c695f2", + "endpoint": "/properties/PR9a439eb964d44c6085fddac375d015ba", "method": "DELETE", "request": null, "response": null, @@ -240018,16 +246390,16 @@ }, "response": { "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:33.962Z", + "created_at": "2022-01-20T22:12:46.284Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:33.962Z", + "updated_at": "2022-01-20T22:12:46.284Z", "platform": "web", "development": false, - "token": "b9da6ffcb81e", + "token": "a717299bba0d", "domains": [ "example.com" ], @@ -240037,7 +246409,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/company" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -240046,52 +246418,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/callbacks" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/hosts" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/environments" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/libraries" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/data_elements" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/extensions" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/rules" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/notes" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/environments", - "extensions": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/extensions", - "rules": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/rules", - "self": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf" + "data_elements": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/environments", + "extensions": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/extensions", + "rules": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/rules", + "self": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2" }, "meta": { "rights": [ @@ -241387,6 +247759,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -242563,10 +248936,10 @@ }, "response": { "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX3dcb852ba53047e2859e5ae37d848c9a", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:39.359Z", + "created_at": "2022-01-20T22:12:51.802Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -242574,7 +248947,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:39.359Z", + "updated_at": "2022-01-20T22:12:51.802Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -242584,40 +248957,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/libraries" + "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/revisions" + "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/notes" + "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/property" + "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/property" }, "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/origin" + "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/origin" }, "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX3dcb852ba53047e2859e5ae37d848c9a", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -242626,7 +248999,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -242635,9 +249008,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf", - "origin": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a", - "self": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a", + "property": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2", + "origin": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a", + "self": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -243905,6 +250278,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -245064,10 +251438,10 @@ }, "response": { "data": { - "id": "RL6788dac35c044419a4554958256889d5", + "id": "RLc86b3bc9799e46b1bdaec032f40e700a", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:39.633Z", + "created_at": "2022-01-20T22:12:52.182Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -245075,54 +251449,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:39.633Z", + "updated_at": "2022-01-20T22:12:52.182Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/libraries" + "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/revisions" + "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/notes" + "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/property" + "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/property" }, "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/origin" + "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/origin" }, "data": { - "id": "RL6788dac35c044419a4554958256889d5", + "id": "RLc86b3bc9799e46b1bdaec032f40e700a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/rule_components" + "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf", - "origin": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5", - "self": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5", - "rule_components": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/rule_components" + "property": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2", + "origin": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a", + "self": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a", + "rule_components": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/rule_components" }, "meta": { "latest_revision_number": 0 @@ -245146,14 +251520,14 @@ "relationships": { "extension": { "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX3dcb852ba53047e2859e5ae37d848c9a", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL6788dac35c044419a4554958256889d5", + "id": "RLc86b3bc9799e46b1bdaec032f40e700a", "type": "rules" } ] @@ -245164,10 +251538,10 @@ }, "response": { "data": { - "id": "RC53bce6bd90d442078ea469f2943d0b96", + "id": "RC58b8b5ca1d634a31a52f6a479fbeff81", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:39.762Z", + "created_at": "2022-01-20T22:12:52.400Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -245180,13 +251554,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:39.762Z", + "updated_at": "2022-01-20T22:12:52.400Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -245195,56 +251569,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/updated_with_extension" }, "data": { - "id": "EXefb0e94cdb71479792f99e98abed2b47", + "id": "EX99014eada5a44bb18c53e1e8cff14550", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/extension" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/extension" }, "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX3dcb852ba53047e2859e5ae37d848c9a", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/notes" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/origin" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/origin" }, "data": { - "id": "RC53bce6bd90d442078ea469f2943d0b96", + "id": "RC58b8b5ca1d634a31a52f6a479fbeff81", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2" }, "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/rules" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a", - "origin": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96", - "rules": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/rules", - "self": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96" + "extension": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a", + "origin": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81", + "rules": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/rules", + "self": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81" }, "meta": { "latest_revision_number": 0 @@ -245261,10 +251635,10 @@ "request": null, "response": { "data": { - "id": "RC53bce6bd90d442078ea469f2943d0b96", + "id": "RC58b8b5ca1d634a31a52f6a479fbeff81", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:39.762Z", + "created_at": "2022-01-20T22:12:52.400Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -245277,13 +251651,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:39.762Z", + "updated_at": "2022-01-20T22:12:52.400Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -245292,56 +251666,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/updated_with_extension" }, "data": { - "id": "EXefb0e94cdb71479792f99e98abed2b47", + "id": "EX99014eada5a44bb18c53e1e8cff14550", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/extension" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/extension" }, "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX3dcb852ba53047e2859e5ae37d848c9a", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/notes" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/origin" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/origin" }, "data": { - "id": "RC53bce6bd90d442078ea469f2943d0b96", + "id": "RC58b8b5ca1d634a31a52f6a479fbeff81", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2" }, "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/rules" + "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a", - "origin": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96", - "rules": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/rules", - "self": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96" + "extension": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a", + "origin": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81", + "rules": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/rules", + "self": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81" }, "meta": { "latest_revision_number": 0 @@ -245365,7 +251739,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -245438,7 +251812,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -245505,16 +251879,16 @@ "response": { "data": [ { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:33.962Z", + "created_at": "2022-01-20T22:12:46.284Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:33.962Z", + "updated_at": "2022-01-20T22:12:46.284Z", "platform": "web", "development": false, - "token": "b9da6ffcb81e", + "token": "a717299bba0d", "domains": [ "example.com" ], @@ -245524,7 +251898,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/company" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -245533,52 +251907,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/callbacks" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/hosts" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/environments" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/libraries" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/data_elements" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/extensions" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/rules" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/notes" + "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/environments", - "extensions": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/extensions", - "rules": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/rules", - "self": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf" + "data_elements": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/environments", + "extensions": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/extensions", + "rules": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/rules", + "self": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2" }, "meta": { "rights": [ @@ -245607,7 +251981,7 @@ }, { "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/properties/PR9bce76d1cd91427d82b133a0790bc9bf", + "endpoint": "/properties/PR91b455d1508f4ab8a5e0b5543fd845d2", "method": "DELETE", "request": null, "response": null, @@ -245654,16 +252028,16 @@ }, "response": { "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR042fcd41353f4b1e94ef98f8acf21911", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:40.304Z", + "created_at": "2022-01-20T22:12:53.230Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:40.304Z", + "updated_at": "2022-01-20T22:12:53.230Z", "platform": "web", "development": false, - "token": "7f197c3a791a", + "token": "ca5a2a8fb928", "domains": [ "example.com" ], @@ -245673,7 +252047,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/company" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -245682,52 +252056,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/callbacks" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/hosts" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/environments" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/libraries" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/data_elements" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/extensions" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/rules" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/notes" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/data_elements", - "environments": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/environments", - "extensions": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/extensions", - "rules": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/rules", - "self": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81" + "data_elements": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/data_elements", + "environments": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/environments", + "extensions": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/extensions", + "rules": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/rules", + "self": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911" }, "meta": { "rights": [ @@ -247023,6 +253397,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -248199,10 +254574,10 @@ }, "response": { "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EX16b87adc29bf49c595cd5905d31c4c7f", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:45.692Z", + "created_at": "2022-01-20T22:12:58.663Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -248210,7 +254585,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:45.692Z", + "updated_at": "2022-01-20T22:12:58.663Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -248220,40 +254595,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/libraries" + "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/revisions" + "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/notes" + "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/property" + "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/property" }, "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR042fcd41353f4b1e94ef98f8acf21911", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/origin" + "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/origin" }, "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EX16b87adc29bf49c595cd5905d31c4c7f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -248262,7 +254637,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -248271,9 +254646,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81", - "origin": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f", - "self": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f", + "property": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911", + "origin": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f", + "self": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -249541,6 +255916,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -250700,10 +257076,10 @@ }, "response": { "data": { - "id": "RL42134f9d887b444cbf8f7be879c47de9", + "id": "RL93ec1078d4e541e188cbfbce6029bd7b", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:45.958Z", + "created_at": "2022-01-20T22:12:58.986Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -250711,54 +257087,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:45.958Z", + "updated_at": "2022-01-20T22:12:58.986Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/libraries" + "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/revisions" + "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/notes" + "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/property" + "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/property" }, "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR042fcd41353f4b1e94ef98f8acf21911", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/origin" + "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/origin" }, "data": { - "id": "RL42134f9d887b444cbf8f7be879c47de9", + "id": "RL93ec1078d4e541e188cbfbce6029bd7b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/rule_components" + "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81", - "origin": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9", - "self": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9", - "rule_components": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/rule_components" + "property": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911", + "origin": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b", + "self": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b", + "rule_components": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -250782,14 +257158,14 @@ "relationships": { "extension": { "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EX16b87adc29bf49c595cd5905d31c4c7f", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL42134f9d887b444cbf8f7be879c47de9", + "id": "RL93ec1078d4e541e188cbfbce6029bd7b", "type": "rules" } ] @@ -250800,10 +257176,10 @@ }, "response": { "data": { - "id": "RCc6fcbcb8484a4626be607f0f1a218cfa", + "id": "RC4cbf156cd07c4bcbbba0bace26431536", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:46.103Z", + "created_at": "2022-01-20T22:12:59.149Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -250816,13 +257192,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:46.103Z", + "updated_at": "2022-01-20T22:12:59.149Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -250831,56 +257207,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/updated_with_extension" }, "data": { - "id": "EXfc34f10a28fb426a9501367f2465cdc4", + "id": "EX81af58eb2bb04ad595f96611ef061433", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/extension" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/extension" }, "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EX16b87adc29bf49c595cd5905d31c4c7f", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/notes" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/origin" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/origin" }, "data": { - "id": "RCc6fcbcb8484a4626be607f0f1a218cfa", + "id": "RC4cbf156cd07c4bcbbba0bace26431536", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911" }, "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR042fcd41353f4b1e94ef98f8acf21911", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/rules" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f", - "origin": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa", - "rules": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/rules", - "self": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa" + "extension": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f", + "origin": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536", + "rules": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/rules", + "self": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536" }, "meta": { "latest_revision_number": 0 @@ -250898,10 +257274,10 @@ "response": { "data": [ { - "id": "RCc6fcbcb8484a4626be607f0f1a218cfa", + "id": "RC4cbf156cd07c4bcbbba0bace26431536", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:46.103Z", + "created_at": "2022-01-20T22:12:59.149Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -250914,13 +257290,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:46.103Z", + "updated_at": "2022-01-20T22:12:59.149Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -250929,56 +257305,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/updated_with_extension" }, "data": { - "id": "EXfc34f10a28fb426a9501367f2465cdc4", + "id": "EX81af58eb2bb04ad595f96611ef061433", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/extension" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/extension" }, "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EX16b87adc29bf49c595cd5905d31c4c7f", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/notes" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/origin" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/origin" }, "data": { - "id": "RCc6fcbcb8484a4626be607f0f1a218cfa", + "id": "RC4cbf156cd07c4bcbbba0bace26431536", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911" }, "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR042fcd41353f4b1e94ef98f8acf21911", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/rules" + "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f", - "origin": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa", - "rules": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/rules", - "self": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa" + "extension": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f", + "origin": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536", + "rules": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/rules", + "self": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536" }, "meta": { "latest_revision_number": 0 @@ -251012,7 +257388,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -251085,7 +257461,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -251152,16 +257528,16 @@ "response": { "data": [ { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR042fcd41353f4b1e94ef98f8acf21911", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:40.304Z", + "created_at": "2022-01-20T22:12:53.230Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:40.304Z", + "updated_at": "2022-01-20T22:12:53.230Z", "platform": "web", "development": false, - "token": "7f197c3a791a", + "token": "ca5a2a8fb928", "domains": [ "example.com" ], @@ -251171,7 +257547,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/company" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -251180,52 +257556,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/callbacks" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/hosts" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/environments" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/libraries" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/data_elements" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/extensions" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/rules" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/notes" + "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/data_elements", - "environments": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/environments", - "extensions": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/extensions", - "rules": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/rules", - "self": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81" + "data_elements": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/data_elements", + "environments": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/environments", + "extensions": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/extensions", + "rules": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/rules", + "self": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911" }, "meta": { "rights": [ @@ -251254,7 +257630,7 @@ }, { "name": "rule_components.update_a_rule_component", - "endpoint": "/properties/PR76c72825dd4e4e038a2f099b637fce81", + "endpoint": "/properties/PR042fcd41353f4b1e94ef98f8acf21911", "method": "DELETE", "request": null, "response": null, @@ -251301,16 +257677,16 @@ }, "response": { "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:46.709Z", + "created_at": "2022-01-20T22:12:59.797Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:46.709Z", + "updated_at": "2022-01-20T22:12:59.797Z", "platform": "web", "development": false, - "token": "e05983630c1b", + "token": "b5395ea4e47a", "domains": [ "example.com" ], @@ -251320,7 +257696,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/company" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -251329,52 +257705,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/callbacks" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/hosts" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/environments" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/libraries" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/data_elements" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/extensions" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/rules" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/notes" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/environments", - "extensions": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/extensions", - "rules": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/rules", - "self": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12" + "data_elements": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/environments", + "extensions": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/extensions", + "rules": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/rules", + "self": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df" }, "meta": { "rights": [ @@ -252670,6 +259046,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -253846,10 +260223,10 @@ }, "response": { "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:52.073Z", + "created_at": "2022-01-20T22:13:05.266Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -253857,7 +260234,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:52.073Z", + "updated_at": "2022-01-20T22:13:05.266Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -253867,40 +260244,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/libraries" + "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/revisions" + "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/notes" + "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/property" + "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/property" }, "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/origin" + "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/origin" }, "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -253909,7 +260286,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/extension_package" + "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -253918,9 +260295,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12", - "origin": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6", - "self": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6", + "property": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df", + "origin": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404", + "self": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -255188,6 +261565,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -256347,10 +262725,10 @@ }, "response": { "data": { - "id": "RL55d92f7c2a7844f1ba2a7edfd1056335", + "id": "RL8d7eb07eeb894a8eb2afc006b9634614", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:52.367Z", + "created_at": "2022-01-20T22:13:05.611Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -256358,54 +262736,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:52.367Z", + "updated_at": "2022-01-20T22:13:05.611Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/libraries" + "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/revisions" + "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/notes" + "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/property" + "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/property" }, "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/origin" + "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/origin" }, "data": { - "id": "RL55d92f7c2a7844f1ba2a7edfd1056335", + "id": "RL8d7eb07eeb894a8eb2afc006b9634614", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/rule_components" + "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12", - "origin": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335", - "self": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335", - "rule_components": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/rule_components" + "property": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df", + "origin": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614", + "self": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614", + "rule_components": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/rule_components" }, "meta": { "latest_revision_number": 0 @@ -256429,14 +262807,14 @@ "relationships": { "extension": { "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL55d92f7c2a7844f1ba2a7edfd1056335", + "id": "RL8d7eb07eeb894a8eb2afc006b9634614", "type": "rules" } ] @@ -256447,10 +262825,10 @@ }, "response": { "data": { - "id": "RCbe6490334c894bac8f66147e5b155c76", + "id": "RCcced1805b4e44cf7bae933020ae20d45", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:52.538Z", + "created_at": "2022-01-20T22:13:05.842Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -256463,13 +262841,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:52.538Z", + "updated_at": "2022-01-20T22:13:05.842Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -256478,56 +262856,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/updated_with_extension" }, "data": { - "id": "EX8e1de03caee745378f75aa376ccf14b0", + "id": "EX7fc0670d1eaa4c82b27d6e9cd381d902", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/extension" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/extension" }, "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/notes" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/origin" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/origin" }, "data": { - "id": "RCbe6490334c894bac8f66147e5b155c76", + "id": "RCcced1805b4e44cf7bae933020ae20d45", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df" }, "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/rules" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6", - "origin": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76", - "rules": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/rules", - "self": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76" + "extension": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404", + "origin": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45", + "rules": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/rules", + "self": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45" }, "meta": { "latest_revision_number": 0 @@ -256548,15 +262926,15 @@ "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" }, "type": "rule_components", - "id": "RCbe6490334c894bac8f66147e5b155c76" + "id": "RCcced1805b4e44cf7bae933020ae20d45" } }, "response": { "data": { - "id": "RCbe6490334c894bac8f66147e5b155c76", + "id": "RCcced1805b4e44cf7bae933020ae20d45", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:52.538Z", + "created_at": "2022-01-20T22:13:05.842Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -256569,13 +262947,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:52.756Z", + "updated_at": "2022-01-20T22:13:06.190Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -256584,56 +262962,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/updated_with_extension" }, "data": { - "id": "EX8e1de03caee745378f75aa376ccf14b0", + "id": "EX7fc0670d1eaa4c82b27d6e9cd381d902", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/extension" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/extension" }, "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/notes" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/origin" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/origin" }, "data": { - "id": "RCbe6490334c894bac8f66147e5b155c76", + "id": "RCcced1805b4e44cf7bae933020ae20d45", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df" }, "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/rules" + "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6", - "origin": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76", - "rules": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/rules", - "self": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76" + "extension": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404", + "origin": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45", + "rules": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/rules", + "self": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45" }, "meta": { "latest_revision_number": 0 @@ -256657,7 +263035,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -256730,7 +263108,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -256797,16 +263175,16 @@ "response": { "data": [ { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:46.709Z", + "created_at": "2022-01-20T22:12:59.797Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:46.709Z", + "updated_at": "2022-01-20T22:12:59.797Z", "platform": "web", "development": false, - "token": "e05983630c1b", + "token": "b5395ea4e47a", "domains": [ "example.com" ], @@ -256816,7 +263194,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/company" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -256825,52 +263203,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/callbacks" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/hosts" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/environments" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/libraries" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/data_elements" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/extensions" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/rules" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/notes" + "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/environments", - "extensions": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/extensions", - "rules": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/rules", - "self": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12" + "data_elements": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/environments", + "extensions": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/extensions", + "rules": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/rules", + "self": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df" }, "meta": { "rights": [ @@ -256899,7 +263277,7 @@ }, { "name": "rule_components.delete_a_rule_component", - "endpoint": "/properties/PRf7b8737738f945069ffe438cf2e97c12", + "endpoint": "/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df", "method": "DELETE", "request": null, "response": null, @@ -256946,16 +263324,16 @@ }, "response": { "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:53.396Z", + "created_at": "2022-01-20T22:13:06.994Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:53.396Z", + "updated_at": "2022-01-20T22:13:06.994Z", "platform": "web", "development": false, - "token": "73e61bfc198b", + "token": "88f1a17e3e94", "domains": [ "example.com" ], @@ -256965,7 +263343,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/company" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -256974,52 +263352,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/callbacks" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/hosts" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/environments" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/libraries" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/data_elements" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/extensions" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/rules" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/notes" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/environments", - "extensions": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/extensions", - "rules": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/rules", - "self": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d" + "data_elements": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/environments", + "extensions": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/extensions", + "rules": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/rules", + "self": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa" }, "meta": { "rights": [ @@ -258315,6 +264693,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -259491,10 +265870,10 @@ }, "response": { "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX649a763ab5954c98a0da7cdfe9967146", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:58.804Z", + "created_at": "2022-01-20T22:13:12.475Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -259502,7 +265881,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:58.804Z", + "updated_at": "2022-01-20T22:13:12.475Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -259512,40 +265891,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/libraries" + "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/revisions" + "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/notes" + "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/property" + "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/property" }, "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/origin" + "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/origin" }, "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX649a763ab5954c98a0da7cdfe9967146", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -259554,7 +265933,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/extension_package" + "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -259563,9 +265942,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d", - "origin": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5", - "self": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "property": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa", + "origin": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146", + "self": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -260833,6 +267212,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -261992,10 +268372,10 @@ }, "response": { "data": { - "id": "RL46f87cbb83c0405d99db7caf9ab249f4", + "id": "RL27bc2ab6ce204027aa12ca277fa2fe26", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:59.137Z", + "created_at": "2022-01-20T22:13:12.783Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -262003,54 +268383,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:59.137Z", + "updated_at": "2022-01-20T22:13:12.783Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/libraries" + "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/revisions" + "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/notes" + "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/property" + "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/property" }, "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/origin" + "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/origin" }, "data": { - "id": "RL46f87cbb83c0405d99db7caf9ab249f4", + "id": "RL27bc2ab6ce204027aa12ca277fa2fe26", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/rule_components" + "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d", - "origin": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4", - "self": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4", - "rule_components": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/rule_components" + "property": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa", + "origin": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26", + "self": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26", + "rule_components": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/rule_components" }, "meta": { "latest_revision_number": 0 @@ -262074,14 +268454,14 @@ "relationships": { "extension": { "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX649a763ab5954c98a0da7cdfe9967146", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL46f87cbb83c0405d99db7caf9ab249f4", + "id": "RL27bc2ab6ce204027aa12ca277fa2fe26", "type": "rules" } ] @@ -262092,10 +268472,10 @@ }, "response": { "data": { - "id": "RCe031691a802e4818a695063c28ad882f", + "id": "RC2b845f4ea7ac4a10b92f14ab99b1f99b", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:59.290Z", + "created_at": "2022-01-20T22:13:12.983Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -262108,13 +268488,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:59.290Z", + "updated_at": "2022-01-20T22:13:12.983Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -262123,56 +268503,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/updated_with_extension" }, "data": { - "id": "EX75f559ad8639470c8575366d9349d777", + "id": "EX9501de81e0d146b2887919d31117cd7c", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/extension" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/extension" }, "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX649a763ab5954c98a0da7cdfe9967146", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/notes" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/origin" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/origin" }, "data": { - "id": "RCe031691a802e4818a695063c28ad882f", + "id": "RC2b845f4ea7ac4a10b92f14ab99b1f99b", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa" }, "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/rules" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5", - "origin": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f", - "rules": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/rules", - "self": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f" + "extension": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146", + "origin": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b", + "rules": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/rules", + "self": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b" }, "meta": { "latest_revision_number": 0 @@ -262198,12 +268578,12 @@ "request": null, "response": { "data": { - "id": "RCe031691a802e4818a695063c28ad882f", + "id": "RC2b845f4ea7ac4a10b92f14ab99b1f99b", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:59.290Z", + "created_at": "2022-01-20T22:13:12.983Z", "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": "2021-10-05T19:17:59.457Z", + "deleted_at": "2022-01-20T22:13:13.208Z", "dirty": true, "name": "My Example Click Event", "negate": false, @@ -262214,13 +268594,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:59.489Z", + "updated_at": "2022-01-20T22:13:13.268Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -262229,56 +268609,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/updated_with_extension" }, "data": { - "id": "EX75f559ad8639470c8575366d9349d777", + "id": "EX9501de81e0d146b2887919d31117cd7c", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/extension" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/extension" }, "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX649a763ab5954c98a0da7cdfe9967146", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/notes" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/origin" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/origin" }, "data": { - "id": "RCe031691a802e4818a695063c28ad882f", + "id": "RC2b845f4ea7ac4a10b92f14ab99b1f99b", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa" }, "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/rules" + "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5", - "origin": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f", - "rules": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/rules", - "self": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f" + "extension": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146", + "origin": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b", + "rules": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/rules", + "self": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b" }, "meta": { "latest_revision_number": 0 @@ -262302,7 +268682,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -262375,7 +268755,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -262442,16 +268822,16 @@ "response": { "data": [ { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:53.396Z", + "created_at": "2022-01-20T22:13:06.994Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:53.396Z", + "updated_at": "2022-01-20T22:13:06.994Z", "platform": "web", "development": false, - "token": "73e61bfc198b", + "token": "88f1a17e3e94", "domains": [ "example.com" ], @@ -262461,7 +268841,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/company" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -262470,52 +268850,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/callbacks" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/hosts" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/environments" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/libraries" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/data_elements" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/extensions" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/rules" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/notes" + "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/environments", - "extensions": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/extensions", - "rules": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/rules", - "self": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d" + "data_elements": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/environments", + "extensions": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/extensions", + "rules": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/rules", + "self": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa" }, "meta": { "rights": [ @@ -262544,7 +268924,7 @@ }, { "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d", + "endpoint": "/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa", "method": "DELETE", "request": null, "response": null, @@ -262591,16 +268971,16 @@ }, "response": { "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PRb47df18e09f8444e888d8cf76ef8b177", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:00.055Z", + "created_at": "2022-01-20T22:13:13.926Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:00.055Z", + "updated_at": "2022-01-20T22:13:13.926Z", "platform": "web", "development": false, - "token": "047e711928f5", + "token": "35f69c38fef6", "domains": [ "example.com" ], @@ -262610,7 +268990,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/company" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -262619,52 +268999,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/callbacks" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/hosts" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/environments" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/libraries" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/data_elements" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/extensions" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/rules" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/notes" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/environments", - "extensions": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/extensions", - "rules": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/rules", - "self": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9" + "data_elements": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/environments", + "extensions": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/extensions", + "rules": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/rules", + "self": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177" }, "meta": { "rights": [ @@ -263960,6 +270340,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -265136,10 +271517,10 @@ }, "response": { "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EXe8e80d72e3a3401988e63660fd935bfa", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:05.426Z", + "created_at": "2022-01-20T22:13:19.495Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -265147,7 +271528,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:05.426Z", + "updated_at": "2022-01-20T22:13:19.495Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -265157,40 +271538,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/libraries" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/revisions" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/notes" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/property" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/property" }, "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PRb47df18e09f8444e888d8cf76ef8b177", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/origin" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/origin" }, "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EXe8e80d72e3a3401988e63660fd935bfa", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -265199,7 +271580,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/extension_package" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -265208,9 +271589,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9", - "origin": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", - "self": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", + "property": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177", + "origin": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", + "self": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -266478,6 +272859,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -267637,10 +274019,10 @@ }, "response": { "data": { - "id": "RL4a9eaddde7894d7f8b8ee8376e60b15e", + "id": "RL87b9d2d0bcf740f284a3a0897a7f6fcb", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:05.687Z", + "created_at": "2022-01-20T22:13:19.780Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -267648,54 +274030,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:05.687Z", + "updated_at": "2022-01-20T22:13:19.780Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/libraries" + "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/revisions" + "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/notes" + "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/property" + "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/property" }, "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PRb47df18e09f8444e888d8cf76ef8b177", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/origin" + "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/origin" }, "data": { - "id": "RL4a9eaddde7894d7f8b8ee8376e60b15e", + "id": "RL87b9d2d0bcf740f284a3a0897a7f6fcb", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/rule_components" + "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9", - "origin": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e", - "self": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e", - "rule_components": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/rule_components" + "property": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177", + "origin": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb", + "self": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb", + "rule_components": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/rule_components" }, "meta": { "latest_revision_number": 0 @@ -267719,14 +274101,14 @@ "relationships": { "extension": { "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EXe8e80d72e3a3401988e63660fd935bfa", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL4a9eaddde7894d7f8b8ee8376e60b15e", + "id": "RL87b9d2d0bcf740f284a3a0897a7f6fcb", "type": "rules" } ] @@ -267737,10 +274119,10 @@ }, "response": { "data": { - "id": "RCd19c81ff200b405380af796301816cdd", + "id": "RCdf16248d6c604857a27dda43bb71c9fa", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:05.825Z", + "created_at": "2022-01-20T22:13:19.917Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -267753,13 +274135,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:05.825Z", + "updated_at": "2022-01-20T22:13:19.917Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -267768,56 +274150,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/updated_with_extension" }, "data": { - "id": "EXad1f699a42b1499696e9ca0858036ac8", + "id": "EX94eb8e0a8f4647ada332bcb81e85f89f", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/extension" + "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/extension" }, "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EXe8e80d72e3a3401988e63660fd935bfa", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/notes" + "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/origin" + "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/origin" }, "data": { - "id": "RCd19c81ff200b405380af796301816cdd", + "id": "RCdf16248d6c604857a27dda43bb71c9fa", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177" }, "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PRb47df18e09f8444e888d8cf76ef8b177", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/rules" + "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", - "origin": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd", - "rules": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/rules", - "self": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd" + "extension": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", + "origin": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa", + "rules": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/rules", + "self": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa" }, "meta": { "latest_revision_number": 0 @@ -267834,10 +274216,10 @@ "request": null, "response": { "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EXe8e80d72e3a3401988e63660fd935bfa", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:05.426Z", + "created_at": "2022-01-20T22:13:19.495Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -267845,7 +274227,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:05.426Z", + "updated_at": "2022-01-20T22:13:19.495Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -267855,40 +274237,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/libraries" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/revisions" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/notes" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/property" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/property" }, "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PRb47df18e09f8444e888d8cf76ef8b177", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/origin" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/origin" }, "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EXe8e80d72e3a3401988e63660fd935bfa", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -267897,7 +274279,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/extension_package" + "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -267906,9 +274288,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9", - "origin": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", - "self": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", + "property": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177", + "origin": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", + "self": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -267934,7 +274316,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -268007,7 +274389,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -268074,16 +274456,16 @@ "response": { "data": [ { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PRb47df18e09f8444e888d8cf76ef8b177", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:00.055Z", + "created_at": "2022-01-20T22:13:13.926Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:00.055Z", + "updated_at": "2022-01-20T22:13:13.926Z", "platform": "web", "development": false, - "token": "047e711928f5", + "token": "35f69c38fef6", "domains": [ "example.com" ], @@ -268093,7 +274475,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/company" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -268102,52 +274484,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/callbacks" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/hosts" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/environments" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/libraries" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/data_elements" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/extensions" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/rules" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/notes" + "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/environments", - "extensions": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/extensions", - "rules": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/rules", - "self": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9" + "data_elements": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/environments", + "extensions": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/extensions", + "rules": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/rules", + "self": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177" }, "meta": { "rights": [ @@ -268176,7 +274558,7 @@ }, { "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/properties/PR0a2dd5bd641441a8a380531a441e4da9", + "endpoint": "/properties/PRb47df18e09f8444e888d8cf76ef8b177", "method": "DELETE", "request": null, "response": null, @@ -268223,16 +274605,16 @@ }, "response": { "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PR97da7e3886a140a2aa4d7c9b02c70991", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:06.375Z", + "created_at": "2022-01-20T22:13:20.537Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:06.375Z", + "updated_at": "2022-01-20T22:13:20.537Z", "platform": "web", "development": false, - "token": "1535493d0db9", + "token": "fa05b063e2cf", "domains": [ "example.com" ], @@ -268242,7 +274624,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/company" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -268251,52 +274633,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/callbacks" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/hosts" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/environments" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/libraries" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/data_elements" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/extensions" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/rules" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/notes" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/environments", - "extensions": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/extensions", - "rules": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/rules", - "self": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "data_elements": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/data_elements", + "environments": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/environments", + "extensions": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/extensions", + "rules": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/rules", + "self": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" }, "meta": { "rights": [ @@ -269592,6 +275974,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -270768,10 +277151,10 @@ }, "response": { "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EX9a97f306305c4c43afd2f3a75efc8378", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:11.787Z", + "created_at": "2022-01-20T22:13:25.959Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -270779,7 +277162,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:11.787Z", + "updated_at": "2022-01-20T22:13:25.959Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -270789,40 +277172,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/libraries" + "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/revisions" + "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/notes" + "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/property" + "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/property" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PR97da7e3886a140a2aa4d7c9b02c70991", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/origin" + "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/origin" }, "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EX9a97f306305c4c43afd2f3a75efc8378", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -270831,7 +277214,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -270840,9 +277223,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f", - "origin": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", - "self": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", + "property": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991", + "origin": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", + "self": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -272110,6 +278493,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -273269,10 +279653,10 @@ }, "response": { "data": { - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLb5d4285016f24c08a61c83e6f26979d6", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:12.036Z", + "created_at": "2022-01-20T22:13:26.378Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -273280,54 +279664,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:12.036Z", + "updated_at": "2022-01-20T22:13:26.378Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/libraries" + "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/revisions" + "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/notes" + "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/property" + "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/property" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PR97da7e3886a140a2aa4d7c9b02c70991", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/origin" + "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/origin" }, "data": { - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLb5d4285016f24c08a61c83e6f26979d6", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/rule_components" + "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f", - "origin": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c", - "self": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c", - "rule_components": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/rule_components" + "property": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991", + "origin": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6", + "self": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6", + "rule_components": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/rule_components" }, "meta": { "latest_revision_number": 0 @@ -273351,14 +279735,14 @@ "relationships": { "extension": { "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EX9a97f306305c4c43afd2f3a75efc8378", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLb5d4285016f24c08a61c83e6f26979d6", "type": "rules" } ] @@ -273369,10 +279753,10 @@ }, "response": { "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC6204765a7faf477ca07471c6b3c91a3a", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:12.166Z", + "created_at": "2022-01-20T22:13:26.589Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -273385,13 +279769,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:12.166Z", + "updated_at": "2022-01-20T22:13:26.589Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -273400,56 +279784,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/updated_with_extension" }, "data": { - "id": "EXe73dfff73df5441694cc449cd4b6f5fa", + "id": "EXa0c8d038707a490094a0201920aa5278", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/extension" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/extension" }, "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EX9a97f306305c4c43afd2f3a75efc8378", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/notes" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/origin" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/origin" }, "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC6204765a7faf477ca07471c6b3c91a3a", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PR97da7e3886a140a2aa4d7c9b02c70991", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/rules" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", - "origin": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4", - "rules": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/rules", - "self": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4" + "extension": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", + "origin": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a", + "rules": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/rules", + "self": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a" }, "meta": { "latest_revision_number": 0 @@ -273470,16 +279854,16 @@ "meta": { "action": "revise" }, - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLb5d4285016f24c08a61c83e6f26979d6", "type": "rules" } }, "response": { "data": { - "id": "RLdf0ab8b4ab6d4ca69e46c0ec4197e014", + "id": "RLc861a74c479e4048b7085ab6d8e89596", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:12.326Z", + "created_at": "2022-01-20T22:13:26.735Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -273487,54 +279871,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:18:12.416Z", + "updated_at": "2022-01-20T22:13:26.837Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/libraries" + "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/revisions" + "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/notes" + "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/property" + "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/property" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PR97da7e3886a140a2aa4d7c9b02c70991", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/origin" + "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/origin" }, "data": { - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLb5d4285016f24c08a61c83e6f26979d6", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/rule_components" + "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f", - "origin": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c", - "self": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014", - "rule_components": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/rule_components" + "property": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991", + "origin": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6", + "self": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596", + "rule_components": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/rule_components" }, "meta": { "latest_revision_number": 1 @@ -273546,16 +279930,16 @@ }, { "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/rule_components", + "endpoint": "/rules/RLc861a74c479e4048b7085ab6d8e89596/rule_components", "method": "GET", "request": null, "response": { "data": [ { - "id": "RCf1ad2e7bdbcc470e9804694e5729267c", + "id": "RC80219df8a6ee49fd81e6237b054430c1", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:12.400Z", + "created_at": "2022-01-20T22:13:26.814Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": false, @@ -273568,13 +279952,13 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:18:12.400Z", + "updated_at": "2022-01-20T22:13:26.814Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -273583,56 +279967,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/updated_with_extension" }, "data": { - "id": "EXe73dfff73df5441694cc449cd4b6f5fa", + "id": "EXa0c8d038707a490094a0201920aa5278", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/extension" + "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/extension" }, "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EX9a97f306305c4c43afd2f3a75efc8378", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/notes" + "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/origin" + "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/origin" }, "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC6204765a7faf477ca07471c6b3c91a3a", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PR97da7e3886a140a2aa4d7c9b02c70991", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/rules" + "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", - "origin": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4", - "rules": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/rules", - "self": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c" + "extension": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", + "origin": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a", + "rules": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/rules", + "self": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1" }, "meta": { "latest_revision_number": 1 @@ -273659,10 +280043,10 @@ "request": null, "response": { "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC6204765a7faf477ca07471c6b3c91a3a", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:12.166Z", + "created_at": "2022-01-20T22:13:26.589Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": false, @@ -273675,13 +280059,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:12.166Z", + "updated_at": "2022-01-20T22:13:26.589Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -273690,56 +280074,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/updated_with_extension" }, "data": { - "id": "EXe73dfff73df5441694cc449cd4b6f5fa", + "id": "EXa0c8d038707a490094a0201920aa5278", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/extension" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/extension" }, "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EX9a97f306305c4c43afd2f3a75efc8378", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/notes" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/origin" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/origin" }, "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC6204765a7faf477ca07471c6b3c91a3a", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PR97da7e3886a140a2aa4d7c9b02c70991", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/rules" + "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", - "origin": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4", - "rules": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/rules", - "self": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4" + "extension": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", + "origin": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a", + "rules": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/rules", + "self": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a" }, "meta": { "latest_revision_number": 1 @@ -273763,7 +280147,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -273836,7 +280220,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -273903,16 +280287,16 @@ "response": { "data": [ { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PR97da7e3886a140a2aa4d7c9b02c70991", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:06.375Z", + "created_at": "2022-01-20T22:13:20.537Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:06.375Z", + "updated_at": "2022-01-20T22:13:20.537Z", "platform": "web", "development": false, - "token": "1535493d0db9", + "token": "fa05b063e2cf", "domains": [ "example.com" ], @@ -273922,7 +280306,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/company" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -273931,52 +280315,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/callbacks" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/hosts" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/environments" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/libraries" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/data_elements" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/extensions" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/rules" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/notes" + "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/environments", - "extensions": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/extensions", - "rules": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/rules", - "self": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "data_elements": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/data_elements", + "environments": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/environments", + "extensions": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/extensions", + "rules": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/rules", + "self": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" }, "meta": { "rights": [ @@ -274005,7 +280389,7 @@ }, { "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/properties/PRaae7bd558d6f473d878504cee5937d6f", + "endpoint": "/properties/PR97da7e3886a140a2aa4d7c9b02c70991", "method": "DELETE", "request": null, "response": null, @@ -274052,16 +280436,16 @@ }, "response": { "data": { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:13.017Z", + "created_at": "2022-01-20T22:13:27.497Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:13.017Z", + "updated_at": "2022-01-20T22:13:27.497Z", "platform": "web", "development": false, - "token": "1580823d7d60", + "token": "85175c002d3f", "domains": [ "example.com" ], @@ -274071,7 +280455,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/company" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -274080,52 +280464,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/callbacks" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/hosts" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/environments" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/libraries" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/data_elements" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/extensions" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/rules" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/notes" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/data_elements", - "environments": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/environments", - "extensions": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/extensions", - "rules": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/rules", - "self": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95" + "data_elements": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/environments", + "extensions": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/extensions", + "rules": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/rules", + "self": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b" }, "meta": { "rights": [ @@ -275421,6 +281805,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -276597,10 +282982,10 @@ }, "response": { "data": { - "id": "EX9e8dbd4da5794b7ba4d86c8114287d27", + "id": "EX7d07a7a9319f40aab0af79af4e192f01", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:18.414Z", + "created_at": "2022-01-20T22:13:33.016Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -276608,7 +282993,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:18.414Z", + "updated_at": "2022-01-20T22:13:33.016Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -276618,40 +283003,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/libraries" + "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/revisions" + "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/notes" + "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/property" + "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/property" }, "data": { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/origin" + "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/origin" }, "data": { - "id": "EX9e8dbd4da5794b7ba4d86c8114287d27", + "id": "EX7d07a7a9319f40aab0af79af4e192f01", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -276660,7 +283045,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -276669,9 +283054,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95", - "origin": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27", - "self": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27", + "property": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b", + "origin": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01", + "self": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -277939,6 +284324,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -279098,10 +285484,10 @@ }, "response": { "data": { - "id": "RL1122e1a960fb49299a141d627ffb1c27", + "id": "RLaf546d18099246b088964adb2b4af74c", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:18.678Z", + "created_at": "2022-01-20T22:13:33.388Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -279109,54 +285495,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:18.678Z", + "updated_at": "2022-01-20T22:13:33.388Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/libraries" + "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/revisions" + "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/notes" + "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/property" + "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/property" }, "data": { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/origin" + "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/origin" }, "data": { - "id": "RL1122e1a960fb49299a141d627ffb1c27", + "id": "RLaf546d18099246b088964adb2b4af74c", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/rule_components" + "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95", - "origin": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27", - "self": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27", - "rule_components": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/rule_components" + "property": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b", + "origin": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c", + "self": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c", + "rule_components": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/rule_components" }, "meta": { "latest_revision_number": 0 @@ -279180,14 +285566,14 @@ "relationships": { "extension": { "data": { - "id": "EX9e8dbd4da5794b7ba4d86c8114287d27", + "id": "EX7d07a7a9319f40aab0af79af4e192f01", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL1122e1a960fb49299a141d627ffb1c27", + "id": "RLaf546d18099246b088964adb2b4af74c", "type": "rules" } ] @@ -279198,10 +285584,10 @@ }, "response": { "data": { - "id": "RC614bf3ad5cd1465b991589f782016f9e", + "id": "RC0156c98d225b40d789dcce5104828f32", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:18.820Z", + "created_at": "2022-01-20T22:13:33.597Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -279214,13 +285600,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:18.820Z", + "updated_at": "2022-01-20T22:13:33.597Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -279229,56 +285615,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/updated_with_extension" }, "data": { - "id": "EX55c23966db484a8fadc9aa51b2e167d4", + "id": "EXd3dd95b1542f4c749380648d200267fa", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/extension" + "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/extension" }, "data": { - "id": "EX9e8dbd4da5794b7ba4d86c8114287d27", + "id": "EX7d07a7a9319f40aab0af79af4e192f01", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/notes" + "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/origin" + "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/origin" }, "data": { - "id": "RC614bf3ad5cd1465b991589f782016f9e", + "id": "RC0156c98d225b40d789dcce5104828f32", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b" }, "data": { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/rules" + "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27", - "origin": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e", - "rules": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/rules", - "self": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e" + "extension": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01", + "origin": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32", + "rules": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/rules", + "self": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32" }, "meta": { "latest_revision_number": 0 @@ -279302,28 +285688,28 @@ }, "response": { "data": { - "id": "NT35cd8ea74b2a4fcb8861f23f59809759", + "id": "NT8d6065c5f8aa4191899e6dc3d004b855", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:18:18.969Z", + "created_at": "2022-01-20T22:13:33.786Z", "text": "this note on a rule component intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e" + "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32" }, "data": { - "id": "RC614bf3ad5cd1465b991589f782016f9e", + "id": "RC0156c98d225b40d789dcce5104828f32", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e", - "self": "https://reactor.adobe.io/notes/NT35cd8ea74b2a4fcb8861f23f59809759" + "resource": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32", + "self": "https://reactor.adobe.io/notes/NT8d6065c5f8aa4191899e6dc3d004b855" } } }, @@ -279344,7 +285730,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -279417,7 +285803,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -279484,16 +285870,16 @@ "response": { "data": [ { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:13.017Z", + "created_at": "2022-01-20T22:13:27.497Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:13.017Z", + "updated_at": "2022-01-20T22:13:27.497Z", "platform": "web", "development": false, - "token": "1580823d7d60", + "token": "85175c002d3f", "domains": [ "example.com" ], @@ -279503,7 +285889,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/company" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -279512,52 +285898,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/callbacks" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/hosts" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/environments" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/libraries" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/data_elements" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/extensions" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/rules" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/notes" + "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/data_elements", - "environments": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/environments", - "extensions": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/extensions", - "rules": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/rules", - "self": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95" + "data_elements": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/environments", + "extensions": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/extensions", + "rules": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/rules", + "self": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b" }, "meta": { "rights": [ @@ -279586,7 +285972,7 @@ }, { "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/properties/PR017c126e4d46478b95861f416ced9d95", + "endpoint": "/properties/PR9ed21ddb1d714ca48fcce9b51af0992b", "method": "DELETE", "request": null, "response": null, @@ -279633,16 +286019,16 @@ }, "response": { "data": { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:19.347Z", + "created_at": "2022-01-20T22:13:34.362Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:19.347Z", + "updated_at": "2022-01-20T22:13:34.362Z", "platform": "web", "development": false, - "token": "0cb513f9d390", + "token": "64044442db11", "domains": [ "example.com" ], @@ -279652,7 +286038,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/company" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -279661,52 +286047,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/callbacks" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/hosts" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/environments" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/libraries" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/data_elements" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/extensions" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/rules" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/notes" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/environments", - "extensions": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/extensions", - "rules": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/rules", - "self": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b" + "data_elements": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/environments", + "extensions": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/extensions", + "rules": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/rules", + "self": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e" }, "meta": { "rights": [ @@ -281002,6 +287388,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -282178,10 +288565,10 @@ }, "response": { "data": { - "id": "EX39e7b35ebb3c46d3a951b3def47f0e30", + "id": "EXbd6f4c671c2a4d0a87e818f774b13df6", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:24.675Z", + "created_at": "2022-01-20T22:13:40.095Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -282189,7 +288576,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:24.675Z", + "updated_at": "2022-01-20T22:13:40.095Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -282199,40 +288586,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/libraries" + "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/revisions" + "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/notes" + "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/property" + "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/property" }, "data": { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/origin" + "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/origin" }, "data": { - "id": "EX39e7b35ebb3c46d3a951b3def47f0e30", + "id": "EXbd6f4c671c2a4d0a87e818f774b13df6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -282241,7 +288628,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/extension_package" + "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -282250,9 +288637,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b", - "origin": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30", - "self": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30", + "property": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e", + "origin": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6", + "self": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -283520,6 +289907,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -284679,10 +291067,10 @@ }, "response": { "data": { - "id": "RL6ddb3432fdb14a4da9e2bdf4338b4a36", + "id": "RLae7ce84f30304396b1287bb527d93288", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:24.958Z", + "created_at": "2022-01-20T22:13:40.490Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -284690,54 +291078,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:24.958Z", + "updated_at": "2022-01-20T22:13:40.490Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/libraries" + "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/revisions" + "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/notes" + "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/property" + "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/property" }, "data": { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/origin" + "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/origin" }, "data": { - "id": "RL6ddb3432fdb14a4da9e2bdf4338b4a36", + "id": "RLae7ce84f30304396b1287bb527d93288", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/rule_components" + "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b", - "origin": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36", - "self": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36", - "rule_components": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/rule_components" + "property": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e", + "origin": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288", + "self": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288", + "rule_components": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/rule_components" }, "meta": { "latest_revision_number": 0 @@ -284761,14 +291149,14 @@ "relationships": { "extension": { "data": { - "id": "EX39e7b35ebb3c46d3a951b3def47f0e30", + "id": "EXbd6f4c671c2a4d0a87e818f774b13df6", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL6ddb3432fdb14a4da9e2bdf4338b4a36", + "id": "RLae7ce84f30304396b1287bb527d93288", "type": "rules" } ] @@ -284779,10 +291167,10 @@ }, "response": { "data": { - "id": "RC41c7d334f2a04eb6a079242e26fc525e", + "id": "RCa2409ab16326439d85ac8c365960b198", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:25.093Z", + "created_at": "2022-01-20T22:13:40.680Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -284795,13 +291183,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:25.093Z", + "updated_at": "2022-01-20T22:13:40.680Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -284810,56 +291198,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/updated_with_extension" }, "data": { - "id": "EX5b3aa4ae41b445eb93c487e4f1105226", + "id": "EXcad4f8eca269490689e793daabee97ff", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/extension" + "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/extension" }, "data": { - "id": "EX39e7b35ebb3c46d3a951b3def47f0e30", + "id": "EXbd6f4c671c2a4d0a87e818f774b13df6", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/notes" + "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/origin" + "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/origin" }, "data": { - "id": "RC41c7d334f2a04eb6a079242e26fc525e", + "id": "RCa2409ab16326439d85ac8c365960b198", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e" }, "data": { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/rules" + "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30", - "origin": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e", - "rules": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/rules", - "self": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e" + "extension": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6", + "origin": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198", + "rules": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/rules", + "self": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198" }, "meta": { "latest_revision_number": 0 @@ -284883,28 +291271,28 @@ }, "response": { "data": { - "id": "NT54dbf132ec0b4b05b0b792abb6c29383", + "id": "NT778082c1440f428fa8b1c57f0be1443d", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:18:25.264Z", + "created_at": "2022-01-20T22:13:40.895Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e" + "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198" }, "data": { - "id": "RC41c7d334f2a04eb6a079242e26fc525e", + "id": "RCa2409ab16326439d85ac8c365960b198", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e", - "self": "https://reactor.adobe.io/notes/NT54dbf132ec0b4b05b0b792abb6c29383" + "resource": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198", + "self": "https://reactor.adobe.io/notes/NT778082c1440f428fa8b1c57f0be1443d" } } }, @@ -284919,28 +291307,28 @@ "response": { "data": [ { - "id": "NT54dbf132ec0b4b05b0b792abb6c29383", + "id": "NT778082c1440f428fa8b1c57f0be1443d", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:18:25.264Z", + "created_at": "2022-01-20T22:13:40.895Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e" + "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198" }, "data": { - "id": "RC41c7d334f2a04eb6a079242e26fc525e", + "id": "RCa2409ab16326439d85ac8c365960b198", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e", - "self": "https://reactor.adobe.io/notes/NT54dbf132ec0b4b05b0b792abb6c29383" + "resource": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198", + "self": "https://reactor.adobe.io/notes/NT778082c1440f428fa8b1c57f0be1443d" } } ], @@ -284971,7 +291359,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -285044,7 +291432,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -285111,16 +291499,16 @@ "response": { "data": [ { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:19.347Z", + "created_at": "2022-01-20T22:13:34.362Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:19.347Z", + "updated_at": "2022-01-20T22:13:34.362Z", "platform": "web", "development": false, - "token": "0cb513f9d390", + "token": "64044442db11", "domains": [ "example.com" ], @@ -285130,7 +291518,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/company" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -285139,52 +291527,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/callbacks" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/hosts" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/environments" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/libraries" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/data_elements" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/extensions" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/rules" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/notes" + "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/environments", - "extensions": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/extensions", - "rules": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/rules", - "self": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b" + "data_elements": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/environments", + "extensions": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/extensions", + "rules": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/rules", + "self": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e" }, "meta": { "rights": [ @@ -285213,7 +291601,7 @@ }, { "name": "rules.create_a_rule", - "endpoint": "/properties/PR1df9d33ca5a94a49822b51b0fd3b388b", + "endpoint": "/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e", "method": "DELETE", "request": null, "response": null, @@ -285260,16 +291648,16 @@ }, "response": { "data": { - "id": "PR55c71d5f47b7473bb27f3b73d87eaa2b", + "id": "PRca7b96ed41524a3682126fdc895921ca", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:25.716Z", + "created_at": "2022-01-20T22:13:41.725Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:25.716Z", + "updated_at": "2022-01-20T22:13:41.725Z", "platform": "web", "development": false, - "token": "d27b4f76f495", + "token": "d8ee6157e695", "domains": [ "example.com" ], @@ -285279,7 +291667,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/company" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -285288,52 +291676,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/callbacks" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/hosts" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/environments" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/libraries" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/data_elements" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/extensions" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/rules" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/notes" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/environments", - "extensions": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/extensions", - "rules": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/rules", - "self": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b" + "data_elements": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/environments", + "extensions": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/extensions", + "rules": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/rules", + "self": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca" }, "meta": { "rights": [ @@ -285364,10 +291752,10 @@ }, "response": { "data": { - "id": "RL8d0f4c6f7f3e43f0846d1506329bf2d8", + "id": "RL4d82ecb3e3d04704a28fdbd794632ad1", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:30.929Z", + "created_at": "2022-01-20T22:13:46.988Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -285375,54 +291763,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:30.929Z", + "updated_at": "2022-01-20T22:13:46.988Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/libraries" + "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/revisions" + "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/notes" + "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/property" + "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/property" }, "data": { - "id": "PR55c71d5f47b7473bb27f3b73d87eaa2b", + "id": "PRca7b96ed41524a3682126fdc895921ca", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/origin" + "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/origin" }, "data": { - "id": "RL8d0f4c6f7f3e43f0846d1506329bf2d8", + "id": "RL4d82ecb3e3d04704a28fdbd794632ad1", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/rule_components" + "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b", - "origin": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8", - "self": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8", - "rule_components": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/rule_components" + "property": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca", + "origin": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1", + "self": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1", + "rule_components": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/rule_components" }, "meta": { "latest_revision_number": 0 @@ -285446,7 +291834,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -285519,7 +291907,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -285586,16 +291974,16 @@ "response": { "data": [ { - "id": "PR55c71d5f47b7473bb27f3b73d87eaa2b", + "id": "PRca7b96ed41524a3682126fdc895921ca", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:25.716Z", + "created_at": "2022-01-20T22:13:41.725Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:25.716Z", + "updated_at": "2022-01-20T22:13:41.725Z", "platform": "web", "development": false, - "token": "d27b4f76f495", + "token": "d8ee6157e695", "domains": [ "example.com" ], @@ -285605,7 +291993,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/company" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -285614,52 +292002,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/callbacks" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/hosts" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/environments" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/libraries" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/data_elements" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/extensions" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/rules" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/notes" + "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/environments", - "extensions": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/extensions", - "rules": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/rules", - "self": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b" + "data_elements": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/environments", + "extensions": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/extensions", + "rules": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/rules", + "self": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca" }, "meta": { "rights": [ @@ -285688,7 +292076,7 @@ }, { "name": "rules.get_a_rule", - "endpoint": "/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b", + "endpoint": "/properties/PRca7b96ed41524a3682126fdc895921ca", "method": "DELETE", "request": null, "response": null, @@ -285735,16 +292123,16 @@ }, "response": { "data": { - "id": "PRbadc3facf41a41f1b1209b4b046ecab3", + "id": "PR22dd979036964a4999a7149f87cd1170", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:31.381Z", + "created_at": "2022-01-20T22:13:47.543Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:31.381Z", + "updated_at": "2022-01-20T22:13:47.543Z", "platform": "web", "development": false, - "token": "35156825e6f6", + "token": "be5f3f6961e9", "domains": [ "example.com" ], @@ -285754,7 +292142,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/company" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -285763,52 +292151,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/callbacks" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/hosts" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/environments" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/libraries" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/data_elements" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/extensions" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/rules" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/notes" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/environments", - "extensions": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/extensions", - "rules": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/rules", - "self": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3" + "data_elements": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/environments", + "extensions": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/extensions", + "rules": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/rules", + "self": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170" }, "meta": { "rights": [ @@ -285839,10 +292227,10 @@ }, "response": { "data": { - "id": "RL762cbf12d33b48ca91bd279360890815", + "id": "RL112ea573955d46818f3d5f160ab82012", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:36.588Z", + "created_at": "2022-01-20T22:13:52.806Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -285850,54 +292238,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:36.588Z", + "updated_at": "2022-01-20T22:13:52.806Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/libraries" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/revisions" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/notes" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/property" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/property" }, "data": { - "id": "PRbadc3facf41a41f1b1209b4b046ecab3", + "id": "PR22dd979036964a4999a7149f87cd1170", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/origin" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/origin" }, "data": { - "id": "RL762cbf12d33b48ca91bd279360890815", + "id": "RL112ea573955d46818f3d5f160ab82012", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/rule_components" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3", - "origin": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815", - "self": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815", - "rule_components": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/rule_components" + "property": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170", + "origin": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012", + "self": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012", + "rule_components": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/rule_components" }, "meta": { "latest_revision_number": 0 @@ -285914,10 +292302,10 @@ "request": null, "response": { "data": { - "id": "RL762cbf12d33b48ca91bd279360890815", + "id": "RL112ea573955d46818f3d5f160ab82012", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:36.588Z", + "created_at": "2022-01-20T22:13:52.806Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -285925,54 +292313,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:36.588Z", + "updated_at": "2022-01-20T22:13:52.806Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/libraries" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/revisions" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/notes" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/property" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/property" }, "data": { - "id": "PRbadc3facf41a41f1b1209b4b046ecab3", + "id": "PR22dd979036964a4999a7149f87cd1170", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/origin" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/origin" }, "data": { - "id": "RL762cbf12d33b48ca91bd279360890815", + "id": "RL112ea573955d46818f3d5f160ab82012", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/rule_components" + "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3", - "origin": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815", - "self": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815", - "rule_components": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/rule_components" + "property": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170", + "origin": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012", + "self": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012", + "rule_components": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/rule_components" }, "meta": { "latest_revision_number": 0 @@ -285996,7 +292384,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -286069,7 +292457,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -286136,16 +292524,16 @@ "response": { "data": [ { - "id": "PRbadc3facf41a41f1b1209b4b046ecab3", + "id": "PR22dd979036964a4999a7149f87cd1170", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:31.381Z", + "created_at": "2022-01-20T22:13:47.543Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:31.381Z", + "updated_at": "2022-01-20T22:13:47.543Z", "platform": "web", "development": false, - "token": "35156825e6f6", + "token": "be5f3f6961e9", "domains": [ "example.com" ], @@ -286155,7 +292543,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/company" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -286164,52 +292552,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/callbacks" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/hosts" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/environments" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/libraries" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/data_elements" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/extensions" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/rules" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/notes" + "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/environments", - "extensions": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/extensions", - "rules": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/rules", - "self": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3" + "data_elements": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/environments", + "extensions": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/extensions", + "rules": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/rules", + "self": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170" }, "meta": { "rights": [ @@ -286238,7 +292626,7 @@ }, { "name": "rules.list_rules_for_a_property", - "endpoint": "/properties/PRbadc3facf41a41f1b1209b4b046ecab3", + "endpoint": "/properties/PR22dd979036964a4999a7149f87cd1170", "method": "DELETE", "request": null, "response": null, @@ -286285,16 +292673,16 @@ }, "response": { "data": { - "id": "PR8d37b47d06d34ff3aca63f1212912642", + "id": "PR5d65eacbed2c445795aa2725af3062ff", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:37.067Z", + "created_at": "2022-01-20T22:13:53.347Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:37.067Z", + "updated_at": "2022-01-20T22:13:53.347Z", "platform": "web", "development": false, - "token": "b4a48a3f56e4", + "token": "35385f61a81a", "domains": [ "example.com" ], @@ -286304,7 +292692,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/company" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -286313,52 +292701,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/callbacks" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/hosts" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/environments" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/libraries" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/data_elements" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/extensions" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/rules" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/notes" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/environments", - "extensions": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/extensions", - "rules": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/rules", - "self": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642" + "data_elements": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/environments", + "extensions": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/extensions", + "rules": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/rules", + "self": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff" }, "meta": { "rights": [ @@ -286389,10 +292777,10 @@ }, "response": { "data": { - "id": "RL0deead49c36949cbbb61efd019c12b4a", + "id": "RL2e3e86325bf5420685ed5430efe981cc", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:42.269Z", + "created_at": "2022-01-20T22:13:58.559Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -286400,54 +292788,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:42.269Z", + "updated_at": "2022-01-20T22:13:58.559Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/libraries" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/revisions" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/notes" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/property" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/property" }, "data": { - "id": "PR8d37b47d06d34ff3aca63f1212912642", + "id": "PR5d65eacbed2c445795aa2725af3062ff", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/origin" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/origin" }, "data": { - "id": "RL0deead49c36949cbbb61efd019c12b4a", + "id": "RL2e3e86325bf5420685ed5430efe981cc", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/rule_components" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642", - "origin": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a", - "self": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a", - "rule_components": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/rule_components" + "property": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff", + "origin": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc", + "self": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc", + "rule_components": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/rule_components" }, "meta": { "latest_revision_number": 0 @@ -286465,10 +292853,10 @@ "response": { "data": [ { - "id": "RL0deead49c36949cbbb61efd019c12b4a", + "id": "RL2e3e86325bf5420685ed5430efe981cc", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:42.269Z", + "created_at": "2022-01-20T22:13:58.559Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -286476,54 +292864,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:42.269Z", + "updated_at": "2022-01-20T22:13:58.559Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/libraries" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/revisions" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/notes" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/property" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/property" }, "data": { - "id": "PR8d37b47d06d34ff3aca63f1212912642", + "id": "PR5d65eacbed2c445795aa2725af3062ff", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/origin" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/origin" }, "data": { - "id": "RL0deead49c36949cbbb61efd019c12b4a", + "id": "RL2e3e86325bf5420685ed5430efe981cc", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/rule_components" + "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642", - "origin": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a", - "self": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a", - "rule_components": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/rule_components" + "property": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff", + "origin": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc", + "self": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc", + "rule_components": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/rule_components" }, "meta": { "latest_revision_number": 0 @@ -286557,7 +292945,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -286630,7 +293018,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -286697,16 +293085,16 @@ "response": { "data": [ { - "id": "PR8d37b47d06d34ff3aca63f1212912642", + "id": "PR5d65eacbed2c445795aa2725af3062ff", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:37.067Z", + "created_at": "2022-01-20T22:13:53.347Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:37.067Z", + "updated_at": "2022-01-20T22:13:53.347Z", "platform": "web", "development": false, - "token": "b4a48a3f56e4", + "token": "35385f61a81a", "domains": [ "example.com" ], @@ -286716,7 +293104,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/company" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -286725,52 +293113,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/callbacks" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/hosts" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/environments" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/libraries" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/data_elements" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/extensions" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/rules" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/notes" + "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/environments", - "extensions": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/extensions", - "rules": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/rules", - "self": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642" + "data_elements": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/environments", + "extensions": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/extensions", + "rules": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/rules", + "self": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff" }, "meta": { "rights": [ @@ -286799,7 +293187,7 @@ }, { "name": "rules.update_a_rule", - "endpoint": "/properties/PR8d37b47d06d34ff3aca63f1212912642", + "endpoint": "/properties/PR5d65eacbed2c445795aa2725af3062ff", "method": "DELETE", "request": null, "response": null, @@ -286846,16 +293234,16 @@ }, "response": { "data": { - "id": "PR77413a5d38a44abab89bcef81a97a8d1", + "id": "PR0ee28d497c24412393abed379ec53976", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:42.740Z", + "created_at": "2022-01-20T22:13:59.175Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:42.740Z", + "updated_at": "2022-01-20T22:13:59.175Z", "platform": "web", "development": false, - "token": "affeaa787020", + "token": "221a0ab6e464", "domains": [ "example.com" ], @@ -286865,7 +293253,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/company" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -286874,52 +293262,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/callbacks" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/hosts" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/environments" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/libraries" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/data_elements" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/extensions" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/rules" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/notes" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/environments", - "extensions": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/extensions", - "rules": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/rules", - "self": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1" + "data_elements": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/environments", + "extensions": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/extensions", + "rules": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/rules", + "self": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976" }, "meta": { "rights": [ @@ -286950,10 +293338,10 @@ }, "response": { "data": { - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RL435063015a774eac9621ddfde445d534", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:47.932Z", + "created_at": "2022-01-20T22:14:04.415Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -286961,54 +293349,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:47.932Z", + "updated_at": "2022-01-20T22:14:04.415Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/libraries" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/revisions" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/notes" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/property" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/property" }, "data": { - "id": "PR77413a5d38a44abab89bcef81a97a8d1", + "id": "PR0ee28d497c24412393abed379ec53976", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/origin" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/origin" }, "data": { - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RL435063015a774eac9621ddfde445d534", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/rule_components" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1", - "origin": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650", - "self": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650", - "rule_components": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/rule_components" + "property": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976", + "origin": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534", + "self": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534", + "rule_components": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/rule_components" }, "meta": { "latest_revision_number": 0 @@ -287027,16 +293415,16 @@ "attributes": { "name": "Test Rule" }, - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RL435063015a774eac9621ddfde445d534", "type": "rules" } }, "response": { "data": { - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RL435063015a774eac9621ddfde445d534", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:47.932Z", + "created_at": "2022-01-20T22:14:04.415Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -287044,54 +293432,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:48.028Z", + "updated_at": "2022-01-20T22:14:04.531Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/libraries" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/revisions" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/notes" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/property" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/property" }, "data": { - "id": "PR77413a5d38a44abab89bcef81a97a8d1", + "id": "PR0ee28d497c24412393abed379ec53976", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/origin" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/origin" }, "data": { - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RL435063015a774eac9621ddfde445d534", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/rule_components" + "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1", - "origin": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650", - "self": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650", - "rule_components": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/rule_components" + "property": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976", + "origin": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534", + "self": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534", + "rule_components": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/rule_components" }, "meta": { "latest_revision_number": 0 @@ -287115,7 +293503,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -287188,7 +293576,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -287255,16 +293643,16 @@ "response": { "data": [ { - "id": "PR77413a5d38a44abab89bcef81a97a8d1", + "id": "PR0ee28d497c24412393abed379ec53976", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:42.740Z", + "created_at": "2022-01-20T22:13:59.175Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:42.740Z", + "updated_at": "2022-01-20T22:13:59.175Z", "platform": "web", "development": false, - "token": "affeaa787020", + "token": "221a0ab6e464", "domains": [ "example.com" ], @@ -287274,7 +293662,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/company" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -287283,52 +293671,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/callbacks" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/hosts" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/environments" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/libraries" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/data_elements" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/extensions" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/rules" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/notes" + "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/environments", - "extensions": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/extensions", - "rules": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/rules", - "self": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1" + "data_elements": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/environments", + "extensions": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/extensions", + "rules": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/rules", + "self": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976" }, "meta": { "rights": [ @@ -287357,7 +293745,7 @@ }, { "name": "rules.delete_a_rule", - "endpoint": "/properties/PR77413a5d38a44abab89bcef81a97a8d1", + "endpoint": "/properties/PR0ee28d497c24412393abed379ec53976", "method": "DELETE", "request": null, "response": null, @@ -287404,16 +293792,16 @@ }, "response": { "data": { - "id": "PR71ddd4e8967e42149a5c67ce16023e49", + "id": "PR2c0ba9f8881040ac961c2924b453c5b5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:48.430Z", + "created_at": "2022-01-20T22:14:04.986Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:48.430Z", + "updated_at": "2022-01-20T22:14:04.986Z", "platform": "web", "development": false, - "token": "7dafc2a985c8", + "token": "f5263636da71", "domains": [ "example.com" ], @@ -287423,7 +293811,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/company" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -287432,52 +293820,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/callbacks" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/hosts" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/environments" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/libraries" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/data_elements" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/extensions" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/rules" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/notes" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/data_elements", - "environments": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/environments", - "extensions": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/extensions", - "rules": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/rules", - "self": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49" + "data_elements": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/environments", + "extensions": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/extensions", + "rules": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/rules", + "self": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5" }, "meta": { "rights": [ @@ -287508,10 +293896,10 @@ }, "response": { "data": { - "id": "RLd4c142857e1741e0af4b087ef4f4104c", + "id": "RL40f6e98fef24407a9eda79d2fef7a9d9", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:53.644Z", + "created_at": "2022-01-20T22:14:10.191Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -287519,54 +293907,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:53.644Z", + "updated_at": "2022-01-20T22:14:10.191Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/libraries" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/revisions" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/notes" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/property" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/property" }, "data": { - "id": "PR71ddd4e8967e42149a5c67ce16023e49", + "id": "PR2c0ba9f8881040ac961c2924b453c5b5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/origin" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/origin" }, "data": { - "id": "RLd4c142857e1741e0af4b087ef4f4104c", + "id": "RL40f6e98fef24407a9eda79d2fef7a9d9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/rule_components" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49", - "origin": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c", - "self": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c", - "rule_components": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/rule_components" + "property": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5", + "origin": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9", + "self": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9", + "rule_components": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/rule_components" }, "meta": { "latest_revision_number": 0 @@ -287592,69 +293980,69 @@ "request": null, "response": { "data": { - "id": "RLd4c142857e1741e0af4b087ef4f4104c", + "id": "RL40f6e98fef24407a9eda79d2fef7a9d9", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:53.644Z", - "deleted_at": "2021-10-05T19:18:53.768Z", + "created_at": "2022-01-20T22:14:10.191Z", + "deleted_at": "2022-01-20T22:14:10.313Z", "dirty": true, "enabled": true, "name": "Example Rule", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:53.791Z", + "updated_at": "2022-01-20T22:14:10.336Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/libraries" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/revisions" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/notes" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/property" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/property" }, "data": { - "id": "PR71ddd4e8967e42149a5c67ce16023e49", + "id": "PR2c0ba9f8881040ac961c2924b453c5b5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/origin" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/origin" }, "data": { - "id": "RLd4c142857e1741e0af4b087ef4f4104c", + "id": "RL40f6e98fef24407a9eda79d2fef7a9d9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/rule_components" + "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49", - "origin": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c", - "self": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c", - "rule_components": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/rule_components" + "property": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5", + "origin": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9", + "self": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9", + "rule_components": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/rule_components" }, "meta": { "latest_revision_number": 0, - "deleted_at": "2021-10-05T19:18:53.768Z" + "deleted_at": "2022-01-20T22:14:10.313Z" } } }, @@ -287675,7 +294063,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -287748,7 +294136,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -287815,16 +294203,16 @@ "response": { "data": [ { - "id": "PR71ddd4e8967e42149a5c67ce16023e49", + "id": "PR2c0ba9f8881040ac961c2924b453c5b5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:48.430Z", + "created_at": "2022-01-20T22:14:04.986Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:48.430Z", + "updated_at": "2022-01-20T22:14:04.986Z", "platform": "web", "development": false, - "token": "7dafc2a985c8", + "token": "f5263636da71", "domains": [ "example.com" ], @@ -287834,7 +294222,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/company" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -287843,52 +294231,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/callbacks" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/hosts" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/environments" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/libraries" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/data_elements" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/extensions" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/rules" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/notes" + "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/data_elements", - "environments": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/environments", - "extensions": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/extensions", - "rules": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/rules", - "self": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49" + "data_elements": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/environments", + "extensions": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/extensions", + "rules": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/rules", + "self": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5" }, "meta": { "rights": [ @@ -287917,7 +294305,7 @@ }, { "name": "rules.revise_a_rule", - "endpoint": "/properties/PR71ddd4e8967e42149a5c67ce16023e49", + "endpoint": "/properties/PR2c0ba9f8881040ac961c2924b453c5b5", "method": "DELETE", "request": null, "response": null, @@ -287964,16 +294352,16 @@ }, "response": { "data": { - "id": "PR19c3075a10384b1988cb290642e11397", + "id": "PRc71754d59de34352a2523506664beaed", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:54.329Z", + "created_at": "2022-01-20T22:14:10.880Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:54.329Z", + "updated_at": "2022-01-20T22:14:10.880Z", "platform": "web", "development": false, - "token": "5dadd227245e", + "token": "feea373edfe8", "domains": [ "example.com" ], @@ -287983,7 +294371,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/company" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -287992,52 +294380,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/callbacks" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/hosts" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/environments" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/libraries" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/data_elements" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/extensions" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/rules" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/notes" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/data_elements", - "environments": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/environments", - "extensions": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/extensions", - "rules": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/rules", - "self": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397" + "data_elements": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/environments", + "extensions": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/extensions", + "rules": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/rules", + "self": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed" }, "meta": { "rights": [ @@ -288068,10 +294456,10 @@ }, "response": { "data": { - "id": "RL25dc9f1b33d542ceafdaa48b61570310", + "id": "RLb2fb488aacd94a4ea4169d8433203f18", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:59.616Z", + "created_at": "2022-01-20T22:14:16.107Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -288079,54 +294467,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:59.616Z", + "updated_at": "2022-01-20T22:14:16.107Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/libraries" + "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/revisions" + "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/notes" + "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/property" + "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/property" }, "data": { - "id": "PR19c3075a10384b1988cb290642e11397", + "id": "PRc71754d59de34352a2523506664beaed", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/origin" + "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/origin" }, "data": { - "id": "RL25dc9f1b33d542ceafdaa48b61570310", + "id": "RLb2fb488aacd94a4ea4169d8433203f18", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/rule_components" + "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397", - "origin": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310", - "self": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310", - "rule_components": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/rule_components" + "property": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed", + "origin": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18", + "self": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18", + "rule_components": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/rule_components" }, "meta": { "latest_revision_number": 0 @@ -288147,16 +294535,16 @@ "meta": { "action": "revise" }, - "id": "RL25dc9f1b33d542ceafdaa48b61570310", + "id": "RLb2fb488aacd94a4ea4169d8433203f18", "type": "rules" } }, "response": { "data": { - "id": "RL4b83e644b1664fb6bc56a750677d6ab5", + "id": "RL5b0109743a7947e791a261bed0289b93", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:59.743Z", + "created_at": "2022-01-20T22:14:16.237Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -288164,54 +294552,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:18:59.743Z", + "updated_at": "2022-01-20T22:14:16.237Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/libraries" + "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/revisions" + "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/notes" + "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/property" + "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/property" }, "data": { - "id": "PR19c3075a10384b1988cb290642e11397", + "id": "PRc71754d59de34352a2523506664beaed", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/origin" + "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/origin" }, "data": { - "id": "RL25dc9f1b33d542ceafdaa48b61570310", + "id": "RLb2fb488aacd94a4ea4169d8433203f18", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/rule_components" + "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397", - "origin": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310", - "self": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5", - "rule_components": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/rule_components" + "property": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed", + "origin": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18", + "self": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93", + "rule_components": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/rule_components" }, "meta": { "latest_revision_number": 1 @@ -288235,7 +294623,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -288308,7 +294696,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -288375,16 +294763,16 @@ "response": { "data": [ { - "id": "PR19c3075a10384b1988cb290642e11397", + "id": "PRc71754d59de34352a2523506664beaed", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:54.329Z", + "created_at": "2022-01-20T22:14:10.880Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:54.329Z", + "updated_at": "2022-01-20T22:14:10.880Z", "platform": "web", "development": false, - "token": "5dadd227245e", + "token": "feea373edfe8", "domains": [ "example.com" ], @@ -288394,7 +294782,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/company" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -288403,52 +294791,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/callbacks" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/hosts" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/environments" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/libraries" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/data_elements" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/extensions" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/rules" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/notes" + "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/data_elements", - "environments": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/environments", - "extensions": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/extensions", - "rules": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/rules", - "self": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397" + "data_elements": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/environments", + "extensions": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/extensions", + "rules": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/rules", + "self": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed" }, "meta": { "rights": [ @@ -288477,7 +294865,7 @@ }, { "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/properties/PR19c3075a10384b1988cb290642e11397", + "endpoint": "/properties/PRc71754d59de34352a2523506664beaed", "method": "DELETE", "request": null, "response": null, @@ -288524,16 +294912,16 @@ }, "response": { "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PR8a5381c6151f408eadd55f5da0692297", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:00.131Z", + "created_at": "2022-01-20T22:14:16.702Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:00.131Z", + "updated_at": "2022-01-20T22:14:16.702Z", "platform": "web", "development": false, - "token": "0cc4022361a8", + "token": "5a2380d5da69", "domains": [ "example.com" ], @@ -288543,7 +294931,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/company" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -288552,52 +294940,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/callbacks" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/hosts" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/environments" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/libraries" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/data_elements" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/extensions" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/rules" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/notes" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/environments", - "extensions": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/extensions", - "rules": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/rules", - "self": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8" + "data_elements": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/environments", + "extensions": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/extensions", + "rules": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/rules", + "self": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297" }, "meta": { "rights": [ @@ -288628,10 +295016,10 @@ }, "response": { "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RLd211cd5a9a7d4783a725e98c82e0e372", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:05.329Z", + "created_at": "2022-01-20T22:14:21.971Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -288639,54 +295027,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:05.329Z", + "updated_at": "2022-01-20T22:14:21.971Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/libraries" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/revisions" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/notes" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/property" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/property" }, "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PR8a5381c6151f408eadd55f5da0692297", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/origin" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/origin" }, "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RLd211cd5a9a7d4783a725e98c82e0e372", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/rule_components" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8", - "origin": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "self": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "rule_components": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/rule_components" + "property": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297", + "origin": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", + "self": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", + "rule_components": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/rule_components" }, "meta": { "latest_revision_number": 0 @@ -288707,16 +295095,16 @@ "meta": { "action": "revise" }, - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RLd211cd5a9a7d4783a725e98c82e0e372", "type": "rules" } }, "response": { "data": { - "id": "RL6ac5036ccc374e80899d93fc98c115c2", + "id": "RL89b483ee5f7b4e3388dfe8f87002c7fd", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:05.435Z", + "created_at": "2022-01-20T22:14:22.110Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -288724,54 +295112,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:05.435Z", + "updated_at": "2022-01-20T22:14:22.110Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/libraries" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/revisions" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/notes" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/property" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/property" }, "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PR8a5381c6151f408eadd55f5da0692297", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/origin" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/origin" }, "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RLd211cd5a9a7d4783a725e98c82e0e372", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/rule_components" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8", - "origin": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "self": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2", - "rule_components": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/rule_components" + "property": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297", + "origin": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", + "self": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd", + "rule_components": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/rule_components" }, "meta": { "latest_revision_number": 1 @@ -288789,130 +295177,130 @@ "response": { "data": [ { - "id": "RL6ac5036ccc374e80899d93fc98c115c2", + "id": "RLd211cd5a9a7d4783a725e98c82e0e372", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:05.435Z", + "created_at": "2022-01-20T22:14:21.971Z", "deleted_at": null, "dirty": false, "enabled": true, "name": "Example Rule", "published": false, "published_at": null, - "revision_number": 1, - "updated_at": "2021-10-05T19:19:05.435Z", + "revision_number": 0, + "updated_at": "2022-01-20T22:14:21.971Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/libraries" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/revisions" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/notes" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/property" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/property" }, "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PR8a5381c6151f408eadd55f5da0692297", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/origin" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/origin" }, "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RLd211cd5a9a7d4783a725e98c82e0e372", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/rule_components" + "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8", - "origin": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "self": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2", - "rule_components": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/rule_components" + "property": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297", + "origin": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", + "self": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", + "rule_components": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/rule_components" }, "meta": { "latest_revision_number": 1 } }, { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RL89b483ee5f7b4e3388dfe8f87002c7fd", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:05.329Z", + "created_at": "2022-01-20T22:14:22.110Z", "deleted_at": null, "dirty": false, "enabled": true, "name": "Example Rule", "published": false, "published_at": null, - "revision_number": 0, - "updated_at": "2021-10-05T19:19:05.329Z", + "revision_number": 1, + "updated_at": "2022-01-20T22:14:22.110Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/libraries" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/revisions" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/notes" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/property" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/property" }, "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PR8a5381c6151f408eadd55f5da0692297", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/origin" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/origin" }, "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RLd211cd5a9a7d4783a725e98c82e0e372", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/rule_components" + "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8", - "origin": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "self": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "rule_components": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/rule_components" + "property": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297", + "origin": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", + "self": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd", + "rule_components": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/rule_components" }, "meta": { "latest_revision_number": 1 @@ -288946,7 +295334,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -289019,7 +295407,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -289086,16 +295474,16 @@ "response": { "data": [ { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PR8a5381c6151f408eadd55f5da0692297", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:00.131Z", + "created_at": "2022-01-20T22:14:16.702Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:00.131Z", + "updated_at": "2022-01-20T22:14:16.702Z", "platform": "web", "development": false, - "token": "0cc4022361a8", + "token": "5a2380d5da69", "domains": [ "example.com" ], @@ -289105,7 +295493,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/company" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -289114,52 +295502,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/callbacks" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/hosts" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/environments" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/libraries" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/data_elements" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/extensions" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/rules" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/notes" + "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/environments", - "extensions": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/extensions", - "rules": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/rules", - "self": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8" + "data_elements": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/environments", + "extensions": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/extensions", + "rules": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/rules", + "self": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297" }, "meta": { "rights": [ @@ -289188,7 +295576,7 @@ }, { "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/properties/PR554b7eff7f9046a8be39c7e2756652b8", + "endpoint": "/properties/PR8a5381c6151f408eadd55f5da0692297", "method": "DELETE", "request": null, "response": null, @@ -289235,16 +295623,16 @@ }, "response": { "data": { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRf34fac9d57064c02ba30331a98820339", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:05.999Z", + "created_at": "2022-01-20T22:14:22.687Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:05.999Z", + "updated_at": "2022-01-20T22:14:22.687Z", "platform": "web", "development": false, - "token": "ba44bb8ecbdd", + "token": "8ba112cc2d0d", "domains": [ "example.com" ], @@ -289254,7 +295642,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/company" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -289263,52 +295651,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/callbacks" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/hosts" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/environments" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/libraries" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/data_elements" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/extensions" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/rules" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/notes" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/rules", - "self": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b" + "data_elements": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/environments", + "extensions": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/extensions", + "rules": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/rules", + "self": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339" }, "meta": { "rights": [ @@ -289339,10 +295727,10 @@ }, "response": { "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RL370826788c0744cc8367b1b5284054f4", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:11.209Z", + "created_at": "2022-01-20T22:14:27.930Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -289350,54 +295738,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:11.209Z", + "updated_at": "2022-01-20T22:14:27.930Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/libraries" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/revisions" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/notes" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/property" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/property" }, "data": { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRf34fac9d57064c02ba30331a98820339", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/origin" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/origin" }, "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RL370826788c0744cc8367b1b5284054f4", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/rule_components" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b", - "origin": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "self": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "rule_components": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/rule_components" + "property": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339", + "origin": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", + "self": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", + "rule_components": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/rule_components" }, "meta": { "latest_revision_number": 0 @@ -289418,16 +295806,16 @@ "meta": { "action": "revise" }, - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RL370826788c0744cc8367b1b5284054f4", "type": "rules" } }, "response": { "data": { - "id": "RLeaf420723b6f4f5cb668b8e618115a00", + "id": "RLe43ac377e07b4c659f0d95586ba54311", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:11.339Z", + "created_at": "2022-01-20T22:14:28.053Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -289435,54 +295823,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:11.339Z", + "updated_at": "2022-01-20T22:14:28.053Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/libraries" + "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/revisions" + "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/notes" + "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/property" + "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/property" }, "data": { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRf34fac9d57064c02ba30331a98820339", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/origin" + "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/origin" }, "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RL370826788c0744cc8367b1b5284054f4", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/rule_components" + "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b", - "origin": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "self": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00", - "rule_components": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/rule_components" + "property": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339", + "origin": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", + "self": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311", + "rule_components": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/rule_components" }, "meta": { "latest_revision_number": 1 @@ -289499,10 +295887,10 @@ "request": null, "response": { "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RL370826788c0744cc8367b1b5284054f4", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:11.209Z", + "created_at": "2022-01-20T22:14:27.930Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -289510,54 +295898,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:11.209Z", + "updated_at": "2022-01-20T22:14:27.930Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/libraries" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/revisions" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/notes" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/property" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/property" }, "data": { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRf34fac9d57064c02ba30331a98820339", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/origin" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/origin" }, "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RL370826788c0744cc8367b1b5284054f4", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/rule_components" + "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b", - "origin": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "self": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "rule_components": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/rule_components" + "property": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339", + "origin": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", + "self": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", + "rule_components": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/rule_components" }, "meta": { "latest_revision_number": 1 @@ -289581,7 +295969,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -289654,7 +296042,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -289721,16 +296109,16 @@ "response": { "data": [ { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRf34fac9d57064c02ba30331a98820339", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:05.999Z", + "created_at": "2022-01-20T22:14:22.687Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:05.999Z", + "updated_at": "2022-01-20T22:14:22.687Z", "platform": "web", "development": false, - "token": "ba44bb8ecbdd", + "token": "8ba112cc2d0d", "domains": [ "example.com" ], @@ -289740,7 +296128,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/company" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -289749,52 +296137,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/callbacks" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/hosts" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/environments" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/libraries" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/data_elements" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/extensions" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/rules" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/notes" + "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/rules", - "self": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b" + "data_elements": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/environments", + "extensions": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/extensions", + "rules": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/rules", + "self": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339" }, "meta": { "rights": [ @@ -289823,7 +296211,7 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "endpoint": "/properties/PRf34fac9d57064c02ba30331a98820339", "method": "DELETE", "request": null, "response": null, @@ -289870,16 +296258,16 @@ }, "response": { "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:11.837Z", + "created_at": "2022-01-20T22:14:28.561Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:11.837Z", + "updated_at": "2022-01-20T22:14:28.561Z", "platform": "web", "development": false, - "token": "c37baae6bca2", + "token": "26e2bceb3850", "domains": [ "example.com" ], @@ -289889,7 +296277,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/company" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -289898,52 +296286,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/callbacks" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/hosts" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/environments" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/libraries" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/data_elements" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/extensions" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/rules" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/notes" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/environments", - "extensions": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/extensions", - "rules": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/rules", - "self": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260" + "data_elements": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/environments", + "extensions": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/extensions", + "rules": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/rules", + "self": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b" }, "meta": { "rights": [ @@ -289974,10 +296362,10 @@ }, "response": { "data": { - "id": "RLb94f336a4a994b36907e5ba0ebe79032", + "id": "RL078cc280bce74986b967cfb7e9e8f961", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:17.050Z", + "created_at": "2022-01-20T22:14:33.909Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -289985,54 +296373,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:17.050Z", + "updated_at": "2022-01-20T22:14:33.909Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/libraries" + "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/revisions" + "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/notes" + "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/property" + "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/origin" + "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/origin" }, "data": { - "id": "RLb94f336a4a994b36907e5ba0ebe79032", + "id": "RL078cc280bce74986b967cfb7e9e8f961", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/rule_components" + "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032", - "self": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032", - "rule_components": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/rule_components" + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "origin": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961", + "self": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961", + "rule_components": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/rule_components" }, "meta": { "latest_revision_number": 0 @@ -290053,16 +296441,16 @@ "meta": { "action": "revise" }, - "id": "RLb94f336a4a994b36907e5ba0ebe79032", + "id": "RL078cc280bce74986b967cfb7e9e8f961", "type": "rules" } }, "response": { "data": { - "id": "RL2b927af5b1b0441aaa2373ea49724bfe", + "id": "RL467c9b533a3145198bbc7e3fabe196ce", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:17.150Z", + "created_at": "2022-01-20T22:14:34.053Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -290070,54 +296458,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:17.150Z", + "updated_at": "2022-01-20T22:14:34.053Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/libraries" + "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/revisions" + "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/notes" + "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/property" + "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/origin" + "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/origin" }, "data": { - "id": "RLb94f336a4a994b36907e5ba0ebe79032", + "id": "RL078cc280bce74986b967cfb7e9e8f961", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/rule_components" + "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032", - "self": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe", - "rule_components": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/rule_components" + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "origin": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961", + "self": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce", + "rule_components": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/rule_components" }, "meta": { "latest_revision_number": 1 @@ -291406,6 +297794,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -292582,10 +298971,10 @@ }, "response": { "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:19:17.409Z", + "created_at": "2022-01-20T22:14:34.380Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -292593,7 +298982,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:17.409Z", + "updated_at": "2022-01-20T22:14:34.380Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -292603,40 +298992,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/libraries" + "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/revisions" + "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/notes" + "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/property" + "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/origin" + "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/origin" }, "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -292645,7 +299034,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/extension_package" + "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -292654,9 +299043,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56", - "self": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56", + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "origin": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632", + "self": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -293924,6 +300313,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -295076,14 +301466,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:19:17 -0600", + "name": "My Data Element 2022-01-20 15:14:34 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", "type": "extensions" } } @@ -295093,18 +301483,18 @@ }, "response": { "data": { - "id": "DE969626524fdd4aa389aeedbadf58a2c4", + "id": "DE77772bbbdbdd49eea61dac2499b08510", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:19:17.688Z", + "created_at": "2022-01-20T22:14:34.695Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:19:17 -0600", + "name": "My Data Element 2022-01-20 15:14:34 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:17.688Z", + "updated_at": "2022-01-20T22:14:34.695Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -295116,49 +301506,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/libraries" + "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/revisions" + "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/notes" + "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/property" + "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/origin" + "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/origin" }, "data": { - "id": "DE969626524fdd4aa389aeedbadf58a2c4", + "id": "DE77772bbbdbdd49eea61dac2499b08510", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/extension" + "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/extension" }, "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -295167,19 +301557,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/updated_with_extension" }, "data": { - "id": "EX391008b30f88435bb87297fb531146fb", + "id": "EX7741367ce407458d81a28ef96bc00fb8", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4", - "self": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4", - "extension": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56" + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "origin": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510", + "self": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510", + "extension": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632" }, "meta": { "latest_revision_number": 0 @@ -295200,24 +301590,24 @@ "meta": { "action": "revise" }, - "id": "DE969626524fdd4aa389aeedbadf58a2c4", + "id": "DE77772bbbdbdd49eea61dac2499b08510", "type": "data_elements" } }, "response": { "data": { - "id": "DE06bb8d13d5ee4143a24664d297beb00c", + "id": "DE2ec4071a78f44671b650c6ec1652fa5a", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:19:17.818Z", + "created_at": "2022-01-20T22:14:34.835Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:19:17 -0600", + "name": "My Data Element 2022-01-20 15:14:34 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:17.818Z", + "updated_at": "2022-01-20T22:14:34.835Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -295229,49 +301619,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/libraries" + "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/revisions" + "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/notes" + "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/property" + "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/origin" + "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/origin" }, "data": { - "id": "DE969626524fdd4aa389aeedbadf58a2c4", + "id": "DE77772bbbdbdd49eea61dac2499b08510", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/extension" + "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/extension" }, "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -295280,19 +301670,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/updated_with_extension" }, "data": { - "id": "EX391008b30f88435bb87297fb531146fb", + "id": "EX7741367ce407458d81a28ef96bc00fb8", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4", - "self": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c", - "extension": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56" + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "origin": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510", + "self": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a", + "extension": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632" }, "meta": { "latest_revision_number": 1 @@ -295313,16 +301703,16 @@ "meta": { "action": "revise" }, - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", "type": "extensions" } }, "response": { "data": { - "id": "EX391008b30f88435bb87297fb531146fb", + "id": "EX7741367ce407458d81a28ef96bc00fb8", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:19:17.428Z", + "created_at": "2022-01-20T22:14:34.396Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -295330,7 +301720,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:17.428Z", + "updated_at": "2022-01-20T22:14:34.396Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -295340,40 +301730,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/libraries" + "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/revisions" + "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/notes" + "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/property" + "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/origin" + "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/origin" }, "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -295382,7 +301772,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -295391,9 +301781,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56", - "self": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb", + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "origin": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632", + "self": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -295418,7 +301808,7 @@ "data_elements": { "data": [ { - "id": "DE06bb8d13d5ee4143a24664d297beb00c", + "id": "DE2ec4071a78f44671b650c6ec1652fa5a", "type": "data_elements" } ] @@ -295426,7 +301816,7 @@ "extensions": { "data": [ { - "id": "EX391008b30f88435bb87297fb531146fb", + "id": "EX7741367ce407458d81a28ef96bc00fb8", "type": "extensions" } ] @@ -295434,7 +301824,7 @@ "rules": { "data": [ { - "id": "RL2b927af5b1b0441aaa2373ea49724bfe", + "id": "RL467c9b533a3145198bbc7e3fabe196ce", "type": "rules" } ] @@ -295445,49 +301835,49 @@ }, "response": { "data": { - "id": "LB917e2c96447d40a7a8a6aae0f43572e5", + "id": "LB5af3e9484288461d825cf74dacc29b97", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:19:18.015Z", + "created_at": "2022-01-20T22:14:35.129Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:19:18.015Z", + "updated_at": "2022-01-20T22:14:35.129Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/builds" + "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/data_elements", - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/extensions", - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/extensions", + "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/notes" + "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/rules", - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/rules", + "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/relationships/rules" } }, "upstream_library": { @@ -295495,23 +301885,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/property" + "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/last_build" + "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5" + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97" }, "meta": { "build_status": null, @@ -295524,7 +301914,7 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/PR8957ec2bcfb14b9da0376b5367e78260/hosts", + "endpoint": "/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/hosts", "method": "POST", "request": { "data": { @@ -295537,33 +301927,33 @@ }, "response": { "data": { - "id": "HT3acaa179fa04407fb7f31f5a9504de9e", + "id": "HTab68037510dc44dab5d5b4e683c2a579", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:19:18.164Z", + "created_at": "2022-01-20T22:14:35.299Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:19:18.164Z", + "updated_at": "2022-01-20T22:14:35.299Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3acaa179fa04407fb7f31f5a9504de9e/property" + "related": "https://reactor.adobe.io/hosts/HTab68037510dc44dab5d5b4e683c2a579/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "self": "https://reactor.adobe.io/hosts/HT3acaa179fa04407fb7f31f5a9504de9e" + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "self": "https://reactor.adobe.io/hosts/HTab68037510dc44dab5d5b4e683c2a579" } } }, @@ -295583,7 +301973,7 @@ "relationships": { "host": { "data": { - "id": "HT3acaa179fa04407fb7f31f5a9504de9e", + "id": "HTab68037510dc44dab5d5b4e683c2a579", "type": "hosts" } } @@ -295593,77 +301983,82 @@ }, "response": { "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "EN47773fd645444107821c806e2bf076db", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:19:18.258Z", - "library_path": "17e0df72ece8/c37baae6bca2", - "library_name": "launch-019c89916a3b-development.min.js", + "created_at": "2022-01-20T22:14:35.401Z", + "library_path": "17e0df72ece8/26e2bceb3850", + "library_name": "launch-04f5f796e0cc-development.min.js", "library_entry_points": [ { - "library_name": "launch-019c89916a3b-development.min.js", + "library_name": "launch-04f5f796e0cc-development.min.js", "minified": true, "references": [ - "17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.min.js" + "17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js" ], - "license_path": "17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.js" + "license_path": "17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.js" }, { - "library_name": "launch-019c89916a3b-development.js", + "library_name": "launch-04f5f796e0cc-development.js", "minified": false, "references": [ - "17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.js" + "17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:19:18.258Z", + "updated_at": "2022-01-20T22:14:35.401Z", "status": "succeeded", - "token": "019c89916a3b" + "token": "04f5f796e0cc" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/library" + "related": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/builds" + "related": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/host", - "self": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/relationships/host" + "related": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/host", + "self": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/relationships/host" }, "data": { - "id": "HT3acaa179fa04407fb7f31f5a9504de9e", + "id": "HTab68037510dc44dab5d5b4e683c2a579", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/property" + "related": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "self": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e" + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "self": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.js" + } ] } } @@ -295685,49 +302080,49 @@ }, "response": { "data": { - "id": "LBd21350e4e7664d238b57e25c78578d74", + "id": "LB71462707c4174f8fbfa6d403159f88cd", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:19:18.329Z", + "created_at": "2022-01-20T22:14:35.483Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:19:18.329Z", + "updated_at": "2022-01-20T22:14:35.483Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/builds" + "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/data_elements", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/data_elements", + "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/extensions", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/extensions", + "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/notes" + "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/rules", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/rules", + "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/rules" } }, "upstream_library": { @@ -295735,23 +302130,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/property" + "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/last_build" + "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74" + "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd" }, "meta": { "build_status": null, @@ -295768,18 +302163,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "EN47773fd645444107821c806e2bf076db", "type": "environments" } }, "response": { "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "EN47773fd645444107821c806e2bf076db", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/environment", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/environment", + "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/environment" } }, "response_code": 200, @@ -295792,66 +302187,66 @@ "request": null, "response": { "data": { - "id": "BLc000918bf46c4d15bb8d96ed4efcc0c6", + "id": "BL2e91f2af3d8b46c5a9140222449d8f4f", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:19:18.555Z", + "created_at": "2022-01-20T22:14:35.744Z", "status": "pending", - "updated_at": "2021-10-05T19:19:18.555Z", - "token": "4416998cc90a" + "updated_at": "2022-01-20T22:14:35.744Z", + "token": "91f975b29159" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/data_elements" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/extensions" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/rules" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/environment" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/environment" }, "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "EN47773fd645444107821c806e2bf076db", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/library" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/library" }, "data": { - "id": "LBd21350e4e7664d238b57e25c78578d74", + "id": "LB71462707c4174f8fbfa6d403159f88cd", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/property" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e", - "library": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74", - "self": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6" + "environment": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db", + "library": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd", + "self": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/4416998cc90a/launch-019c89916a3b-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/91f975b29159/launch-04f5f796e0cc-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -295862,71 +302257,71 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6", + "endpoint": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f", "method": "GET", "request": null, "response": { "data": { - "id": "BLc000918bf46c4d15bb8d96ed4efcc0c6", + "id": "BL2e91f2af3d8b46c5a9140222449d8f4f", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:19:18.555Z", + "created_at": "2022-01-20T22:14:35.744Z", "status": "pending", - "updated_at": "2021-10-05T19:19:18.555Z", - "token": "4416998cc90a" + "updated_at": "2022-01-20T22:14:35.744Z", + "token": "91f975b29159" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/data_elements" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/extensions" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/rules" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/environment" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/environment" }, "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "EN47773fd645444107821c806e2bf076db", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/library" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/library" }, "data": { - "id": "LBd21350e4e7664d238b57e25c78578d74", + "id": "LB71462707c4174f8fbfa6d403159f88cd", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/property" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e", - "library": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74", - "self": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6" + "environment": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db", + "library": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd", + "self": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/4416998cc90a/launch-019c89916a3b-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/91f975b29159/launch-04f5f796e0cc-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -295937,71 +302332,71 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6", + "endpoint": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f", "method": "GET", "request": null, "response": { "data": { - "id": "BLc000918bf46c4d15bb8d96ed4efcc0c6", + "id": "BL2e91f2af3d8b46c5a9140222449d8f4f", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:19:18.555Z", + "created_at": "2022-01-20T22:14:35.744Z", "status": "succeeded", - "updated_at": "2021-10-05T19:19:19.859Z", - "token": "4416998cc90a" + "updated_at": "2022-01-20T22:14:37.291Z", + "token": "91f975b29159" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/data_elements" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/extensions" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/rules" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/environment" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/environment" }, "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "EN47773fd645444107821c806e2bf076db", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/library" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/library" }, "data": { - "id": "LBd21350e4e7664d238b57e25c78578d74", + "id": "LB71462707c4174f8fbfa6d403159f88cd", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/property" + "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e", - "library": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74", - "self": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6" + "environment": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db", + "library": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd", + "self": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/4416998cc90a/launch-019c89916a3b-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/91f975b29159/launch-04f5f796e0cc-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -296046,7 +302441,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -296119,7 +302514,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -296186,16 +302581,16 @@ "response": { "data": [ { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:11.837Z", + "created_at": "2022-01-20T22:14:28.561Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:11.837Z", + "updated_at": "2022-01-20T22:14:28.561Z", "platform": "web", "development": false, - "token": "c37baae6bca2", + "token": "26e2bceb3850", "domains": [ "example.com" ], @@ -296205,7 +302600,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/company" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -296214,52 +302609,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/callbacks" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/hosts" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/environments" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/libraries" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/data_elements" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/extensions" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/rules" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/notes" + "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/environments", - "extensions": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/extensions", - "rules": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/rules", - "self": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260" + "data_elements": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/environments", + "extensions": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/extensions", + "rules": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/rules", + "self": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b" }, "meta": { "rights": [ @@ -296288,7 +302683,7 @@ }, { "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/properties/PR8957ec2bcfb14b9da0376b5367e78260", + "endpoint": "/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", "method": "DELETE", "request": null, "response": null, @@ -296335,16 +302730,16 @@ }, "response": { "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR79d0150efb1a43ea85ec6b98d897259a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:24.205Z", + "created_at": "2022-01-20T22:14:41.427Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:24.205Z", + "updated_at": "2022-01-20T22:14:41.427Z", "platform": "web", "development": false, - "token": "a4ee2a4901ad", + "token": "bd849f64ef09", "domains": [ "example.com" ], @@ -296354,7 +302749,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/company" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -296363,52 +302758,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/callbacks" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/hosts" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/environments" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/libraries" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/data_elements" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/extensions" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/rules" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/notes" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/data_elements", - "environments": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/environments", - "extensions": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/extensions", - "rules": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/rules", - "self": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460" + "data_elements": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/environments", + "extensions": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/extensions", + "rules": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/rules", + "self": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a" }, "meta": { "rights": [ @@ -297704,6 +304099,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -298880,10 +305276,10 @@ }, "response": { "data": { - "id": "EX395af67fca0b44aebf2d90c4b74f9021", + "id": "EXedabeb2134ed4eaea5f29cea71fc2390", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:19:29.631Z", + "created_at": "2022-01-20T22:14:46.835Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -298891,7 +305287,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:29.631Z", + "updated_at": "2022-01-20T22:14:46.835Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -298901,40 +305297,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/libraries" + "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/revisions" + "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/notes" + "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/property" + "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/property" }, "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR79d0150efb1a43ea85ec6b98d897259a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/origin" + "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/origin" }, "data": { - "id": "EX395af67fca0b44aebf2d90c4b74f9021", + "id": "EXedabeb2134ed4eaea5f29cea71fc2390", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -298943,7 +305339,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/extension_package" + "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -298952,9 +305348,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460", - "origin": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021", - "self": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021", + "property": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a", + "origin": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390", + "self": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -300222,6 +306618,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -301381,10 +307778,10 @@ }, "response": { "data": { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL008b4365d96c474db3410121b5427403", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:29.881Z", + "created_at": "2022-01-20T22:14:47.164Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -301392,54 +307789,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:29.881Z", + "updated_at": "2022-01-20T22:14:47.164Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/libraries" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/revisions" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/notes" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/property" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/property" }, "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR79d0150efb1a43ea85ec6b98d897259a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/origin" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/origin" }, "data": { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL008b4365d96c474db3410121b5427403", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/rule_components" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460", - "origin": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba", - "self": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba", - "rule_components": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/rule_components" + "property": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a", + "origin": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403", + "self": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403", + "rule_components": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/rule_components" }, "meta": { "latest_revision_number": 0 @@ -301463,14 +307860,14 @@ "relationships": { "extension": { "data": { - "id": "EX395af67fca0b44aebf2d90c4b74f9021", + "id": "EXedabeb2134ed4eaea5f29cea71fc2390", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL008b4365d96c474db3410121b5427403", "type": "rules" } ] @@ -301481,10 +307878,10 @@ }, "response": { "data": { - "id": "RC09690d94524a40ac909eec9436c85031", + "id": "RCc551c92595584774977ab0118b23eaa8", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:19:30.023Z", + "created_at": "2022-01-20T22:14:47.383Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -301497,13 +307894,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:30.023Z", + "updated_at": "2022-01-20T22:14:47.383Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -301512,56 +307909,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/updated_with_extension" }, "data": { - "id": "EX28ede1e1735c46ea9d51f1947ee9c704", + "id": "EX18b5fad0a2fc4f508f5135921d537aea", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/extension" + "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/extension" }, "data": { - "id": "EX395af67fca0b44aebf2d90c4b74f9021", + "id": "EXedabeb2134ed4eaea5f29cea71fc2390", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/notes" + "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/origin" + "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/origin" }, "data": { - "id": "RC09690d94524a40ac909eec9436c85031", + "id": "RCc551c92595584774977ab0118b23eaa8", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a" }, "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR79d0150efb1a43ea85ec6b98d897259a", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/rules" + "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021", - "origin": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031", - "rules": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/rules", - "self": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031" + "extension": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390", + "origin": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8", + "rules": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/rules", + "self": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8" }, "meta": { "latest_revision_number": 0 @@ -301579,10 +307976,10 @@ "response": { "data": [ { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL008b4365d96c474db3410121b5427403", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:29.881Z", + "created_at": "2022-01-20T22:14:47.164Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -301590,54 +307987,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:30.041Z", + "updated_at": "2022-01-20T22:14:47.402Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/libraries" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/revisions" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/notes" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/property" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/property" }, "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR79d0150efb1a43ea85ec6b98d897259a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/origin" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/origin" }, "data": { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL008b4365d96c474db3410121b5427403", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/rule_components" + "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460", - "origin": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba", - "self": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba", - "rule_components": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/rule_components" + "property": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a", + "origin": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403", + "self": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403", + "rule_components": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/rule_components" }, "meta": { "latest_revision_number": 0 @@ -301662,7 +308059,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -301735,7 +308132,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -301802,16 +308199,16 @@ "response": { "data": [ { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR79d0150efb1a43ea85ec6b98d897259a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:24.205Z", + "created_at": "2022-01-20T22:14:41.427Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:24.205Z", + "updated_at": "2022-01-20T22:14:41.427Z", "platform": "web", "development": false, - "token": "a4ee2a4901ad", + "token": "bd849f64ef09", "domains": [ "example.com" ], @@ -301821,7 +308218,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/company" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -301830,52 +308227,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/callbacks" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/hosts" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/environments" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/libraries" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/data_elements" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/extensions" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/rules" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/notes" + "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/data_elements", - "environments": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/environments", - "extensions": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/extensions", - "rules": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/rules", - "self": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460" + "data_elements": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/environments", + "extensions": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/extensions", + "rules": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/rules", + "self": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a" }, "meta": { "rights": [ @@ -301904,7 +308301,7 @@ }, { "name": "rules.create_a_note_on_a_rule", - "endpoint": "/properties/PR988395dd41804ae0bfaf6a848156a460", + "endpoint": "/properties/PR79d0150efb1a43ea85ec6b98d897259a", "method": "DELETE", "request": null, "response": null, @@ -301951,16 +308348,16 @@ }, "response": { "data": { - "id": "PRed2d107a13dd41afad53f17af3718a63", + "id": "PR5ce8f2a952344f78b04c3ec41cf43fd9", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:30.521Z", + "created_at": "2022-01-20T22:14:47.969Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:30.521Z", + "updated_at": "2022-01-20T22:14:47.969Z", "platform": "web", "development": false, - "token": "9d4a6efb2b54", + "token": "2c488b03d905", "domains": [ "example.com" ], @@ -301970,7 +308367,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/company" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -301979,52 +308376,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/callbacks" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/hosts" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/environments" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/libraries" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/data_elements" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/extensions" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/rules" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/notes" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/data_elements", - "environments": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/environments", - "extensions": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/extensions", - "rules": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/rules", - "self": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63" + "data_elements": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/environments", + "extensions": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/extensions", + "rules": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/rules", + "self": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9" }, "meta": { "rights": [ @@ -302055,10 +308452,10 @@ }, "response": { "data": { - "id": "RL95c1ce9b68b84b96829f03cdb26d2dff", + "id": "RLd6c34daa7a094f87816e2ff16f32115a", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:35.752Z", + "created_at": "2022-01-20T22:14:53.171Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -302066,54 +308463,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:35.752Z", + "updated_at": "2022-01-20T22:14:53.171Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/libraries" + "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/revisions" + "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/notes" + "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/property" + "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/property" }, "data": { - "id": "PRed2d107a13dd41afad53f17af3718a63", + "id": "PR5ce8f2a952344f78b04c3ec41cf43fd9", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/origin" + "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/origin" }, "data": { - "id": "RL95c1ce9b68b84b96829f03cdb26d2dff", + "id": "RLd6c34daa7a094f87816e2ff16f32115a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/rule_components" + "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63", - "origin": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff", - "self": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff", - "rule_components": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/rule_components" + "property": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9", + "origin": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a", + "self": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a", + "rule_components": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/rule_components" }, "meta": { "latest_revision_number": 0 @@ -302137,28 +308534,28 @@ }, "response": { "data": { - "id": "NT59ea94d62aca41768b7bb9d422eef17b", + "id": "NT22179834ab38410093f45105b810ba8c", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:35.857Z", + "created_at": "2022-01-20T22:14:53.266Z", "text": "this note on a rule intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff" + "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a" }, "data": { - "id": "RL95c1ce9b68b84b96829f03cdb26d2dff", + "id": "RLd6c34daa7a094f87816e2ff16f32115a", "type": "rules" } } }, "links": { - "resource": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff", - "self": "https://reactor.adobe.io/notes/NT59ea94d62aca41768b7bb9d422eef17b" + "resource": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a", + "self": "https://reactor.adobe.io/notes/NT22179834ab38410093f45105b810ba8c" } } }, @@ -302179,7 +308576,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -302252,7 +308649,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -302319,16 +308716,16 @@ "response": { "data": [ { - "id": "PRed2d107a13dd41afad53f17af3718a63", + "id": "PR5ce8f2a952344f78b04c3ec41cf43fd9", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:30.521Z", + "created_at": "2022-01-20T22:14:47.969Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:30.521Z", + "updated_at": "2022-01-20T22:14:47.969Z", "platform": "web", "development": false, - "token": "9d4a6efb2b54", + "token": "2c488b03d905", "domains": [ "example.com" ], @@ -302338,7 +308735,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/company" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -302347,52 +308744,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/callbacks" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/hosts" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/environments" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/libraries" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/data_elements" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/extensions" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/rules" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/notes" + "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/data_elements", - "environments": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/environments", - "extensions": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/extensions", - "rules": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/rules", - "self": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63" + "data_elements": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/environments", + "extensions": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/extensions", + "rules": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/rules", + "self": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9" }, "meta": { "rights": [ @@ -302421,7 +308818,7 @@ }, { "name": "rules.list_notes_for_a_rule", - "endpoint": "/properties/PRed2d107a13dd41afad53f17af3718a63", + "endpoint": "/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9", "method": "DELETE", "request": null, "response": null, @@ -302468,16 +308865,16 @@ }, "response": { "data": { - "id": "PRc1e9ecb950064d21939e39cd54d39d89", + "id": "PRd256a13657724feba12916d0eab865d8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:36.245Z", + "created_at": "2022-01-20T22:14:53.701Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:36.245Z", + "updated_at": "2022-01-20T22:14:53.701Z", "platform": "web", "development": false, - "token": "d400500275dd", + "token": "6cfd7927ac71", "domains": [ "example.com" ], @@ -302487,7 +308884,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/company" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -302496,52 +308893,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/callbacks" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/hosts" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/environments" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/libraries" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/data_elements" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/extensions" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/rules" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/notes" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/environments", - "extensions": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/extensions", - "rules": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/rules", - "self": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89" + "data_elements": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/environments", + "extensions": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/extensions", + "rules": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/rules", + "self": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8" }, "meta": { "rights": [ @@ -302572,10 +308969,10 @@ }, "response": { "data": { - "id": "RL126cd6233696432a8426a165183592da", + "id": "RL5ff0167712b74c1f842a7f1470e101aa", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:41.469Z", + "created_at": "2022-01-20T22:14:58.944Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -302583,54 +308980,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:41.469Z", + "updated_at": "2022-01-20T22:14:58.944Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/libraries" + "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/revisions" + "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/notes" + "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/property" + "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/property" }, "data": { - "id": "PRc1e9ecb950064d21939e39cd54d39d89", + "id": "PRd256a13657724feba12916d0eab865d8", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/origin" + "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/origin" }, "data": { - "id": "RL126cd6233696432a8426a165183592da", + "id": "RL5ff0167712b74c1f842a7f1470e101aa", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/rule_components" + "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89", - "origin": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da", - "self": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da", - "rule_components": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/rule_components" + "property": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8", + "origin": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa", + "self": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa", + "rule_components": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/rule_components" }, "meta": { "latest_revision_number": 0 @@ -302654,28 +309051,28 @@ }, "response": { "data": { - "id": "NT10da72db11d44d4fbffcb313febdc41b", + "id": "NTd9ed586a094d4958a6b185c425b4eb99", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:41.571Z", + "created_at": "2022-01-20T22:14:59.056Z", "text": "this is a note on a rule" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da" + "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa" }, "data": { - "id": "RL126cd6233696432a8426a165183592da", + "id": "RL5ff0167712b74c1f842a7f1470e101aa", "type": "rules" } } }, "links": { - "resource": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da", - "self": "https://reactor.adobe.io/notes/NT10da72db11d44d4fbffcb313febdc41b" + "resource": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa", + "self": "https://reactor.adobe.io/notes/NTd9ed586a094d4958a6b185c425b4eb99" } } }, @@ -302690,28 +309087,28 @@ "response": { "data": [ { - "id": "NT10da72db11d44d4fbffcb313febdc41b", + "id": "NTd9ed586a094d4958a6b185c425b4eb99", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:41.571Z", + "created_at": "2022-01-20T22:14:59.056Z", "text": "this is a note on a rule" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da" + "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa" }, "data": { - "id": "RL126cd6233696432a8426a165183592da", + "id": "RL5ff0167712b74c1f842a7f1470e101aa", "type": "rules" } } }, "links": { - "resource": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da", - "self": "https://reactor.adobe.io/notes/NT10da72db11d44d4fbffcb313febdc41b" + "resource": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa", + "self": "https://reactor.adobe.io/notes/NTd9ed586a094d4958a6b185c425b4eb99" } } ], @@ -302742,7 +309139,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -302815,7 +309212,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -302882,16 +309279,16 @@ "response": { "data": [ { - "id": "PRc1e9ecb950064d21939e39cd54d39d89", + "id": "PRd256a13657724feba12916d0eab865d8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:36.245Z", + "created_at": "2022-01-20T22:14:53.701Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:36.245Z", + "updated_at": "2022-01-20T22:14:53.701Z", "platform": "web", "development": false, - "token": "d400500275dd", + "token": "6cfd7927ac71", "domains": [ "example.com" ], @@ -302901,7 +309298,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/company" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -302910,52 +309307,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/callbacks" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/hosts" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/environments" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/libraries" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/data_elements" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/extensions" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/rules" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/notes" + "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/environments", - "extensions": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/extensions", - "rules": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/rules", - "self": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89" + "data_elements": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/environments", + "extensions": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/extensions", + "rules": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/rules", + "self": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8" }, "meta": { "rights": [ @@ -302984,7 +309381,7 @@ }, { "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/properties/PRc1e9ecb950064d21939e39cd54d39d89", + "endpoint": "/properties/PRd256a13657724feba12916d0eab865d8", "method": "DELETE", "request": null, "response": null, @@ -303031,16 +309428,16 @@ }, "response": { "data": { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR023470a1e1224699a1af34b46275baea", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:42.013Z", + "created_at": "2022-01-20T22:14:59.545Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:42.013Z", + "updated_at": "2022-01-20T22:14:59.545Z", "platform": "web", "development": false, - "token": "aebc68460c28", + "token": "504ec3ec3bb9", "domains": [ "example.com" ], @@ -303050,7 +309447,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/company" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -303059,52 +309456,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/callbacks" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/hosts" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/environments" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/libraries" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/data_elements" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/extensions" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/rules" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/notes" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/environments", - "extensions": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/extensions", - "rules": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/rules", - "self": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e" + "data_elements": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/environments", + "extensions": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/extensions", + "rules": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/rules", + "self": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea" }, "meta": { "rights": [ @@ -304400,6 +310797,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -305576,10 +311974,10 @@ }, "response": { "data": { - "id": "EXd03fcfa1100245209f0207bde551c7c3", + "id": "EX5fcdb2c6c4904842a06b1e59b245dd73", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:19:47.353Z", + "created_at": "2022-01-20T22:15:04.997Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -305587,7 +311985,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:47.353Z", + "updated_at": "2022-01-20T22:15:04.997Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -305597,40 +311995,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/libraries" + "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/revisions" + "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/notes" + "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/property" + "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/property" }, "data": { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR023470a1e1224699a1af34b46275baea", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/origin" + "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/origin" }, "data": { - "id": "EXd03fcfa1100245209f0207bde551c7c3", + "id": "EX5fcdb2c6c4904842a06b1e59b245dd73", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -305639,7 +312037,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/extension_package" + "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -305648,9 +312046,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e", - "origin": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3", - "self": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3", + "property": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea", + "origin": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73", + "self": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -306918,6 +313316,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -308077,10 +314476,10 @@ }, "response": { "data": { - "id": "RLcca2977378984853b07e0f753acb0091", + "id": "RL2f13c09bff3f43ffac4a033ac3fbe73e", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:47.629Z", + "created_at": "2022-01-20T22:15:05.273Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -308088,54 +314487,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:47.629Z", + "updated_at": "2022-01-20T22:15:05.273Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/libraries" + "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/revisions" + "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/notes" + "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/property" + "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/property" }, "data": { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR023470a1e1224699a1af34b46275baea", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/origin" + "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/origin" }, "data": { - "id": "RLcca2977378984853b07e0f753acb0091", + "id": "RL2f13c09bff3f43ffac4a033ac3fbe73e", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/rule_components" + "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e", - "origin": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091", - "self": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091", - "rule_components": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/rule_components" + "property": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea", + "origin": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e", + "self": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e", + "rule_components": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/rule_components" }, "meta": { "latest_revision_number": 0 @@ -308159,14 +314558,14 @@ "relationships": { "extension": { "data": { - "id": "EXd03fcfa1100245209f0207bde551c7c3", + "id": "EX5fcdb2c6c4904842a06b1e59b245dd73", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLcca2977378984853b07e0f753acb0091", + "id": "RL2f13c09bff3f43ffac4a033ac3fbe73e", "type": "rules" } ] @@ -308177,10 +314576,10 @@ }, "response": { "data": { - "id": "RCe6f3d6fd4b914f07ad4ad2afa5335237", + "id": "RCa99f873e8b39484da66d6dd63255812b", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:19:47.756Z", + "created_at": "2022-01-20T22:15:05.443Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -308193,13 +314592,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:47.756Z", + "updated_at": "2022-01-20T22:15:05.443Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -308208,56 +314607,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/updated_with_extension" }, "data": { - "id": "EX1608ad14b6294e1bb77e668ccee04ec6", + "id": "EX64ef972f48e746f491ac4a3a05d5331f", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/extension" + "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/extension" }, "data": { - "id": "EXd03fcfa1100245209f0207bde551c7c3", + "id": "EX5fcdb2c6c4904842a06b1e59b245dd73", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/notes" + "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/origin" + "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/origin" }, "data": { - "id": "RCe6f3d6fd4b914f07ad4ad2afa5335237", + "id": "RCa99f873e8b39484da66d6dd63255812b", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea" }, "data": { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR023470a1e1224699a1af34b46275baea", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/rules" + "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3", - "origin": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237", - "rules": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/rules", - "self": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237" + "extension": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73", + "origin": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b", + "rules": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/rules", + "self": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b" }, "meta": { "latest_revision_number": 0 @@ -308281,28 +314680,28 @@ }, "response": { "data": { - "id": "NT1f20a3b55b69421592dbd83b658f0de2", + "id": "NTc95af036ab964631bc1b801d7632ccdd", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:47.931Z", + "created_at": "2022-01-20T22:15:05.594Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237" + "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b" }, "data": { - "id": "RCe6f3d6fd4b914f07ad4ad2afa5335237", + "id": "RCa99f873e8b39484da66d6dd63255812b", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237", - "self": "https://reactor.adobe.io/notes/NT1f20a3b55b69421592dbd83b658f0de2" + "resource": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b", + "self": "https://reactor.adobe.io/notes/NTc95af036ab964631bc1b801d7632ccdd" } } }, @@ -308317,28 +314716,28 @@ "response": { "data": [ { - "id": "NT1f20a3b55b69421592dbd83b658f0de2", + "id": "NTc95af036ab964631bc1b801d7632ccdd", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:47.931Z", + "created_at": "2022-01-20T22:15:05.594Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237" + "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b" }, "data": { - "id": "RCe6f3d6fd4b914f07ad4ad2afa5335237", + "id": "RCa99f873e8b39484da66d6dd63255812b", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237", - "self": "https://reactor.adobe.io/notes/NT1f20a3b55b69421592dbd83b658f0de2" + "resource": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b", + "self": "https://reactor.adobe.io/notes/NTc95af036ab964631bc1b801d7632ccdd" } } ], @@ -308369,7 +314768,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -308442,7 +314841,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -308509,16 +314908,16 @@ "response": { "data": [ { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR023470a1e1224699a1af34b46275baea", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:42.013Z", + "created_at": "2022-01-20T22:14:59.545Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:42.013Z", + "updated_at": "2022-01-20T22:14:59.545Z", "platform": "web", "development": false, - "token": "aebc68460c28", + "token": "504ec3ec3bb9", "domains": [ "example.com" ], @@ -308528,7 +314927,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/company" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308537,52 +314936,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/callbacks" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/hosts" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/environments" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/libraries" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/data_elements" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/extensions" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/rules" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/notes" + "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/environments", - "extensions": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/extensions", - "rules": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/rules", - "self": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e" + "data_elements": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/environments", + "extensions": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/extensions", + "rules": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/rules", + "self": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea" }, "meta": { "rights": [ @@ -308611,7 +315010,7 @@ }, { "name": "search.perform_a_search", - "endpoint": "/properties/PR14380441d8494eb48d3ff879b4d1514e", + "endpoint": "/properties/PR023470a1e1224699a1af34b46275baea", "method": "DELETE", "request": null, "response": null, @@ -308658,16 +315057,16 @@ }, "response": { "data": { - "id": "PR91c08afe1b444be28916716963874220", + "id": "PRb302b2979c894d4b99c8aba27e73fc0f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:48.417Z", + "created_at": "2022-01-20T22:15:06.173Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:48.417Z", + "updated_at": "2022-01-20T22:15:06.173Z", "platform": "web", "development": false, - "token": "47135de2f316", + "token": "5f7e8e3089e2", "domains": [ "example.com" ], @@ -308677,7 +315076,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/company" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308686,52 +315085,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/callbacks" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/hosts" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/libraries" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/notes" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements", - "environments": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments", - "extensions": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions", - "rules": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules", - "self": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220" + "data_elements": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments", + "extensions": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions", + "rules": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules", + "self": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f" }, "meta": { "rights": [ @@ -308764,16 +315163,16 @@ "response": { "data": [ { - "id": "PR91c08afe1b444be28916716963874220", + "id": "PRb302b2979c894d4b99c8aba27e73fc0f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:48.417Z", + "created_at": "2022-01-20T22:15:06.173Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:48.417Z", + "updated_at": "2022-01-20T22:15:06.173Z", "platform": "web", "development": false, - "token": "47135de2f316", + "token": "5f7e8e3089e2", "domains": [ "example.com" ], @@ -308783,7 +315182,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/company" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308792,52 +315191,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/callbacks" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/hosts" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/libraries" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/notes" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements", - "environments": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments", - "extensions": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions", - "rules": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules", - "self": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220" + "data_elements": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments", + "extensions": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions", + "rules": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules", + "self": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f" }, "meta": { "match_score": 3.1645029 @@ -308865,7 +315264,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -308938,7 +315337,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -309005,16 +315404,16 @@ "response": { "data": [ { - "id": "PR91c08afe1b444be28916716963874220", + "id": "PRb302b2979c894d4b99c8aba27e73fc0f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:48.417Z", + "created_at": "2022-01-20T22:15:06.173Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:48.417Z", + "updated_at": "2022-01-20T22:15:06.173Z", "platform": "web", "development": false, - "token": "47135de2f316", + "token": "5f7e8e3089e2", "domains": [ "example.com" ], @@ -309024,7 +315423,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/company" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309033,52 +315432,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/callbacks" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/hosts" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/libraries" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/notes" + "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements", - "environments": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments", - "extensions": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions", - "rules": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules", - "self": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220" + "data_elements": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments", + "extensions": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions", + "rules": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules", + "self": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f" }, "meta": { "rights": [ @@ -309107,7 +315506,7 @@ }, { "name": "secrets.create_a_secret", - "endpoint": "/properties/PR91c08afe1b444be28916716963874220", + "endpoint": "/properties/PRb302b2979c894d4b99c8aba27e73fc0f", "method": "DELETE", "request": null, "response": null, @@ -309151,21 +315550,21 @@ }, "response": { "data": { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR59d89b62578440b48cf79e9190aed5ab", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:54.078Z", + "created_at": "2022-01-20T22:15:12.296Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:19:54.078Z", + "updated_at": "2022-01-20T22:15:12.296Z", "platform": "edge", "development": false, - "token": "540a14e8799c" + "token": "1e4d1560cf68" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/company" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309174,52 +315573,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/callbacks" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/hosts" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/environments" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/libraries" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/data_elements" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/extensions" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/rules" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/notes" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/environments", - "extensions": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/extensions", - "rules": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/rules", - "self": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f" + "data_elements": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/data_elements", + "environments": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/environments", + "extensions": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/extensions", + "rules": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/rules", + "self": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab" }, "meta": { "rights": [ @@ -309238,7 +315637,7 @@ }, { "name": "secrets.create_a_secret", - "endpoint": "/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/hosts", + "endpoint": "/properties/PR59d89b62578440b48cf79e9190aed5ab/hosts", "method": "POST", "request": { "data": { @@ -309251,33 +315650,33 @@ }, "response": { "data": { - "id": "HT3894b5a286ad464da6a9c65ebc9abeeb", + "id": "HT58106f984b7440ee8ff282e5102219fd", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:19:59.301Z", + "created_at": "2022-01-20T22:15:17.493Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:19:59.301Z", + "updated_at": "2022-01-20T22:15:17.493Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3894b5a286ad464da6a9c65ebc9abeeb/property" + "related": "https://reactor.adobe.io/hosts/HT58106f984b7440ee8ff282e5102219fd/property" }, "data": { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR59d89b62578440b48cf79e9190aed5ab", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f", - "self": "https://reactor.adobe.io/hosts/HT3894b5a286ad464da6a9c65ebc9abeeb" + "property": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab", + "self": "https://reactor.adobe.io/hosts/HT58106f984b7440ee8ff282e5102219fd" } } }, @@ -309297,7 +315696,7 @@ "relationships": { "host": { "data": { - "id": "HT3894b5a286ad464da6a9c65ebc9abeeb", + "id": "HT58106f984b7440ee8ff282e5102219fd", "type": "hosts" } } @@ -309307,72 +315706,72 @@ }, "response": { "data": { - "id": "ENd68159dd2cc14eb990a44eb5b9e6cfb0", + "id": "EN487efcbaef3941fe8d87707f390a2200", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:19:59.383Z", - "library_path": "17e0df72ece8/540a14e8799c", - "library_name": "launch-88a456ade83a-development.min.js", + "created_at": "2022-01-20T22:15:17.587Z", + "library_path": "17e0df72ece8/1e4d1560cf68", + "library_name": "launch-c94a8b04d922-development.min.js", "library_entry_points": [ { - "library_name": "launch-88a456ade83a-development.min.js", + "library_name": "launch-c94a8b04d922-development.min.js", "minified": true, "references": [ - "17e0df72ece8/540a14e8799c/launch-88a456ade83a-development.min.js" + "17e0df72ece8/1e4d1560cf68/launch-c94a8b04d922-development.min.js" ], - "license_path": "17e0df72ece8/540a14e8799c/launch-88a456ade83a-development.js" + "license_path": "17e0df72ece8/1e4d1560cf68/launch-c94a8b04d922-development.js" }, { - "library_name": "launch-88a456ade83a-development.js", + "library_name": "launch-c94a8b04d922-development.js", "minified": false, "references": [ - "17e0df72ece8/540a14e8799c/launch-88a456ade83a-development.js" + "17e0df72ece8/1e4d1560cf68/launch-c94a8b04d922-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:19:59.383Z", + "updated_at": "2022-01-20T22:15:17.587Z", "status": "succeeded", - "token": "88a456ade83a" + "token": "c94a8b04d922" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/library" + "related": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/builds" + "related": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/host", - "self": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/relationships/host" + "related": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/host", + "self": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/relationships/host" }, "data": { - "id": "HT3894b5a286ad464da6a9c65ebc9abeeb", + "id": "HT58106f984b7440ee8ff282e5102219fd", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/property" + "related": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/property" }, "data": { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR59d89b62578440b48cf79e9190aed5ab", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f", - "self": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0" + "property": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab", + "self": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200" }, "meta": { "archive_encrypted": false @@ -309398,7 +315797,7 @@ "relationships": { "environment": { "data": { - "id": "ENd68159dd2cc14eb990a44eb5b9e6cfb0", + "id": "EN487efcbaef3941fe8d87707f390a2200", "type": "environments" } } @@ -309408,11 +315807,11 @@ }, "response": { "data": { - "id": "SE59dca4f1d9c94d6193126588a5fd8001", + "id": "SE2a36c91d9a4f48c4b275de10d20f8572", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:19:59.545Z", - "updated_at": "2021-10-05T19:19:59.545Z", + "created_at": "2022-01-20T22:15:17.725Z", + "updated_at": "2022-01-20T22:15:17.725Z", "name": "my secret", "type_of": "token", "activated_at": null, @@ -309425,19 +315824,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/property" + "related": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/property" }, "data": { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR59d89b62578440b48cf79e9190aed5ab", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/environment" + "related": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/environment" }, "data": { - "id": "ENd68159dd2cc14eb990a44eb5b9e6cfb0", + "id": "EN487efcbaef3941fe8d87707f390a2200", "type": "environments" }, "meta": { @@ -309446,18 +315845,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/notes" + "related": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/data_elements" + "related": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001", - "property": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/property" + "self": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572", + "property": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/property" } } }, @@ -309478,7 +315877,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -309551,7 +315950,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -309618,21 +316017,21 @@ "response": { "data": [ { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR59d89b62578440b48cf79e9190aed5ab", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:54.078Z", + "created_at": "2022-01-20T22:15:12.296Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:19:54.078Z", + "updated_at": "2022-01-20T22:15:12.296Z", "platform": "edge", "development": false, - "token": "540a14e8799c" + "token": "1e4d1560cf68" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/company" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309641,52 +316040,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/callbacks" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/hosts" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/environments" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/libraries" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/data_elements" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/extensions" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/rules" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/notes" + "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/environments", - "extensions": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/extensions", - "rules": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/rules", - "self": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f" + "data_elements": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/data_elements", + "environments": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/environments", + "extensions": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/extensions", + "rules": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/rules", + "self": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab" }, "meta": { "rights": [ @@ -309715,7 +316114,7 @@ }, { "name": "secrets.update_a_secret", - "endpoint": "/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "endpoint": "/properties/PR59d89b62578440b48cf79e9190aed5ab", "method": "DELETE", "request": null, "response": null, @@ -309759,21 +316158,21 @@ }, "response": { "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR50acc6821c6a499c8f5a51da35e24c09", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:00.175Z", + "created_at": "2022-01-20T22:15:18.370Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:00.175Z", + "updated_at": "2022-01-20T22:15:18.370Z", "platform": "edge", "development": false, - "token": "af1e9461b2ac" + "token": "debd7c22fe39" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/company" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309782,52 +316181,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/callbacks" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/hosts" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/environments" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/libraries" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/data_elements" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/extensions" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/rules" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/notes" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/environments", - "extensions": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/extensions", - "rules": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/rules", - "self": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4" + "data_elements": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/data_elements", + "environments": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/environments", + "extensions": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/extensions", + "rules": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/rules", + "self": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09" }, "meta": { "rights": [ @@ -309846,7 +316245,7 @@ }, { "name": "secrets.update_a_secret", - "endpoint": "/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/hosts", + "endpoint": "/properties/PR50acc6821c6a499c8f5a51da35e24c09/hosts", "method": "POST", "request": { "data": { @@ -309859,33 +316258,33 @@ }, "response": { "data": { - "id": "HT4ec1fbd22db64f15b8b07914012fb09a", + "id": "HTb37340e0059a438f8f226905b9fba19f", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:05.416Z", + "created_at": "2022-01-20T22:15:23.607Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:05.416Z", + "updated_at": "2022-01-20T22:15:23.607Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT4ec1fbd22db64f15b8b07914012fb09a/property" + "related": "https://reactor.adobe.io/hosts/HTb37340e0059a438f8f226905b9fba19f/property" }, "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR50acc6821c6a499c8f5a51da35e24c09", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4", - "self": "https://reactor.adobe.io/hosts/HT4ec1fbd22db64f15b8b07914012fb09a" + "property": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09", + "self": "https://reactor.adobe.io/hosts/HTb37340e0059a438f8f226905b9fba19f" } } }, @@ -309905,7 +316304,7 @@ "relationships": { "host": { "data": { - "id": "HT4ec1fbd22db64f15b8b07914012fb09a", + "id": "HTb37340e0059a438f8f226905b9fba19f", "type": "hosts" } } @@ -309915,72 +316314,72 @@ }, "response": { "data": { - "id": "EN2be35d3a8ebd4ba4925ea3dfd0536518", + "id": "ENf179db089e8246a89a77be6d32b395b7", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:05.516Z", - "library_path": "17e0df72ece8/af1e9461b2ac", - "library_name": "launch-147658d2f0e6-development.min.js", + "created_at": "2022-01-20T22:15:23.713Z", + "library_path": "17e0df72ece8/debd7c22fe39", + "library_name": "launch-90668dfe1977-development.min.js", "library_entry_points": [ { - "library_name": "launch-147658d2f0e6-development.min.js", + "library_name": "launch-90668dfe1977-development.min.js", "minified": true, "references": [ - "17e0df72ece8/af1e9461b2ac/launch-147658d2f0e6-development.min.js" + "17e0df72ece8/debd7c22fe39/launch-90668dfe1977-development.min.js" ], - "license_path": "17e0df72ece8/af1e9461b2ac/launch-147658d2f0e6-development.js" + "license_path": "17e0df72ece8/debd7c22fe39/launch-90668dfe1977-development.js" }, { - "library_name": "launch-147658d2f0e6-development.js", + "library_name": "launch-90668dfe1977-development.js", "minified": false, "references": [ - "17e0df72ece8/af1e9461b2ac/launch-147658d2f0e6-development.js" + "17e0df72ece8/debd7c22fe39/launch-90668dfe1977-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:05.516Z", + "updated_at": "2022-01-20T22:15:23.713Z", "status": "succeeded", - "token": "147658d2f0e6" + "token": "90668dfe1977" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/library" + "related": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/builds" + "related": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/host", - "self": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/relationships/host" + "related": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/host", + "self": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/relationships/host" }, "data": { - "id": "HT4ec1fbd22db64f15b8b07914012fb09a", + "id": "HTb37340e0059a438f8f226905b9fba19f", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/property" + "related": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/property" }, "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR50acc6821c6a499c8f5a51da35e24c09", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4", - "self": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518" + "property": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09", + "self": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7" }, "meta": { "archive_encrypted": false @@ -310006,7 +316405,7 @@ "relationships": { "environment": { "data": { - "id": "EN2be35d3a8ebd4ba4925ea3dfd0536518", + "id": "ENf179db089e8246a89a77be6d32b395b7", "type": "environments" } } @@ -310016,11 +316415,11 @@ }, "response": { "data": { - "id": "SEbc94eb4be2d74dfeadf55e8e55f68049", + "id": "SE31f302c48e5a45518f71deb90897a97f", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:05.682Z", - "updated_at": "2021-10-05T19:20:05.682Z", + "created_at": "2022-01-20T22:15:23.877Z", + "updated_at": "2022-01-20T22:15:23.877Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -310033,19 +316432,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/property" + "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/property" }, "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR50acc6821c6a499c8f5a51da35e24c09", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/environment" + "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/environment" }, "data": { - "id": "EN2be35d3a8ebd4ba4925ea3dfd0536518", + "id": "ENf179db089e8246a89a77be6d32b395b7", "type": "environments" }, "meta": { @@ -310054,18 +316453,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/notes" + "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/data_elements" + "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049", - "property": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/property" + "self": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f", + "property": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/property" } } }, @@ -310085,17 +316484,17 @@ "token": "my new secret token" } }, - "id": "SEbc94eb4be2d74dfeadf55e8e55f68049", + "id": "SE31f302c48e5a45518f71deb90897a97f", "type": "secrets" } }, "response": { "data": { - "id": "SEbc94eb4be2d74dfeadf55e8e55f68049", + "id": "SE31f302c48e5a45518f71deb90897a97f", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:05.682Z", - "updated_at": "2021-10-05T19:20:05.943Z", + "created_at": "2022-01-20T22:15:23.877Z", + "updated_at": "2022-01-20T22:15:24.114Z", "name": "my new secret", "type_of": "token", "activated_at": null, @@ -310108,19 +316507,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/property" + "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/property" }, "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR50acc6821c6a499c8f5a51da35e24c09", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/environment" + "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/environment" }, "data": { - "id": "EN2be35d3a8ebd4ba4925ea3dfd0536518", + "id": "ENf179db089e8246a89a77be6d32b395b7", "type": "environments" }, "meta": { @@ -310129,18 +316528,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/notes" + "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/data_elements" + "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049", - "property": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/property" + "self": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f", + "property": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/property" } } }, @@ -310161,7 +316560,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -310234,7 +316633,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -310301,21 +316700,21 @@ "response": { "data": [ { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR50acc6821c6a499c8f5a51da35e24c09", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:00.175Z", + "created_at": "2022-01-20T22:15:18.370Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:00.175Z", + "updated_at": "2022-01-20T22:15:18.370Z", "platform": "edge", "development": false, - "token": "af1e9461b2ac" + "token": "debd7c22fe39" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/company" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -310324,52 +316723,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/callbacks" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/hosts" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/environments" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/libraries" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/data_elements" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/extensions" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/rules" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/notes" + "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/environments", - "extensions": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/extensions", - "rules": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/rules", - "self": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4" + "data_elements": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/data_elements", + "environments": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/environments", + "extensions": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/extensions", + "rules": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/rules", + "self": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09" }, "meta": { "rights": [ @@ -310398,7 +316797,7 @@ }, { "name": "secrets.retry_a_secret", - "endpoint": "/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "endpoint": "/properties/PR50acc6821c6a499c8f5a51da35e24c09", "method": "DELETE", "request": null, "response": null, @@ -310442,21 +316841,21 @@ }, "response": { "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PR7dab80ee3ea34dd78c42797e745027f9", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:06.632Z", + "created_at": "2022-01-20T22:15:24.776Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:06.632Z", + "updated_at": "2022-01-20T22:15:24.776Z", "platform": "edge", "development": false, - "token": "d4ebce4d3ce2" + "token": "20a4fe442a27" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/company" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -310465,52 +316864,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/callbacks" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/hosts" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/environments" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/libraries" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/data_elements" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/extensions" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/rules" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/notes" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/environments", - "extensions": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/extensions", - "rules": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/rules", - "self": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3" + "data_elements": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/environments", + "extensions": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/extensions", + "rules": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/rules", + "self": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9" }, "meta": { "rights": [ @@ -310529,7 +316928,7 @@ }, { "name": "secrets.retry_a_secret", - "endpoint": "/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/hosts", + "endpoint": "/properties/PR7dab80ee3ea34dd78c42797e745027f9/hosts", "method": "POST", "request": { "data": { @@ -310542,33 +316941,33 @@ }, "response": { "data": { - "id": "HTbae0bd4811a54712b1f0645ef3d36f7a", + "id": "HTc633f9fe611e45cfbdeb8deebc7b0ce3", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:11.826Z", + "created_at": "2022-01-20T22:15:29.996Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:11.826Z", + "updated_at": "2022-01-20T22:15:29.996Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTbae0bd4811a54712b1f0645ef3d36f7a/property" + "related": "https://reactor.adobe.io/hosts/HTc633f9fe611e45cfbdeb8deebc7b0ce3/property" }, "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PR7dab80ee3ea34dd78c42797e745027f9", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3", - "self": "https://reactor.adobe.io/hosts/HTbae0bd4811a54712b1f0645ef3d36f7a" + "property": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9", + "self": "https://reactor.adobe.io/hosts/HTc633f9fe611e45cfbdeb8deebc7b0ce3" } } }, @@ -310588,7 +316987,7 @@ "relationships": { "host": { "data": { - "id": "HTbae0bd4811a54712b1f0645ef3d36f7a", + "id": "HTc633f9fe611e45cfbdeb8deebc7b0ce3", "type": "hosts" } } @@ -310598,72 +316997,72 @@ }, "response": { "data": { - "id": "EN2bff9ee6d5e841c2a383699b639800bd", + "id": "EN38fc7bc7e1ec45b78a77a57bce53e771", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:11.906Z", - "library_path": "17e0df72ece8/d4ebce4d3ce2", - "library_name": "launch-8a27468f9f73-development.min.js", + "created_at": "2022-01-20T22:15:30.116Z", + "library_path": "17e0df72ece8/20a4fe442a27", + "library_name": "launch-f9368d0a6886-development.min.js", "library_entry_points": [ { - "library_name": "launch-8a27468f9f73-development.min.js", + "library_name": "launch-f9368d0a6886-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d4ebce4d3ce2/launch-8a27468f9f73-development.min.js" + "17e0df72ece8/20a4fe442a27/launch-f9368d0a6886-development.min.js" ], - "license_path": "17e0df72ece8/d4ebce4d3ce2/launch-8a27468f9f73-development.js" + "license_path": "17e0df72ece8/20a4fe442a27/launch-f9368d0a6886-development.js" }, { - "library_name": "launch-8a27468f9f73-development.js", + "library_name": "launch-f9368d0a6886-development.js", "minified": false, "references": [ - "17e0df72ece8/d4ebce4d3ce2/launch-8a27468f9f73-development.js" + "17e0df72ece8/20a4fe442a27/launch-f9368d0a6886-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:11.906Z", + "updated_at": "2022-01-20T22:15:30.116Z", "status": "succeeded", - "token": "8a27468f9f73" + "token": "f9368d0a6886" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/library" + "related": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/builds" + "related": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/host", - "self": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/relationships/host" + "related": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/host", + "self": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/relationships/host" }, "data": { - "id": "HTbae0bd4811a54712b1f0645ef3d36f7a", + "id": "HTc633f9fe611e45cfbdeb8deebc7b0ce3", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/property" + "related": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/property" }, "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PR7dab80ee3ea34dd78c42797e745027f9", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3", - "self": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd" + "property": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9", + "self": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771" }, "meta": { "archive_encrypted": false @@ -310689,7 +317088,7 @@ "relationships": { "environment": { "data": { - "id": "EN2bff9ee6d5e841c2a383699b639800bd", + "id": "EN38fc7bc7e1ec45b78a77a57bce53e771", "type": "environments" } } @@ -310699,11 +317098,11 @@ }, "response": { "data": { - "id": "SEbc1ebeeaa01840b3aac07b1d455d8f3f", + "id": "SE62b1641063dd4e789022d8009be6131c", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:12.053Z", - "updated_at": "2021-10-05T19:20:12.053Z", + "created_at": "2022-01-20T22:15:30.290Z", + "updated_at": "2022-01-20T22:15:30.290Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -310716,19 +317115,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/property" + "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/property" }, "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PR7dab80ee3ea34dd78c42797e745027f9", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/environment" + "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/environment" }, "data": { - "id": "EN2bff9ee6d5e841c2a383699b639800bd", + "id": "EN38fc7bc7e1ec45b78a77a57bce53e771", "type": "environments" }, "meta": { @@ -310737,18 +317136,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/notes" + "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/data_elements" + "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f", - "property": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/property" + "self": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c", + "property": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/property" } } }, @@ -310767,17 +317166,17 @@ "meta": { "action": "retry" }, - "id": "SEbc1ebeeaa01840b3aac07b1d455d8f3f", + "id": "SE62b1641063dd4e789022d8009be6131c", "type": "secrets" } }, "response": { "data": { - "id": "SEbc1ebeeaa01840b3aac07b1d455d8f3f", + "id": "SE62b1641063dd4e789022d8009be6131c", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:12.053Z", - "updated_at": "2021-10-05T19:20:12.053Z", + "created_at": "2022-01-20T22:15:30.290Z", + "updated_at": "2022-01-20T22:15:30.290Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -310790,19 +317189,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/property" + "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/property" }, "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PR7dab80ee3ea34dd78c42797e745027f9", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/environment" + "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/environment" }, "data": { - "id": "EN2bff9ee6d5e841c2a383699b639800bd", + "id": "EN38fc7bc7e1ec45b78a77a57bce53e771", "type": "environments" }, "meta": { @@ -310811,18 +317210,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/notes" + "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/data_elements" + "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f", - "property": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/property" + "self": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c", + "property": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/property" } } }, @@ -310843,7 +317242,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -310916,7 +317315,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -310983,21 +317382,21 @@ "response": { "data": [ { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PR7dab80ee3ea34dd78c42797e745027f9", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:06.632Z", + "created_at": "2022-01-20T22:15:24.776Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:06.632Z", + "updated_at": "2022-01-20T22:15:24.776Z", "platform": "edge", "development": false, - "token": "d4ebce4d3ce2" + "token": "20a4fe442a27" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/company" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -311006,52 +317405,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/callbacks" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/hosts" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/environments" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/libraries" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/data_elements" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/extensions" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/rules" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/notes" + "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/environments", - "extensions": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/extensions", - "rules": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/rules", - "self": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3" + "data_elements": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/environments", + "extensions": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/extensions", + "rules": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/rules", + "self": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9" }, "meta": { "rights": [ @@ -311080,7 +317479,7 @@ }, { "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "endpoint": "/properties/PR7dab80ee3ea34dd78c42797e745027f9", "method": "DELETE", "request": null, "response": null, @@ -311124,21 +317523,21 @@ }, "response": { "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PR3191b8d3c2614716ae73e0c15f09577c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:12.976Z", + "created_at": "2022-01-20T22:15:31.093Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:12.976Z", + "updated_at": "2022-01-20T22:15:31.093Z", "platform": "edge", "development": false, - "token": "43151586e4c2" + "token": "4f60bfe0f7f9" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/company" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -311147,52 +317546,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/callbacks" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/hosts" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/environments" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/libraries" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/data_elements" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/extensions" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/rules" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/notes" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/environments", - "extensions": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/extensions", - "rules": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/rules", - "self": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4" + "data_elements": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/environments", + "extensions": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/extensions", + "rules": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/rules", + "self": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c" }, "meta": { "rights": [ @@ -311211,7 +317610,7 @@ }, { "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/PR9fb1bd3591d744f584d5eba64514f7c4/hosts", + "endpoint": "/properties/PR3191b8d3c2614716ae73e0c15f09577c/hosts", "method": "POST", "request": { "data": { @@ -311224,33 +317623,33 @@ }, "response": { "data": { - "id": "HTa2cd9d50be914d4099d33a82c9d30647", + "id": "HT5d7457a4b1f746d79962c939e97fb90c", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:18.161Z", + "created_at": "2022-01-20T22:15:36.306Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:18.161Z", + "updated_at": "2022-01-20T22:15:36.306Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa2cd9d50be914d4099d33a82c9d30647/property" + "related": "https://reactor.adobe.io/hosts/HT5d7457a4b1f746d79962c939e97fb90c/property" }, "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PR3191b8d3c2614716ae73e0c15f09577c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4", - "self": "https://reactor.adobe.io/hosts/HTa2cd9d50be914d4099d33a82c9d30647" + "property": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c", + "self": "https://reactor.adobe.io/hosts/HT5d7457a4b1f746d79962c939e97fb90c" } } }, @@ -311270,7 +317669,7 @@ "relationships": { "host": { "data": { - "id": "HTa2cd9d50be914d4099d33a82c9d30647", + "id": "HT5d7457a4b1f746d79962c939e97fb90c", "type": "hosts" } } @@ -311280,72 +317679,72 @@ }, "response": { "data": { - "id": "EN30e4d4be79e5482499500779864d378d", + "id": "ENf53d4e7d2706499399c1aa21cc291b50", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:18.245Z", - "library_path": "17e0df72ece8/43151586e4c2", - "library_name": "launch-4473b9520ab3-development.min.js", + "created_at": "2022-01-20T22:15:36.408Z", + "library_path": "17e0df72ece8/4f60bfe0f7f9", + "library_name": "launch-6ed329a83f73-development.min.js", "library_entry_points": [ { - "library_name": "launch-4473b9520ab3-development.min.js", + "library_name": "launch-6ed329a83f73-development.min.js", "minified": true, "references": [ - "17e0df72ece8/43151586e4c2/launch-4473b9520ab3-development.min.js" + "17e0df72ece8/4f60bfe0f7f9/launch-6ed329a83f73-development.min.js" ], - "license_path": "17e0df72ece8/43151586e4c2/launch-4473b9520ab3-development.js" + "license_path": "17e0df72ece8/4f60bfe0f7f9/launch-6ed329a83f73-development.js" }, { - "library_name": "launch-4473b9520ab3-development.js", + "library_name": "launch-6ed329a83f73-development.js", "minified": false, "references": [ - "17e0df72ece8/43151586e4c2/launch-4473b9520ab3-development.js" + "17e0df72ece8/4f60bfe0f7f9/launch-6ed329a83f73-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:18.245Z", + "updated_at": "2022-01-20T22:15:36.408Z", "status": "succeeded", - "token": "4473b9520ab3" + "token": "6ed329a83f73" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/library" + "related": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/builds" + "related": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/host", - "self": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/relationships/host" + "related": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/host", + "self": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/relationships/host" }, "data": { - "id": "HTa2cd9d50be914d4099d33a82c9d30647", + "id": "HT5d7457a4b1f746d79962c939e97fb90c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/property" + "related": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/property" }, "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PR3191b8d3c2614716ae73e0c15f09577c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4", - "self": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d" + "property": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c", + "self": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50" }, "meta": { "archive_encrypted": false @@ -311371,7 +317770,7 @@ "relationships": { "environment": { "data": { - "id": "EN30e4d4be79e5482499500779864d378d", + "id": "ENf53d4e7d2706499399c1aa21cc291b50", "type": "environments" } } @@ -311381,11 +317780,11 @@ }, "response": { "data": { - "id": "SE9c8f7b84171845ff93107d67e6df1b76", + "id": "SE942ac7377406455f827b55afa0a1a7ce", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:18.381Z", - "updated_at": "2021-10-05T19:20:18.381Z", + "created_at": "2022-01-20T22:15:36.546Z", + "updated_at": "2022-01-20T22:15:36.546Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -311398,19 +317797,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/property" + "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/property" }, "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PR3191b8d3c2614716ae73e0c15f09577c", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/environment" + "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/environment" }, "data": { - "id": "EN30e4d4be79e5482499500779864d378d", + "id": "ENf53d4e7d2706499399c1aa21cc291b50", "type": "environments" }, "meta": { @@ -311419,18 +317818,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/notes" + "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/data_elements" + "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76", - "property": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/property" + "self": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce", + "property": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/property" } } }, @@ -311445,11 +317844,11 @@ "response": { "data": [ { - "id": "SE9c8f7b84171845ff93107d67e6df1b76", + "id": "SE942ac7377406455f827b55afa0a1a7ce", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:18.381Z", - "updated_at": "2021-10-05T19:20:18.381Z", + "created_at": "2022-01-20T22:15:36.546Z", + "updated_at": "2022-01-20T22:15:36.546Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -311462,19 +317861,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/property" + "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/property" }, "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PR3191b8d3c2614716ae73e0c15f09577c", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/environment" + "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/environment" }, "data": { - "id": "EN30e4d4be79e5482499500779864d378d", + "id": "ENf53d4e7d2706499399c1aa21cc291b50", "type": "environments" }, "meta": { @@ -311483,18 +317882,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/notes" + "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/data_elements" + "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76", - "property": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/property" + "self": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce", + "property": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/property" } } ], @@ -311525,7 +317924,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -311598,7 +317997,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -311665,21 +318064,21 @@ "response": { "data": [ { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PR3191b8d3c2614716ae73e0c15f09577c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:12.976Z", + "created_at": "2022-01-20T22:15:31.093Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:12.976Z", + "updated_at": "2022-01-20T22:15:31.093Z", "platform": "edge", "development": false, - "token": "43151586e4c2" + "token": "4f60bfe0f7f9" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/company" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -311688,52 +318087,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/callbacks" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/hosts" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/environments" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/libraries" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/data_elements" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/extensions" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/rules" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/notes" + "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/environments", - "extensions": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/extensions", - "rules": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/rules", - "self": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4" + "data_elements": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/environments", + "extensions": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/extensions", + "rules": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/rules", + "self": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c" }, "meta": { "rights": [ @@ -311762,7 +318161,7 @@ }, { "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/PR9fb1bd3591d744f584d5eba64514f7c4", + "endpoint": "/properties/PR3191b8d3c2614716ae73e0c15f09577c", "method": "DELETE", "request": null, "response": null, @@ -311806,21 +318205,21 @@ }, "response": { "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PRb3f8a3c0bece40618f44ed307ee40574", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:19.040Z", + "created_at": "2022-01-20T22:15:37.245Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:19.040Z", + "updated_at": "2022-01-20T22:15:37.245Z", "platform": "edge", "development": false, - "token": "186e78f95700" + "token": "65489dbb651f" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/company" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -311829,52 +318228,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/callbacks" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/hosts" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/environments" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/libraries" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/data_elements" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/extensions" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/rules" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/notes" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/data_elements", - "environments": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/environments", - "extensions": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/extensions", - "rules": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/rules", - "self": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90" + "data_elements": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/environments", + "extensions": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/extensions", + "rules": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/rules", + "self": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574" }, "meta": { "rights": [ @@ -311893,7 +318292,7 @@ }, { "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/PR821778ac529b425f99acab7f38fede90/hosts", + "endpoint": "/properties/PRb3f8a3c0bece40618f44ed307ee40574/hosts", "method": "POST", "request": { "data": { @@ -311906,33 +318305,33 @@ }, "response": { "data": { - "id": "HT3cbfff82a2e347d1a90f35c232646e1f", + "id": "HT45ca27e1a48e476aa80877f45d7ae9cf", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:24.248Z", + "created_at": "2022-01-20T22:15:42.529Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:24.248Z", + "updated_at": "2022-01-20T22:15:42.529Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3cbfff82a2e347d1a90f35c232646e1f/property" + "related": "https://reactor.adobe.io/hosts/HT45ca27e1a48e476aa80877f45d7ae9cf/property" }, "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PRb3f8a3c0bece40618f44ed307ee40574", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90", - "self": "https://reactor.adobe.io/hosts/HT3cbfff82a2e347d1a90f35c232646e1f" + "property": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574", + "self": "https://reactor.adobe.io/hosts/HT45ca27e1a48e476aa80877f45d7ae9cf" } } }, @@ -311952,7 +318351,7 @@ "relationships": { "host": { "data": { - "id": "HT3cbfff82a2e347d1a90f35c232646e1f", + "id": "HT45ca27e1a48e476aa80877f45d7ae9cf", "type": "hosts" } } @@ -311962,72 +318361,72 @@ }, "response": { "data": { - "id": "ENbe5779c5452740d2afe51a10f009f848", + "id": "EN61c0338ac04e45e3b3850f1bfdcd4eae", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:24.332Z", - "library_path": "17e0df72ece8/186e78f95700", - "library_name": "launch-6a2ee96bd2d6-development.min.js", + "created_at": "2022-01-20T22:15:42.651Z", + "library_path": "17e0df72ece8/65489dbb651f", + "library_name": "launch-b4af4a057271-development.min.js", "library_entry_points": [ { - "library_name": "launch-6a2ee96bd2d6-development.min.js", + "library_name": "launch-b4af4a057271-development.min.js", "minified": true, "references": [ - "17e0df72ece8/186e78f95700/launch-6a2ee96bd2d6-development.min.js" + "17e0df72ece8/65489dbb651f/launch-b4af4a057271-development.min.js" ], - "license_path": "17e0df72ece8/186e78f95700/launch-6a2ee96bd2d6-development.js" + "license_path": "17e0df72ece8/65489dbb651f/launch-b4af4a057271-development.js" }, { - "library_name": "launch-6a2ee96bd2d6-development.js", + "library_name": "launch-b4af4a057271-development.js", "minified": false, "references": [ - "17e0df72ece8/186e78f95700/launch-6a2ee96bd2d6-development.js" + "17e0df72ece8/65489dbb651f/launch-b4af4a057271-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:24.332Z", + "updated_at": "2022-01-20T22:15:42.651Z", "status": "succeeded", - "token": "6a2ee96bd2d6" + "token": "b4af4a057271" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/library" + "related": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/builds" + "related": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/host", - "self": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/relationships/host" + "related": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/host", + "self": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/relationships/host" }, "data": { - "id": "HT3cbfff82a2e347d1a90f35c232646e1f", + "id": "HT45ca27e1a48e476aa80877f45d7ae9cf", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/property" + "related": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/property" }, "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PRb3f8a3c0bece40618f44ed307ee40574", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90", - "self": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848" + "property": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574", + "self": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae" }, "meta": { "archive_encrypted": false @@ -312053,7 +318452,7 @@ "relationships": { "environment": { "data": { - "id": "ENbe5779c5452740d2afe51a10f009f848", + "id": "EN61c0338ac04e45e3b3850f1bfdcd4eae", "type": "environments" } } @@ -312063,11 +318462,11 @@ }, "response": { "data": { - "id": "SE8077acf044234f15b5d32df536aa841a", + "id": "SEf6da8e7f8a154052880c9d46895be91f", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:24.464Z", - "updated_at": "2021-10-05T19:20:24.464Z", + "created_at": "2022-01-20T22:15:42.822Z", + "updated_at": "2022-01-20T22:15:42.822Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -312080,19 +318479,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/property" + "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/property" }, "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PRb3f8a3c0bece40618f44ed307ee40574", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/environment" + "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/environment" }, "data": { - "id": "ENbe5779c5452740d2afe51a10f009f848", + "id": "EN61c0338ac04e45e3b3850f1bfdcd4eae", "type": "environments" }, "meta": { @@ -312101,18 +318500,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/notes" + "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/data_elements" + "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a", - "property": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/property" + "self": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f", + "property": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/property" } } }, @@ -312127,11 +318526,11 @@ "response": { "data": [ { - "id": "SE8077acf044234f15b5d32df536aa841a", + "id": "SEf6da8e7f8a154052880c9d46895be91f", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:24.464Z", - "updated_at": "2021-10-05T19:20:24.464Z", + "created_at": "2022-01-20T22:15:42.822Z", + "updated_at": "2022-01-20T22:15:42.822Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -312144,19 +318543,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/property" + "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/property" }, "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PRb3f8a3c0bece40618f44ed307ee40574", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/environment" + "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/environment" }, "data": { - "id": "ENbe5779c5452740d2afe51a10f009f848", + "id": "EN61c0338ac04e45e3b3850f1bfdcd4eae", "type": "environments" }, "meta": { @@ -312165,18 +318564,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/notes" + "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/data_elements" + "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a", - "property": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/property" + "self": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f", + "property": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/property" } } ], @@ -312207,7 +318606,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -312280,7 +318679,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -312347,21 +318746,21 @@ "response": { "data": [ { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PRb3f8a3c0bece40618f44ed307ee40574", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:19.040Z", + "created_at": "2022-01-20T22:15:37.245Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:19.040Z", + "updated_at": "2022-01-20T22:15:37.245Z", "platform": "edge", "development": false, - "token": "186e78f95700" + "token": "65489dbb651f" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/company" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -312370,52 +318769,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/callbacks" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/hosts" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/environments" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/libraries" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/data_elements" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/extensions" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/rules" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/notes" + "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/data_elements", - "environments": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/environments", - "extensions": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/extensions", - "rules": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/rules", - "self": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90" + "data_elements": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/environments", + "extensions": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/extensions", + "rules": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/rules", + "self": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574" }, "meta": { "rights": [ @@ -312444,7 +318843,7 @@ }, { "name": "secrets.get_a_secret", - "endpoint": "/properties/PR821778ac529b425f99acab7f38fede90", + "endpoint": "/properties/PRb3f8a3c0bece40618f44ed307ee40574", "method": "DELETE", "request": null, "response": null, @@ -312488,21 +318887,21 @@ }, "response": { "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRfcc37fa688f1423fa91831edcf11f7d1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:25.191Z", + "created_at": "2022-01-20T22:15:43.514Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:25.191Z", + "updated_at": "2022-01-20T22:15:43.514Z", "platform": "edge", "development": false, - "token": "616a2c5a3552" + "token": "68154f380dcc" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/company" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -312511,52 +318910,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/callbacks" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/hosts" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/environments" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/libraries" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/data_elements" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/extensions" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/rules" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/notes" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/environments", - "extensions": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/extensions", - "rules": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/rules", - "self": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452" + "data_elements": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/environments", + "extensions": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/extensions", + "rules": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/rules", + "self": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1" }, "meta": { "rights": [ @@ -312575,7 +318974,7 @@ }, { "name": "secrets.get_a_secret", - "endpoint": "/properties/PR6940d685811141099d8c4acda7cb2452/hosts", + "endpoint": "/properties/PRfcc37fa688f1423fa91831edcf11f7d1/hosts", "method": "POST", "request": { "data": { @@ -312588,33 +318987,33 @@ }, "response": { "data": { - "id": "HT99251480791645b4a21042a9dbed6d9b", + "id": "HTd47951fb27204e8da49b497beb0719af", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:30.418Z", + "created_at": "2022-01-20T22:15:48.701Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:30.418Z", + "updated_at": "2022-01-20T22:15:48.701Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT99251480791645b4a21042a9dbed6d9b/property" + "related": "https://reactor.adobe.io/hosts/HTd47951fb27204e8da49b497beb0719af/property" }, "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRfcc37fa688f1423fa91831edcf11f7d1", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452", - "self": "https://reactor.adobe.io/hosts/HT99251480791645b4a21042a9dbed6d9b" + "property": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1", + "self": "https://reactor.adobe.io/hosts/HTd47951fb27204e8da49b497beb0719af" } } }, @@ -312634,7 +319033,7 @@ "relationships": { "host": { "data": { - "id": "HT99251480791645b4a21042a9dbed6d9b", + "id": "HTd47951fb27204e8da49b497beb0719af", "type": "hosts" } } @@ -312644,72 +319043,72 @@ }, "response": { "data": { - "id": "ENbcbe7e2293254016ada3332adc423c42", + "id": "EN84b3c523e41b4965872d8ad9a7e22402", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:30.499Z", - "library_path": "17e0df72ece8/616a2c5a3552", - "library_name": "launch-345622599c70-development.min.js", + "created_at": "2022-01-20T22:15:48.809Z", + "library_path": "17e0df72ece8/68154f380dcc", + "library_name": "launch-2c5e8d76f312-development.min.js", "library_entry_points": [ { - "library_name": "launch-345622599c70-development.min.js", + "library_name": "launch-2c5e8d76f312-development.min.js", "minified": true, "references": [ - "17e0df72ece8/616a2c5a3552/launch-345622599c70-development.min.js" + "17e0df72ece8/68154f380dcc/launch-2c5e8d76f312-development.min.js" ], - "license_path": "17e0df72ece8/616a2c5a3552/launch-345622599c70-development.js" + "license_path": "17e0df72ece8/68154f380dcc/launch-2c5e8d76f312-development.js" }, { - "library_name": "launch-345622599c70-development.js", + "library_name": "launch-2c5e8d76f312-development.js", "minified": false, "references": [ - "17e0df72ece8/616a2c5a3552/launch-345622599c70-development.js" + "17e0df72ece8/68154f380dcc/launch-2c5e8d76f312-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:30.499Z", + "updated_at": "2022-01-20T22:15:48.809Z", "status": "succeeded", - "token": "345622599c70" + "token": "2c5e8d76f312" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/library" + "related": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/builds" + "related": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/host", - "self": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/relationships/host" + "related": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/host", + "self": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/relationships/host" }, "data": { - "id": "HT99251480791645b4a21042a9dbed6d9b", + "id": "HTd47951fb27204e8da49b497beb0719af", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/property" + "related": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/property" }, "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRfcc37fa688f1423fa91831edcf11f7d1", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452", - "self": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42" + "property": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1", + "self": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402" }, "meta": { "archive_encrypted": false @@ -312735,7 +319134,7 @@ "relationships": { "environment": { "data": { - "id": "ENbcbe7e2293254016ada3332adc423c42", + "id": "EN84b3c523e41b4965872d8ad9a7e22402", "type": "environments" } } @@ -312745,11 +319144,11 @@ }, "response": { "data": { - "id": "SEdf55bca7cc704714b89a61af73b129b3", + "id": "SEdb98f3926d194ff0a615dae6edfd34a7", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:30.635Z", - "updated_at": "2021-10-05T19:20:30.635Z", + "created_at": "2022-01-20T22:15:48.963Z", + "updated_at": "2022-01-20T22:15:48.963Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -312762,19 +319161,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/property" + "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/property" }, "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRfcc37fa688f1423fa91831edcf11f7d1", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/environment" + "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/environment" }, "data": { - "id": "ENbcbe7e2293254016ada3332adc423c42", + "id": "EN84b3c523e41b4965872d8ad9a7e22402", "type": "environments" }, "meta": { @@ -312783,18 +319182,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/notes" + "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/data_elements" + "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3", - "property": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/property" + "self": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7", + "property": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/property" } } }, @@ -312808,11 +319207,11 @@ "request": null, "response": { "data": { - "id": "SEdf55bca7cc704714b89a61af73b129b3", + "id": "SEdb98f3926d194ff0a615dae6edfd34a7", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:30.635Z", - "updated_at": "2021-10-05T19:20:30.635Z", + "created_at": "2022-01-20T22:15:48.963Z", + "updated_at": "2022-01-20T22:15:48.963Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -312825,19 +319224,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/property" + "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/property" }, "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRfcc37fa688f1423fa91831edcf11f7d1", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/environment" + "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/environment" }, "data": { - "id": "ENbcbe7e2293254016ada3332adc423c42", + "id": "EN84b3c523e41b4965872d8ad9a7e22402", "type": "environments" }, "meta": { @@ -312846,18 +319245,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/notes" + "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/data_elements" + "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3", - "property": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/property" + "self": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7", + "property": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/property" } } }, @@ -312878,7 +319277,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -312951,7 +319350,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -313018,21 +319417,21 @@ "response": { "data": [ { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRfcc37fa688f1423fa91831edcf11f7d1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:25.191Z", + "created_at": "2022-01-20T22:15:43.514Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:25.191Z", + "updated_at": "2022-01-20T22:15:43.514Z", "platform": "edge", "development": false, - "token": "616a2c5a3552" + "token": "68154f380dcc" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/company" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -313041,52 +319440,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/callbacks" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/hosts" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/environments" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/libraries" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/data_elements" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/extensions" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/rules" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/notes" + "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/environments", - "extensions": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/extensions", - "rules": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/rules", - "self": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452" + "data_elements": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/environments", + "extensions": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/extensions", + "rules": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/rules", + "self": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1" }, "meta": { "rights": [ @@ -313115,7 +319514,7 @@ }, { "name": "secrets.delete_a_secret", - "endpoint": "/properties/PR6940d685811141099d8c4acda7cb2452", + "endpoint": "/properties/PRfcc37fa688f1423fa91831edcf11f7d1", "method": "DELETE", "request": null, "response": null, @@ -313159,21 +319558,21 @@ }, "response": { "data": { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:31.263Z", + "created_at": "2022-01-20T22:15:49.624Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:31.263Z", + "updated_at": "2022-01-20T22:15:49.624Z", "platform": "edge", "development": false, - "token": "be5d0a4d9b70" + "token": "53c512b59184" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/company" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -313182,52 +319581,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/callbacks" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/hosts" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/environments" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/libraries" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/data_elements" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/extensions" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/rules" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/notes" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/environments", - "extensions": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/extensions", - "rules": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/rules", - "self": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6" + "data_elements": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/data_elements", + "environments": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/environments", + "extensions": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/extensions", + "rules": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/rules", + "self": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50" }, "meta": { "rights": [ @@ -313246,7 +319645,7 @@ }, { "name": "secrets.delete_a_secret", - "endpoint": "/properties/PR3675a318cca94749b05e314b0dc543f6/hosts", + "endpoint": "/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/hosts", "method": "POST", "request": { "data": { @@ -313259,33 +319658,33 @@ }, "response": { "data": { - "id": "HTf48f7eb5dcf44e0db41b8e54b27b4ed8", + "id": "HT05f7b356228d405591753492ce2a718f", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:36.466Z", + "created_at": "2022-01-20T22:15:54.827Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:36.466Z", + "updated_at": "2022-01-20T22:15:54.827Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTf48f7eb5dcf44e0db41b8e54b27b4ed8/property" + "related": "https://reactor.adobe.io/hosts/HT05f7b356228d405591753492ce2a718f/property" }, "data": { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6", - "self": "https://reactor.adobe.io/hosts/HTf48f7eb5dcf44e0db41b8e54b27b4ed8" + "property": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50", + "self": "https://reactor.adobe.io/hosts/HT05f7b356228d405591753492ce2a718f" } } }, @@ -313305,7 +319704,7 @@ "relationships": { "host": { "data": { - "id": "HTf48f7eb5dcf44e0db41b8e54b27b4ed8", + "id": "HT05f7b356228d405591753492ce2a718f", "type": "hosts" } } @@ -313315,72 +319714,72 @@ }, "response": { "data": { - "id": "EN9ed945cac4f644338e9039ea3930fca9", + "id": "EN8c4c0ca1ea204db087ef89ba1670ec1c", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:36.546Z", - "library_path": "17e0df72ece8/be5d0a4d9b70", - "library_name": "launch-9ff61c509d56-development.min.js", + "created_at": "2022-01-20T22:15:54.932Z", + "library_path": "17e0df72ece8/53c512b59184", + "library_name": "launch-a59f4a58b63a-development.min.js", "library_entry_points": [ { - "library_name": "launch-9ff61c509d56-development.min.js", + "library_name": "launch-a59f4a58b63a-development.min.js", "minified": true, "references": [ - "17e0df72ece8/be5d0a4d9b70/launch-9ff61c509d56-development.min.js" + "17e0df72ece8/53c512b59184/launch-a59f4a58b63a-development.min.js" ], - "license_path": "17e0df72ece8/be5d0a4d9b70/launch-9ff61c509d56-development.js" + "license_path": "17e0df72ece8/53c512b59184/launch-a59f4a58b63a-development.js" }, { - "library_name": "launch-9ff61c509d56-development.js", + "library_name": "launch-a59f4a58b63a-development.js", "minified": false, "references": [ - "17e0df72ece8/be5d0a4d9b70/launch-9ff61c509d56-development.js" + "17e0df72ece8/53c512b59184/launch-a59f4a58b63a-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:36.546Z", + "updated_at": "2022-01-20T22:15:54.932Z", "status": "succeeded", - "token": "9ff61c509d56" + "token": "a59f4a58b63a" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/library" + "related": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/builds" + "related": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/host", - "self": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/relationships/host" + "related": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/host", + "self": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/relationships/host" }, "data": { - "id": "HTf48f7eb5dcf44e0db41b8e54b27b4ed8", + "id": "HT05f7b356228d405591753492ce2a718f", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/property" + "related": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/property" }, "data": { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6", - "self": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9" + "property": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50", + "self": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c" }, "meta": { "archive_encrypted": false @@ -313406,7 +319805,7 @@ "relationships": { "environment": { "data": { - "id": "EN9ed945cac4f644338e9039ea3930fca9", + "id": "EN8c4c0ca1ea204db087ef89ba1670ec1c", "type": "environments" } } @@ -313416,11 +319815,11 @@ }, "response": { "data": { - "id": "SE918d81f7cdf84f648b228ab4c5a90886", + "id": "SE36422ac7ffab4c58864ed491f56aa69d", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:36.699Z", - "updated_at": "2021-10-05T19:20:36.699Z", + "created_at": "2022-01-20T22:15:55.072Z", + "updated_at": "2022-01-20T22:15:55.072Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -313433,19 +319832,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/property" + "related": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/property" }, "data": { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/environment" + "related": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/environment" }, "data": { - "id": "EN9ed945cac4f644338e9039ea3930fca9", + "id": "EN8c4c0ca1ea204db087ef89ba1670ec1c", "type": "environments" }, "meta": { @@ -313454,18 +319853,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/notes" + "related": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/data_elements" + "related": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886", - "property": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/property" + "self": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d", + "property": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/property" } } }, @@ -313495,7 +319894,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -313568,7 +319967,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -313635,21 +320034,21 @@ "response": { "data": [ { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:31.263Z", + "created_at": "2022-01-20T22:15:49.624Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:31.263Z", + "updated_at": "2022-01-20T22:15:49.624Z", "platform": "edge", "development": false, - "token": "be5d0a4d9b70" + "token": "53c512b59184" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/company" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -313658,52 +320057,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/callbacks" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/hosts" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/environments" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/libraries" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/data_elements" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/extensions" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/rules" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/notes" + "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/environments", - "extensions": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/extensions", - "rules": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/rules", - "self": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6" + "data_elements": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/data_elements", + "environments": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/environments", + "extensions": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/extensions", + "rules": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/rules", + "self": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50" }, "meta": { "rights": [ @@ -313732,7 +320131,7 @@ }, { "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/PR3675a318cca94749b05e314b0dc543f6", + "endpoint": "/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50", "method": "DELETE", "request": null, "response": null, @@ -313776,21 +320175,21 @@ }, "response": { "data": { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PRe3217810cb574965a5a9c0d1a302ace2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:37.499Z", + "created_at": "2022-01-20T22:15:55.902Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:37.499Z", + "updated_at": "2022-01-20T22:15:55.902Z", "platform": "edge", "development": false, - "token": "eea11805afe4" + "token": "87153740c977" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/company" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -313799,52 +320198,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/hosts" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/environments" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/libraries" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/extensions" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/rules" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/notes" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/environments", - "extensions": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/extensions", - "rules": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/rules", - "self": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c" + "data_elements": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/rules", + "self": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2" }, "meta": { "rights": [ @@ -313863,7 +320262,7 @@ }, { "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/PR995df47a0c0642c7a6c638dc745e920c/hosts", + "endpoint": "/properties/PRe3217810cb574965a5a9c0d1a302ace2/hosts", "method": "POST", "request": { "data": { @@ -313876,33 +320275,33 @@ }, "response": { "data": { - "id": "HT59b22723982b4cbb8cf7d09573ea971d", + "id": "HTdcc377c627ac4779bb444fce00815af6", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:42.796Z", + "created_at": "2022-01-20T22:16:01.123Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:42.796Z", + "updated_at": "2022-01-20T22:16:01.123Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT59b22723982b4cbb8cf7d09573ea971d/property" + "related": "https://reactor.adobe.io/hosts/HTdcc377c627ac4779bb444fce00815af6/property" }, "data": { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PRe3217810cb574965a5a9c0d1a302ace2", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c", - "self": "https://reactor.adobe.io/hosts/HT59b22723982b4cbb8cf7d09573ea971d" + "property": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2", + "self": "https://reactor.adobe.io/hosts/HTdcc377c627ac4779bb444fce00815af6" } } }, @@ -313922,7 +320321,7 @@ "relationships": { "host": { "data": { - "id": "HT59b22723982b4cbb8cf7d09573ea971d", + "id": "HTdcc377c627ac4779bb444fce00815af6", "type": "hosts" } } @@ -313932,72 +320331,72 @@ }, "response": { "data": { - "id": "ENbda65d0c3001476e86587dc7a31882fc", + "id": "ENcb5d66703422485680bb45e9c20d390a", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:42.872Z", - "library_path": "17e0df72ece8/eea11805afe4", - "library_name": "launch-1f62b5dc1ea1-development.min.js", + "created_at": "2022-01-20T22:16:01.224Z", + "library_path": "17e0df72ece8/87153740c977", + "library_name": "launch-d9220105e454-development.min.js", "library_entry_points": [ { - "library_name": "launch-1f62b5dc1ea1-development.min.js", + "library_name": "launch-d9220105e454-development.min.js", "minified": true, "references": [ - "17e0df72ece8/eea11805afe4/launch-1f62b5dc1ea1-development.min.js" + "17e0df72ece8/87153740c977/launch-d9220105e454-development.min.js" ], - "license_path": "17e0df72ece8/eea11805afe4/launch-1f62b5dc1ea1-development.js" + "license_path": "17e0df72ece8/87153740c977/launch-d9220105e454-development.js" }, { - "library_name": "launch-1f62b5dc1ea1-development.js", + "library_name": "launch-d9220105e454-development.js", "minified": false, "references": [ - "17e0df72ece8/eea11805afe4/launch-1f62b5dc1ea1-development.js" + "17e0df72ece8/87153740c977/launch-d9220105e454-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:42.872Z", + "updated_at": "2022-01-20T22:16:01.224Z", "status": "succeeded", - "token": "1f62b5dc1ea1" + "token": "d9220105e454" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/library" + "related": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/builds" + "related": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/host", - "self": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/relationships/host" + "related": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/host", + "self": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/relationships/host" }, "data": { - "id": "HT59b22723982b4cbb8cf7d09573ea971d", + "id": "HTdcc377c627ac4779bb444fce00815af6", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/property" + "related": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/property" }, "data": { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PRe3217810cb574965a5a9c0d1a302ace2", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c", - "self": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc" + "property": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2", + "self": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a" }, "meta": { "archive_encrypted": false @@ -314023,7 +320422,7 @@ "relationships": { "environment": { "data": { - "id": "ENbda65d0c3001476e86587dc7a31882fc", + "id": "ENcb5d66703422485680bb45e9c20d390a", "type": "environments" } } @@ -314033,11 +320432,11 @@ }, "response": { "data": { - "id": "SEd2d0fcfb58714668990a037cd4d26a08", + "id": "SE5e0c3bcc49ff44258f0e6dfa4c66952c", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:43.016Z", - "updated_at": "2021-10-05T19:20:43.016Z", + "created_at": "2022-01-20T22:16:01.379Z", + "updated_at": "2022-01-20T22:16:01.379Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -314050,19 +320449,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/property" + "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/property" }, "data": { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PRe3217810cb574965a5a9c0d1a302ace2", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/environment" + "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/environment" }, "data": { - "id": "ENbda65d0c3001476e86587dc7a31882fc", + "id": "ENcb5d66703422485680bb45e9c20d390a", "type": "environments" }, "meta": { @@ -314071,18 +320470,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/notes" + "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/data_elements" + "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08", - "property": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/property" + "self": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c", + "property": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/property" } } }, @@ -314103,28 +320502,28 @@ }, "response": { "data": { - "id": "NT5b4d3885dc774aae8a1f3412d49bfb7c", + "id": "NTdbfa61772fc84a229522e55977eda21a", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:20:43.082Z", + "created_at": "2022-01-20T22:16:01.456Z", "text": "this is a secret note" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08" + "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c" }, "data": { - "id": "SEd2d0fcfb58714668990a037cd4d26a08", + "id": "SE5e0c3bcc49ff44258f0e6dfa4c66952c", "type": "secrets" } } }, "links": { - "resource": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08", - "self": "https://reactor.adobe.io/notes/NT5b4d3885dc774aae8a1f3412d49bfb7c" + "resource": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c", + "self": "https://reactor.adobe.io/notes/NTdbfa61772fc84a229522e55977eda21a" } } }, @@ -314145,7 +320544,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -314218,7 +320617,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -314285,21 +320684,21 @@ "response": { "data": [ { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PRe3217810cb574965a5a9c0d1a302ace2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:37.499Z", + "created_at": "2022-01-20T22:15:55.902Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:37.499Z", + "updated_at": "2022-01-20T22:15:55.902Z", "platform": "edge", "development": false, - "token": "eea11805afe4" + "token": "87153740c977" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/company" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -314308,52 +320707,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/hosts" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/environments" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/libraries" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/extensions" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/rules" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/notes" + "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/environments", - "extensions": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/extensions", - "rules": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/rules", - "self": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c" + "data_elements": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/rules", + "self": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2" }, "meta": { "rights": [ @@ -314382,7 +320781,7 @@ }, { "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/PR995df47a0c0642c7a6c638dc745e920c", + "endpoint": "/properties/PRe3217810cb574965a5a9c0d1a302ace2", "method": "DELETE", "request": null, "response": null, @@ -314426,21 +320825,21 @@ }, "response": { "data": { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:43.637Z", + "created_at": "2022-01-20T22:16:02.063Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:43.637Z", + "updated_at": "2022-01-20T22:16:02.063Z", "platform": "edge", "development": false, - "token": "81a2c4fd0052" + "token": "b09c09f8012b" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/company" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -314449,52 +320848,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/callbacks" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/hosts" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/environments" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/libraries" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/data_elements" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/extensions" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/rules" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/notes" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/environments", - "extensions": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/extensions", - "rules": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/rules", - "self": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac" + "data_elements": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/environments", + "extensions": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/extensions", + "rules": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/rules", + "self": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db" }, "meta": { "rights": [ @@ -314513,7 +320912,7 @@ }, { "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/hosts", + "endpoint": "/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/hosts", "method": "POST", "request": { "data": { @@ -314526,33 +320925,33 @@ }, "response": { "data": { - "id": "HT592a55a2baf54f9ca53265675df0adff", + "id": "HT8bdfb6b365ec4afe9a932a5ceabcc8ec", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:48.913Z", + "created_at": "2022-01-20T22:16:07.377Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:48.913Z", + "updated_at": "2022-01-20T22:16:07.377Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT592a55a2baf54f9ca53265675df0adff/property" + "related": "https://reactor.adobe.io/hosts/HT8bdfb6b365ec4afe9a932a5ceabcc8ec/property" }, "data": { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac", - "self": "https://reactor.adobe.io/hosts/HT592a55a2baf54f9ca53265675df0adff" + "property": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db", + "self": "https://reactor.adobe.io/hosts/HT8bdfb6b365ec4afe9a932a5ceabcc8ec" } } }, @@ -314572,7 +320971,7 @@ "relationships": { "host": { "data": { - "id": "HT592a55a2baf54f9ca53265675df0adff", + "id": "HT8bdfb6b365ec4afe9a932a5ceabcc8ec", "type": "hosts" } } @@ -314582,72 +320981,72 @@ }, "response": { "data": { - "id": "EN58679e7830b740fd9363137273e3ef5e", + "id": "ENd7ea0406ae2547738e650b1c2c70687f", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:49.001Z", - "library_path": "17e0df72ece8/81a2c4fd0052", - "library_name": "launch-679a64a26324-development.min.js", + "created_at": "2022-01-20T22:16:07.483Z", + "library_path": "17e0df72ece8/b09c09f8012b", + "library_name": "launch-d8f7534cda7f-development.min.js", "library_entry_points": [ { - "library_name": "launch-679a64a26324-development.min.js", + "library_name": "launch-d8f7534cda7f-development.min.js", "minified": true, "references": [ - "17e0df72ece8/81a2c4fd0052/launch-679a64a26324-development.min.js" + "17e0df72ece8/b09c09f8012b/launch-d8f7534cda7f-development.min.js" ], - "license_path": "17e0df72ece8/81a2c4fd0052/launch-679a64a26324-development.js" + "license_path": "17e0df72ece8/b09c09f8012b/launch-d8f7534cda7f-development.js" }, { - "library_name": "launch-679a64a26324-development.js", + "library_name": "launch-d8f7534cda7f-development.js", "minified": false, "references": [ - "17e0df72ece8/81a2c4fd0052/launch-679a64a26324-development.js" + "17e0df72ece8/b09c09f8012b/launch-d8f7534cda7f-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:49.001Z", + "updated_at": "2022-01-20T22:16:07.483Z", "status": "succeeded", - "token": "679a64a26324" + "token": "d8f7534cda7f" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/library" + "related": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/builds" + "related": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/host", - "self": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/relationships/host" + "related": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/host", + "self": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/relationships/host" }, "data": { - "id": "HT592a55a2baf54f9ca53265675df0adff", + "id": "HT8bdfb6b365ec4afe9a932a5ceabcc8ec", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/property" + "related": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/property" }, "data": { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac", - "self": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e" + "property": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db", + "self": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f" }, "meta": { "archive_encrypted": false @@ -314673,7 +321072,7 @@ "relationships": { "environment": { "data": { - "id": "EN58679e7830b740fd9363137273e3ef5e", + "id": "ENd7ea0406ae2547738e650b1c2c70687f", "type": "environments" } } @@ -314683,11 +321082,11 @@ }, "response": { "data": { - "id": "SE4b511fccc1544c6e9290aff43004196d", + "id": "SEdb1c50253d434ba6bab345dd232ff6f7", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:49.139Z", - "updated_at": "2021-10-05T19:20:49.139Z", + "created_at": "2022-01-20T22:16:07.661Z", + "updated_at": "2022-01-20T22:16:07.661Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -314700,19 +321099,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/property" + "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/property" }, "data": { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/environment" + "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/environment" }, "data": { - "id": "EN58679e7830b740fd9363137273e3ef5e", + "id": "ENd7ea0406ae2547738e650b1c2c70687f", "type": "environments" }, "meta": { @@ -314721,18 +321120,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/notes" + "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/data_elements" + "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d", - "property": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/property" + "self": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7", + "property": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/property" } } }, @@ -314753,28 +321152,28 @@ }, "response": { "data": { - "id": "NTdf5584a69dfa4a9ea742828b2f67c01c", + "id": "NTfe484a169b99466d942747c1c869e5b9", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:20:49.220Z", + "created_at": "2022-01-20T22:16:07.747Z", "text": "this is a secret note" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d" + "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7" }, "data": { - "id": "SE4b511fccc1544c6e9290aff43004196d", + "id": "SEdb1c50253d434ba6bab345dd232ff6f7", "type": "secrets" } } }, "links": { - "resource": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d", - "self": "https://reactor.adobe.io/notes/NTdf5584a69dfa4a9ea742828b2f67c01c" + "resource": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7", + "self": "https://reactor.adobe.io/notes/NTfe484a169b99466d942747c1c869e5b9" } } }, @@ -314789,28 +321188,28 @@ "response": { "data": [ { - "id": "NTdf5584a69dfa4a9ea742828b2f67c01c", + "id": "NTfe484a169b99466d942747c1c869e5b9", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:20:49.220Z", + "created_at": "2022-01-20T22:16:07.747Z", "text": "this is a secret note" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d" + "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7" }, "data": { - "id": "SE4b511fccc1544c6e9290aff43004196d", + "id": "SEdb1c50253d434ba6bab345dd232ff6f7", "type": "secrets" } } }, "links": { - "resource": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d", - "self": "https://reactor.adobe.io/notes/NTdf5584a69dfa4a9ea742828b2f67c01c" + "resource": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7", + "self": "https://reactor.adobe.io/notes/NTfe484a169b99466d942747c1c869e5b9" } } ], @@ -314841,7 +321240,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -314914,7 +321313,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -314981,21 +321380,21 @@ "response": { "data": [ { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:43.637Z", + "created_at": "2022-01-20T22:16:02.063Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:43.637Z", + "updated_at": "2022-01-20T22:16:02.063Z", "platform": "edge", "development": false, - "token": "81a2c4fd0052" + "token": "b09c09f8012b" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/company" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315004,52 +321403,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/callbacks" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/hosts" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/environments" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/libraries" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/data_elements" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/extensions" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/rules" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/notes" + "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/environments", - "extensions": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/extensions", - "rules": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/rules", - "self": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac" + "data_elements": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/environments", + "extensions": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/extensions", + "rules": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/rules", + "self": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db" }, "meta": { "rights": [ @@ -315078,7 +321477,7 @@ }, { "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PR07782b19f8a74ada9184e1c94ea1c3ac", + "endpoint": "/properties/PRa43f74d84cf1427897dcff3f0cc8d4db", "method": "DELETE", "request": null, "response": null, @@ -315122,21 +321521,21 @@ }, "response": { "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PRd56013e02cd0419f834f4bf28864e796", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:49.961Z", + "created_at": "2022-01-20T22:16:08.430Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:49.961Z", + "updated_at": "2022-01-20T22:16:08.430Z", "platform": "edge", "development": false, - "token": "9a5115dce464" + "token": "4e3f069713c6" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/company" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315145,52 +321544,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/callbacks" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/hosts" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/environments" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/libraries" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/data_elements" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/extensions" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/rules" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/notes" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/environments", - "extensions": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/extensions", - "rules": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/rules", - "self": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85" + "data_elements": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/environments", + "extensions": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/extensions", + "rules": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/rules", + "self": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796" }, "meta": { "rights": [ @@ -315209,7 +321608,7 @@ }, { "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PRd7ed8859a1904432b706079075adee85/hosts", + "endpoint": "/properties/PRd56013e02cd0419f834f4bf28864e796/hosts", "method": "POST", "request": { "data": { @@ -315222,33 +321621,33 @@ }, "response": { "data": { - "id": "HT15eab6836f4841d7a67e1ccb5324dad5", + "id": "HTfc6cf8314023411ab7101efbe9a31f29", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:55.203Z", + "created_at": "2022-01-20T22:16:13.664Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:55.203Z", + "updated_at": "2022-01-20T22:16:13.664Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT15eab6836f4841d7a67e1ccb5324dad5/property" + "related": "https://reactor.adobe.io/hosts/HTfc6cf8314023411ab7101efbe9a31f29/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PRd56013e02cd0419f834f4bf28864e796", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "self": "https://reactor.adobe.io/hosts/HT15eab6836f4841d7a67e1ccb5324dad5" + "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", + "self": "https://reactor.adobe.io/hosts/HTfc6cf8314023411ab7101efbe9a31f29" } } }, @@ -315268,7 +321667,7 @@ "relationships": { "host": { "data": { - "id": "HT15eab6836f4841d7a67e1ccb5324dad5", + "id": "HTfc6cf8314023411ab7101efbe9a31f29", "type": "hosts" } } @@ -315278,72 +321677,72 @@ }, "response": { "data": { - "id": "EN5870610e8d2148609bff2bfa665a5479", + "id": "ENd2828f655ddc4cf5968d59f082367e65", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:55.300Z", - "library_path": "17e0df72ece8/9a5115dce464", - "library_name": "launch-9337a2f2899d-development.min.js", + "created_at": "2022-01-20T22:16:13.761Z", + "library_path": "17e0df72ece8/4e3f069713c6", + "library_name": "launch-e5e2fc8e666d-development.min.js", "library_entry_points": [ { - "library_name": "launch-9337a2f2899d-development.min.js", + "library_name": "launch-e5e2fc8e666d-development.min.js", "minified": true, "references": [ - "17e0df72ece8/9a5115dce464/launch-9337a2f2899d-development.min.js" + "17e0df72ece8/4e3f069713c6/launch-e5e2fc8e666d-development.min.js" ], - "license_path": "17e0df72ece8/9a5115dce464/launch-9337a2f2899d-development.js" + "license_path": "17e0df72ece8/4e3f069713c6/launch-e5e2fc8e666d-development.js" }, { - "library_name": "launch-9337a2f2899d-development.js", + "library_name": "launch-e5e2fc8e666d-development.js", "minified": false, "references": [ - "17e0df72ece8/9a5115dce464/launch-9337a2f2899d-development.js" + "17e0df72ece8/4e3f069713c6/launch-e5e2fc8e666d-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:55.300Z", + "updated_at": "2022-01-20T22:16:13.761Z", "status": "succeeded", - "token": "9337a2f2899d" + "token": "e5e2fc8e666d" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/library" + "related": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/builds" + "related": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/host", - "self": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/relationships/host" + "related": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/host", + "self": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/relationships/host" }, "data": { - "id": "HT15eab6836f4841d7a67e1ccb5324dad5", + "id": "HTfc6cf8314023411ab7101efbe9a31f29", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/property" + "related": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PRd56013e02cd0419f834f4bf28864e796", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "self": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479" + "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", + "self": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65" }, "meta": { "archive_encrypted": false @@ -315369,7 +321768,7 @@ "relationships": { "environment": { "data": { - "id": "EN5870610e8d2148609bff2bfa665a5479", + "id": "ENd2828f655ddc4cf5968d59f082367e65", "type": "environments" } } @@ -315379,11 +321778,11 @@ }, "response": { "data": { - "id": "SEdea8694473a148dea1486f894a978689", + "id": "SEf1c9068772c44c84ae4bb33afe8bb8a2", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:55.437Z", - "updated_at": "2021-10-05T19:20:55.437Z", + "created_at": "2022-01-20T22:16:13.921Z", + "updated_at": "2022-01-20T22:16:13.921Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -315396,19 +321795,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/property" + "related": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PRd56013e02cd0419f834f4bf28864e796", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/environment" + "related": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/environment" }, "data": { - "id": "EN5870610e8d2148609bff2bfa665a5479", + "id": "ENd2828f655ddc4cf5968d59f082367e65", "type": "environments" }, "meta": { @@ -315417,18 +321816,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/notes" + "related": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/data_elements" + "related": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689", - "property": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/property" + "self": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2", + "property": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/property" } } }, @@ -315443,10 +321842,10 @@ "response": { "data": [ { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EXd51eced3712d4fdab6334fa0ef59a351", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:20:50.002Z", + "created_at": "2022-01-20T22:16:08.461Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -315454,7 +321853,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:20:50.002Z", + "updated_at": "2022-01-20T22:16:08.461Z", "delegate_descriptor_id": null, "display_name": "Core", "review_status": "unsubmitted", @@ -315464,40 +321863,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/libraries" + "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/revisions" + "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/notes" + "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/property" + "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PRd56013e02cd0419f834f4bf28864e796", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/origin" + "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/origin" }, "data": { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EXd51eced3712d4fdab6334fa0ef59a351", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/updated_with_extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -315506,7 +321905,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/extension_package" + "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -315515,9 +321914,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "origin": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728", - "self": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728", + "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", + "origin": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351", + "self": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351", "extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0" }, @@ -315548,12 +321947,12 @@ "attributes": { "name": "secret data element", "delegate_descriptor_id": "core::dataElements::secret", - "settings": "{\"secrets\":{\"development\":{\"id\":\"SEdea8694473a148dea1486f894a978689\",\"name\":\"my secret token\"}}}" + "settings": "{\"secrets\":{\"development\":{\"id\":\"SEf1c9068772c44c84ae4bb33afe8bb8a2\",\"name\":\"my secret token\"}}}" }, "relationships": { "extension": { "data": { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EXd51eced3712d4fdab6334fa0ef59a351", "type": "extensions" } } @@ -315563,10 +321962,10 @@ }, "response": { "data": { - "id": "DEdcb920cb31ed43ae99cba59a4363e84a", + "id": "DE63d1aafcd40c458fbfb21b3b50fdd9f1", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:20:55.704Z", + "created_at": "2022-01-20T22:16:14.164Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -315574,61 +321973,61 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:20:55.704Z", + "updated_at": "2022-01-20T22:16:14.164Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "core::dataElements::secret", "force_lower_case": false, "review_status": "unsubmitted", "storage_duration": null, - "settings": "{\"secrets\":{\"development\":{\"id\":\"SEdea8694473a148dea1486f894a978689\",\"name\":\"my secret token\"}}}" + "settings": "{\"secrets\":{\"development\":{\"id\":\"SEf1c9068772c44c84ae4bb33afe8bb8a2\",\"name\":\"my secret token\"}}}" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/libraries" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/revisions" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/notes" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/property" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PRd56013e02cd0419f834f4bf28864e796", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/origin" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/origin" }, "data": { - "id": "DEdcb920cb31ed43ae99cba59a4363e84a", + "id": "DE63d1aafcd40c458fbfb21b3b50fdd9f1", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/extension" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/extension" }, "data": { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EXd51eced3712d4fdab6334fa0ef59a351", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/updated_with_extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -315637,19 +322036,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/updated_with_extension" }, "data": { - "id": "EXa5858e6292cc462bbc084f5aa32b68da", + "id": "EXdd54dbedad3a4e3c87b5a0e8acf4b4fc", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "origin": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a", - "self": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a", - "extension": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728" + "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", + "origin": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1", + "self": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1", + "extension": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351" }, "meta": { "latest_revision_number": 0 @@ -315667,10 +322066,10 @@ "response": { "data": [ { - "id": "DEdcb920cb31ed43ae99cba59a4363e84a", + "id": "DE63d1aafcd40c458fbfb21b3b50fdd9f1", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:20:55.704Z", + "created_at": "2022-01-20T22:16:14.164Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -315678,61 +322077,61 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:20:55.704Z", + "updated_at": "2022-01-20T22:16:14.164Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "core::dataElements::secret", "force_lower_case": false, "review_status": "unsubmitted", "storage_duration": null, - "settings": "{\"secrets\":{\"development\":{\"id\":\"SEdea8694473a148dea1486f894a978689\",\"name\":\"my secret token\"}}}" + "settings": "{\"secrets\":{\"development\":{\"id\":\"SEf1c9068772c44c84ae4bb33afe8bb8a2\",\"name\":\"my secret token\"}}}" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/libraries" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/revisions" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/notes" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/property" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PRd56013e02cd0419f834f4bf28864e796", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/origin" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/origin" }, "data": { - "id": "DEdcb920cb31ed43ae99cba59a4363e84a", + "id": "DE63d1aafcd40c458fbfb21b3b50fdd9f1", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/extension" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/extension" }, "data": { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EXd51eced3712d4fdab6334fa0ef59a351", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/updated_with_extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -315741,19 +322140,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/updated_with_extension" }, "data": { - "id": "EXa5858e6292cc462bbc084f5aa32b68da", + "id": "EXdd54dbedad3a4e3c87b5a0e8acf4b4fc", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "origin": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a", - "self": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a", - "extension": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728" + "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", + "origin": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1", + "self": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1", + "extension": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351" }, "meta": { "latest_revision_number": 0 @@ -315787,7 +322186,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -315854,21 +322253,21 @@ "response": { "data": [ { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PRd56013e02cd0419f834f4bf28864e796", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:49.961Z", + "created_at": "2022-01-20T22:16:08.430Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:49.961Z", + "updated_at": "2022-01-20T22:16:08.430Z", "platform": "edge", "development": false, - "token": "9a5115dce464" + "token": "4e3f069713c6" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/company" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315877,52 +322276,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/callbacks" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/hosts" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/environments" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/libraries" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/data_elements" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/extensions" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/rules" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/notes" + "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/environments", - "extensions": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/extensions", - "rules": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/rules", - "self": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85" + "data_elements": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/environments", + "extensions": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/extensions", + "rules": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/rules", + "self": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796" }, "meta": { "rights": [ @@ -315951,7 +322350,7 @@ }, { "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PRd7ed8859a1904432b706079075adee85", + "endpoint": "/properties/PRd56013e02cd0419f834f4bf28864e796", "method": "DELETE", "request": null, "response": null, @@ -315975,10 +322374,14 @@ "key_type": { "enum": [ "p8_file", - "fcm_v1" + "fcm_v1", + null ], "required": "false", - "type": "string" + "type": [ + "string", + "null" + ] }, "messaging_service": { "enum": [ @@ -316047,7 +322450,10 @@ } }, "required": "false", - "type": "object" + "type": [ + "object", + "null" + ] } } ] @@ -316063,10 +322469,14 @@ "key_type": { "enum": [ "p8_file", - "fcm_v1" + "fcm_v1", + null ], - "required": "true", - "type": "string" + "required": "false", + "type": [ + "string", + "null" + ] }, "messaging_service": { "enum": [ @@ -316134,8 +322544,33 @@ "type": "string" } }, + "required": "false", + "type": [ + "object", + "null" + ] + } + } + ] + ], + "app_surface.patch": [ + [ + { + "name": { + "minLength": 1, + "required": "false", + "type": "string" + } + } + ] + ], + "app_surface.post": [ + [ + { + "name": { + "minLength": 1, "required": "true", - "type": "object" + "type": "string" } } ] @@ -317365,6 +323800,16 @@ "http_status": 409, "title": "Record Not Unique" }, + { + "code": "provisioning-error", + "description": "An unexpected error occurred. You should contact Customer Care to complete provisioning.", + "detail": "Provisioning error - please contact Customer Care to complete provisioning", + "http_status": 500, + "sample_details": [ + "NA" + ], + "title": "Provisioning Error" + }, { "code": "public-release-not-authorized", "description": "Public release of extensions is coordinated by launch-ext-dev@adobe.com.", @@ -317433,6 +323878,16 @@ "detail": "The authorization failed for the provided client_id and client_secret. Please check your credentials.", "title": "Secret Unauthorized Error" }, + { + "code": "server-side-deployment-error", + "description": "An unexpected error occurred. You can try again later or give Customer Care a call and explain what you were doing when it happened.", + "detail": "Server Side Deployment Error - please try again later or contact Customer Care", + "http_status": 500, + "sample_details": [ + "NA" + ], + "title": "Server Side Deployment Error" + }, { "code": "session-timeout", "description": "The user session has expired. Please log out and log in again.", @@ -317528,6 +323983,16 @@ ], "title": "Unsupported Custom Code Language" }, + { + "code": "unsupported-ecma-version", + "description": "The library modules contain code written in an ECMAScript version that is not supported.", + "detail": "Code using an unsupported ECMAScript version was detected", + "http_status": 409, + "sample_details": [ + "NA" + ], + "title": "Unsupported ECMA Version" + }, { "code": "upgraded-extension-required", "description": "Once you've installed an extension upgrade, you must include it in all Libraries until the upgrade gets to Production. The only exception is if the extension has not been published yet.", @@ -317558,6 +324023,11 @@ "name", "platform" ], + "app_surface": [ + "created_at", + "updated_at", + "name" + ], "audit_event": [ "created_at", "updated_at", @@ -318965,6 +325435,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -319085,6 +325562,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -323264,6 +329742,227 @@ ], "additionalProperties": false }, + "fixtures/app_surface.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the app configuration.", + "type": "string" + } + }, + "required": [ + "created_at", + "updated_at", + "name" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, "fixtures/company.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -323673,6 +330372,112 @@ ], "additionalProperties": false }, + "fixtures/app_surface_app_configurations.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_configurations" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/app_configurations" + }, + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/relationships/app_configurations" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/app_configuration_app_surfaces.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/app_surfaces" + }, + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/relationships/app_surfaces" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, "fixtures/audit_events.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -340852,6 +347657,217 @@ ], "additionalProperties": false }, + "fixtures/_models/app_surface.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the app configuration.", + "type": "string" + } + }, + "required": [ + "created_at", + "updated_at", + "name" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, "fixtures/_models/company.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -341238,6 +348254,59 @@ ], "additionalProperties": false }, + "fixtures/_models/app_surface_app_configurations.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_configurations" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/app_configurations" + }, + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/relationships/app_configurations" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, "fixtures/_models/_search/rule.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -351403,6 +358472,59 @@ ], "additionalProperties": false }, + "fixtures/_models/app_configuration_app_surfaces.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/app_surfaces" + }, + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/relationships/app_surfaces" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, "fixtures/_models/resources_libraries.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -355289,6 +362411,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -355409,6 +362538,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -363278,6 +370408,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -363398,6 +370535,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -382331,6 +389469,339 @@ ], "additionalProperties": false }, + "fixtures/app_surfaces.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the app configuration.", + "type": "string" + } + }, + "required": [ + "created_at", + "updated_at", + "name" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, "fixtures/endpoints.json": [ { "path": "/companies", From 6bfcdb75b72c310f6cc8f54ece4ad806a8e4575e Mon Sep 17 00:00:00 2001 From: Spencer Roan Date: Wed, 26 Jan 2022 12:20:51 -0700 Subject: [PATCH 2/8] add api specification --- api_specification.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_specification.json b/api_specification.json index 52f94b6..6c45ee3 100644 --- a/api_specification.json +++ b/api_specification.json @@ -389887,4 +389887,4 @@ } ] } -} \ No newline at end of file +} From 314c5e4e8b84e76e692bc4ea7a0b02a5b32084f1 Mon Sep 17 00:00:00 2001 From: Spencer Roan Date: Thu, 27 Jan 2022 09:28:59 -0700 Subject: [PATCH 3/8] fix for for app_surface --- api_specification.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api_specification.json b/api_specification.json index 6c45ee3..3dbd115 100644 --- a/api_specification.json +++ b/api_specification.json @@ -329762,7 +329762,7 @@ "format": "date-time" }, "name": { - "description": "Name of the app configuration.", + "description": "Name of the app surface.", "type": "string" } }, @@ -347673,7 +347673,7 @@ "format": "date-time" }, "name": { - "description": "Name of the app configuration.", + "description": "Name of the app surface.", "type": "string" } }, @@ -389491,7 +389491,7 @@ "format": "date-time" }, "name": { - "description": "Name of the app configuration.", + "description": "Name of the app surface.", "type": "string" } }, From ee3a39135492faa5c6de85f98d9548f975ab29de Mon Sep 17 00:00:00 2001 From: George Ciltaru Date: Fri, 4 Feb 2022 16:28:52 -0700 Subject: [PATCH 4/8] Temp: Add icons --- .../1.0/icons/create/app_configuration.md | 63 + api/reference/1.0/icons/create/app_surface.md | 63 + api/reference/1.0/icons/fetch.md | 13 + api/reference/1.0/icons/index.md | 13 + api_specification.json | 60809 +++++++++------- 5 files changed, 35217 insertions(+), 25744 deletions(-) create mode 100644 api/reference/1.0/icons/create/app_configuration.md create mode 100644 api/reference/1.0/icons/create/app_surface.md create mode 100644 api/reference/1.0/icons/fetch.md create mode 100644 api/reference/1.0/icons/index.md diff --git a/api/reference/1.0/icons/create/app_configuration.md b/api/reference/1.0/icons/create/app_configuration.md new file mode 100644 index 0000000..111bf99 --- /dev/null +++ b/api/reference/1.0/icons/create/app_configuration.md @@ -0,0 +1,63 @@ +--- +title: Create on AppConfiguration +labels: + - unstable +--- + +# Create an Icon on a AppConfiguration + +{% labels %} + +{% alert info, Note %} +This endpoint expects multipart requests. +{% endalert %} + +
+ +
+ +{% scenario app_configuration_relationship_icon.show %} diff --git a/api/reference/1.0/icons/create/app_surface.md b/api/reference/1.0/icons/create/app_surface.md new file mode 100644 index 0000000..c921ea3 --- /dev/null +++ b/api/reference/1.0/icons/create/app_surface.md @@ -0,0 +1,63 @@ +--- +title: Create on AppSurface +labels: + - unstable +--- + +# Create an Icon on a AppSurface + +{% labels %} + +{% alert info, Note %} +This endpoint expects multipart requests. +{% endalert %} + +
+ +
+ +{% scenario app_surface_relationship_icon.show %} diff --git a/api/reference/1.0/icons/fetch.md b/api/reference/1.0/icons/fetch.md new file mode 100644 index 0000000..35590c3 --- /dev/null +++ b/api/reference/1.0/icons/fetch.md @@ -0,0 +1,13 @@ +--- +title: Fetch +labels: + - unstable +--- + +# Fetch an Icon + +{% labels %} + +Retrieve a specific Icon, based on its ID. + +{% scenario icons.show %} diff --git a/api/reference/1.0/icons/index.md b/api/reference/1.0/icons/index.md new file mode 100644 index 0000000..3bece65 --- /dev/null +++ b/api/reference/1.0/icons/index.md @@ -0,0 +1,13 @@ +--- +title: Overview +labels: + - unstable +--- + +# Icons + +{% labels %} + +`Icons` are images you can add to Launch resources of these types: +- `AppSurfaces` +- `AppConfigurations` diff --git a/api_specification.json b/api_specification.json index 3dbd115..f861f5f 100644 --- a/api_specification.json +++ b/api_specification.json @@ -48,6 +48,22 @@ "GET" ] }, + { + "path": "/app_configurations/:app_configuration_id/icon", + "description": "", + "name": "app_configuration_icons.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/icon", + "description": "", + "name": "app_configuration_relationship_icon.show", + "methods": [ + "GET" + ] + }, { "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "description": "", @@ -136,6 +152,22 @@ "GET" ] }, + { + "path": "/app_surfaces/:app_surface_id/icon", + "description": "", + "name": "app_surface_icons.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/icon", + "description": "", + "name": "app_surface_relationship_icon.show", + "methods": [ + "GET" + ] + }, { "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", "description": "", @@ -1016,6 +1048,38 @@ "GET" ] }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.show", + "methods": [ + "GET" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.update", + "methods": [ + "PUT" + ] + }, { "path": "/libraries/:id", "description": "", @@ -2041,21 +2105,69 @@ "request": null, "response": { "data": [ - + { + "id": "ACaff50d590607483e89291f82538de55b", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T20:59:47.810Z", + "updated_at": "2022-02-04T20:59:47.810Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, "response_code": 200, "response_message": "OK" }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, { "name": "app_configurations.create_an_app_configuration", "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Fcm App", @@ -2063,21 +2175,69 @@ "request": null, "response": { "data": [ - + { + "id": "ACfe984d5a649440268fb22fd6169d0131", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:00:26.534Z", + "updated_at": "2022-02-04T21:00:26.534Z", + "app_id": "android_app_id", + "name": "Kessel Fcm App", + "platform": "mobile", + "messaging_service": "fcm", + "key_type": "fcm_v1" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, "response_code": 200, "response_message": "OK" }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, { "name": "app_configurations.create_an_app_configuration", "endpoint": "/companies/:company_id/app_configurations", @@ -2102,11 +2262,11 @@ }, "response": { "data": { - "id": "AC996a3e536d6b4a93995f4e695844f873", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:47.102Z", - "updated_at": "2022-01-20T22:00:47.102Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2116,7 +2276,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -2125,14 +2285,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } }, @@ -2315,11 +2481,11 @@ "response": { "data": [ { - "id": "AC996a3e536d6b4a93995f4e695844f873", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:47.102Z", - "updated_at": "2022-01-20T22:00:47.102Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2329,7 +2495,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -2338,14 +2504,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -2369,11 +2541,11 @@ "request": null, "response": { "data": { - "id": "AC996a3e536d6b4a93995f4e695844f873", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:47.102Z", - "updated_at": "2022-01-20T22:00:47.102Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2383,7 +2555,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -2392,14 +2564,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } }, @@ -2582,11 +2760,11 @@ "response": { "data": [ { - "id": "AC996a3e536d6b4a93995f4e695844f873", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:47.102Z", - "updated_at": "2022-01-20T22:00:47.102Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2596,7 +2774,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -2605,14 +2783,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -2637,11 +2821,11 @@ "response": { "data": [ { - "id": "AC996a3e536d6b4a93995f4e695844f873", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:47.102Z", - "updated_at": "2022-01-20T22:00:47.102Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2651,7 +2835,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -2660,14 +2844,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -2860,11 +3050,11 @@ "response": { "data": [ { - "id": "AC996a3e536d6b4a93995f4e695844f873", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:47.102Z", - "updated_at": "2022-01-20T22:00:47.102Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2874,7 +3064,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -2883,14 +3073,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -2916,17 +3112,17 @@ "attributes": { "app_id": "com.adobe.test_app_2" }, - "id": "AC996a3e536d6b4a93995f4e695844f873", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations" } }, "response": { "data": { - "id": "AC996a3e536d6b4a93995f4e695844f873", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:47.102Z", - "updated_at": "2022-01-20T22:00:48.483Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:29.575Z", "app_id": "com.adobe.test_app_2", "name": "Kessel Apns App", "platform": "mobile", @@ -2936,7 +3132,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -2945,14 +3141,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } }, @@ -3135,11 +3337,11 @@ "response": { "data": [ { - "id": "AC996a3e536d6b4a93995f4e695844f873", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:47.102Z", - "updated_at": "2022-01-20T22:00:48.483Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:29.575Z", "app_id": "com.adobe.test_app_2", "name": "Kessel Apns App", "platform": "mobile", @@ -3149,7 +3351,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -3158,14 +3360,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -3405,11 +3613,11 @@ }, "response": { "data": { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -3419,7 +3627,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -3428,14 +3636,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } }, @@ -3449,15 +3663,50 @@ "request": null, "response": { "data": [ - + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, @@ -3466,59 +3715,12 @@ }, { "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_surfaces", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Surface (new name)" - }, - "type": "app_surfaces" - } - }, - "response": { - "data": { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-01-20T22:00:49.708Z", - "updated_at": "2022-01-20T22:00:49.708Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "method": "PATCH", "request": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces" } ] @@ -3527,12 +3729,12 @@ "data": [ { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } ], "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, @@ -3540,23 +3742,23 @@ }, { "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/app_surfaces", + "endpoint": "/app_configurations/:app_configuration_id/app_surfaces", "method": "GET", "request": null, "response": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:49.708Z", - "updated_at": "2022-01-20T22:00:49.708Z", + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -3565,14 +3767,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } } ], @@ -3765,11 +3973,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -3779,7 +3987,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -3788,14 +3996,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -3820,17 +4034,17 @@ "response": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:49.708Z", - "updated_at": "2022-01-20T22:00:49.708Z", + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -3839,14 +4053,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } } ], @@ -3865,12 +4085,12 @@ }, { "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "method": "PATCH", "request": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces" } ] @@ -3879,12 +4099,12 @@ "data": [ { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } ], "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, @@ -3892,19 +4112,19 @@ }, { "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "method": "GET", "request": null, "response": { "data": [ { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } ], "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, @@ -4086,11 +4306,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -4100,7 +4320,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -4109,14 +4329,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -4141,17 +4367,17 @@ "response": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:49.708Z", - "updated_at": "2022-01-20T22:00:49.708Z", + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -4160,14 +4386,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } } ], @@ -4186,12 +4418,12 @@ }, { "name": "app_configurations.add_app_surfaces_to_the_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "method": "POST", "request": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces" } ] @@ -4200,12 +4432,12 @@ "data": [ { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } ], "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, @@ -4387,11 +4619,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -4401,7 +4633,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -4410,14 +4642,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -4442,17 +4680,17 @@ "response": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:49.708Z", - "updated_at": "2022-01-20T22:00:49.708Z", + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -4461,14 +4699,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } } ], @@ -4487,12 +4731,12 @@ }, { "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "method": "PATCH", "request": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces" } ] @@ -4501,12 +4745,12 @@ "data": [ { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } ], "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, @@ -4520,17 +4764,17 @@ "response": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:49.708Z", - "updated_at": "2022-01-20T22:00:49.708Z", + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -4539,14 +4783,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } } ], @@ -4565,12 +4815,12 @@ }, { "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "method": "PATCH", "request": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces" } ] @@ -4579,12 +4829,12 @@ "data": [ { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } ], "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, @@ -4766,11 +5016,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -4780,7 +5030,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -4789,14 +5039,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -4821,17 +5077,17 @@ "response": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:49.708Z", - "updated_at": "2022-01-20T22:00:49.708Z", + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -4840,14 +5096,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } } ], @@ -4866,12 +5128,12 @@ }, { "name": "app_configurations.remove_app_surface_from_an_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "method": "PATCH", "request": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces" } ] @@ -4880,12 +5142,12 @@ "data": [ { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } ], "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, @@ -4893,12 +5155,12 @@ }, { "name": "app_configurations.remove_app_surface_from_an_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/relationships/app_surfaces", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "method": "DELETE", "request": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces" } ] @@ -4908,8 +5170,8 @@ ], "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, @@ -5090,21 +5352,65 @@ "request": null, "response": { "data": [ - + { + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:06.803Z", + "updated_at": "2022-02-04T21:00:06.803Z", + "name": "Kessel Surface" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, "response_code": 200, "response_message": "OK" }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, { "name": "app_surfaces.create_an_app_surface", "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", @@ -5113,17 +5419,17 @@ "response": { "data": [ { - "id": "AS4b1fbfa02315404e986abd2a62e6289e", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:49.708Z", - "updated_at": "2022-01-20T22:00:49.708Z", + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5132,14 +5438,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e" + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } } ], @@ -5179,17 +5491,17 @@ }, "response": { "data": { - "id": "ASfc755f3b1d6a4a8aaf74437fc1763f1e", + "id": "AS7b84d82f8707421daa9e1e5230ce75f6", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:52.594Z", - "updated_at": "2022-01-20T22:00:52.594Z", + "created_at": "2022-02-04T21:02:37.322Z", + "updated_at": "2022-02-04T21:02:37.322Z", "name": "Kessel Surface" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/company" + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5198,14 +5510,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e" + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6" } } }, @@ -5416,17 +5734,17 @@ }, "response": { "data": { - "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "id": "ASf62b7f0257094125b67719852e46eeed", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:53.002Z", - "updated_at": "2022-01-20T22:00:53.002Z", + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5435,14 +5753,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } }, @@ -5456,17 +5780,17 @@ "request": null, "response": { "data": { - "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "id": "ASf62b7f0257094125b67719852e46eeed", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:53.002Z", - "updated_at": "2022-01-20T22:00:53.002Z", + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5475,14 +5799,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } }, @@ -5665,17 +5995,17 @@ "response": { "data": [ { - "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "id": "ASf62b7f0257094125b67719852e46eeed", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:53.002Z", - "updated_at": "2022-01-20T22:00:53.002Z", + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5684,14 +6014,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } ], @@ -5716,17 +6052,17 @@ "response": { "data": [ { - "id": "ASfc755f3b1d6a4a8aaf74437fc1763f1e", + "id": "AS7b84d82f8707421daa9e1e5230ce75f6", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:52.594Z", - "updated_at": "2022-01-20T22:00:52.594Z", + "created_at": "2022-02-04T21:02:37.322Z", + "updated_at": "2022-02-04T21:02:37.322Z", "name": "Kessel Surface" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/company" + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5735,28 +6071,34 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e" + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6" } }, { - "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "id": "ASf62b7f0257094125b67719852e46eeed", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:53.002Z", - "updated_at": "2022-01-20T22:00:53.002Z", + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5765,14 +6107,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } ], @@ -5965,17 +6313,17 @@ "response": { "data": [ { - "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "id": "ASf62b7f0257094125b67719852e46eeed", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:53.002Z", - "updated_at": "2022-01-20T22:00:53.002Z", + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -5984,14 +6332,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } ], @@ -6017,23 +6371,23 @@ "attributes": { "name": "Kessel Surface (new name)" }, - "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "id": "ASf62b7f0257094125b67719852e46eeed", "type": "app_surfaces" } }, "response": { "data": { - "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "id": "ASf62b7f0257094125b67719852e46eeed", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:53.002Z", - "updated_at": "2022-01-20T22:00:53.002Z", + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -6042,14 +6396,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } }, @@ -6232,17 +6592,17 @@ "response": { "data": [ { - "id": "AS25a1b77808144b959ed49d3a5bd2aae2", + "id": "ASf62b7f0257094125b67719852e46eeed", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:53.002Z", - "updated_at": "2022-01-20T22:00:53.002Z", + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -6251,14 +6611,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2" + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } ], @@ -6488,17 +6854,17 @@ }, "response": { "data": { - "id": "AS38d53584260e4196bf10260f34431838", + "id": "ASb763e208e4f64c86a4ce6445604355ce", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:54.335Z", - "updated_at": "2022-01-20T22:00:54.335Z", + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -6507,14 +6873,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } }, @@ -6529,11 +6901,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -6543,7 +6915,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -6552,14 +6924,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -6583,7 +6961,7 @@ "request": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations" } ] @@ -6592,12 +6970,12 @@ "data": [ { "type": "app_configurations", - "id": "AC88af53941f404c0cb9a29450b0ee57d3" + "id": "AC082ee39971a9444fb133e7610ae1e9f7" } ], "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, "response_code": 200, @@ -6611,11 +6989,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -6625,7 +7003,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -6634,14 +7012,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -6834,17 +7218,17 @@ "response": { "data": [ { - "id": "AS38d53584260e4196bf10260f34431838", + "id": "ASb763e208e4f64c86a4ce6445604355ce", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:54.335Z", - "updated_at": "2022-01-20T22:00:54.335Z", + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -6853,14 +7237,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -6885,11 +7275,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -6899,7 +7289,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -6908,14 +7298,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -6939,7 +7335,7 @@ "request": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations" } ] @@ -6948,12 +7344,12 @@ "data": [ { "type": "app_configurations", - "id": "AC88af53941f404c0cb9a29450b0ee57d3" + "id": "AC082ee39971a9444fb133e7610ae1e9f7" } ], "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, "response_code": 200, @@ -6968,12 +7364,12 @@ "data": [ { "type": "app_configurations", - "id": "AC88af53941f404c0cb9a29450b0ee57d3" + "id": "AC082ee39971a9444fb133e7610ae1e9f7" } ], "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, "response_code": 200, @@ -7155,17 +7551,17 @@ "response": { "data": [ { - "id": "AS38d53584260e4196bf10260f34431838", + "id": "ASb763e208e4f64c86a4ce6445604355ce", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:54.335Z", - "updated_at": "2022-01-20T22:00:54.335Z", + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -7174,14 +7570,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -7206,11 +7608,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -7220,7 +7622,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -7229,14 +7631,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -7260,7 +7668,7 @@ "request": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations" } ] @@ -7269,12 +7677,12 @@ "data": [ { "type": "app_configurations", - "id": "AC88af53941f404c0cb9a29450b0ee57d3" + "id": "AC082ee39971a9444fb133e7610ae1e9f7" } ], "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, "response_code": 200, @@ -7456,17 +7864,17 @@ "response": { "data": [ { - "id": "AS38d53584260e4196bf10260f34431838", + "id": "ASb763e208e4f64c86a4ce6445604355ce", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:54.335Z", - "updated_at": "2022-01-20T22:00:54.335Z", + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -7475,14 +7883,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -7507,11 +7921,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -7521,7 +7935,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -7530,14 +7944,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -7561,7 +7981,7 @@ "request": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations" } ] @@ -7570,12 +7990,12 @@ "data": [ { "type": "app_configurations", - "id": "AC88af53941f404c0cb9a29450b0ee57d3" + "id": "AC082ee39971a9444fb133e7610ae1e9f7" } ], "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, "response_code": 200, @@ -7633,11 +8053,11 @@ }, "response": { "data": { - "id": "AC9c9f0557a16b4045927388acaab09eaf", + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:55.931Z", - "updated_at": "2022-01-20T22:00:55.931Z", + "created_at": "2022-02-04T21:02:46.481Z", + "updated_at": "2022-02-04T21:02:46.481Z", "app_id": "android_app_id", "name": "Kessel Fcm App", "platform": "mobile", @@ -7647,7 +8067,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/company" + "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -7656,14 +8076,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf" + "self": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e" } } }, @@ -7677,7 +8103,7 @@ "request": { "data": [ { - "id": "AC9c9f0557a16b4045927388acaab09eaf", + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e", "type": "app_configurations" } ] @@ -7686,12 +8112,12 @@ "data": [ { "type": "app_configurations", - "id": "AC9c9f0557a16b4045927388acaab09eaf" + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" } ], "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, "response_code": 200, @@ -7873,17 +8299,17 @@ "response": { "data": [ { - "id": "AS38d53584260e4196bf10260f34431838", + "id": "ASb763e208e4f64c86a4ce6445604355ce", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:54.335Z", - "updated_at": "2022-01-20T22:00:54.335Z", + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -7892,14 +8318,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -7924,11 +8356,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -7938,7 +8370,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -7947,14 +8379,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -7978,7 +8416,7 @@ "request": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations" } ] @@ -7987,12 +8425,12 @@ "data": [ { "type": "app_configurations", - "id": "AC88af53941f404c0cb9a29450b0ee57d3" + "id": "AC082ee39971a9444fb133e7610ae1e9f7" } ], "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, "response_code": 200, @@ -8005,7 +8443,7 @@ "request": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations" } ] @@ -8015,8 +8453,8 @@ ], "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, "response_code": 200, @@ -8230,16 +8668,16 @@ }, "response": { "data": { - "id": "PR64b966206c2d4be5baa0378a419f13cc", + "id": "PRbd3ecada74ab42f78b9d65803291970a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:00:56.881Z", + "created_at": "2022-02-04T21:02:48.843Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:00:56.881Z", + "updated_at": "2022-02-04T21:02:48.843Z", "platform": "web", "development": false, - "token": "a9cc64786cd7", + "token": "f8e7fc5e24ce", "domains": [ "example.com" ], @@ -8249,7 +8687,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/company" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -8258,52 +8696,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/callbacks" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/hosts" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/libraries" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/notes" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments", - "extensions": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions", - "rules": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules", - "self": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc" + "data_elements": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules", + "self": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a" }, "meta": { "rights": [ @@ -8328,57 +8766,57 @@ "response": { "data": [ { - "id": "AEde87e32013ac420da5fa2531f59ba427", + "id": "AE3789de70a3b14c52b8de4bc75a18bd99", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:57.197Z", + "created_at": "2022-02-04T21:02:49.897Z", "display_name": "Core", "type_of": "extension.created", - "updated_at": "2022-01-20T22:00:57.197Z", - "entity": "{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"origin\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"property\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-01-20T22:00:57.045Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T22:00:57.045Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/origin\"}},\"property\":{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/updated_with_extension_package\"}}}}}" + "updated_at": "2022-02-04T21:02:49.897Z", + "entity": "{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.535Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.535Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427/property" + "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/property" }, "data": { - "id": "PR64b966206c2d4be5baa0378a419f13cc", + "id": "PRbd3ecada74ab42f78b9d65803291970a", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427/extension" + "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/extension" }, "data": { "type": "extensions", - "id": "EX8730a0bf746b4ce384c8cea95d6713c9" + "id": "EX3406b45bc85f48d0b4590dd221fc6ed9" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9", - "property": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc", - "self": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427" + "entity": "https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9", + "property": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", + "self": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99" }, "meta": { "property_name": "Kessel Example Property" } }, { - "id": "AE9deb363a9a2147f487d54400569a8b8f", + "id": "AEad9f5ff77274469f9fa081aad2349af4", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:55.963Z", + "created_at": "2022-02-04T21:02:46.556Z", "display_name": "Kessel Fcm App", "type_of": "app_configuration.created", - "updated_at": "2022-01-20T22:00:55.963Z", - "entity": "{\"data\":{\"id\":\"AC9c9f0557a16b4045927388acaab09eaf\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:55.931Z\",\"updated_at\":\"2022-01-20T22:00:55.931Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:46.556Z", + "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -8393,27 +8831,27 @@ }, "data": { "type": "app_configurations", - "id": "AC9c9f0557a16b4045927388acaab09eaf" + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf", + "entity": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE9deb363a9a2147f487d54400569a8b8f" + "self": "https://reactor.adobe.io/audit_events/AEad9f5ff77274469f9fa081aad2349af4" } }, { - "id": "AEc00059267ee546278f191cc510262f51", + "id": "AEae9a8f38360041fbac17de58b69e5c72", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:54.365Z", + "created_at": "2022-02-04T21:02:42.767Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.created", - "updated_at": "2022-01-20T22:00:54.365Z", - "entity": "{\"data\":{\"id\":\"AS38d53584260e4196bf10260f34431838\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:54.335Z\",\"updated_at\":\"2022-01-20T22:00:54.335Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:42.767Z", + "entity": "{\"data\":{\"id\":\"ASb763e208e4f64c86a4ce6445604355ce\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:42.693Z\",\"updated_at\":\"2022-02-04T21:02:42.693Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -8428,27 +8866,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS38d53584260e4196bf10260f34431838" + "id": "ASb763e208e4f64c86a4ce6445604355ce" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838", + "entity": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc00059267ee546278f191cc510262f51" + "self": "https://reactor.adobe.io/audit_events/AEae9a8f38360041fbac17de58b69e5c72" } }, { - "id": "AEdeebdf490fe6409d81346de0221409bf", + "id": "AE13b264111ef442979577b81f9a8708bd", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:53.976Z", + "created_at": "2022-02-04T21:02:41.894Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.deleted", - "updated_at": "2022-01-20T22:00:53.976Z", - "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:41.894Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -8463,27 +8901,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS25a1b77808144b959ed49d3a5bd2aae2" + "id": "ASf62b7f0257094125b67719852e46eeed" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEdeebdf490fe6409d81346de0221409bf" + "self": "https://reactor.adobe.io/audit_events/AE13b264111ef442979577b81f9a8708bd" } }, { - "id": "AEbfcbd5762cce49dbb2685ed114a72409", + "id": "AE1e51a6221daf49f79a6c3398334e9040", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:53.714Z", + "created_at": "2022-02-04T21:02:41.011Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.updated", - "updated_at": "2022-01-20T22:00:53.714Z", - "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:41.011Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -8498,27 +8936,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS25a1b77808144b959ed49d3a5bd2aae2" + "id": "ASf62b7f0257094125b67719852e46eeed" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEbfcbd5762cce49dbb2685ed114a72409" + "self": "https://reactor.adobe.io/audit_events/AE1e51a6221daf49f79a6c3398334e9040" } }, { - "id": "AE3095a04951334bc79c77dc1db68f979d", + "id": "AE8c84ba14ba6f4eba80cfe43b84647131", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:53.035Z", + "created_at": "2022-02-04T21:02:38.711Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.created", - "updated_at": "2022-01-20T22:00:53.035Z", - "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:38.711Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -8533,27 +8971,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS25a1b77808144b959ed49d3a5bd2aae2" + "id": "ASf62b7f0257094125b67719852e46eeed" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE3095a04951334bc79c77dc1db68f979d" + "self": "https://reactor.adobe.io/audit_events/AE8c84ba14ba6f4eba80cfe43b84647131" } }, { - "id": "AE89442acdc74c47b292e513a18c98e741", + "id": "AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:52.635Z", + "created_at": "2022-02-04T21:02:37.432Z", "display_name": "Kessel Surface", "type_of": "app_surface.created", - "updated_at": "2022-01-20T22:00:52.635Z", - "entity": "{\"data\":{\"id\":\"ASfc755f3b1d6a4a8aaf74437fc1763f1e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-01-20T22:00:52.594Z\",\"updated_at\":\"2022-01-20T22:00:52.594Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:37.432Z", + "entity": "{\"data\":{\"id\":\"AS7b84d82f8707421daa9e1e5230ce75f6\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:02:37.322Z\",\"updated_at\":\"2022-02-04T21:02:37.322Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -8568,27 +9006,27 @@ }, "data": { "type": "app_surfaces", - "id": "ASfc755f3b1d6a4a8aaf74437fc1763f1e" + "id": "AS7b84d82f8707421daa9e1e5230ce75f6" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e", + "entity": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE89442acdc74c47b292e513a18c98e741" + "self": "https://reactor.adobe.io/audit_events/AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd" } }, { - "id": "AEcc7d4256b2ec47a7ade03698a1482706", + "id": "AEa1731ab256134ed7a82db56d18df23c4", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:52.506Z", + "created_at": "2022-02-04T21:02:37.129Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.deleted", - "updated_at": "2022-01-20T22:00:52.506Z", - "entity": "{\"data\":{\"id\":\"AS4b1fbfa02315404e986abd2a62e6289e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:49.708Z\",\"updated_at\":\"2022-01-20T22:00:49.708Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:37.129Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -8603,27 +9041,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e", + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEcc7d4256b2ec47a7ade03698a1482706" + "self": "https://reactor.adobe.io/audit_events/AEa1731ab256134ed7a82db56d18df23c4" } }, { - "id": "AE81da211e8f0e4866aa66002bd74fe50a", + "id": "AE4c4610eaa0364e3e9014a287eda654d6", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:49.764Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.created", - "updated_at": "2022-01-20T22:00:49.764Z", - "entity": "{\"data\":{\"id\":\"AS4b1fbfa02315404e986abd2a62e6289e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:49.708Z\",\"updated_at\":\"2022-01-20T22:00:49.708Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations\"}}}}}" + "created_at": "2022-02-04T21:02:36.686Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:36.686Z", + "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -8638,27 +9076,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e", + "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE81da211e8f0e4866aa66002bd74fe50a" + "self": "https://reactor.adobe.io/audit_events/AE4c4610eaa0364e3e9014a287eda654d6" } }, { - "id": "AE03c50ff3dec5444ab75c157473c7b140", + "id": "AE8b1b7f535baa43b4a623d894ae07a572", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:49.516Z", + "created_at": "2022-02-04T21:02:31.823Z", "display_name": "Kessel Apns App", "type_of": "app_configuration.created", - "updated_at": "2022-01-20T22:00:49.516Z", - "entity": "{\"data\":{\"id\":\"AC88af53941f404c0cb9a29450b0ee57d3\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:49.497Z\",\"updated_at\":\"2022-01-20T22:00:49.497Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:31.823Z", + "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -8673,27 +9111,27 @@ }, "data": { "type": "app_configurations", - "id": "AC88af53941f404c0cb9a29450b0ee57d3" + "id": "AC082ee39971a9444fb133e7610ae1e9f7" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3", + "entity": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE03c50ff3dec5444ab75c157473c7b140" + "self": "https://reactor.adobe.io/audit_events/AE8b1b7f535baa43b4a623d894ae07a572" } }, { - "id": "AE5a63c6e3652f4ffb96ebf153005800f0", + "id": "AE46e0549bef1f4284828acf8b686eebf3", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:49.074Z", + "created_at": "2022-02-04T21:02:30.508Z", "display_name": "Kessel Apns App", "type_of": "app_configuration.deleted", - "updated_at": "2022-01-20T22:00:49.074Z", - "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:48.483Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:30.508Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -8708,27 +9146,27 @@ }, "data": { "type": "app_configurations", - "id": "AC996a3e536d6b4a93995f4e695844f873" + "id": "AC6c9c160a2c2448c1abb376af14307f78" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE5a63c6e3652f4ffb96ebf153005800f0" + "self": "https://reactor.adobe.io/audit_events/AE46e0549bef1f4284828acf8b686eebf3" } }, { - "id": "AE7d06cbe6e2714da6a9b343b420729e21", + "id": "AE2826bffae15c45328839097aa3fb9363", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:48.561Z", + "created_at": "2022-02-04T21:02:29.717Z", "display_name": "Kessel Apns App", "type_of": "app_configuration.updated", - "updated_at": "2022-01-20T22:00:48.561Z", - "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:48.483Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:29.717Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -8743,27 +9181,27 @@ }, "data": { "type": "app_configurations", - "id": "AC996a3e536d6b4a93995f4e695844f873" + "id": "AC6c9c160a2c2448c1abb376af14307f78" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE7d06cbe6e2714da6a9b343b420729e21" + "self": "https://reactor.adobe.io/audit_events/AE2826bffae15c45328839097aa3fb9363" } }, { - "id": "AEc729774cd9894bd1885cc01d2d37922e", + "id": "AEa2ff894950564632a78a16a510f65a44", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:47.235Z", + "created_at": "2022-02-04T21:02:25.771Z", "display_name": "Kessel Apns App", "type_of": "app_configuration.created", - "updated_at": "2022-01-20T22:00:47.235Z", - "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:47.102Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:25.771Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -8778,27 +9216,27 @@ }, "data": { "type": "app_configurations", - "id": "AC996a3e536d6b4a93995f4e695844f873" + "id": "AC6c9c160a2c2448c1abb376af14307f78" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc729774cd9894bd1885cc01d2d37922e" + "self": "https://reactor.adobe.io/audit_events/AEa2ff894950564632a78a16a510f65a44" } }, { - "id": "AE7d71397bfbf74b18a5371ce5779cb98a", + "id": "AE1a071d46fb96482fa41c44ca546891fb", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T21:59:34.830Z", - "display_name": "Kessel Apns App", + "created_at": "2022-02-04T21:02:25.347Z", + "display_name": "Kessel Fcm App", "type_of": "app_configuration.deleted", - "updated_at": "2022-01-20T21:59:34.830Z", - "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:34.363Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:25.347Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -8813,27 +9251,27 @@ }, "data": { "type": "app_configurations", - "id": "ACdb5d88b343e047be815188c3ed91aff7" + "id": "ACfe984d5a649440268fb22fd6169d0131" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE7d71397bfbf74b18a5371ce5779cb98a" + "self": "https://reactor.adobe.io/audit_events/AE1a071d46fb96482fa41c44ca546891fb" } }, { - "id": "AE61d9f3fa5c714231b137a98f5c0174fe", + "id": "AE66a6de7057f940a3a26138e74c65de99", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T21:59:34.392Z", + "created_at": "2022-02-04T21:02:24.936Z", "display_name": "Kessel Apns App", - "type_of": "app_configuration.updated", - "updated_at": "2022-01-20T21:59:34.392Z", - "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:34.363Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:24.936Z", + "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -8848,27 +9286,27 @@ }, "data": { "type": "app_configurations", - "id": "ACdb5d88b343e047be815188c3ed91aff7" + "id": "ACaff50d590607483e89291f82538de55b" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", + "entity": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE61d9f3fa5c714231b137a98f5c0174fe" + "self": "https://reactor.adobe.io/audit_events/AE66a6de7057f940a3a26138e74c65de99" } }, { - "id": "AE593d254c03324193a89af62d5eddd867", + "id": "AEfc3b2b950b2a43ee8edce900400c8cfe", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T21:59:33.060Z", - "display_name": "Kessel Apns App", + "created_at": "2022-02-04T21:00:26.763Z", + "display_name": "Kessel Fcm App", "type_of": "app_configuration.created", - "updated_at": "2022-01-20T21:59:33.060Z", - "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:32.980Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:00:26.763Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -8883,27 +9321,27 @@ }, "data": { "type": "app_configurations", - "id": "ACdb5d88b343e047be815188c3ed91aff7" + "id": "ACfe984d5a649440268fb22fd6169d0131" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE593d254c03324193a89af62d5eddd867" + "self": "https://reactor.adobe.io/audit_events/AEfc3b2b950b2a43ee8edce900400c8cfe" } }, { - "id": "AEc7e89abf891644d2a9752d8a4e004274", + "id": "AEb49d15dd1c7645ab8742cc3b68b95eba", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T21:59:32.623Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2022-01-20T21:59:32.623Z", - "entity": "{\"data\":{\"id\":\"AC642e64952dc54f92881ccc7292f3688f\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T17:10:46.697Z\",\"updated_at\":\"2022-01-20T17:10:46.697Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/app_surfaces\"}}}}}" + "created_at": "2022-02-04T21:00:19.717Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:19.717Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -8917,258 +9355,240 @@ "related": null }, "data": { - "type": "app_configurations", - "id": "AC642e64952dc54f92881ccc7292f3688f" + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f", + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc7e89abf891644d2a9752d8a4e004274" + "self": "https://reactor.adobe.io/audit_events/AEb49d15dd1c7645ab8742cc3b68b95eba" } }, { - "id": "AE33928f1193ce4faf80f7757135bf4568", + "id": "AE38ac9002da284b5387a811df23da3845", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T17:24:03.808Z", - "display_name": "Kessel Edge Example Property", - "type_of": "property.deleted", - "updated_at": "2022-01-20T17:24:03.808Z", - "entity": "{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\",\"rules\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/data_elements\"},\"attributes\":{\"name\":\"Kessel Edge Example Property\",\"token\":\"1d3ed8c2bad0\",\"enabled\":true,\"platform\":\"edge\",\"created_at\":\"2022-01-20T17:23:57.580Z\",\"updated_at\":\"2022-01-20T17:23:57.580Z\",\"development\":false,\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/data_elements\"}}}}}" + "created_at": "2022-02-04T21:00:17.339Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:00:17.339Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR80188babf9d74978b6454f341545b6b0", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE33928f1193ce4faf80f7757135bf4568/property" + "related": null }, "data": { - "type": "properties", - "id": "PR80188babf9d74978b6454f341545b6b0" + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0", + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE33928f1193ce4faf80f7757135bf4568" + "self": "https://reactor.adobe.io/audit_events/AE38ac9002da284b5387a811df23da3845" } }, { - "id": "AE4b61cddc2efa4f4fba786dbfcff220e6", + "id": "AE57350c2effa84bf6befd84671e4e5774", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T17:24:03.451Z", - "display_name": "secret data element", - "type_of": "data_element.created", - "updated_at": "2022-01-20T17:24:03.451Z", - "entity": "{\"data\":{\"id\":\"DE6f62901871ed451f8a899d308d603bc7\",\"meta\":{\"latest_revision_number\":0},\"type\":\"data_elements\",\"links\":{\"self\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7\",\"origin\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7\",\"property\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\",\"extension\":\"https://reactor.adobe.io/extensions/EX0ef1ee0ad39f490f8a91859772ddabf3\"},\"attributes\":{\"name\":\"secret data element\",\"dirty\":true,\"enabled\":true,\"settings\":\"{\\\"secrets\\\":{\\\"development\\\":{\\\"id\\\":\\\"SEa83742ad75d040a7b9237c6b82b24ac1\\\",\\\"name\\\":\\\"my secret token\\\"}}}\",\"published\":false,\"clean_text\":false,\"created_at\":\"2022-01-20T17:24:03.377Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T17:24:03.377Z\",\"published_at\":null,\"default_value\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"created_by_email\":\"ciltaru@adobe.com\",\"force_lower_case\":false,\"storage_duration\":null,\"updated_by_email\":\"ciltaru@adobe.com\",\"delegate_descriptor_id\":\"core::dataElements::secret\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/notes\"}},\"origin\":{\"data\":{\"id\":\"DE6f62901871ed451f8a899d308d603bc7\",\"type\":\"data_elements\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/origin\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/property\"}},\"extension\":{\"data\":{\"id\":\"EX0ef1ee0ad39f490f8a91859772ddabf3\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/extension\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/revisions\"}},\"updated_with_extension\":{\"data\":{\"id\":\"EX19be6014052e438d80ba9340c21e21a2\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/updated_with_extension\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EPd0463ead2dbc45f5b74549cdc6d2bfc0\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/updated_with_extension_package\"}}}}}" + "created_at": "2022-02-04T21:00:16.083Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:00:16.083Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR80188babf9d74978b6454f341545b6b0", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE4b61cddc2efa4f4fba786dbfcff220e6/data_element" + "related": null }, "data": { - "type": "data_elements", - "id": "DE6f62901871ed451f8a899d308d603bc7" + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" } } }, "links": { - "entity": "https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7", + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE4b61cddc2efa4f4fba786dbfcff220e6" + "self": "https://reactor.adobe.io/audit_events/AE57350c2effa84bf6befd84671e4e5774" } }, { - "id": "AEccbf245380ab4ca1b595c7d6988b93e5", + "id": "AE0c6dc0ddc6864281b923e09c79f8cd4c", "type": "audit_events", "attributes": { - "attributed_to_display_name": null, - "attributed_to_email": null, - "created_at": "2022-01-20T17:24:03.366Z", - "display_name": "Example Secret", - "type_of": "secret.updated", - "updated_at": "2022-01-20T17:24:03.366Z", - "entity": "{\"data\":{\"id\":\"SEa83742ad75d040a7b9237c6b82b24ac1\",\"meta\":{\"status_details\":{\"errors\":[{\"id\":\"54c2a3c4-7b28-43d2-b4d6-453d946c7899\",\"code\":\"unknown-error\",\"meta\":{\"request_id\":\"1e8264c5-a493-443f-91b7-39a523965b31\"},\"title\":\"Unknown Error\",\"detail\":\"Unknown error - please try again later or contact Customer Care\",\"source\":{}}]}},\"type\":\"secrets\",\"links\":{\"self\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1\",\"property\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/property\"},\"attributes\":{\"name\":\"Example Secret\",\"status\":\"failed\",\"type_of\":\"token\",\"created_at\":\"2022-01-20T17:24:03.077Z\",\"expires_at\":null,\"refresh_at\":null,\"updated_at\":\"2022-01-20T17:24:03.324Z\",\"credentials\":{},\"activated_at\":null,\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/notes\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/property\"}},\"environment\":{\"data\":{\"id\":\"EN20d03e84333c4af1b62f70e579266c16\",\"type\":\"environments\"},\"meta\":{\"stage\":\"development\"},\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/environment\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/data_elements\"}}}}}" + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:10.872Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:10.872Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR80188babf9d74978b6454f341545b6b0", - "type": "properties" - } + "data": null }, "entity": { "links": { "related": null }, "data": { - "type": "secrets", - "id": "SEa83742ad75d040a7b9237c6b82b24ac1" + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" } } }, "links": { - "entity": "https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1", + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEccbf245380ab4ca1b595c7d6988b93e5" + "self": "https://reactor.adobe.io/audit_events/AE0c6dc0ddc6864281b923e09c79f8cd4c" } }, { - "id": "AEd6061444e9034ae8abb17446fc693c6b", + "id": "AE3cd524e1d8964e7b8a0b976bbe924eec", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T17:24:03.104Z", - "display_name": "Example Secret", - "type_of": "secret.created", - "updated_at": "2022-01-20T17:24:03.104Z", - "entity": "{\"data\":{\"id\":\"SEa83742ad75d040a7b9237c6b82b24ac1\",\"type\":\"secrets\",\"links\":{\"self\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1\",\"property\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/property\"},\"attributes\":{\"name\":\"Example Secret\",\"status\":\"pending\",\"type_of\":\"token\",\"created_at\":\"2022-01-20T17:24:03.077Z\",\"expires_at\":null,\"refresh_at\":null,\"updated_at\":\"2022-01-20T17:24:03.077Z\",\"credentials\":{},\"activated_at\":null,\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/notes\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/property\"}},\"environment\":{\"data\":{\"id\":\"EN20d03e84333c4af1b62f70e579266c16\",\"type\":\"environments\"},\"meta\":{\"stage\":\"development\"},\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/environment\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1/data_elements\"}}}}}" + "created_at": "2022-02-04T21:00:07.634Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:07.634Z", + "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR80188babf9d74978b6454f341545b6b0", - "type": "properties" - } + "data": null }, "entity": { "links": { "related": null }, "data": { - "type": "secrets", - "id": "SEa83742ad75d040a7b9237c6b82b24ac1" + "type": "app_surfaces", + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" } } }, "links": { - "entity": "https://reactor.adobe.io/secrets/SEa83742ad75d040a7b9237c6b82b24ac1", + "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEd6061444e9034ae8abb17446fc693c6b" + "self": "https://reactor.adobe.io/audit_events/AE3cd524e1d8964e7b8a0b976bbe924eec" } }, { - "id": "AEf0d961664f9d4f508611533a665bb5a6", + "id": "AE62201f73127540cb9ddb94018d311761", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T17:24:02.963Z", - "display_name": "Development Environment A", - "type_of": "environment.created", - "updated_at": "2022-01-20T17:24:02.963Z", - "entity": "{\"data\":{\"id\":\"EN20d03e84333c4af1b62f70e579266c16\",\"meta\":{\"archive_encrypted\":false},\"type\":\"environments\",\"links\":{\"self\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16\",\"property\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\"},\"attributes\":{\"name\":\"Development Environment A\",\"path\":null,\"stage\":\"development\",\"token\":\"34694da9b7e7\",\"status\":\"succeeded\",\"archive\":false,\"created_at\":\"2022-01-20T17:24:02.938Z\",\"updated_at\":\"2022-01-20T17:24:02.938Z\",\"library_name\":\"launch-34694da9b7e7-development.min.js\",\"library_path\":\"17e0df72ece8/1d3ed8c2bad0\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"library_entry_points\":[{\"minified\":true,\"references\":[\"17e0df72ece8/1d3ed8c2bad0/launch-34694da9b7e7-development.min.js\"],\"library_name\":\"launch-34694da9b7e7-development.min.js\",\"license_path\":\"17e0df72ece8/1d3ed8c2bad0/launch-34694da9b7e7-development.js\"},{\"minified\":false,\"references\":[\"17e0df72ece8/1d3ed8c2bad0/launch-34694da9b7e7-development.js\"],\"library_name\":\"launch-34694da9b7e7-development.js\"}],\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"host\":{\"data\":{\"id\":\"HT9c76e9c61213417cb2d9a21dab89721c\",\"type\":\"hosts\"},\"links\":{\"self\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/relationships/host\",\"related\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/host\"}},\"builds\":{\"links\":{\"related\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/builds\"}},\"library\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/library\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16/property\"}}}}}" + "created_at": "2022-02-04T21:00:06.753Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:00:06.753Z", + "entity": "{\"data\":{\"id\":\"ASb5f06e2e76ea4c0ba4e01b71332c91ee\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T20:59:48.855Z\",\"updated_at\":\"2022-02-04T20:59:48.855Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/app_configurations\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR80188babf9d74978b6454f341545b6b0", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEf0d961664f9d4f508611533a665bb5a6/environment" + "related": null }, "data": { - "type": "environments", - "id": "EN20d03e84333c4af1b62f70e579266c16" + "type": "app_surfaces", + "id": "ASb5f06e2e76ea4c0ba4e01b71332c91ee" } } }, "links": { - "entity": "https://reactor.adobe.io/environments/EN20d03e84333c4af1b62f70e579266c16", + "entity": "https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf0d961664f9d4f508611533a665bb5a6" + "self": "https://reactor.adobe.io/audit_events/AE62201f73127540cb9ddb94018d311761" } }, { - "id": "AE9fb4a34aa1fd4725aede7a8e2dbf94db", + "id": "AE7c5a0c580aa74978b777cfc6b48483bd", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T17:24:02.859Z", - "display_name": "Managed by Adobe", - "type_of": "host.created", - "updated_at": "2022-01-20T17:24:02.859Z", - "entity": "{\"data\":{\"id\":\"HT9c76e9c61213417cb2d9a21dab89721c\",\"type\":\"hosts\",\"links\":{\"self\":\"https://reactor.adobe.io/hosts/HT9c76e9c61213417cb2d9a21dab89721c\",\"property\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\"},\"attributes\":{\"name\":\"Managed by Adobe\",\"path\":null,\"port\":null,\"server\":null,\"status\":\"succeeded\",\"type_of\":\"cloudflare_worker\",\"username\":null,\"created_at\":\"2022-01-20T17:24:02.828Z\",\"updated_at\":\"2022-01-20T17:24:02.828Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/hosts/HT9c76e9c61213417cb2d9a21dab89721c/property\"}}}}}" + "created_at": "2022-02-04T21:00:03.959Z", + "display_name": "IC6b3a89ff7bbe4a4ab9ea329878196d7e", + "type_of": "icon.deleted", + "updated_at": "2022-02-04T21:00:03.959Z", + "entity": "{\"data\":{\"id\":\"IC6b3a89ff7bbe4a4ab9ea329878196d7e\",\"type\":\"icons\",\"links\":{\"self\":\"https://reactor.adobe.io/icons/IC6b3a89ff7bbe4a4ab9ea329878196d7e\",\"resource\":\"https://reactor.adobe.io/app_surfaces/AS43e5f0df09a04da79d81acd2763ec4d9\"},\"attributes\":{\"url\":\"https://assets.adobedtm.com/staging/icons/17e0df72ece8/IC6b3a89ff7bbe4a4ab9ea329878196d7e.png\",\"status\":\"succeeded\",\"created_at\":\"2022-02-03T22:50:54.877Z\",\"updated_at\":\"2022-02-04T16:26:37.978Z\"},\"relationships\":{\"resource\":{\"data\":{\"id\":\"AS43e5f0df09a04da79d81acd2763ec4d9\",\"type\":\"app_surfaces\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS43e5f0df09a04da79d81acd2763ec4d9\"}}}}}" }, "relationships": { "property": { "links": { "related": null }, - "data": { - "id": "PR80188babf9d74978b6454f341545b6b0", - "type": "properties" - } + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE9fb4a34aa1fd4725aede7a8e2dbf94db/host" + "related": null }, "data": { - "type": "hosts", - "id": "HT9c76e9c61213417cb2d9a21dab89721c" + "type": "icons", + "id": "IC6b3a89ff7bbe4a4ab9ea329878196d7e" } } }, "links": { - "entity": "https://reactor.adobe.io/hosts/HT9c76e9c61213417cb2d9a21dab89721c", + "entity": "https://reactor.adobe.io/icons/IC6b3a89ff7bbe4a4ab9ea329878196d7e", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE9fb4a34aa1fd4725aede7a8e2dbf94db" + "self": "https://reactor.adobe.io/audit_events/AE7c5a0c580aa74978b777cfc6b48483bd" } } ], "links": { "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=171&page%5Bsize%5D=25" + "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" }, "meta": { "pagination": { "current_page": 1, "next_page": 2, "prev_page": null, - "total_pages": 171, - "total_count": 4251 + "total_pages": 2, + "total_count": 46 } } }, @@ -9329,16 +9749,16 @@ "response": { "data": [ { - "id": "PR64b966206c2d4be5baa0378a419f13cc", + "id": "PRbd3ecada74ab42f78b9d65803291970a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:00:56.881Z", + "created_at": "2022-02-04T21:02:48.843Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:00:56.881Z", + "updated_at": "2022-02-04T21:02:48.843Z", "platform": "web", "development": false, - "token": "a9cc64786cd7", + "token": "f8e7fc5e24ce", "domains": [ "example.com" ], @@ -9348,7 +9768,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/company" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -9357,52 +9777,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/callbacks" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/hosts" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/libraries" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/notes" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments", - "extensions": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions", - "rules": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules", - "self": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc" + "data_elements": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules", + "self": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a" }, "meta": { "rights": [ @@ -9431,7 +9851,7 @@ }, { "name": "audit_events.get_an_audit_event", - "endpoint": "/properties/PR64b966206c2d4be5baa0378a419f13cc", + "endpoint": "/properties/PRbd3ecada74ab42f78b9d65803291970a", "method": "DELETE", "request": null, "response": null, @@ -9478,16 +9898,16 @@ }, "response": { "data": { - "id": "PR16d50745485242ac9fbd7d4b54f8b01b", + "id": "PRb804002660ff423c85ad3c95aa452ef7", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:03.297Z", + "created_at": "2022-02-04T21:02:58.171Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:03.297Z", + "updated_at": "2022-02-04T21:02:58.171Z", "platform": "web", "development": false, - "token": "eaa09530738e", + "token": "3e1289875f3b", "domains": [ "example.com" ], @@ -9497,7 +9917,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/company" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -9506,52 +9926,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/callbacks" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/hosts" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/libraries" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/notes" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments", - "extensions": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions", - "rules": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules", - "self": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b" + "data_elements": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments", + "extensions": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions", + "rules": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules", + "self": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7" }, "meta": { "rights": [ @@ -9582,10 +10002,10 @@ }, "response": { "data": { - "id": "RL80a379abafa44419a3c7fcb984cfd29a", + "id": "RL204df6424b5b4f79abf5ca8a0f4415d9", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:01:08.634Z", + "created_at": "2022-02-04T21:03:04.049Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -9593,54 +10013,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:01:08.634Z", + "updated_at": "2022-02-04T21:03:04.049Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/libraries" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/revisions" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/notes" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/property" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/property" }, "data": { - "id": "PR16d50745485242ac9fbd7d4b54f8b01b", + "id": "PRb804002660ff423c85ad3c95aa452ef7", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/origin" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/origin" }, "data": { - "id": "RL80a379abafa44419a3c7fcb984cfd29a", + "id": "RL204df6424b5b4f79abf5ca8a0f4415d9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/rule_components" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b", - "origin": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a", - "self": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a", - "rule_components": "https://reactor.adobe.io/rules/RL80a379abafa44419a3c7fcb984cfd29a/rule_components" + "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "origin": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9", + "self": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9", + "rule_components": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/rule_components" }, "meta": { "latest_revision_number": 0 @@ -9658,57 +10078,57 @@ "response": { "data": [ { - "id": "AEe15dfd2374224b2185eae2dd39dcefe0", + "id": "AE0bac8e99f5634532a8e9d005946ae717", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:01:03.498Z", + "created_at": "2022-02-04T21:02:58.637Z", "display_name": "Core", "type_of": "extension.created", - "updated_at": "2022-01-20T22:01:03.498Z", - "entity": "{\"data\":{\"id\":\"EX4e212b22b3104694a0991a8f157128d9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9\",\"origin\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9\",\"property\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-01-20T22:01:03.407Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T22:01:03.407Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX4e212b22b3104694a0991a8f157128d9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/origin\"}},\"property\":{\"data\":{\"id\":\"PR16d50745485242ac9fbd7d4b54f8b01b\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9/updated_with_extension_package\"}}}}}" + "updated_at": "2022-02-04T21:02:58.637Z", + "entity": "{\"data\":{\"id\":\"EX6ccb3c449e204c749f1ef2f5b574d08c\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c\",\"origin\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c\",\"property\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:58.381Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:58.381Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6ccb3c449e204c749f1ef2f5b574d08c\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/origin\"}},\"property\":{\"data\":{\"id\":\"PRb804002660ff423c85ad3c95aa452ef7\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEe15dfd2374224b2185eae2dd39dcefe0/property" + "related": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717/property" }, "data": { - "id": "PR16d50745485242ac9fbd7d4b54f8b01b", + "id": "PRb804002660ff423c85ad3c95aa452ef7", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEe15dfd2374224b2185eae2dd39dcefe0/extension" + "related": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717/extension" }, "data": { "type": "extensions", - "id": "EX4e212b22b3104694a0991a8f157128d9" + "id": "EX6ccb3c449e204c749f1ef2f5b574d08c" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX4e212b22b3104694a0991a8f157128d9", - "property": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b", - "self": "https://reactor.adobe.io/audit_events/AEe15dfd2374224b2185eae2dd39dcefe0" + "entity": "https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c", + "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "self": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717" }, "meta": { "property_name": "Kessel Example Property" } }, { - "id": "AEc2d3facbd2a947ef8e5331915d7471c9", + "id": "AE660b24c4c43941338b2629818748f209", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:01:02.923Z", + "created_at": "2022-02-04T21:02:57.185Z", "display_name": "Kessel Example Property", "type_of": "property.deleted", - "updated_at": "2022-01-20T22:01:02.923Z", - "entity": "{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"rules\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"a9cc64786cd7\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-01-20T22:00:56.881Z\",\"updated_at\":\"2022-01-20T22:00:56.881Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements\"}}}}}" + "updated_at": "2022-02-04T21:02:57.185Z", + "entity": "{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"rules\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"f8e7fc5e24ce\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:48.843Z\",\"updated_at\":\"2022-02-04T21:02:48.843Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"}}}}}" }, "relationships": { "property": { @@ -9716,37 +10136,37 @@ "related": null }, "data": { - "id": "PR64b966206c2d4be5baa0378a419f13cc", + "id": "PRbd3ecada74ab42f78b9d65803291970a", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEc2d3facbd2a947ef8e5331915d7471c9/property" + "related": "https://reactor.adobe.io/audit_events/AE660b24c4c43941338b2629818748f209/property" }, "data": { "type": "properties", - "id": "PR64b966206c2d4be5baa0378a419f13cc" + "id": "PRbd3ecada74ab42f78b9d65803291970a" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc", + "entity": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc2d3facbd2a947ef8e5331915d7471c9" + "self": "https://reactor.adobe.io/audit_events/AE660b24c4c43941338b2629818748f209" } }, { - "id": "AE117a22805e1f4e03a841459f7da25eb6", + "id": "AEc151a4198f184f0b9370deb8c2a270c2", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:57.586Z", + "created_at": "2022-02-04T21:02:50.384Z", "display_name": "Kessel Example Property", "type_of": "property.created", - "updated_at": "2022-01-20T22:00:57.586Z", - "entity": "{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"rules\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"a9cc64786cd7\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-01-20T22:00:56.881Z\",\"updated_at\":\"2022-01-20T22:00:56.881Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc/data_elements\"}}}}}" + "updated_at": "2022-02-04T21:02:50.384Z", + "entity": "{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"rules\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"f8e7fc5e24ce\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:48.843Z\",\"updated_at\":\"2022-02-04T21:02:48.843Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"}}}}}" }, "relationships": { "property": { @@ -9754,37 +10174,37 @@ "related": null }, "data": { - "id": "PR64b966206c2d4be5baa0378a419f13cc", + "id": "PRbd3ecada74ab42f78b9d65803291970a", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE117a22805e1f4e03a841459f7da25eb6/property" + "related": "https://reactor.adobe.io/audit_events/AEc151a4198f184f0b9370deb8c2a270c2/property" }, "data": { "type": "properties", - "id": "PR64b966206c2d4be5baa0378a419f13cc" + "id": "PRbd3ecada74ab42f78b9d65803291970a" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc", + "entity": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE117a22805e1f4e03a841459f7da25eb6" + "self": "https://reactor.adobe.io/audit_events/AEc151a4198f184f0b9370deb8c2a270c2" } }, { - "id": "AE9c31f53026d3467fbcd0ce387d21cd4b", + "id": "AEde7b82f99870419b81eec1ca504078a9", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:57.227Z", + "created_at": "2022-02-04T21:02:50.076Z", "display_name": "Core", "type_of": "extension.created", - "updated_at": "2022-01-20T22:00:57.227Z", - "entity": "{\"data\":{\"id\":\"EXb9b864f3b2cc4071b487401bd2ae0999\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999\",\"origin\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"property\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-01-20T22:00:57.102Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T22:00:57.102Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/notes\"}},\"origin\":{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/origin\"}},\"property\":{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999/updated_with_extension_package\"}}}}}" + "updated_at": "2022-02-04T21:02:50.076Z", + "entity": "{\"data\":{\"id\":\"EX5e3b0b1bd0cf491e8ff9047fb10ab3a2\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.709Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.709Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { @@ -9792,37 +10212,37 @@ "related": null }, "data": { - "id": "PR64b966206c2d4be5baa0378a419f13cc", + "id": "PRbd3ecada74ab42f78b9d65803291970a", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE9c31f53026d3467fbcd0ce387d21cd4b/extension" + "related": "https://reactor.adobe.io/audit_events/AEde7b82f99870419b81eec1ca504078a9/extension" }, "data": { "type": "extensions", - "id": "EXb9b864f3b2cc4071b487401bd2ae0999" + "id": "EX5e3b0b1bd0cf491e8ff9047fb10ab3a2" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EXb9b864f3b2cc4071b487401bd2ae0999", + "entity": "https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE9c31f53026d3467fbcd0ce387d21cd4b" + "self": "https://reactor.adobe.io/audit_events/AEde7b82f99870419b81eec1ca504078a9" } }, { - "id": "AEde87e32013ac420da5fa2531f59ba427", + "id": "AE3789de70a3b14c52b8de4bc75a18bd99", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:57.197Z", + "created_at": "2022-02-04T21:02:49.897Z", "display_name": "Core", "type_of": "extension.created", - "updated_at": "2022-01-20T22:00:57.197Z", - "entity": "{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"origin\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9\",\"property\":\"https://reactor.adobe.io/properties/PR64b966206c2d4be5baa0378a419f13cc\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-01-20T22:00:57.045Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T22:00:57.045Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX8730a0bf746b4ce384c8cea95d6713c9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/origin\"}},\"property\":{\"data\":{\"id\":\"PR64b966206c2d4be5baa0378a419f13cc\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9/updated_with_extension_package\"}}}}}" + "updated_at": "2022-02-04T21:02:49.897Z", + "entity": "{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.535Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.535Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/updated_with_extension_package\"}}}}}" }, "relationships": { "property": { @@ -9830,37 +10250,37 @@ "related": null }, "data": { - "id": "PR64b966206c2d4be5baa0378a419f13cc", + "id": "PRbd3ecada74ab42f78b9d65803291970a", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427/extension" + "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/extension" }, "data": { "type": "extensions", - "id": "EX8730a0bf746b4ce384c8cea95d6713c9" + "id": "EX3406b45bc85f48d0b4590dd221fc6ed9" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX8730a0bf746b4ce384c8cea95d6713c9", + "entity": "https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEde87e32013ac420da5fa2531f59ba427" + "self": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99" } }, { - "id": "AE9deb363a9a2147f487d54400569a8b8f", + "id": "AEad9f5ff77274469f9fa081aad2349af4", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:55.963Z", + "created_at": "2022-02-04T21:02:46.556Z", "display_name": "Kessel Fcm App", "type_of": "app_configuration.created", - "updated_at": "2022-01-20T22:00:55.963Z", - "entity": "{\"data\":{\"id\":\"AC9c9f0557a16b4045927388acaab09eaf\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:55.931Z\",\"updated_at\":\"2022-01-20T22:00:55.931Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:46.556Z", + "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -9875,27 +10295,27 @@ }, "data": { "type": "app_configurations", - "id": "AC9c9f0557a16b4045927388acaab09eaf" + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9c9f0557a16b4045927388acaab09eaf", + "entity": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE9deb363a9a2147f487d54400569a8b8f" + "self": "https://reactor.adobe.io/audit_events/AEad9f5ff77274469f9fa081aad2349af4" } }, { - "id": "AEc00059267ee546278f191cc510262f51", + "id": "AEae9a8f38360041fbac17de58b69e5c72", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:54.365Z", + "created_at": "2022-02-04T21:02:42.767Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.created", - "updated_at": "2022-01-20T22:00:54.365Z", - "entity": "{\"data\":{\"id\":\"AS38d53584260e4196bf10260f34431838\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:54.335Z\",\"updated_at\":\"2022-01-20T22:00:54.335Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:42.767Z", + "entity": "{\"data\":{\"id\":\"ASb763e208e4f64c86a4ce6445604355ce\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:42.693Z\",\"updated_at\":\"2022-02-04T21:02:42.693Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -9910,27 +10330,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS38d53584260e4196bf10260f34431838" + "id": "ASb763e208e4f64c86a4ce6445604355ce" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838", + "entity": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc00059267ee546278f191cc510262f51" + "self": "https://reactor.adobe.io/audit_events/AEae9a8f38360041fbac17de58b69e5c72" } }, { - "id": "AEdeebdf490fe6409d81346de0221409bf", + "id": "AE13b264111ef442979577b81f9a8708bd", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:53.976Z", + "created_at": "2022-02-04T21:02:41.894Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.deleted", - "updated_at": "2022-01-20T22:00:53.976Z", - "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:41.894Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -9945,27 +10365,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS25a1b77808144b959ed49d3a5bd2aae2" + "id": "ASf62b7f0257094125b67719852e46eeed" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEdeebdf490fe6409d81346de0221409bf" + "self": "https://reactor.adobe.io/audit_events/AE13b264111ef442979577b81f9a8708bd" } }, { - "id": "AEbfcbd5762cce49dbb2685ed114a72409", + "id": "AE1e51a6221daf49f79a6c3398334e9040", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:53.714Z", + "created_at": "2022-02-04T21:02:41.011Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.updated", - "updated_at": "2022-01-20T22:00:53.714Z", - "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:41.011Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -9980,27 +10400,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS25a1b77808144b959ed49d3a5bd2aae2" + "id": "ASf62b7f0257094125b67719852e46eeed" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEbfcbd5762cce49dbb2685ed114a72409" + "self": "https://reactor.adobe.io/audit_events/AE1e51a6221daf49f79a6c3398334e9040" } }, { - "id": "AE3095a04951334bc79c77dc1db68f979d", + "id": "AE8c84ba14ba6f4eba80cfe43b84647131", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:53.035Z", + "created_at": "2022-02-04T21:02:38.711Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.created", - "updated_at": "2022-01-20T22:00:53.035Z", - "entity": "{\"data\":{\"id\":\"AS25a1b77808144b959ed49d3a5bd2aae2\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:53.002Z\",\"updated_at\":\"2022-01-20T22:00:53.002Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:38.711Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -10015,27 +10435,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS25a1b77808144b959ed49d3a5bd2aae2" + "id": "ASf62b7f0257094125b67719852e46eeed" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS25a1b77808144b959ed49d3a5bd2aae2", + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE3095a04951334bc79c77dc1db68f979d" + "self": "https://reactor.adobe.io/audit_events/AE8c84ba14ba6f4eba80cfe43b84647131" } }, { - "id": "AE89442acdc74c47b292e513a18c98e741", + "id": "AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:52.635Z", + "created_at": "2022-02-04T21:02:37.432Z", "display_name": "Kessel Surface", "type_of": "app_surface.created", - "updated_at": "2022-01-20T22:00:52.635Z", - "entity": "{\"data\":{\"id\":\"ASfc755f3b1d6a4a8aaf74437fc1763f1e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-01-20T22:00:52.594Z\",\"updated_at\":\"2022-01-20T22:00:52.594Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:37.432Z", + "entity": "{\"data\":{\"id\":\"AS7b84d82f8707421daa9e1e5230ce75f6\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:02:37.322Z\",\"updated_at\":\"2022-02-04T21:02:37.322Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -10050,27 +10470,27 @@ }, "data": { "type": "app_surfaces", - "id": "ASfc755f3b1d6a4a8aaf74437fc1763f1e" + "id": "AS7b84d82f8707421daa9e1e5230ce75f6" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASfc755f3b1d6a4a8aaf74437fc1763f1e", + "entity": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE89442acdc74c47b292e513a18c98e741" + "self": "https://reactor.adobe.io/audit_events/AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd" } }, { - "id": "AEcc7d4256b2ec47a7ade03698a1482706", + "id": "AEa1731ab256134ed7a82db56d18df23c4", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:52.506Z", + "created_at": "2022-02-04T21:02:37.129Z", "display_name": "Kessel Surface (new name)", "type_of": "app_surface.deleted", - "updated_at": "2022-01-20T22:00:52.506Z", - "entity": "{\"data\":{\"id\":\"AS4b1fbfa02315404e986abd2a62e6289e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:49.708Z\",\"updated_at\":\"2022-01-20T22:00:49.708Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations\"}}}}}" + "updated_at": "2022-02-04T21:02:37.129Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -10085,27 +10505,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e", + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEcc7d4256b2ec47a7ade03698a1482706" + "self": "https://reactor.adobe.io/audit_events/AEa1731ab256134ed7a82db56d18df23c4" } }, { - "id": "AE81da211e8f0e4866aa66002bd74fe50a", + "id": "AE4c4610eaa0364e3e9014a287eda654d6", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:49.764Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.created", - "updated_at": "2022-01-20T22:00:49.764Z", - "entity": "{\"data\":{\"id\":\"AS4b1fbfa02315404e986abd2a62e6289e\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-01-20T22:00:49.708Z\",\"updated_at\":\"2022-01-20T22:00:49.708Z\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e/app_configurations\"}}}}}" + "created_at": "2022-02-04T21:02:36.686Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:36.686Z", + "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" }, "relationships": { "property": { @@ -10120,27 +10540,27 @@ }, "data": { "type": "app_surfaces", - "id": "AS4b1fbfa02315404e986abd2a62e6289e" + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" } } }, "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS4b1fbfa02315404e986abd2a62e6289e", + "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE81da211e8f0e4866aa66002bd74fe50a" + "self": "https://reactor.adobe.io/audit_events/AE4c4610eaa0364e3e9014a287eda654d6" } }, { - "id": "AE03c50ff3dec5444ab75c157473c7b140", + "id": "AE8b1b7f535baa43b4a623d894ae07a572", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:49.516Z", + "created_at": "2022-02-04T21:02:31.823Z", "display_name": "Kessel Apns App", "type_of": "app_configuration.created", - "updated_at": "2022-01-20T22:00:49.516Z", - "entity": "{\"data\":{\"id\":\"AC88af53941f404c0cb9a29450b0ee57d3\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:49.497Z\",\"updated_at\":\"2022-01-20T22:00:49.497Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:31.823Z", + "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -10155,27 +10575,27 @@ }, "data": { "type": "app_configurations", - "id": "AC88af53941f404c0cb9a29450b0ee57d3" + "id": "AC082ee39971a9444fb133e7610ae1e9f7" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3", + "entity": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE03c50ff3dec5444ab75c157473c7b140" + "self": "https://reactor.adobe.io/audit_events/AE8b1b7f535baa43b4a623d894ae07a572" } }, { - "id": "AE5a63c6e3652f4ffb96ebf153005800f0", + "id": "AE46e0549bef1f4284828acf8b686eebf3", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:49.074Z", + "created_at": "2022-02-04T21:02:30.508Z", "display_name": "Kessel Apns App", "type_of": "app_configuration.deleted", - "updated_at": "2022-01-20T22:00:49.074Z", - "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:48.483Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:30.508Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -10190,27 +10610,27 @@ }, "data": { "type": "app_configurations", - "id": "AC996a3e536d6b4a93995f4e695844f873" + "id": "AC6c9c160a2c2448c1abb376af14307f78" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE5a63c6e3652f4ffb96ebf153005800f0" + "self": "https://reactor.adobe.io/audit_events/AE46e0549bef1f4284828acf8b686eebf3" } }, { - "id": "AE7d06cbe6e2714da6a9b343b420729e21", + "id": "AE2826bffae15c45328839097aa3fb9363", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:48.561Z", + "created_at": "2022-02-04T21:02:29.717Z", "display_name": "Kessel Apns App", "type_of": "app_configuration.updated", - "updated_at": "2022-01-20T22:00:48.561Z", - "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:48.483Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:29.717Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -10225,27 +10645,27 @@ }, "data": { "type": "app_configurations", - "id": "AC996a3e536d6b4a93995f4e695844f873" + "id": "AC6c9c160a2c2448c1abb376af14307f78" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE7d06cbe6e2714da6a9b343b420729e21" + "self": "https://reactor.adobe.io/audit_events/AE2826bffae15c45328839097aa3fb9363" } }, { - "id": "AEc729774cd9894bd1885cc01d2d37922e", + "id": "AEa2ff894950564632a78a16a510f65a44", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:00:47.235Z", + "created_at": "2022-02-04T21:02:25.771Z", "display_name": "Kessel Apns App", "type_of": "app_configuration.created", - "updated_at": "2022-01-20T22:00:47.235Z", - "entity": "{\"data\":{\"id\":\"AC996a3e536d6b4a93995f4e695844f873\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T22:00:47.102Z\",\"updated_at\":\"2022-01-20T22:00:47.102Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:25.771Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -10260,97 +10680,27 @@ }, "data": { "type": "app_configurations", - "id": "AC996a3e536d6b4a93995f4e695844f873" + "id": "AC6c9c160a2c2448c1abb376af14307f78" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC996a3e536d6b4a93995f4e695844f873", + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc729774cd9894bd1885cc01d2d37922e" + "self": "https://reactor.adobe.io/audit_events/AEa2ff894950564632a78a16a510f65a44" } }, { - "id": "AE7d71397bfbf74b18a5371ce5779cb98a", + "id": "AE1a071d46fb96482fa41c44ca546891fb", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T21:59:34.830Z", - "display_name": "Kessel Apns App", + "created_at": "2022-02-04T21:02:25.347Z", + "display_name": "Kessel Fcm App", "type_of": "app_configuration.deleted", - "updated_at": "2022-01-20T21:59:34.830Z", - "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:34.363Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACdb5d88b343e047be815188c3ed91aff7" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE7d71397bfbf74b18a5371ce5779cb98a" - } - }, - { - "id": "AE61d9f3fa5c714231b137a98f5c0174fe", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T21:59:34.392Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.updated", - "updated_at": "2022-01-20T21:59:34.392Z", - "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:34.363Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACdb5d88b343e047be815188c3ed91aff7" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE61d9f3fa5c714231b137a98f5c0174fe" - } - }, - { - "id": "AE593d254c03324193a89af62d5eddd867", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T21:59:33.060Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.created", - "updated_at": "2022-01-20T21:59:33.060Z", - "entity": "{\"data\":{\"id\":\"ACdb5d88b343e047be815188c3ed91aff7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T21:59:32.980Z\",\"updated_at\":\"2022-01-20T21:59:32.980Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:25.347Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -10365,27 +10715,27 @@ }, "data": { "type": "app_configurations", - "id": "ACdb5d88b343e047be815188c3ed91aff7" + "id": "ACfe984d5a649440268fb22fd6169d0131" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACdb5d88b343e047be815188c3ed91aff7", + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE593d254c03324193a89af62d5eddd867" + "self": "https://reactor.adobe.io/audit_events/AE1a071d46fb96482fa41c44ca546891fb" } }, { - "id": "AEc7e89abf891644d2a9752d8a4e004274", + "id": "AE66a6de7057f940a3a26138e74c65de99", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T21:59:32.623Z", + "created_at": "2022-02-04T21:02:24.936Z", "display_name": "Kessel Apns App", "type_of": "app_configuration.deleted", - "updated_at": "2022-01-20T21:59:32.623Z", - "entity": "{\"data\":{\"id\":\"AC642e64952dc54f92881ccc7292f3688f\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-01-20T17:10:46.697Z\",\"updated_at\":\"2022-01-20T17:10:46.697Z\",\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"messaging_service\":\"apns\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f/app_surfaces\"}}}}}" + "updated_at": "2022-02-04T21:02:24.936Z", + "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}" }, "relationships": { "property": { @@ -10400,105 +10750,169 @@ }, "data": { "type": "app_configurations", - "id": "AC642e64952dc54f92881ccc7292f3688f" + "id": "ACaff50d590607483e89291f82538de55b" } } }, "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC642e64952dc54f92881ccc7292f3688f", + "entity": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b", "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc7e89abf891644d2a9752d8a4e004274" + "self": "https://reactor.adobe.io/audit_events/AE66a6de7057f940a3a26138e74c65de99" } }, { - "id": "AE33928f1193ce4faf80f7757135bf4568", + "id": "AEfc3b2b950b2a43ee8edce900400c8cfe", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T17:24:03.808Z", - "display_name": "Kessel Edge Example Property", - "type_of": "property.deleted", - "updated_at": "2022-01-20T17:24:03.808Z", - "entity": "{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\",\"rules\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/data_elements\"},\"attributes\":{\"name\":\"Kessel Edge Example Property\",\"token\":\"1d3ed8c2bad0\",\"enabled\":true,\"platform\":\"edge\",\"created_at\":\"2022-01-20T17:23:57.580Z\",\"updated_at\":\"2022-01-20T17:23:57.580Z\",\"development\":false,\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0/data_elements\"}}}}}" + "created_at": "2022-02-04T21:00:26.763Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:00:26.763Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" }, "relationships": { "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { "links": { "related": null }, "data": { - "id": "PR80188babf9d74978b6454f341545b6b0", - "type": "properties" + "type": "app_configurations", + "id": "ACfe984d5a649440268fb22fd6169d0131" } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEfc3b2b950b2a43ee8edce900400c8cfe" + } + }, + { + "id": "AEb49d15dd1c7645ab8742cc3b68b95eba", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:19.717Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:19.717Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE33928f1193ce4faf80f7757135bf4568/property" + "related": null }, "data": { - "type": "properties", - "id": "PR80188babf9d74978b6454f341545b6b0" + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0", + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE33928f1193ce4faf80f7757135bf4568" + "self": "https://reactor.adobe.io/audit_events/AEb49d15dd1c7645ab8742cc3b68b95eba" } }, { - "id": "AE4b61cddc2efa4f4fba786dbfcff220e6", + "id": "AE38ac9002da284b5387a811df23da3845", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T17:24:03.451Z", - "display_name": "secret data element", - "type_of": "data_element.created", - "updated_at": "2022-01-20T17:24:03.451Z", - "entity": "{\"data\":{\"id\":\"DE6f62901871ed451f8a899d308d603bc7\",\"meta\":{\"latest_revision_number\":0},\"type\":\"data_elements\",\"links\":{\"self\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7\",\"origin\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7\",\"property\":\"https://reactor.adobe.io/properties/PR80188babf9d74978b6454f341545b6b0\",\"extension\":\"https://reactor.adobe.io/extensions/EX0ef1ee0ad39f490f8a91859772ddabf3\"},\"attributes\":{\"name\":\"secret data element\",\"dirty\":true,\"enabled\":true,\"settings\":\"{\\\"secrets\\\":{\\\"development\\\":{\\\"id\\\":\\\"SEa83742ad75d040a7b9237c6b82b24ac1\\\",\\\"name\\\":\\\"my secret token\\\"}}}\",\"published\":false,\"clean_text\":false,\"created_at\":\"2022-01-20T17:24:03.377Z\",\"deleted_at\":null,\"updated_at\":\"2022-01-20T17:24:03.377Z\",\"published_at\":null,\"default_value\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"created_by_email\":\"ciltaru@adobe.com\",\"force_lower_case\":false,\"storage_duration\":null,\"updated_by_email\":\"ciltaru@adobe.com\",\"delegate_descriptor_id\":\"core::dataElements::secret\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/notes\"}},\"origin\":{\"data\":{\"id\":\"DE6f62901871ed451f8a899d308d603bc7\",\"type\":\"data_elements\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/origin\"}},\"property\":{\"data\":{\"id\":\"PR80188babf9d74978b6454f341545b6b0\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/property\"}},\"extension\":{\"data\":{\"id\":\"EX0ef1ee0ad39f490f8a91859772ddabf3\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/extension\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/revisions\"}},\"updated_with_extension\":{\"data\":{\"id\":\"EX19be6014052e438d80ba9340c21e21a2\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/updated_with_extension\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EPd0463ead2dbc45f5b74549cdc6d2bfc0\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7/updated_with_extension_package\"}}}}}" + "created_at": "2022-02-04T21:00:17.339Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:00:17.339Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" }, "relationships": { "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { "links": { "related": null }, "data": { - "id": "PR80188babf9d74978b6454f341545b6b0", - "type": "properties" + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE38ac9002da284b5387a811df23da3845" + } + }, + { + "id": "AE57350c2effa84bf6befd84671e4e5774", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:16.083Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:00:16.083Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE4b61cddc2efa4f4fba786dbfcff220e6/data_element" + "related": null }, "data": { - "type": "data_elements", - "id": "DE6f62901871ed451f8a899d308d603bc7" + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" } } }, "links": { - "entity": "https://reactor.adobe.io/data_elements/DE6f62901871ed451f8a899d308d603bc7", + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", "property": null, - "self": "https://reactor.adobe.io/audit_events/AE4b61cddc2efa4f4fba786dbfcff220e6" + "self": "https://reactor.adobe.io/audit_events/AE57350c2effa84bf6befd84671e4e5774" } } ], "links": { "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=171&page%5Bsize%5D=25" + "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" }, "meta": { "pagination": { "current_page": 1, "next_page": 2, "prev_page": null, - "total_pages": 171, - "total_count": 4255 + "total_pages": 2, + "total_count": 50 } } }, @@ -10512,41 +10926,41 @@ "request": null, "response": { "data": { - "id": "AE5e2790cb39af413b87c7735a1c1758a4", + "id": "AE6a44b4fd8bd747e9a5def6ae0e6d11fb", "type": "audit_events", "attributes": { "attributed_to_display_name": "George Ciltaru", "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:01:03.583Z", + "created_at": "2022-02-04T21:02:58.834Z", "display_name": "Kessel Example Property", "type_of": "property.created", - "updated_at": "2022-01-20T22:01:03.583Z", - "entity": "{\"data\":{\"id\":\"PR16d50745485242ac9fbd7d4b54f8b01b\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b\",\"rules\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"eaa09530738e\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-01-20T22:01:03.297Z\",\"updated_at\":\"2022-01-20T22:01:03.297Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements\"}}}}}" + "updated_at": "2022-02-04T21:02:58.834Z", + "entity": "{\"data\":{\"id\":\"PRb804002660ff423c85ad3c95aa452ef7\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7\",\"rules\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"3e1289875f3b\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:58.171Z\",\"updated_at\":\"2022-02-04T21:02:58.171Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements\"}}}}}" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE5e2790cb39af413b87c7735a1c1758a4/property" + "related": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb/property" }, "data": { - "id": "PR16d50745485242ac9fbd7d4b54f8b01b", + "id": "PRb804002660ff423c85ad3c95aa452ef7", "type": "properties" } }, "entity": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE5e2790cb39af413b87c7735a1c1758a4/property" + "related": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb/property" }, "data": { "type": "properties", - "id": "PR16d50745485242ac9fbd7d4b54f8b01b" + "id": "PRb804002660ff423c85ad3c95aa452ef7" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b", - "property": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b", - "self": "https://reactor.adobe.io/audit_events/AE5e2790cb39af413b87c7735a1c1758a4" + "entity": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "self": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb" }, "meta": { "property_name": "Kessel Example Property" @@ -10710,16 +11124,16 @@ "response": { "data": [ { - "id": "PR16d50745485242ac9fbd7d4b54f8b01b", + "id": "PRb804002660ff423c85ad3c95aa452ef7", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:03.297Z", + "created_at": "2022-02-04T21:02:58.171Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:03.297Z", + "updated_at": "2022-02-04T21:02:58.171Z", "platform": "web", "development": false, - "token": "eaa09530738e", + "token": "3e1289875f3b", "domains": [ "example.com" ], @@ -10729,7 +11143,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/company" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -10738,52 +11152,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/callbacks" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/hosts" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/libraries" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/notes" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/environments", - "extensions": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/extensions", - "rules": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b/rules", - "self": "https://reactor.adobe.io/properties/PR16d50745485242ac9fbd7d4b54f8b01b" + "data_elements": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments", + "extensions": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions", + "rules": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules", + "self": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7" }, "meta": { "rights": [ @@ -10812,7 +11226,7 @@ }, { "name": "builds.create_a_build", - "endpoint": "/properties/PR16d50745485242ac9fbd7d4b54f8b01b", + "endpoint": "/properties/PRb804002660ff423c85ad3c95aa452ef7", "method": "DELETE", "request": null, "response": null, @@ -10859,16 +11273,16 @@ }, "response": { "data": { - "id": "PR1063fb39c774452a80484b1b3ff029fe", + "id": "PRb446f44e64014efaadd9718956d0d40a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:09.544Z", + "created_at": "2022-02-04T21:03:06.156Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:09.544Z", + "updated_at": "2022-02-04T21:03:06.156Z", "platform": "web", "development": false, - "token": "8aa8d9667917", + "token": "64e6e3894eda", "domains": [ "example.com" ], @@ -10878,7 +11292,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/company" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -10887,52 +11301,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/callbacks" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/hosts" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/environments" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/libraries" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/data_elements" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/extensions" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/rules" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/notes" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/environments", - "extensions": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/extensions", - "rules": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/rules", - "self": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe" + "data_elements": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments", + "extensions": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions", + "rules": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules", + "self": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a" }, "meta": { "rights": [ @@ -10951,7 +11365,7 @@ }, { "name": "builds.create_a_build", - "endpoint": "/properties/PR1063fb39c774452a80484b1b3ff029fe/hosts", + "endpoint": "/properties/PRb446f44e64014efaadd9718956d0d40a/hosts", "method": "POST", "request": { "data": { @@ -10964,33 +11378,33 @@ }, "response": { "data": { - "id": "HTabecd693a50a47afb654978c1c77e6a6", + "id": "HTe2e30f073c9e4b82839a5bea61178b4b", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:01:14.814Z", + "created_at": "2022-02-04T21:03:11.990Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:01:14.814Z", + "updated_at": "2022-02-04T21:03:11.990Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTabecd693a50a47afb654978c1c77e6a6/property" + "related": "https://reactor.adobe.io/hosts/HTe2e30f073c9e4b82839a5bea61178b4b/property" }, "data": { - "id": "PR1063fb39c774452a80484b1b3ff029fe", + "id": "PRb446f44e64014efaadd9718956d0d40a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe", - "self": "https://reactor.adobe.io/hosts/HTabecd693a50a47afb654978c1c77e6a6" + "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", + "self": "https://reactor.adobe.io/hosts/HTe2e30f073c9e4b82839a5bea61178b4b" } } }, @@ -11010,7 +11424,7 @@ "relationships": { "host": { "data": { - "id": "HTabecd693a50a47afb654978c1c77e6a6", + "id": "HTe2e30f073c9e4b82839a5bea61178b4b", "type": "hosts" } } @@ -11020,81 +11434,81 @@ }, "response": { "data": { - "id": "ENe00e393b2036446591c22128b6d14516", + "id": "EN665460edffd54cd79637e39f024cb318", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:01:14.966Z", - "library_path": "17e0df72ece8/8aa8d9667917", - "library_name": "launch-bd4a22dd16c6-development.min.js", + "created_at": "2022-02-04T21:03:12.670Z", + "library_path": "17e0df72ece8/64e6e3894eda", + "library_name": "launch-5b4240eef061-development.min.js", "library_entry_points": [ { - "library_name": "launch-bd4a22dd16c6-development.min.js", + "library_name": "launch-5b4240eef061-development.min.js", "minified": true, "references": [ - "17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.min.js" + "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js" ], - "license_path": "17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.js" + "license_path": "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" }, { - "library_name": "launch-bd4a22dd16c6-development.js", + "library_name": "launch-5b4240eef061-development.js", "minified": false, "references": [ - "17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.js" + "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:01:14.966Z", + "updated_at": "2022-02-04T21:03:12.670Z", "status": "succeeded", - "token": "bd4a22dd16c6" + "token": "5b4240eef061" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/library" + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/builds" + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/host", - "self": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/relationships/host" + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/host", + "self": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/relationships/host" }, "data": { - "id": "HTabecd693a50a47afb654978c1c77e6a6", + "id": "HTe2e30f073c9e4b82839a5bea61178b4b", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516/property" + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/property" }, "data": { - "id": "PR1063fb39c774452a80484b1b3ff029fe", + "id": "PRb446f44e64014efaadd9718956d0d40a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe", - "self": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516" + "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", + "self": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" } ] } @@ -11117,49 +11531,49 @@ }, "response": { "data": { - "id": "LBd1e721bd73a84d03b4d397b39ec1e1c7", + "id": "LB4aab59bb9c964a2dbb55b240df7bb183", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:01:15.112Z", + "created_at": "2022-02-04T21:03:13.261Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:01:15.112Z", + "updated_at": "2022-02-04T21:03:13.261Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/builds" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/data_elements", - "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/extensions", - "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/extensions", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/notes" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/rules", - "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/rules", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/rules" } }, "upstream_library": { @@ -11167,23 +11581,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/property" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/property" }, "data": { - "id": "PR1063fb39c774452a80484b1b3ff029fe", + "id": "PRb446f44e64014efaadd9718956d0d40a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/last_build" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe", - "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7" + "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183" }, "meta": { "build_status": null, @@ -11200,18 +11614,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENe00e393b2036446591c22128b6d14516", + "id": "EN665460edffd54cd79637e39f024cb318", "type": "environments" } }, "response": { "data": { - "id": "ENe00e393b2036446591c22128b6d14516", + "id": "EN665460edffd54cd79637e39f024cb318", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/environment", - "self": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/environment", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/environment" } }, "response_code": 200, @@ -11224,66 +11638,66 @@ "request": null, "response": { "data": { - "id": "BLe8a2bb49c3b44cf3bd08c35c3ce5571d", + "id": "BLfe48e1ca43574585b354b49c5afa9607", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:15.408Z", + "created_at": "2022-02-04T21:03:14.471Z", "status": "pending", - "updated_at": "2022-01-20T22:01:15.408Z", - "token": "e128b86ede48" + "updated_at": "2022-02-04T21:03:14.471Z", + "token": "a9a7d3ab1e7e" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/data_elements" + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/extensions" + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/rules" + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/environment" + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/environment" }, "data": { - "id": "ENe00e393b2036446591c22128b6d14516", + "id": "EN665460edffd54cd79637e39f024cb318", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/library" + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/library" }, "data": { - "id": "LBd1e721bd73a84d03b4d397b39ec1e1c7", + "id": "LB4aab59bb9c964a2dbb55b240df7bb183", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d/property" + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/property" }, "data": { - "id": "PR1063fb39c774452a80484b1b3ff029fe", + "id": "PRb446f44e64014efaadd9718956d0d40a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENe00e393b2036446591c22128b6d14516", - "library": "https://reactor.adobe.io/libraries/LBd1e721bd73a84d03b4d397b39ec1e1c7", - "self": "https://reactor.adobe.io/builds/BLe8a2bb49c3b44cf3bd08c35c3ce5571d" + "environment": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318", + "library": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183", + "self": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/launch-bd4a22dd16c6-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/8aa8d9667917/e128b86ede48/launch-bd4a22dd16c6-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/a9a7d3ab1e7e/launch-5b4240eef061-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -11446,16 +11860,16 @@ "response": { "data": [ { - "id": "PR1063fb39c774452a80484b1b3ff029fe", + "id": "PRb446f44e64014efaadd9718956d0d40a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:09.544Z", + "created_at": "2022-02-04T21:03:06.156Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:09.544Z", + "updated_at": "2022-02-04T21:03:06.156Z", "platform": "web", "development": false, - "token": "8aa8d9667917", + "token": "64e6e3894eda", "domains": [ "example.com" ], @@ -11465,7 +11879,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/company" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -11474,52 +11888,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/callbacks" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/hosts" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/environments" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/libraries" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/data_elements" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/extensions" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/rules" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/notes" + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/environments", - "extensions": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/extensions", - "rules": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe/rules", - "self": "https://reactor.adobe.io/properties/PR1063fb39c774452a80484b1b3ff029fe" + "data_elements": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments", + "extensions": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions", + "rules": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules", + "self": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a" }, "meta": { "rights": [ @@ -11548,7 +11962,7 @@ }, { "name": "builds.get_a_build", - "endpoint": "/properties/PR1063fb39c774452a80484b1b3ff029fe", + "endpoint": "/properties/PRb446f44e64014efaadd9718956d0d40a", "method": "DELETE", "request": null, "response": null, @@ -11595,16 +12009,16 @@ }, "response": { "data": { - "id": "PRd61c09e9ad164f7e806ac016eae760ca", + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:16.378Z", + "created_at": "2022-02-04T21:03:16.509Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:16.378Z", + "updated_at": "2022-02-04T21:03:16.509Z", "platform": "web", "development": false, - "token": "e53e06b19c23", + "token": "b3c8e7b04b02", "domains": [ "example.com" ], @@ -11614,7 +12028,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/company" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -11623,52 +12037,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/callbacks" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/hosts" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/environments" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/libraries" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/data_elements" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/extensions" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/rules" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/notes" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/environments", - "extensions": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/extensions", - "rules": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/rules", - "self": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca" + "data_elements": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements", + "environments": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments", + "extensions": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions", + "rules": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules", + "self": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93" }, "meta": { "rights": [ @@ -11687,7 +12101,7 @@ }, { "name": "builds.get_a_build", - "endpoint": "/properties/PRd61c09e9ad164f7e806ac016eae760ca/hosts", + "endpoint": "/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts", "method": "POST", "request": { "data": { @@ -11700,33 +12114,33 @@ }, "response": { "data": { - "id": "HT10fbce4a109d418282a0d097ce45d400", + "id": "HT759b04b1afdc46a6b36499a51e7c2b65", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:01:21.645Z", + "created_at": "2022-02-04T21:03:22.675Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:01:21.645Z", + "updated_at": "2022-02-04T21:03:22.675Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT10fbce4a109d418282a0d097ce45d400/property" + "related": "https://reactor.adobe.io/hosts/HT759b04b1afdc46a6b36499a51e7c2b65/property" }, "data": { - "id": "PRd61c09e9ad164f7e806ac016eae760ca", + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca", - "self": "https://reactor.adobe.io/hosts/HT10fbce4a109d418282a0d097ce45d400" + "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "self": "https://reactor.adobe.io/hosts/HT759b04b1afdc46a6b36499a51e7c2b65" } } }, @@ -11746,7 +12160,7 @@ "relationships": { "host": { "data": { - "id": "HT10fbce4a109d418282a0d097ce45d400", + "id": "HT759b04b1afdc46a6b36499a51e7c2b65", "type": "hosts" } } @@ -11756,81 +12170,81 @@ }, "response": { "data": { - "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:01:21.790Z", - "library_path": "17e0df72ece8/e53e06b19c23", - "library_name": "launch-5a90c35dda77-development.min.js", + "created_at": "2022-02-04T21:03:23.360Z", + "library_path": "17e0df72ece8/b3c8e7b04b02", + "library_name": "launch-f161f5f959cd-development.min.js", "library_entry_points": [ { - "library_name": "launch-5a90c35dda77-development.min.js", + "library_name": "launch-f161f5f959cd-development.min.js", "minified": true, "references": [ - "17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.min.js" + "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js" ], - "license_path": "17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.js" + "license_path": "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" }, { - "library_name": "launch-5a90c35dda77-development.js", + "library_name": "launch-f161f5f959cd-development.js", "minified": false, "references": [ - "17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.js" + "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:01:21.790Z", + "updated_at": "2022-02-04T21:03:23.360Z", "status": "succeeded", - "token": "5a90c35dda77" + "token": "f161f5f959cd" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/library" + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/builds" + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/host", - "self": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/relationships/host" + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/host", + "self": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/relationships/host" }, "data": { - "id": "HT10fbce4a109d418282a0d097ce45d400", + "id": "HT759b04b1afdc46a6b36499a51e7c2b65", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22/property" + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/property" }, "data": { - "id": "PRd61c09e9ad164f7e806ac016eae760ca", + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca", - "self": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22" + "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "self": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" } ] } @@ -11853,49 +12267,49 @@ }, "response": { "data": { - "id": "LB79cd9607b9314d4a8b5c9711eeb4dcae", + "id": "LBf6b02e66e1be484f904e43e7a328da14", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:01:21.895Z", + "created_at": "2022-02-04T21:03:23.920Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:01:21.895Z", + "updated_at": "2022-02-04T21:03:23.920Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/builds" + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/data_elements", - "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/data_elements", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/extensions", - "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/extensions", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/notes" + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/rules", - "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/rules", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/rules" } }, "upstream_library": { @@ -11903,23 +12317,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/property" + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/property" }, "data": { - "id": "PRd61c09e9ad164f7e806ac016eae760ca", + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/last_build" + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca", - "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae" + "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14" }, "meta": { "build_status": null, @@ -11936,18 +12350,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", "type": "environments" } }, "response": { "data": { - "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/environment", - "self": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/environment", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/environment" } }, "response_code": 200, @@ -11960,66 +12374,66 @@ "request": null, "response": { "data": { - "id": "BL41d1cb1625fa42358984f86c301e6fdc", + "id": "BLcf68a794a5da433aa3acd69fafcaa9e3", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:22.200Z", + "created_at": "2022-02-04T21:03:28.016Z", "status": "pending", - "updated_at": "2022-01-20T22:01:22.200Z", - "token": "cc9aa0161260" + "updated_at": "2022-02-04T21:03:28.016Z", + "token": "964d94c95b53" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/data_elements" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/extensions" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/rules" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/environment" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/environment" }, "data": { - "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/library" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/library" }, "data": { - "id": "LB79cd9607b9314d4a8b5c9711eeb4dcae", + "id": "LBf6b02e66e1be484f904e43e7a328da14", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/property" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/property" }, "data": { - "id": "PRd61c09e9ad164f7e806ac016eae760ca", + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22", - "library": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae", - "self": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc" + "environment": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e", + "library": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14", + "self": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/cc9aa0161260/launch-5a90c35dda77-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/964d94c95b53/launch-f161f5f959cd-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -12035,66 +12449,66 @@ "request": null, "response": { "data": { - "id": "BL41d1cb1625fa42358984f86c301e6fdc", + "id": "BLcf68a794a5da433aa3acd69fafcaa9e3", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:22.200Z", + "created_at": "2022-02-04T21:03:28.016Z", "status": "pending", - "updated_at": "2022-01-20T22:01:22.200Z", - "token": "cc9aa0161260" + "updated_at": "2022-02-04T21:03:28.016Z", + "token": "964d94c95b53" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/data_elements" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/extensions" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/rules" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/environment" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/environment" }, "data": { - "id": "EN56eccc5c8b794f2c94aae1b117e9cf22", + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/library" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/library" }, "data": { - "id": "LB79cd9607b9314d4a8b5c9711eeb4dcae", + "id": "LBf6b02e66e1be484f904e43e7a328da14", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc/property" + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/property" }, "data": { - "id": "PRd61c09e9ad164f7e806ac016eae760ca", + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN56eccc5c8b794f2c94aae1b117e9cf22", - "library": "https://reactor.adobe.io/libraries/LB79cd9607b9314d4a8b5c9711eeb4dcae", - "self": "https://reactor.adobe.io/builds/BL41d1cb1625fa42358984f86c301e6fdc" + "environment": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e", + "library": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14", + "self": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/launch-5a90c35dda77-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e53e06b19c23/cc9aa0161260/launch-5a90c35dda77-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/964d94c95b53/launch-f161f5f959cd-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -12257,16 +12671,16 @@ "response": { "data": [ { - "id": "PRd61c09e9ad164f7e806ac016eae760ca", + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:16.378Z", + "created_at": "2022-02-04T21:03:16.509Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:16.378Z", + "updated_at": "2022-02-04T21:03:16.509Z", "platform": "web", "development": false, - "token": "e53e06b19c23", + "token": "b3c8e7b04b02", "domains": [ "example.com" ], @@ -12276,7 +12690,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/company" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -12285,52 +12699,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/callbacks" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/hosts" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/environments" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/libraries" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/data_elements" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/extensions" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/rules" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/notes" + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/environments", - "extensions": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/extensions", - "rules": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca/rules", - "self": "https://reactor.adobe.io/properties/PRd61c09e9ad164f7e806ac016eae760ca" + "data_elements": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements", + "environments": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments", + "extensions": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions", + "rules": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules", + "self": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93" }, "meta": { "rights": [ @@ -12359,7 +12773,7 @@ }, { "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/PRd61c09e9ad164f7e806ac016eae760ca", + "endpoint": "/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", "method": "DELETE", "request": null, "response": null, @@ -12406,16 +12820,16 @@ }, "response": { "data": { - "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:23.089Z", + "created_at": "2022-02-04T21:03:41.140Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:23.089Z", + "updated_at": "2022-02-04T21:03:41.140Z", "platform": "web", "development": false, - "token": "d8826ac67e32", + "token": "d675e2f1e9cb", "domains": [ "example.com" ], @@ -12425,7 +12839,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/company" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -12434,52 +12848,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/callbacks" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/hosts" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/environments" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/libraries" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/data_elements" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/extensions" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/rules" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/notes" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/rules", - "self": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b" + "data_elements": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments", + "extensions": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions", + "rules": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules", + "self": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e" }, "meta": { "rights": [ @@ -12498,7 +12912,7 @@ }, { "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/hosts", + "endpoint": "/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts", "method": "POST", "request": { "data": { @@ -12511,33 +12925,33 @@ }, "response": { "data": { - "id": "HT162164c28bd64571b894e3680a8e2b7a", + "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:01:28.479Z", + "created_at": "2022-02-04T21:03:49.099Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:01:28.479Z", + "updated_at": "2022-02-04T21:03:49.099Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT162164c28bd64571b894e3680a8e2b7a/property" + "related": "https://reactor.adobe.io/hosts/HT3a70ca9f46094bf3b9e8c0f2d925d84c/property" }, "data": { - "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b", - "self": "https://reactor.adobe.io/hosts/HT162164c28bd64571b894e3680a8e2b7a" + "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "self": "https://reactor.adobe.io/hosts/HT3a70ca9f46094bf3b9e8c0f2d925d84c" } } }, @@ -12557,7 +12971,7 @@ "relationships": { "host": { "data": { - "id": "HT162164c28bd64571b894e3680a8e2b7a", + "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", "type": "hosts" } } @@ -12567,81 +12981,81 @@ }, "response": { "data": { - "id": "EN36adf64bab8d49d681a1766f477bfcb0", + "id": "ENa01eb101c091471bb4fb4abd99cce658", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:01:28.567Z", - "library_path": "17e0df72ece8/d8826ac67e32", - "library_name": "launch-c60716681e98-development.min.js", + "created_at": "2022-02-04T21:03:50.295Z", + "library_path": "17e0df72ece8/d675e2f1e9cb", + "library_name": "launch-28835b355e35-development.min.js", "library_entry_points": [ { - "library_name": "launch-c60716681e98-development.min.js", + "library_name": "launch-28835b355e35-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.min.js" + "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js" ], - "license_path": "17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.js" + "license_path": "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" }, { - "library_name": "launch-c60716681e98-development.js", + "library_name": "launch-28835b355e35-development.js", "minified": false, "references": [ - "17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.js" + "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:01:28.567Z", + "updated_at": "2022-02-04T21:03:50.295Z", "status": "succeeded", - "token": "c60716681e98" + "token": "28835b355e35" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/library" + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/builds" + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/host", - "self": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/relationships/host" + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/host", + "self": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/relationships/host" }, "data": { - "id": "HT162164c28bd64571b894e3680a8e2b7a", + "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0/property" + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/property" }, "data": { - "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b", - "self": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0" + "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "self": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" } ] } @@ -12664,49 +13078,49 @@ }, "response": { "data": { - "id": "LB74f08a5110b54d3abc6a22facffff4ad", + "id": "LB9eae581bf21649308017abfb9aedb43d", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:01:28.650Z", + "created_at": "2022-02-04T21:03:50.690Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:01:28.650Z", + "updated_at": "2022-02-04T21:03:50.690Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/builds" + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/data_elements", - "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/extensions", - "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/extensions", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/notes" + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/rules", - "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/rules", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/rules" } }, "upstream_library": { @@ -12714,23 +13128,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/property" + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/property" }, "data": { - "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/last_build" + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b", - "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad" + "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d" }, "meta": { "build_status": null, @@ -12747,18 +13161,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN36adf64bab8d49d681a1766f477bfcb0", + "id": "ENa01eb101c091471bb4fb4abd99cce658", "type": "environments" } }, "response": { "data": { - "id": "EN36adf64bab8d49d681a1766f477bfcb0", + "id": "ENa01eb101c091471bb4fb4abd99cce658", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/environment", - "self": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/environment", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/environment" } }, "response_code": 200, @@ -12771,66 +13185,66 @@ "request": null, "response": { "data": { - "id": "BLafeeff62f97b4451a2ccd3101b7e2553", + "id": "BL598ddf8fe7374504afe56ad9a84d49a9", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:29.027Z", + "created_at": "2022-02-04T21:03:52.585Z", "status": "pending", - "updated_at": "2022-01-20T22:01:29.027Z", - "token": "10a123ed1175" + "updated_at": "2022-02-04T21:03:52.585Z", + "token": "de0039897bd5" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/data_elements" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/extensions" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/rules" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/environment" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/environment" }, "data": { - "id": "EN36adf64bab8d49d681a1766f477bfcb0", + "id": "ENa01eb101c091471bb4fb4abd99cce658", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/library" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/library" }, "data": { - "id": "LB74f08a5110b54d3abc6a22facffff4ad", + "id": "LB9eae581bf21649308017abfb9aedb43d", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/property" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/property" }, "data": { - "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0", - "library": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad", - "self": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553" + "environment": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658", + "library": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d", + "self": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/10a123ed1175/launch-c60716681e98-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/de0039897bd5/launch-28835b355e35-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -12847,66 +13261,66 @@ "response": { "data": [ { - "id": "BLafeeff62f97b4451a2ccd3101b7e2553", + "id": "BL598ddf8fe7374504afe56ad9a84d49a9", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:29.027Z", + "created_at": "2022-02-04T21:03:52.585Z", "status": "pending", - "updated_at": "2022-01-20T22:01:29.027Z", - "token": "10a123ed1175" + "updated_at": "2022-02-04T21:03:52.585Z", + "token": "de0039897bd5" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/data_elements" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/extensions" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/rules" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/environment" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/environment" }, "data": { - "id": "EN36adf64bab8d49d681a1766f477bfcb0", + "id": "ENa01eb101c091471bb4fb4abd99cce658", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/library" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/library" }, "data": { - "id": "LB74f08a5110b54d3abc6a22facffff4ad", + "id": "LB9eae581bf21649308017abfb9aedb43d", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553/property" + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/property" }, "data": { - "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN36adf64bab8d49d681a1766f477bfcb0", - "library": "https://reactor.adobe.io/libraries/LB74f08a5110b54d3abc6a22facffff4ad", - "self": "https://reactor.adobe.io/builds/BLafeeff62f97b4451a2ccd3101b7e2553" + "environment": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658", + "library": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d", + "self": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/launch-c60716681e98-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d8826ac67e32/10a123ed1175/launch-c60716681e98-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/de0039897bd5/launch-28835b355e35-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -13079,16 +13493,16 @@ "response": { "data": [ { - "id": "PRe3abdc83b00440ac94fe4bb01e4d945b", + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:23.089Z", + "created_at": "2022-02-04T21:03:41.140Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:23.089Z", + "updated_at": "2022-02-04T21:03:41.140Z", "platform": "web", "development": false, - "token": "d8826ac67e32", + "token": "d675e2f1e9cb", "domains": [ "example.com" ], @@ -13098,7 +13512,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/company" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -13107,52 +13521,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/callbacks" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/hosts" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/environments" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/libraries" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/data_elements" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/extensions" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/rules" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/notes" + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b/rules", - "self": "https://reactor.adobe.io/properties/PRe3abdc83b00440ac94fe4bb01e4d945b" + "data_elements": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments", + "extensions": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions", + "rules": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules", + "self": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e" }, "meta": { "rights": [ @@ -13181,7 +13595,7 @@ }, { "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/PRe3abdc83b00440ac94fe4bb01e4d945b", + "endpoint": "/properties/PR80ab24709c1045cbb6827c7ab894ff9e", "method": "DELETE", "request": null, "response": null, @@ -13228,16 +13642,16 @@ }, "response": { "data": { - "id": "PRf412b7a7384d49b684721aabe6948a9b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:29.732Z", + "created_at": "2022-02-04T21:04:06.704Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:29.732Z", + "updated_at": "2022-02-04T21:04:06.704Z", "platform": "web", "development": false, - "token": "b3e5cfbd02b5", + "token": "78f5f1c126d2", "domains": [ "example.com" ], @@ -13247,7 +13661,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/company" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -13256,52 +13670,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/callbacks" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/hosts" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/environments" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/libraries" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/data_elements" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/extensions" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/rules" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/notes" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/environments", - "extensions": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/extensions", - "rules": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/rules", - "self": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b" + "data_elements": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements", + "environments": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments", + "extensions": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions", + "rules": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules", + "self": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be" }, "meta": { "rights": [ @@ -13320,7 +13734,7 @@ }, { "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/PRf412b7a7384d49b684721aabe6948a9b/hosts", + "endpoint": "/properties/PR81895787dc644223993862cddbd2c8be/hosts", "method": "POST", "request": { "data": { @@ -13333,33 +13747,33 @@ }, "response": { "data": { - "id": "HTb8d427fee7ee44909e3944ac21ed2a21", + "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:01:35.056Z", + "created_at": "2022-02-04T21:04:17.252Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:01:35.056Z", + "updated_at": "2022-02-04T21:04:17.252Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTb8d427fee7ee44909e3944ac21ed2a21/property" + "related": "https://reactor.adobe.io/hosts/HTe2e9158f70b14e18a931ae6b9933ed5d/property" }, "data": { - "id": "PRf412b7a7384d49b684721aabe6948a9b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b", - "self": "https://reactor.adobe.io/hosts/HTb8d427fee7ee44909e3944ac21ed2a21" + "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", + "self": "https://reactor.adobe.io/hosts/HTe2e9158f70b14e18a931ae6b9933ed5d" } } }, @@ -13379,7 +13793,7 @@ "relationships": { "host": { "data": { - "id": "HTb8d427fee7ee44909e3944ac21ed2a21", + "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", "type": "hosts" } } @@ -13389,81 +13803,81 @@ }, "response": { "data": { - "id": "ENe76367ce28cc4bbdae143847c7f52f71", + "id": "ENe2f9614e557b470baef26af0b86ce266", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:01:35.155Z", - "library_path": "17e0df72ece8/b3e5cfbd02b5", - "library_name": "launch-fa6954bae3c2-development.min.js", + "created_at": "2022-02-04T21:04:18.139Z", + "library_path": "17e0df72ece8/78f5f1c126d2", + "library_name": "launch-c1728b3db0a1-development.min.js", "library_entry_points": [ { - "library_name": "launch-fa6954bae3c2-development.min.js", + "library_name": "launch-c1728b3db0a1-development.min.js", "minified": true, "references": [ - "17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.min.js" + "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js" ], - "license_path": "17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.js" + "license_path": "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" }, { - "library_name": "launch-fa6954bae3c2-development.js", + "library_name": "launch-c1728b3db0a1-development.js", "minified": false, "references": [ - "17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.js" + "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:01:35.155Z", + "updated_at": "2022-02-04T21:04:18.139Z", "status": "succeeded", - "token": "fa6954bae3c2" + "token": "c1728b3db0a1" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/library" + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/builds" + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/host", - "self": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/host", + "self": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/relationships/host" }, "data": { - "id": "HTb8d427fee7ee44909e3944ac21ed2a21", + "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71/property" + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/property" }, "data": { - "id": "PRf412b7a7384d49b684721aabe6948a9b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b", - "self": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71" + "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", + "self": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" } ] } @@ -13486,49 +13900,49 @@ }, "response": { "data": { - "id": "LB18f236ce76c14917842e081329525f8c", + "id": "LBce31a7ac609b44ca874ca26f56743dba", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:01:35.263Z", + "created_at": "2022-02-04T21:04:18.642Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:01:35.263Z", + "updated_at": "2022-02-04T21:04:18.642Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/builds" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/data_elements", - "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/data_elements", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/extensions", - "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/extensions", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/notes" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/rules", - "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/rules", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/rules" } }, "upstream_library": { @@ -13536,23 +13950,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/property" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/property" }, "data": { - "id": "PRf412b7a7384d49b684721aabe6948a9b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/last_build" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b", - "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c" + "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba" }, "meta": { "build_status": null, @@ -13569,18 +13983,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENe76367ce28cc4bbdae143847c7f52f71", + "id": "ENe2f9614e557b470baef26af0b86ce266", "type": "environments" } }, "response": { "data": { - "id": "ENe76367ce28cc4bbdae143847c7f52f71", + "id": "ENe2f9614e557b470baef26af0b86ce266", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/environment", - "self": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/environment", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/environment" } }, "response_code": 200, @@ -13593,66 +14007,66 @@ "request": null, "response": { "data": { - "id": "BL9f11026442544540b229a1e9d18e5d1f", + "id": "BLcb942f8a954e47ee93b6419f1c7dabb0", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:35.860Z", + "created_at": "2022-02-04T21:04:20.937Z", "status": "pending", - "updated_at": "2022-01-20T22:01:35.860Z", - "token": "e47724994450" + "updated_at": "2022-02-04T21:04:20.937Z", + "token": "20f73c973056" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/data_elements" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/extensions" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/rules" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/environment" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/environment" }, "data": { - "id": "ENe76367ce28cc4bbdae143847c7f52f71", + "id": "ENe2f9614e557b470baef26af0b86ce266", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/library" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/library" }, "data": { - "id": "LB18f236ce76c14917842e081329525f8c", + "id": "LBce31a7ac609b44ca874ca26f56743dba", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/property" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/property" }, "data": { - "id": "PRf412b7a7384d49b684721aabe6948a9b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71", - "library": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c", - "self": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f" + "environment": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266", + "library": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba", + "self": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/e47724994450/launch-fa6954bae3c2-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/20f73c973056/launch-c1728b3db0a1-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -13669,66 +14083,66 @@ "response": { "data": [ { - "id": "BL9f11026442544540b229a1e9d18e5d1f", + "id": "BLcb942f8a954e47ee93b6419f1c7dabb0", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:35.860Z", + "created_at": "2022-02-04T21:04:20.937Z", "status": "pending", - "updated_at": "2022-01-20T22:01:35.860Z", - "token": "e47724994450" + "updated_at": "2022-02-04T21:04:20.937Z", + "token": "20f73c973056" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/data_elements" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/extensions" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/rules" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/environment" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/environment" }, "data": { - "id": "ENe76367ce28cc4bbdae143847c7f52f71", + "id": "ENe2f9614e557b470baef26af0b86ce266", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/library" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/library" }, "data": { - "id": "LB18f236ce76c14917842e081329525f8c", + "id": "LBce31a7ac609b44ca874ca26f56743dba", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f/property" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/property" }, "data": { - "id": "PRf412b7a7384d49b684721aabe6948a9b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENe76367ce28cc4bbdae143847c7f52f71", - "library": "https://reactor.adobe.io/libraries/LB18f236ce76c14917842e081329525f8c", - "self": "https://reactor.adobe.io/builds/BL9f11026442544540b229a1e9d18e5d1f" + "environment": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266", + "library": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba", + "self": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/launch-fa6954bae3c2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3e5cfbd02b5/e47724994450/launch-fa6954bae3c2-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/20f73c973056/launch-c1728b3db0a1-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -13901,16 +14315,16 @@ "response": { "data": [ { - "id": "PRf412b7a7384d49b684721aabe6948a9b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:29.732Z", + "created_at": "2022-02-04T21:04:06.704Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:29.732Z", + "updated_at": "2022-02-04T21:04:06.704Z", "platform": "web", "development": false, - "token": "b3e5cfbd02b5", + "token": "78f5f1c126d2", "domains": [ "example.com" ], @@ -13920,7 +14334,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/company" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -13929,52 +14343,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/callbacks" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/hosts" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/environments" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/libraries" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/data_elements" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/extensions" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/rules" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/notes" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/environments", - "extensions": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/extensions", - "rules": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b/rules", - "self": "https://reactor.adobe.io/properties/PRf412b7a7384d49b684721aabe6948a9b" + "data_elements": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements", + "environments": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments", + "extensions": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions", + "rules": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules", + "self": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be" }, "meta": { "rights": [ @@ -14003,7 +14417,7 @@ }, { "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/PRf412b7a7384d49b684721aabe6948a9b", + "endpoint": "/properties/PR81895787dc644223993862cddbd2c8be", "method": "DELETE", "request": null, "response": null, @@ -14050,16 +14464,16 @@ }, "response": { "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:36.855Z", + "created_at": "2022-02-04T21:04:28.495Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:36.855Z", + "updated_at": "2022-02-04T21:04:28.495Z", "platform": "web", "development": false, - "token": "a655f1cbacd7", + "token": "68067e5e7ef8", "domains": [ "example.com" ], @@ -14069,7 +14483,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/company" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -14078,52 +14492,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/callbacks" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/hosts" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/environments" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/libraries" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/data_elements" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/extensions" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/rules" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/notes" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/environments", - "extensions": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/extensions", - "rules": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/rules", - "self": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f" + "data_elements": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments", + "extensions": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions", + "rules": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules", + "self": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a" }, "meta": { "rights": [ @@ -16596,10 +17010,10 @@ }, "response": { "data": { - "id": "EX9f1f1969b2184663b30ebccc7a09496b", + "id": "EX27180296a53e455ea5cb13807cae4e47", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:01:42.307Z", + "created_at": "2022-02-04T21:04:36.008Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -16607,7 +17021,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:01:42.307Z", + "updated_at": "2022-02-04T21:04:36.008Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -16617,40 +17031,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/libraries" + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/revisions" + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/notes" + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/property" + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/property" }, "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/origin" + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/origin" }, "data": { - "id": "EX9f1f1969b2184663b30ebccc7a09496b", + "id": "EX27180296a53e455ea5cb13807cae4e47", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -16659,7 +17073,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b/extension_package" + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -16668,9 +17082,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", - "origin": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b", - "self": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b", + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "self": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -16693,16 +17107,16 @@ "meta": { "action": "revise" }, - "id": "EX9f1f1969b2184663b30ebccc7a09496b", + "id": "EX27180296a53e455ea5cb13807cae4e47", "type": "extensions" } }, "response": { "data": { - "id": "EX637ca341d92342a9a3d342bb659f7ed8", + "id": "EXc7698583306e44c39f5a01ad9da3709a", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:01:42.328Z", + "created_at": "2022-02-04T21:04:36.101Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -16710,7 +17124,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:01:42.328Z", + "updated_at": "2022-02-04T21:04:36.101Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -16720,40 +17134,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/libraries" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/revisions" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/notes" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/property" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/property" }, "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/origin" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/origin" }, "data": { - "id": "EX9f1f1969b2184663b30ebccc7a09496b", + "id": "EX27180296a53e455ea5cb13807cae4e47", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -16762,7 +17176,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/extension_package" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -16771,9 +17185,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", - "origin": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b", - "self": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8", + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "self": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -16787,7 +17201,7 @@ }, { "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/PR2a47fea909864a12967b733e3f302b8f/hosts", + "endpoint": "/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts", "method": "POST", "request": { "data": { @@ -16800,33 +17214,33 @@ }, "response": { "data": { - "id": "HTf95c63dad2224198b0f912b4d685fabc", + "id": "HT6b9365e8db2045bda71baa0fc2715ca5", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:01:42.556Z", + "created_at": "2022-02-04T21:04:37.386Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:01:42.556Z", + "updated_at": "2022-02-04T21:04:37.386Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTf95c63dad2224198b0f912b4d685fabc/property" + "related": "https://reactor.adobe.io/hosts/HT6b9365e8db2045bda71baa0fc2715ca5/property" }, "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", - "self": "https://reactor.adobe.io/hosts/HTf95c63dad2224198b0f912b4d685fabc" + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "self": "https://reactor.adobe.io/hosts/HT6b9365e8db2045bda71baa0fc2715ca5" } } }, @@ -16846,7 +17260,7 @@ "relationships": { "host": { "data": { - "id": "HTf95c63dad2224198b0f912b4d685fabc", + "id": "HT6b9365e8db2045bda71baa0fc2715ca5", "type": "hosts" } } @@ -16856,81 +17270,81 @@ }, "response": { "data": { - "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", + "id": "EN60434f8a05e2476b8117d87334b30870", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:01:42.627Z", - "library_path": "17e0df72ece8/a655f1cbacd7", - "library_name": "launch-f0bdf99a7dc3-development.min.js", + "created_at": "2022-02-04T21:04:38.062Z", + "library_path": "17e0df72ece8/68067e5e7ef8", + "library_name": "launch-8f4680f22796-development.min.js", "library_entry_points": [ { - "library_name": "launch-f0bdf99a7dc3-development.min.js", + "library_name": "launch-8f4680f22796-development.min.js", "minified": true, "references": [ - "17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js" + "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js" ], - "license_path": "17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.js" + "license_path": "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" }, { - "library_name": "launch-f0bdf99a7dc3-development.js", + "library_name": "launch-8f4680f22796-development.js", "minified": false, "references": [ - "17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.js" + "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:01:42.627Z", + "updated_at": "2022-02-04T21:04:38.062Z", "status": "succeeded", - "token": "f0bdf99a7dc3" + "token": "8f4680f22796" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/library" + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/builds" + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/host", - "self": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/relationships/host" + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/host", + "self": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/relationships/host" }, "data": { - "id": "HTf95c63dad2224198b0f912b4d685fabc", + "id": "HT6b9365e8db2045bda71baa0fc2715ca5", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9/property" + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/property" }, "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", - "self": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9" + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "self": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" } ] } @@ -16952,14 +17366,14 @@ "extensions": { "data": [ { - "id": "EX637ca341d92342a9a3d342bb659f7ed8", + "id": "EXc7698583306e44c39f5a01ad9da3709a", "type": "extensions" } ] }, "environment": { "data": { - "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", + "id": "EN60434f8a05e2476b8117d87334b30870", "type": "environments" } } @@ -16969,53 +17383,53 @@ }, "response": { "data": { - "id": "LB3ffee749efe8478ba0caa861dd1a7a4c", + "id": "LB044eda2938154211bf75b6a5075a8233", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:01:42.735Z", + "created_at": "2022-02-04T21:04:38.505Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:01:42.735Z", + "updated_at": "2022-02-04T21:04:38.505Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/builds" + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/builds" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/environment", - "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/environment", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/environment" }, "data": { - "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", + "id": "EN60434f8a05e2476b8117d87334b30870", "type": "environments" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/data_elements", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/extensions", - "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/extensions", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/notes" + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/rules", - "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/rules", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/rules" } }, "upstream_library": { @@ -17023,23 +17437,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/property" + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/property" }, "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c/last_build" + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", - "self": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c" + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233" }, "meta": { "build_status": null, @@ -17057,66 +17471,66 @@ "request": null, "response": { "data": { - "id": "BL1aef9a6bf54543a98bf0deb787c0b763", + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:42.988Z", + "created_at": "2022-02-04T21:04:39.490Z", "status": "pending", - "updated_at": "2022-01-20T22:01:42.988Z", - "token": "eeb0037cf1fd" + "updated_at": "2022-02-04T21:04:39.490Z", + "token": "eaed8a7897cc" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/data_elements" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/extensions" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/rules" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/environment" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" }, "data": { - "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", + "id": "EN60434f8a05e2476b8117d87334b30870", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/library" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" }, "data": { - "id": "LB3ffee749efe8478ba0caa861dd1a7a4c", + "id": "LB044eda2938154211bf75b6a5075a8233", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/property" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" }, "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9", - "library": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c", - "self": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763" + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/eeb0037cf1fd/launch-f0bdf99a7dc3-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -17127,71 +17541,71 @@ }, { "name": "builds.list_extensions_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763", + "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", "method": "GET", "request": null, "response": { "data": { - "id": "BL1aef9a6bf54543a98bf0deb787c0b763", + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:42.988Z", + "created_at": "2022-02-04T21:04:39.490Z", "status": "pending", - "updated_at": "2022-01-20T22:01:42.988Z", - "token": "eeb0037cf1fd" + "updated_at": "2022-02-04T21:04:39.490Z", + "token": "eaed8a7897cc" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/data_elements" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/extensions" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/rules" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/environment" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" }, "data": { - "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", + "id": "EN60434f8a05e2476b8117d87334b30870", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/library" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" }, "data": { - "id": "LB3ffee749efe8478ba0caa861dd1a7a4c", + "id": "LB044eda2938154211bf75b6a5075a8233", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/property" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" }, "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9", - "library": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c", - "self": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763" + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/eeb0037cf1fd/launch-f0bdf99a7dc3-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -17202,71 +17616,146 @@ }, { "name": "builds.list_extensions_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763", + "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", "method": "GET", "request": null, "response": { "data": { - "id": "BL1aef9a6bf54543a98bf0deb787c0b763", + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:42.988Z", + "created_at": "2022-02-04T21:04:39.490Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:39.490Z", + "token": "eaed8a7897cc" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" + }, + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:39.490Z", "status": "succeeded", - "updated_at": "2022-01-20T22:01:44.616Z", - "token": "eeb0037cf1fd" + "updated_at": "2022-02-04T21:04:50.375Z", + "token": "eaed8a7897cc" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/data_elements" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/extensions" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/rules" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/environment" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" }, "data": { - "id": "EN0a2a7666cd354e789d7aa51c34cea5c9", + "id": "EN60434f8a05e2476b8117d87334b30870", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/library" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" }, "data": { - "id": "LB3ffee749efe8478ba0caa861dd1a7a4c", + "id": "LB044eda2938154211bf75b6a5075a8233", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763/property" + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" }, "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN0a2a7666cd354e789d7aa51c34cea5c9", - "library": "https://reactor.adobe.io/libraries/LB3ffee749efe8478ba0caa861dd1a7a4c", - "self": "https://reactor.adobe.io/builds/BL1aef9a6bf54543a98bf0deb787c0b763" + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/launch-f0bdf99a7dc3-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a655f1cbacd7/eeb0037cf1fd/launch-f0bdf99a7dc3-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -17283,10 +17772,10 @@ "response": { "data": [ { - "id": "EX637ca341d92342a9a3d342bb659f7ed8", + "id": "EXc7698583306e44c39f5a01ad9da3709a", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:01:42.328Z", + "created_at": "2022-02-04T21:04:36.101Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -17294,7 +17783,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:01:42.328Z", + "updated_at": "2022-02-04T21:04:36.101Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -17304,40 +17793,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/libraries" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/revisions" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/notes" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/property" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/property" }, "data": { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/origin" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/origin" }, "data": { - "id": "EX9f1f1969b2184663b30ebccc7a09496b", + "id": "EX27180296a53e455ea5cb13807cae4e47", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -17346,7 +17835,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8/extension_package" + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -17355,9 +17844,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f", - "origin": "https://reactor.adobe.io/extensions/EX9f1f1969b2184663b30ebccc7a09496b", - "self": "https://reactor.adobe.io/extensions/EX637ca341d92342a9a3d342bb659f7ed8", + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "self": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -17533,16 +18022,16 @@ "response": { "data": [ { - "id": "PR2a47fea909864a12967b733e3f302b8f", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:36.855Z", + "created_at": "2022-02-04T21:04:28.495Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:36.855Z", + "updated_at": "2022-02-04T21:04:28.495Z", "platform": "web", "development": false, - "token": "a655f1cbacd7", + "token": "68067e5e7ef8", "domains": [ "example.com" ], @@ -17552,7 +18041,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/company" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -17561,52 +18050,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/callbacks" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/hosts" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/environments" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/libraries" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/data_elements" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/extensions" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/rules" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/notes" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/environments", - "extensions": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/extensions", - "rules": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f/rules", - "self": "https://reactor.adobe.io/properties/PR2a47fea909864a12967b733e3f302b8f" + "data_elements": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments", + "extensions": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions", + "rules": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules", + "self": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a" }, "meta": { "rights": [ @@ -17635,7 +18124,7 @@ }, { "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/PR2a47fea909864a12967b733e3f302b8f", + "endpoint": "/properties/PRe12685cbd82649b2a0e5d0b63b68593a", "method": "DELETE", "request": null, "response": null, @@ -17682,16 +18171,16 @@ }, "response": { "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:48.845Z", + "created_at": "2022-02-04T21:04:53.050Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:48.845Z", + "updated_at": "2022-02-04T21:04:53.050Z", "platform": "web", "development": false, - "token": "54f1604be886", + "token": "b8eac247d5ef", "domains": [ "example.com" ], @@ -17701,7 +18190,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/company" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -17710,52 +18199,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/callbacks" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/hosts" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/environments" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/libraries" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/data_elements" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/extensions" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/rules" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/notes" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/environments", - "extensions": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/extensions", - "rules": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/rules", - "self": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6" + "data_elements": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements", + "environments": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments", + "extensions": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions", + "rules": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules", + "self": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37" }, "meta": { "rights": [ @@ -17786,10 +18275,10 @@ }, "response": { "data": { - "id": "RL879e6ab7cbf74605b77b50d01555cdd6", + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:01:54.119Z", + "created_at": "2022-02-04T21:04:59.031Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -17797,54 +18286,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:01:54.119Z", + "updated_at": "2022-02-04T21:04:59.031Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/libraries" + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/revisions" + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/notes" + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/property" + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/origin" + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/origin" }, "data": { - "id": "RL879e6ab7cbf74605b77b50d01555cdd6", + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/rule_components" + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "origin": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6", - "self": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6", - "rule_components": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6/rule_components" + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", + "self": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", + "rule_components": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/rule_components" }, "meta": { "latest_revision_number": 0 @@ -17865,16 +18354,16 @@ "meta": { "action": "revise" }, - "id": "RL879e6ab7cbf74605b77b50d01555cdd6", + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", "type": "rules" } }, "response": { "data": { - "id": "RL76638f1cce98431cb9e637364c44c4a5", + "id": "RL8f4475c451474a5a9e4a53303df0c3dd", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:01:54.232Z", + "created_at": "2022-02-04T21:04:59.548Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -17882,54 +18371,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:01:54.232Z", + "updated_at": "2022-02-04T21:04:59.548Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/libraries" + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/revisions" + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/notes" + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/property" + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/origin" + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/origin" }, "data": { - "id": "RL879e6ab7cbf74605b77b50d01555cdd6", + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/rule_components" + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "origin": "https://reactor.adobe.io/rules/RL879e6ab7cbf74605b77b50d01555cdd6", - "self": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5", - "rule_components": "https://reactor.adobe.io/rules/RL76638f1cce98431cb9e637364c44c4a5/rule_components" + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", + "self": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd", + "rule_components": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/rule_components" }, "meta": { "latest_revision_number": 1 @@ -20395,10 +20884,10 @@ }, "response": { "data": { - "id": "EX8206be9a27e5486a9561e741cdb8e8f1", + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:01:54.529Z", + "created_at": "2022-02-04T21:05:00.815Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -20406,7 +20895,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:01:54.529Z", + "updated_at": "2022-02-04T21:05:00.815Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -20416,40 +20905,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/libraries" + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/revisions" + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/notes" + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/property" + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/origin" + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/origin" }, "data": { - "id": "EX8206be9a27e5486a9561e741cdb8e8f1", + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -20458,7 +20947,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1/extension_package" + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -20467,9 +20956,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "origin": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1", - "self": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1", + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", + "self": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -22890,14 +23379,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:01:54 -0700", + "name": "My Data Element 2022-02-04 14:05:01 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX8206be9a27e5486a9561e741cdb8e8f1", + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", "type": "extensions" } } @@ -22907,18 +23396,18 @@ }, "response": { "data": { - "id": "DEd563348843984e1396bde3c96a5fc12f", + "id": "DEf65da6d4eb1241eea0b409023bf175d6", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:01:54.888Z", + "created_at": "2022-02-04T21:05:02.089Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:01:54 -0700", + "name": "My Data Element 2022-02-04 14:05:01 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:01:54.888Z", + "updated_at": "2022-02-04T21:05:02.089Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -22930,49 +23419,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/libraries" + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/revisions" + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/notes" + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/property" + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/origin" + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/origin" }, "data": { - "id": "DEd563348843984e1396bde3c96a5fc12f", + "id": "DEf65da6d4eb1241eea0b409023bf175d6", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/extension" + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/extension" }, "data": { - "id": "EX8206be9a27e5486a9561e741cdb8e8f1", + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -22981,19 +23470,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/updated_with_extension" }, "data": { - "id": "EXab7b9b7e4192488a94e674a0786eb8a6", + "id": "EX59442de06fcf4791829259325e4d58bd", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "origin": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f", - "self": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f", - "extension": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1" + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "self": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" }, "meta": { "latest_revision_number": 0 @@ -23014,24 +23503,24 @@ "meta": { "action": "revise" }, - "id": "DEd563348843984e1396bde3c96a5fc12f", + "id": "DEf65da6d4eb1241eea0b409023bf175d6", "type": "data_elements" } }, "response": { "data": { - "id": "DEd056bd1c4b69461e9c1947da92bd11f5", + "id": "DEde82879fffb64c90b75a42add04efab1", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:01:55.031Z", + "created_at": "2022-02-04T21:05:02.542Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:01:54 -0700", + "name": "My Data Element 2022-02-04 14:05:01 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:01:55.031Z", + "updated_at": "2022-02-04T21:05:02.542Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -23043,49 +23532,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/libraries" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/revisions" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/notes" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/property" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/origin" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/origin" }, "data": { - "id": "DEd563348843984e1396bde3c96a5fc12f", + "id": "DEf65da6d4eb1241eea0b409023bf175d6", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/extension" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/extension" }, "data": { - "id": "EX8206be9a27e5486a9561e741cdb8e8f1", + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -23094,19 +23583,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension" }, "data": { - "id": "EXab7b9b7e4192488a94e674a0786eb8a6", + "id": "EX59442de06fcf4791829259325e4d58bd", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "origin": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f", - "self": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5", - "extension": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1" + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "self": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1", + "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" }, "meta": { "latest_revision_number": 1 @@ -23127,16 +23616,16 @@ "meta": { "action": "revise" }, - "id": "EX8206be9a27e5486a9561e741cdb8e8f1", + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", "type": "extensions" } }, "response": { "data": { - "id": "EXab7b9b7e4192488a94e674a0786eb8a6", + "id": "EX59442de06fcf4791829259325e4d58bd", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:01:54.549Z", + "created_at": "2022-02-04T21:05:00.880Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -23144,7 +23633,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:01:54.549Z", + "updated_at": "2022-02-04T21:05:00.880Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -23154,40 +23643,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/libraries" + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/revisions" + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/notes" + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/property" + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/origin" + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/origin" }, "data": { - "id": "EX8206be9a27e5486a9561e741cdb8e8f1", + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -23196,7 +23685,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6/extension_package" + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -23205,9 +23694,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "origin": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1", - "self": "https://reactor.adobe.io/extensions/EXab7b9b7e4192488a94e674a0786eb8a6", + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", + "self": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -23232,7 +23721,7 @@ "data_elements": { "data": [ { - "id": "DEd056bd1c4b69461e9c1947da92bd11f5", + "id": "DEde82879fffb64c90b75a42add04efab1", "type": "data_elements" } ] @@ -23240,7 +23729,7 @@ "extensions": { "data": [ { - "id": "EXab7b9b7e4192488a94e674a0786eb8a6", + "id": "EX59442de06fcf4791829259325e4d58bd", "type": "extensions" } ] @@ -23248,7 +23737,7 @@ "rules": { "data": [ { - "id": "RL76638f1cce98431cb9e637364c44c4a5", + "id": "RL8f4475c451474a5a9e4a53303df0c3dd", "type": "rules" } ] @@ -23259,49 +23748,49 @@ }, "response": { "data": { - "id": "LB92dde11f778f4618b64b7e590386a4b8", + "id": "LB821307fb82fb4655a20a8fca70c50488", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:01:55.260Z", + "created_at": "2022-02-04T21:05:03.367Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:01:55.260Z", + "updated_at": "2022-02-04T21:05:03.367Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/builds" + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/data_elements", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/extensions", - "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/extensions", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/notes" + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/rules", - "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/rules", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/rules" } }, "upstream_library": { @@ -23309,23 +23798,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/property" + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/last_build" + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8" + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488" }, "meta": { "build_status": null, @@ -23338,7 +23827,7 @@ }, { "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/hosts", + "endpoint": "/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts", "method": "POST", "request": { "data": { @@ -23351,33 +23840,33 @@ }, "response": { "data": { - "id": "HTf5fd2d7ddbe34fa0bff6d50e7f16415f", + "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:01:55.421Z", + "created_at": "2022-02-04T21:05:03.940Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:01:55.421Z", + "updated_at": "2022-02-04T21:05:03.940Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTf5fd2d7ddbe34fa0bff6d50e7f16415f/property" + "related": "https://reactor.adobe.io/hosts/HT00a2a3697b4d4ae9b244fee1673b90a6/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "self": "https://reactor.adobe.io/hosts/HTf5fd2d7ddbe34fa0bff6d50e7f16415f" + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "self": "https://reactor.adobe.io/hosts/HT00a2a3697b4d4ae9b244fee1673b90a6" } } }, @@ -23397,7 +23886,7 @@ "relationships": { "host": { "data": { - "id": "HTf5fd2d7ddbe34fa0bff6d50e7f16415f", + "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", "type": "hosts" } } @@ -23407,81 +23896,81 @@ }, "response": { "data": { - "id": "ENb2ed884eb5d64c628dd92e906ef72846", + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:01:55.501Z", - "library_path": "17e0df72ece8/54f1604be886", - "library_name": "launch-4f5488e711a7-development.min.js", + "created_at": "2022-02-04T21:05:04.277Z", + "library_path": "17e0df72ece8/b8eac247d5ef", + "library_name": "launch-f10eecc86e18-development.min.js", "library_entry_points": [ { - "library_name": "launch-4f5488e711a7-development.min.js", + "library_name": "launch-f10eecc86e18-development.min.js", "minified": true, "references": [ - "17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js" + "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js" ], - "license_path": "17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.js" + "license_path": "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" }, { - "library_name": "launch-4f5488e711a7-development.js", + "library_name": "launch-f10eecc86e18-development.js", "minified": false, "references": [ - "17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.js" + "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:01:55.501Z", + "updated_at": "2022-02-04T21:05:04.277Z", "status": "succeeded", - "token": "4f5488e711a7" + "token": "f10eecc86e18" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/library" + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/builds" + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/host", - "self": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/host", + "self": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/relationships/host" }, "data": { - "id": "HTf5fd2d7ddbe34fa0bff6d50e7f16415f", + "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846/property" + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "self": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846" + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "self": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" } ] } @@ -23496,18 +23985,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENb2ed884eb5d64c628dd92e906ef72846", + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", "type": "environments" } }, "response": { "data": { - "id": "ENb2ed884eb5d64c628dd92e906ef72846", + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/environment", - "self": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/environment", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/environment" } }, "response_code": 200, @@ -23520,66 +24009,66 @@ "request": null, "response": { "data": { - "id": "BLfb028809e6ed459a9c56ecd499b79ec7", + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:55.771Z", + "created_at": "2022-02-04T21:05:05.197Z", "status": "pending", - "updated_at": "2022-01-20T22:01:55.771Z", - "token": "1b6969ac94ff" + "updated_at": "2022-02-04T21:05:05.197Z", + "token": "b25ff83faebe" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/data_elements" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/extensions" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/rules" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/environment" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" }, "data": { - "id": "ENb2ed884eb5d64c628dd92e906ef72846", + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/library" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" }, "data": { - "id": "LB92dde11f778f4618b64b7e590386a4b8", + "id": "LB821307fb82fb4655a20a8fca70c50488", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/property" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846", - "library": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8", - "self": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7" + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/1b6969ac94ff/launch-4f5488e711a7-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -23590,71 +24079,146 @@ }, { "name": "builds.list_data_elements_of_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7", + "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:05.197Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:05.197Z", + "token": "b25ff83faebe" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" + }, + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" + }, + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", "method": "GET", "request": null, "response": { "data": { - "id": "BLfb028809e6ed459a9c56ecd499b79ec7", + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:55.771Z", + "created_at": "2022-02-04T21:05:05.197Z", "status": "pending", - "updated_at": "2022-01-20T22:01:55.771Z", - "token": "1b6969ac94ff" + "updated_at": "2022-02-04T21:05:05.197Z", + "token": "b25ff83faebe" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/data_elements" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/extensions" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/rules" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/environment" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" }, "data": { - "id": "ENb2ed884eb5d64c628dd92e906ef72846", + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/library" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" }, "data": { - "id": "LB92dde11f778f4618b64b7e590386a4b8", + "id": "LB821307fb82fb4655a20a8fca70c50488", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/property" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846", - "library": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8", - "self": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7" + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/1b6969ac94ff/launch-4f5488e711a7-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -23665,71 +24229,71 @@ }, { "name": "builds.list_data_elements_of_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7", + "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", "method": "GET", "request": null, "response": { "data": { - "id": "BLfb028809e6ed459a9c56ecd499b79ec7", + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:01:55.771Z", + "created_at": "2022-02-04T21:05:05.197Z", "status": "succeeded", - "updated_at": "2022-01-20T22:01:58.413Z", - "token": "1b6969ac94ff" + "updated_at": "2022-02-04T21:05:12.980Z", + "token": "b25ff83faebe" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/data_elements" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/extensions" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/rules" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/environment" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" }, "data": { - "id": "ENb2ed884eb5d64c628dd92e906ef72846", + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/library" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" }, "data": { - "id": "LB92dde11f778f4618b64b7e590386a4b8", + "id": "LB821307fb82fb4655a20a8fca70c50488", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7/property" + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENb2ed884eb5d64c628dd92e906ef72846", - "library": "https://reactor.adobe.io/libraries/LB92dde11f778f4618b64b7e590386a4b8", - "self": "https://reactor.adobe.io/builds/BLfb028809e6ed459a9c56ecd499b79ec7" + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/launch-4f5488e711a7-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/54f1604be886/1b6969ac94ff/launch-4f5488e711a7-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -23746,18 +24310,18 @@ "response": { "data": [ { - "id": "DEd056bd1c4b69461e9c1947da92bd11f5", + "id": "DEde82879fffb64c90b75a42add04efab1", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:01:55.031Z", + "created_at": "2022-02-04T21:05:02.542Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:01:54 -0700", + "name": "My Data Element 2022-02-04 14:05:01 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:01:55.031Z", + "updated_at": "2022-02-04T21:05:02.542Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -23769,49 +24333,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/libraries" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/revisions" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/notes" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/property" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/property" }, "data": { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/origin" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/origin" }, "data": { - "id": "DEd563348843984e1396bde3c96a5fc12f", + "id": "DEf65da6d4eb1241eea0b409023bf175d6", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/extension" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/extension" }, "data": { - "id": "EX8206be9a27e5486a9561e741cdb8e8f1", + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -23820,19 +24384,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension" }, "data": { - "id": "EXab7b9b7e4192488a94e674a0786eb8a6", + "id": "EX59442de06fcf4791829259325e4d58bd", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", - "origin": "https://reactor.adobe.io/data_elements/DEd563348843984e1396bde3c96a5fc12f", - "self": "https://reactor.adobe.io/data_elements/DEd056bd1c4b69461e9c1947da92bd11f5", - "extension": "https://reactor.adobe.io/extensions/EX8206be9a27e5486a9561e741cdb8e8f1" + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "self": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1", + "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" }, "meta": { "latest_revision_number": 1 @@ -24006,16 +24570,16 @@ "response": { "data": [ { - "id": "PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "id": "PR97bb28b17ef64a489b36305fe8179d37", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:01:48.845Z", + "created_at": "2022-02-04T21:04:53.050Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:01:48.845Z", + "updated_at": "2022-02-04T21:04:53.050Z", "platform": "web", "development": false, - "token": "54f1604be886", + "token": "b8eac247d5ef", "domains": [ "example.com" ], @@ -24025,7 +24589,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/company" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -24034,52 +24598,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/callbacks" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/hosts" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/environments" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/libraries" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/data_elements" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/extensions" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/rules" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/notes" + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/environments", - "extensions": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/extensions", - "rules": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6/rules", - "self": "https://reactor.adobe.io/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6" + "data_elements": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements", + "environments": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments", + "extensions": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions", + "rules": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules", + "self": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37" }, "meta": { "rights": [ @@ -24108,7 +24672,7 @@ }, { "name": "builds.republish_a_build", - "endpoint": "/properties/PRdd9a43f38ccd4cdf8f511aab5a5137f6", + "endpoint": "/properties/PR97bb28b17ef64a489b36305fe8179d37", "method": "DELETE", "request": null, "response": null, @@ -24155,16 +24719,16 @@ }, "response": { "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:01.476Z", + "created_at": "2022-02-04T21:05:17.983Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:01.476Z", + "updated_at": "2022-02-04T21:05:17.983Z", "platform": "web", "development": false, - "token": "ffa45f03ad9d", + "token": "5cd9e9afa7a9", "domains": [ "example.com" ], @@ -24174,7 +24738,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/company" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -24183,52 +24747,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/callbacks" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/hosts" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/environments" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/libraries" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/data_elements" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/extensions" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/rules" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/notes" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/environments", - "extensions": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/extensions", - "rules": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/rules", - "self": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f" + "data_elements": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments", + "extensions": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions", + "rules": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules", + "self": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a" }, "meta": { "rights": [ @@ -24247,7 +24811,7 @@ }, { "name": "builds.republish_a_build", - "endpoint": "/properties/PRa4cd92d3229e40879205d792b223b09f/hosts", + "endpoint": "/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts", "method": "POST", "request": { "data": { @@ -24260,33 +24824,33 @@ }, "response": { "data": { - "id": "HT4968251a6d5f43ff97d56845005abc35", + "id": "HT80e3014f7d47490384961f0298fe1a75", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:02:06.675Z", + "created_at": "2022-02-04T21:05:23.904Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:02:06.675Z", + "updated_at": "2022-02-04T21:05:23.904Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT4968251a6d5f43ff97d56845005abc35/property" + "related": "https://reactor.adobe.io/hosts/HT80e3014f7d47490384961f0298fe1a75/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", - "self": "https://reactor.adobe.io/hosts/HT4968251a6d5f43ff97d56845005abc35" + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/hosts/HT80e3014f7d47490384961f0298fe1a75" } } }, @@ -24306,7 +24870,7 @@ "relationships": { "host": { "data": { - "id": "HT4968251a6d5f43ff97d56845005abc35", + "id": "HT80e3014f7d47490384961f0298fe1a75", "type": "hosts" } } @@ -24316,81 +24880,81 @@ }, "response": { "data": { - "id": "EN5d1d33eb992847ac9253a2cc8a407973", + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:02:06.765Z", - "library_path": "17e0df72ece8/ffa45f03ad9d", - "library_name": "launch-f6826810620d-development.min.js", + "created_at": "2022-02-04T21:05:24.182Z", + "library_path": "17e0df72ece8/5cd9e9afa7a9", + "library_name": "launch-59a79dbfd0ec-development.min.js", "library_entry_points": [ { - "library_name": "launch-f6826810620d-development.min.js", + "library_name": "launch-59a79dbfd0ec-development.min.js", "minified": true, "references": [ - "17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js" + "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js" ], - "license_path": "17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.js" + "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" }, { - "library_name": "launch-f6826810620d-development.js", + "library_name": "launch-59a79dbfd0ec-development.js", "minified": false, "references": [ - "17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.js" + "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:02:06.765Z", + "updated_at": "2022-02-04T21:05:24.182Z", "status": "succeeded", - "token": "f6826810620d" + "token": "59a79dbfd0ec" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/library" + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/builds" + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/host", - "self": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/relationships/host" + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/host", + "self": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/relationships/host" }, "data": { - "id": "HT4968251a6d5f43ff97d56845005abc35", + "id": "HT80e3014f7d47490384961f0298fe1a75", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973/property" + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", - "self": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973" + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" } ] } @@ -24413,49 +24977,49 @@ }, "response": { "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:02:06.868Z", + "created_at": "2022-02-04T21:05:24.421Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:02:06.868Z", + "updated_at": "2022-02-04T21:05:24.421Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/builds" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/data_elements", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/extensions", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/notes" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/rules", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" } }, "upstream_library": { @@ -24463,23 +25027,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/property" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/last_build" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527" + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" }, "meta": { "build_status": null, @@ -24496,18 +25060,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN5d1d33eb992847ac9253a2cc8a407973", + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", "type": "environments" } }, "response": { "data": { - "id": "EN5d1d33eb992847ac9253a2cc8a407973", + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/environment", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" } }, "response_code": 200, @@ -24520,66 +25084,66 @@ "request": null, "response": { "data": { - "id": "BL8d7f6fcb68344029aba8bc2d112fc345", + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:07.149Z", + "created_at": "2022-02-04T21:05:25.198Z", "status": "pending", - "updated_at": "2022-01-20T22:02:07.149Z", - "token": "aff42dd0f466" + "updated_at": "2022-02-04T21:05:25.198Z", + "token": "0994aac9158e" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/data_elements" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/extensions" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/rules" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/environment" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" }, "data": { - "id": "EN5d1d33eb992847ac9253a2cc8a407973", + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/library" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/property" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345" + "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/aff42dd0f466/launch-f6826810620d-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -24590,71 +25154,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345", + "endpoint": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c", "method": "GET", "request": null, "response": { "data": { - "id": "BL8d7f6fcb68344029aba8bc2d112fc345", + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:07.149Z", + "created_at": "2022-02-04T21:05:25.198Z", "status": "pending", - "updated_at": "2022-01-20T22:02:07.149Z", - "token": "aff42dd0f466" + "updated_at": "2022-02-04T21:05:25.198Z", + "token": "0994aac9158e" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/data_elements" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/extensions" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/rules" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/environment" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" }, "data": { - "id": "EN5d1d33eb992847ac9253a2cc8a407973", + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/library" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/property" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345" + "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/aff42dd0f466/launch-f6826810620d-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -24665,71 +25229,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345", + "endpoint": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c", "method": "GET", "request": null, "response": { "data": { - "id": "BL8d7f6fcb68344029aba8bc2d112fc345", + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:07.149Z", + "created_at": "2022-02-04T21:05:25.198Z", "status": "succeeded", - "updated_at": "2022-01-20T22:02:08.489Z", - "token": "aff42dd0f466" + "updated_at": "2022-02-04T21:05:29.059Z", + "token": "0994aac9158e" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/data_elements" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/extensions" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/rules" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/environment" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" }, "data": { - "id": "EN5d1d33eb992847ac9253a2cc8a407973", + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/library" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345/property" + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5d1d33eb992847ac9253a2cc8a407973", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BL8d7f6fcb68344029aba8bc2d112fc345" + "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-f6826810620d-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/aff42dd0f466/launch-f6826810620d-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -24744,7 +25308,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries", "meta": { "action": "submit" @@ -24753,49 +25317,49 @@ }, "response": { "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:02:06.868Z", + "created_at": "2022-02-04T21:05:24.421Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2022-01-20T22:02:12.475Z", + "updated_at": "2022-02-04T21:05:31.002Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/builds" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/data_elements", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/extensions", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/notes" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/rules", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" } }, "upstream_library": { @@ -24803,26 +25367,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/property" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/last_build" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" }, "data": { - "id": "BL8d7f6fcb68344029aba8bc2d112fc345", + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527" + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" }, "meta": { "build_status": null @@ -24845,7 +25409,7 @@ "relationships": { "host": { "data": { - "id": "HT4968251a6d5f43ff97d56845005abc35", + "id": "HT80e3014f7d47490384961f0298fe1a75", "type": "hosts" } } @@ -24855,81 +25419,81 @@ }, "response": { "data": { - "id": "ENe93f8dfb053a46e7a9da74d53c00279e", + "id": "EN4a5a624a089841aea51c93f852a35ff6", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:02:12.620Z", - "library_path": "17e0df72ece8/ffa45f03ad9d", - "library_name": "launch-30a5717227de-staging.min.js", + "created_at": "2022-02-04T21:05:31.412Z", + "library_path": "17e0df72ece8/5cd9e9afa7a9", + "library_name": "launch-7920f94f802e-staging.min.js", "library_entry_points": [ { - "library_name": "launch-30a5717227de-staging.min.js", + "library_name": "launch-7920f94f802e-staging.min.js", "minified": true, "references": [ - "17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js" + "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js" ], - "license_path": "17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.js" + "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" }, { - "library_name": "launch-30a5717227de-staging.js", + "library_name": "launch-7920f94f802e-staging.js", "minified": false, "references": [ - "17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.js" + "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" ] } ], "name": "Staging Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "staging", - "updated_at": "2022-01-20T22:02:12.620Z", + "updated_at": "2022-02-04T21:05:31.412Z", "status": "succeeded", - "token": "30a5717227de" + "token": "7920f94f802e" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/library" + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/builds" + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/host", - "self": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/relationships/host" + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/host", + "self": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/relationships/host" }, "data": { - "id": "HT4968251a6d5f43ff97d56845005abc35", + "id": "HT80e3014f7d47490384961f0298fe1a75", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e/property" + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", - "self": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e" + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" } ] } @@ -24944,18 +25508,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENe93f8dfb053a46e7a9da74d53c00279e", + "id": "EN4a5a624a089841aea51c93f852a35ff6", "type": "environments" } }, "response": { "data": { - "id": "ENe93f8dfb053a46e7a9da74d53c00279e", + "id": "EN4a5a624a089841aea51c93f852a35ff6", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/environment", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" } }, "response_code": 200, @@ -24968,66 +25532,66 @@ "request": null, "response": { "data": { - "id": "BLb17d0da9e0b84812a8b23d6edfc2941d", + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:12.909Z", + "created_at": "2022-02-04T21:05:32.343Z", "status": "pending", - "updated_at": "2022-01-20T22:02:12.909Z", - "token": "157f51a9d439" + "updated_at": "2022-02-04T21:05:32.343Z", + "token": "835b22f01456" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/data_elements" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/extensions" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/rules" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/environment" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" }, "data": { - "id": "ENe93f8dfb053a46e7a9da74d53c00279e", + "id": "EN4a5a624a089841aea51c93f852a35ff6", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/library" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/property" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d" + "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/157f51a9d439/launch-30a5717227de-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -25038,71 +25602,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d", + "endpoint": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de", "method": "GET", "request": null, "response": { "data": { - "id": "BLb17d0da9e0b84812a8b23d6edfc2941d", + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:12.909Z", + "created_at": "2022-02-04T21:05:32.343Z", "status": "pending", - "updated_at": "2022-01-20T22:02:12.909Z", - "token": "157f51a9d439" + "updated_at": "2022-02-04T21:05:32.343Z", + "token": "835b22f01456" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/data_elements" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/extensions" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/rules" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/environment" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" }, "data": { - "id": "ENe93f8dfb053a46e7a9da74d53c00279e", + "id": "EN4a5a624a089841aea51c93f852a35ff6", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/library" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/property" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d" + "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/157f51a9d439/launch-30a5717227de-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -25113,71 +25677,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d", + "endpoint": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de", "method": "GET", "request": null, "response": { "data": { - "id": "BLb17d0da9e0b84812a8b23d6edfc2941d", + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:12.909Z", + "created_at": "2022-02-04T21:05:32.343Z", "status": "succeeded", - "updated_at": "2022-01-20T22:02:14.285Z", - "token": "157f51a9d439" + "updated_at": "2022-02-04T21:05:36.919Z", + "token": "835b22f01456" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/data_elements" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/extensions" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/rules" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/environment" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" }, "data": { - "id": "ENe93f8dfb053a46e7a9da74d53c00279e", + "id": "EN4a5a624a089841aea51c93f852a35ff6", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/library" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d/property" + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENe93f8dfb053a46e7a9da74d53c00279e", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BLb17d0da9e0b84812a8b23d6edfc2941d" + "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-30a5717227de-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/157f51a9d439/launch-30a5717227de-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -25192,7 +25756,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries", "meta": { "action": "approve" @@ -25201,49 +25765,49 @@ }, "response": { "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:02:06.868Z", + "created_at": "2022-02-04T21:05:24.421Z", "name": "My Library", "published_at": null, "state": "approved", - "updated_at": "2022-01-20T22:02:18.196Z", + "updated_at": "2022-02-04T21:05:38.602Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/builds" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/data_elements", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/extensions", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/notes" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/rules", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" } }, "upstream_library": { @@ -25251,26 +25815,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/property" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/last_build" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" }, "data": { - "id": "BLb17d0da9e0b84812a8b23d6edfc2941d", + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527" + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" }, "meta": { "build_status": null @@ -25293,7 +25857,7 @@ "relationships": { "host": { "data": { - "id": "HT4968251a6d5f43ff97d56845005abc35", + "id": "HT80e3014f7d47490384961f0298fe1a75", "type": "hosts" } } @@ -25303,81 +25867,81 @@ }, "response": { "data": { - "id": "ENb801792a865541909e595f1dbb057299", + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:02:18.327Z", - "library_path": "17e0df72ece8/ffa45f03ad9d", - "library_name": "launch-999d5ec47b4e.min.js", + "created_at": "2022-02-04T21:05:39.054Z", + "library_path": "17e0df72ece8/5cd9e9afa7a9", + "library_name": "launch-80a2b88d040e.min.js", "library_entry_points": [ { - "library_name": "launch-999d5ec47b4e.min.js", + "library_name": "launch-80a2b88d040e.min.js", "minified": true, "references": [ - "17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js" + "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js" ], - "license_path": "17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.js" + "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" }, { - "library_name": "launch-999d5ec47b4e.js", + "library_name": "launch-80a2b88d040e.js", "minified": false, "references": [ - "17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.js" + "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" ] } ], "name": "Production Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "production", - "updated_at": "2022-01-20T22:02:18.327Z", + "updated_at": "2022-02-04T21:05:39.054Z", "status": "succeeded", - "token": "999d5ec47b4e" + "token": "80a2b88d040e" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/library" + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/builds" + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/host", - "self": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/host", + "self": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/relationships/host" }, "data": { - "id": "HT4968251a6d5f43ff97d56845005abc35", + "id": "HT80e3014f7d47490384961f0298fe1a75", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299/property" + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f", - "self": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299" + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" } ] } @@ -25392,18 +25956,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENb801792a865541909e595f1dbb057299", + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", "type": "environments" } }, "response": { "data": { - "id": "ENb801792a865541909e595f1dbb057299", + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/environment", - "self": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" } }, "response_code": 200, @@ -25416,66 +25980,66 @@ "request": null, "response": { "data": { - "id": "BLac5d955d12874c3da0689c93584be4e1", + "id": "BL927e0bbfd544440cbb140a23f7f84467", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:18.592Z", + "created_at": "2022-02-04T21:05:39.869Z", "status": "pending", - "updated_at": "2022-01-20T22:02:18.592Z", - "token": "e64a515b79ff" + "updated_at": "2022-02-04T21:05:39.869Z", + "token": "a974450a768c" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/data_elements" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/extensions" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/rules" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/environment" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" }, "data": { - "id": "ENb801792a865541909e595f1dbb057299", + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/library" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/property" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1" + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/e64a515b79ff/launch-999d5ec47b4e.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", "archive": false, "host_type_of": "akamai" } @@ -25486,71 +26050,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1", + "endpoint": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467", "method": "GET", "request": null, "response": { "data": { - "id": "BLac5d955d12874c3da0689c93584be4e1", + "id": "BL927e0bbfd544440cbb140a23f7f84467", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:18.592Z", + "created_at": "2022-02-04T21:05:39.869Z", "status": "pending", - "updated_at": "2022-01-20T22:02:18.592Z", - "token": "e64a515b79ff" + "updated_at": "2022-02-04T21:05:39.869Z", + "token": "a974450a768c" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/data_elements" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/extensions" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/rules" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/environment" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" }, "data": { - "id": "ENb801792a865541909e595f1dbb057299", + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/library" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/property" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1" + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/e64a515b79ff/launch-999d5ec47b4e.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", "archive": false, "host_type_of": "akamai" } @@ -25561,71 +26125,71 @@ }, { "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1", + "endpoint": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467", "method": "GET", "request": null, "response": { "data": { - "id": "BLac5d955d12874c3da0689c93584be4e1", + "id": "BL927e0bbfd544440cbb140a23f7f84467", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:18.592Z", + "created_at": "2022-02-04T21:05:39.869Z", "status": "succeeded", - "updated_at": "2022-01-20T22:02:19.947Z", - "token": "e64a515b79ff" + "updated_at": "2022-02-04T21:05:45.431Z", + "token": "a974450a768c" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/data_elements" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/extensions" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/rules" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/environment" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" }, "data": { - "id": "ENb801792a865541909e595f1dbb057299", + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/library" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/property" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1" + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/e64a515b79ff/launch-999d5ec47b4e.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", "archive": false, "available_for_republish": true, "host_type_of": "akamai" @@ -25641,7 +26205,7 @@ "method": "PATCH", "request": { "data": { - "id": "BLac5d955d12874c3da0689c93584be4e1", + "id": "BL927e0bbfd544440cbb140a23f7f84467", "type": "builds", "meta": { "action": "republish" @@ -25650,66 +26214,66 @@ }, "response": { "data": { - "id": "BLac5d955d12874c3da0689c93584be4e1", + "id": "BL927e0bbfd544440cbb140a23f7f84467", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:02:18.592Z", + "created_at": "2022-02-04T21:05:39.869Z", "status": "succeeded", - "updated_at": "2022-01-20T22:02:23.904Z", - "token": "e64a515b79ff" + "updated_at": "2022-02-04T21:05:49.331Z", + "token": "a974450a768c" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/data_elements" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/extensions" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/rules" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/environment" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" }, "data": { - "id": "ENb801792a865541909e595f1dbb057299", + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/library" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" }, "data": { - "id": "LB377529d7004b4ece91c8afd9db23c527", + "id": "LB9c7c08d8bca842a2909ad6e490912988", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1/property" + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" }, "data": { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENb801792a865541909e595f1dbb057299", - "library": "https://reactor.adobe.io/libraries/LB377529d7004b4ece91c8afd9db23c527", - "self": "https://reactor.adobe.io/builds/BLac5d955d12874c3da0689c93584be4e1" + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/launch-999d5ec47b4e.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/ffa45f03ad9d/e64a515b79ff/launch-999d5ec47b4e.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", "archive": false, "republish_status": "pending", "host_type_of": "akamai" @@ -25873,16 +26437,16 @@ "response": { "data": [ { - "id": "PRa4cd92d3229e40879205d792b223b09f", + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:01.476Z", + "created_at": "2022-02-04T21:05:17.983Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:01.476Z", + "updated_at": "2022-02-04T21:05:17.983Z", "platform": "web", "development": false, - "token": "ffa45f03ad9d", + "token": "5cd9e9afa7a9", "domains": [ "example.com" ], @@ -25892,7 +26456,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/company" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -25901,52 +26465,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/callbacks" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/hosts" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/environments" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/libraries" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/data_elements" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/extensions" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/rules" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/notes" + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/environments", - "extensions": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/extensions", - "rules": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f/rules", - "self": "https://reactor.adobe.io/properties/PRa4cd92d3229e40879205d792b223b09f" + "data_elements": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments", + "extensions": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions", + "rules": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules", + "self": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a" }, "meta": { "rights": [ @@ -25975,7 +26539,7 @@ }, { "name": "callbacks.create_a_callback", - "endpoint": "/properties/PRa4cd92d3229e40879205d792b223b09f", + "endpoint": "/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", "method": "DELETE", "request": null, "response": null, @@ -26022,16 +26586,16 @@ }, "response": { "data": { - "id": "PRda4e5974781843ecb9fac38c320fbd6d", + "id": "PR79dd2605a90d43fa98e739a40801b59f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:24.562Z", + "created_at": "2022-02-04T21:05:52.936Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:24.562Z", + "updated_at": "2022-02-04T21:05:52.936Z", "platform": "web", "development": false, - "token": "5bf9c97b4d02", + "token": "d305723616ac", "domains": [ "example.com" ], @@ -26041,7 +26605,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/company" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -26050,52 +26614,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/callbacks" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/hosts" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/environments" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/libraries" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/data_elements" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/extensions" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/rules" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/notes" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/environments", - "extensions": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/extensions", - "rules": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/rules", - "self": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d" + "data_elements": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments", + "extensions": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions", + "rules": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules", + "self": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f" }, "meta": { "rights": [ @@ -26128,30 +26692,30 @@ }, "response": { "data": { - "id": "CB6e595b5193d44668835c0f417f9d9613", + "id": "CB86fa91a7256e4a61b64973423b0c41c9", "type": "callbacks", "attributes": { - "created_at": "2022-01-20T22:02:29.821Z", + "created_at": "2022-02-04T21:05:59.073Z", "subscriptions": [ "rule.created" ], - "updated_at": "2022-01-20T22:02:29.821Z", + "updated_at": "2022-02-04T21:05:59.073Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB6e595b5193d44668835c0f417f9d9613/property" + "related": "https://reactor.adobe.io/callbacks/CB86fa91a7256e4a61b64973423b0c41c9/property" }, "data": { - "id": "PRda4e5974781843ecb9fac38c320fbd6d", + "id": "PR79dd2605a90d43fa98e739a40801b59f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d", - "self": "https://reactor.adobe.io/callbacks/CB6e595b5193d44668835c0f417f9d9613" + "property": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f", + "self": "https://reactor.adobe.io/callbacks/CB86fa91a7256e4a61b64973423b0c41c9" } } }, @@ -26312,16 +26876,16 @@ "response": { "data": [ { - "id": "PRda4e5974781843ecb9fac38c320fbd6d", + "id": "PR79dd2605a90d43fa98e739a40801b59f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:24.562Z", + "created_at": "2022-02-04T21:05:52.936Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:24.562Z", + "updated_at": "2022-02-04T21:05:52.936Z", "platform": "web", "development": false, - "token": "5bf9c97b4d02", + "token": "d305723616ac", "domains": [ "example.com" ], @@ -26331,7 +26895,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/company" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -26340,52 +26904,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/callbacks" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/hosts" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/environments" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/libraries" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/data_elements" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/extensions" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/rules" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/notes" + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/environments", - "extensions": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/extensions", - "rules": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d/rules", - "self": "https://reactor.adobe.io/properties/PRda4e5974781843ecb9fac38c320fbd6d" + "data_elements": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments", + "extensions": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions", + "rules": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules", + "self": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f" }, "meta": { "rights": [ @@ -26414,7 +26978,7 @@ }, { "name": "callbacks.get_a_callback", - "endpoint": "/properties/PRda4e5974781843ecb9fac38c320fbd6d", + "endpoint": "/properties/PR79dd2605a90d43fa98e739a40801b59f", "method": "DELETE", "request": null, "response": null, @@ -26461,16 +27025,16 @@ }, "response": { "data": { - "id": "PR06ab705af3b9487aaea2e7bda8e1b2f5", + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:30.247Z", + "created_at": "2022-02-04T21:06:00.583Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:30.247Z", + "updated_at": "2022-02-04T21:06:00.583Z", "platform": "web", "development": false, - "token": "64232519e3ce", + "token": "a2df01fd0e50", "domains": [ "example.com" ], @@ -26480,7 +27044,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/company" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -26489,52 +27053,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/callbacks" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/hosts" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/environments" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/libraries" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/data_elements" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/extensions" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/rules" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/notes" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/environments", - "extensions": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/extensions", - "rules": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/rules", - "self": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5" + "data_elements": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments", + "extensions": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions", + "rules": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules", + "self": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e" }, "meta": { "rights": [ @@ -26567,30 +27131,30 @@ }, "response": { "data": { - "id": "CBafc6a6e83d8041fe81284551992ff058", + "id": "CBa9560a3193394c1bb72c00f2546a5fb9", "type": "callbacks", "attributes": { - "created_at": "2022-01-20T22:02:35.489Z", + "created_at": "2022-02-04T21:06:06.392Z", "subscriptions": [ "rule.created" ], - "updated_at": "2022-01-20T22:02:35.489Z", + "updated_at": "2022-02-04T21:06:06.392Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CBafc6a6e83d8041fe81284551992ff058/property" + "related": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9/property" }, "data": { - "id": "PR06ab705af3b9487aaea2e7bda8e1b2f5", + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5", - "self": "https://reactor.adobe.io/callbacks/CBafc6a6e83d8041fe81284551992ff058" + "property": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "self": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9" } } }, @@ -26604,30 +27168,30 @@ "request": null, "response": { "data": { - "id": "CBafc6a6e83d8041fe81284551992ff058", + "id": "CBa9560a3193394c1bb72c00f2546a5fb9", "type": "callbacks", "attributes": { - "created_at": "2022-01-20T22:02:35.489Z", + "created_at": "2022-02-04T21:06:06.392Z", "subscriptions": [ "rule.created" ], - "updated_at": "2022-01-20T22:02:35.489Z", + "updated_at": "2022-02-04T21:06:06.392Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CBafc6a6e83d8041fe81284551992ff058/property" + "related": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9/property" }, "data": { - "id": "PR06ab705af3b9487aaea2e7bda8e1b2f5", + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5", - "self": "https://reactor.adobe.io/callbacks/CBafc6a6e83d8041fe81284551992ff058" + "property": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "self": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9" } } }, @@ -26788,16 +27352,16 @@ "response": { "data": [ { - "id": "PR06ab705af3b9487aaea2e7bda8e1b2f5", + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:30.247Z", + "created_at": "2022-02-04T21:06:00.583Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:30.247Z", + "updated_at": "2022-02-04T21:06:00.583Z", "platform": "web", "development": false, - "token": "64232519e3ce", + "token": "a2df01fd0e50", "domains": [ "example.com" ], @@ -26807,7 +27371,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/company" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -26816,52 +27380,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/callbacks" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/hosts" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/environments" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/libraries" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/data_elements" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/extensions" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/rules" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/notes" + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/environments", - "extensions": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/extensions", - "rules": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5/rules", - "self": "https://reactor.adobe.io/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5" + "data_elements": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments", + "extensions": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions", + "rules": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules", + "self": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e" }, "meta": { "rights": [ @@ -26890,7 +27454,7 @@ }, { "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/properties/PR06ab705af3b9487aaea2e7bda8e1b2f5", + "endpoint": "/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", "method": "DELETE", "request": null, "response": null, @@ -26937,16 +27501,16 @@ }, "response": { "data": { - "id": "PR7d9057606bd34d98be982597870da18d", + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:35.981Z", + "created_at": "2022-02-04T21:06:08.133Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:35.981Z", + "updated_at": "2022-02-04T21:06:08.133Z", "platform": "web", "development": false, - "token": "2367fe95947e", + "token": "9b8fdca5d529", "domains": [ "example.com" ], @@ -26956,7 +27520,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/company" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -26965,52 +27529,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/callbacks" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/hosts" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/environments" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/libraries" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/data_elements" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/extensions" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/rules" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/notes" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/environments", - "extensions": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/extensions", - "rules": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/rules", - "self": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d" + "data_elements": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules", + "self": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033" }, "meta": { "rights": [ @@ -27043,30 +27607,30 @@ }, "response": { "data": { - "id": "CBa868059434f845c3a36135b7060d9fba", + "id": "CBeb8925fbecc841878ee20365f5fa0538", "type": "callbacks", "attributes": { - "created_at": "2022-01-20T22:02:41.241Z", + "created_at": "2022-02-04T21:06:14.837Z", "subscriptions": [ "rule.created" ], - "updated_at": "2022-01-20T22:02:41.241Z", + "updated_at": "2022-02-04T21:06:14.837Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CBa868059434f845c3a36135b7060d9fba/property" + "related": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538/property" }, "data": { - "id": "PR7d9057606bd34d98be982597870da18d", + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d", - "self": "https://reactor.adobe.io/callbacks/CBa868059434f845c3a36135b7060d9fba" + "property": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "self": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538" } } }, @@ -27081,30 +27645,30 @@ "response": { "data": [ { - "id": "CBa868059434f845c3a36135b7060d9fba", + "id": "CBeb8925fbecc841878ee20365f5fa0538", "type": "callbacks", "attributes": { - "created_at": "2022-01-20T22:02:41.241Z", + "created_at": "2022-02-04T21:06:14.837Z", "subscriptions": [ "rule.created" ], - "updated_at": "2022-01-20T22:02:41.241Z", + "updated_at": "2022-02-04T21:06:14.837Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CBa868059434f845c3a36135b7060d9fba/property" + "related": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538/property" }, "data": { - "id": "PR7d9057606bd34d98be982597870da18d", + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d", - "self": "https://reactor.adobe.io/callbacks/CBa868059434f845c3a36135b7060d9fba" + "property": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "self": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538" } } ], @@ -27275,16 +27839,16 @@ "response": { "data": [ { - "id": "PR7d9057606bd34d98be982597870da18d", + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:35.981Z", + "created_at": "2022-02-04T21:06:08.133Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:35.981Z", + "updated_at": "2022-02-04T21:06:08.133Z", "platform": "web", "development": false, - "token": "2367fe95947e", + "token": "9b8fdca5d529", "domains": [ "example.com" ], @@ -27294,7 +27858,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/company" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -27303,52 +27867,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/callbacks" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/hosts" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/environments" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/libraries" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/data_elements" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/extensions" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/rules" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/notes" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/environments", - "extensions": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/extensions", - "rules": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d/rules", - "self": "https://reactor.adobe.io/properties/PR7d9057606bd34d98be982597870da18d" + "data_elements": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules", + "self": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033" }, "meta": { "rights": [ @@ -27377,7 +27941,7 @@ }, { "name": "callbacks.update_a_callback", - "endpoint": "/properties/PR7d9057606bd34d98be982597870da18d", + "endpoint": "/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", "method": "DELETE", "request": null, "response": null, @@ -27424,16 +27988,16 @@ }, "response": { "data": { - "id": "PRe564a42ea3e34fc9bbdb0845830066bc", + "id": "PR68a8bded39a8449fb935f3615f80625f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:41.728Z", + "created_at": "2022-02-04T21:06:21.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:41.728Z", + "updated_at": "2022-02-04T21:06:21.323Z", "platform": "web", "development": false, - "token": "1c7c5988b78d", + "token": "24e33a6b3b81", "domains": [ "example.com" ], @@ -27443,7 +28007,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/company" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -27452,52 +28016,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/callbacks" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/hosts" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/environments" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/libraries" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/data_elements" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/extensions" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/rules" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/notes" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/environments", - "extensions": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/extensions", - "rules": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/rules", - "self": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc" + "data_elements": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments", + "extensions": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions", + "rules": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules", + "self": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f" }, "meta": { "rights": [ @@ -27530,30 +28094,30 @@ }, "response": { "data": { - "id": "CBc657b2d6201840ec9e4f5ae44d7d958b", + "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b", "type": "callbacks", "attributes": { - "created_at": "2022-01-20T22:02:47.028Z", + "created_at": "2022-02-04T21:06:27.129Z", "subscriptions": [ "rule.created" ], - "updated_at": "2022-01-20T22:02:47.028Z", + "updated_at": "2022-02-04T21:06:27.129Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CBc657b2d6201840ec9e4f5ae44d7d958b/property" + "related": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b/property" }, "data": { - "id": "PRe564a42ea3e34fc9bbdb0845830066bc", + "id": "PR68a8bded39a8449fb935f3615f80625f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc", - "self": "https://reactor.adobe.io/callbacks/CBc657b2d6201840ec9e4f5ae44d7d958b" + "property": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f", + "self": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b" } } }, @@ -27574,36 +28138,36 @@ ] }, "type": "callbacks", - "id": "CBc657b2d6201840ec9e4f5ae44d7d958b" + "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b" } }, "response": { "data": { - "id": "CBc657b2d6201840ec9e4f5ae44d7d958b", + "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b", "type": "callbacks", "attributes": { - "created_at": "2022-01-20T22:02:47.028Z", + "created_at": "2022-02-04T21:06:27.129Z", "subscriptions": [ "rule.created", "build.created" ], - "updated_at": "2022-01-20T22:02:47.126Z", + "updated_at": "2022-02-04T21:06:27.714Z", "url": "https://www.example.net" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CBc657b2d6201840ec9e4f5ae44d7d958b/property" + "related": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b/property" }, "data": { - "id": "PRe564a42ea3e34fc9bbdb0845830066bc", + "id": "PR68a8bded39a8449fb935f3615f80625f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc", - "self": "https://reactor.adobe.io/callbacks/CBc657b2d6201840ec9e4f5ae44d7d958b" + "property": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f", + "self": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b" } } }, @@ -27764,16 +28328,16 @@ "response": { "data": [ { - "id": "PRe564a42ea3e34fc9bbdb0845830066bc", + "id": "PR68a8bded39a8449fb935f3615f80625f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:41.728Z", + "created_at": "2022-02-04T21:06:21.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:41.728Z", + "updated_at": "2022-02-04T21:06:21.323Z", "platform": "web", "development": false, - "token": "1c7c5988b78d", + "token": "24e33a6b3b81", "domains": [ "example.com" ], @@ -27783,7 +28347,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/company" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -27792,52 +28356,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/callbacks" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/hosts" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/environments" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/libraries" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/data_elements" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/extensions" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/rules" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/notes" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/environments", - "extensions": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/extensions", - "rules": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc/rules", - "self": "https://reactor.adobe.io/properties/PRe564a42ea3e34fc9bbdb0845830066bc" + "data_elements": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments", + "extensions": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions", + "rules": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules", + "self": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f" }, "meta": { "rights": [ @@ -27866,7 +28430,7 @@ }, { "name": "callbacks.delete_a_callback", - "endpoint": "/properties/PRe564a42ea3e34fc9bbdb0845830066bc", + "endpoint": "/properties/PR68a8bded39a8449fb935f3615f80625f", "method": "DELETE", "request": null, "response": null, @@ -27913,16 +28477,16 @@ }, "response": { "data": { - "id": "PRbeb234c703434d2d95e4e32294bdba1a", + "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:47.570Z", + "created_at": "2022-02-04T21:06:29.784Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:47.570Z", + "updated_at": "2022-02-04T21:06:29.784Z", "platform": "web", "development": false, - "token": "82487b404d2d", + "token": "66553192a5e5", "domains": [ "example.com" ], @@ -27932,7 +28496,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/company" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -27941,52 +28505,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/callbacks" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/hosts" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/environments" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/libraries" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/data_elements" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/extensions" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/rules" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/notes" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/environments", - "extensions": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/extensions", - "rules": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/rules", - "self": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a" + "data_elements": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules", + "self": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0" }, "meta": { "rights": [ @@ -28019,30 +28583,30 @@ }, "response": { "data": { - "id": "CB3782482affa74c0aa294cb6041c53b6a", + "id": "CB1b18ef2c1c8f4726a66e0ad06332daad", "type": "callbacks", "attributes": { - "created_at": "2022-01-20T22:02:52.817Z", + "created_at": "2022-02-04T21:06:36.732Z", "subscriptions": [ "rule.created" ], - "updated_at": "2022-01-20T22:02:52.817Z", + "updated_at": "2022-02-04T21:06:36.732Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB3782482affa74c0aa294cb6041c53b6a/property" + "related": "https://reactor.adobe.io/callbacks/CB1b18ef2c1c8f4726a66e0ad06332daad/property" }, "data": { - "id": "PRbeb234c703434d2d95e4e32294bdba1a", + "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a", - "self": "https://reactor.adobe.io/callbacks/CB3782482affa74c0aa294cb6041c53b6a" + "property": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0", + "self": "https://reactor.adobe.io/callbacks/CB1b18ef2c1c8f4726a66e0ad06332daad" } } }, @@ -28212,16 +28776,16 @@ "response": { "data": [ { - "id": "PRbeb234c703434d2d95e4e32294bdba1a", + "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:47.570Z", + "created_at": "2022-02-04T21:06:29.784Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:47.570Z", + "updated_at": "2022-02-04T21:06:29.784Z", "platform": "web", "development": false, - "token": "82487b404d2d", + "token": "66553192a5e5", "domains": [ "example.com" ], @@ -28231,7 +28795,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/company" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -28240,52 +28804,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/callbacks" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/hosts" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/environments" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/libraries" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/data_elements" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/extensions" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/rules" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/notes" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/environments", - "extensions": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/extensions", - "rules": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a/rules", - "self": "https://reactor.adobe.io/properties/PRbeb234c703434d2d95e4e32294bdba1a" + "data_elements": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules", + "self": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0" }, "meta": { "rights": [ @@ -28314,7 +28878,7 @@ }, { "name": "companies.get_a_company", - "endpoint": "/properties/PRbeb234c703434d2d95e4e32294bdba1a", + "endpoint": "/properties/PR6e59c974a44742f5a10a4b9dd45c48b0", "method": "DELETE", "request": null, "response": null, @@ -28558,6 +29122,446 @@ "request": null, "response": { "data": [ + { + "id": "CO630e4d405169454ba7f39c27959879c7", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:04:11.287Z", + "name": "Botsford-Kuvalis", + "org_id": "D6CCB1AF72F00F0DD00BAC2E@AdobeOrg", + "updated_at": "2022-01-31T17:04:11.287Z", + "token": "3564751cb7f5", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7", + "properties": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COe68ff4604a8349dbb5b26d6d6a7fea6e", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T22:11:22.952Z", + "name": "Buckridge, Bosco and O'Keefe", + "org_id": "846B7FAD90C0C2B4048851E9@AdobeOrg", + "updated_at": "2022-01-31T22:11:22.952Z", + "token": "110629742723", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e", + "properties": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO20fe87a1cc1c4a0aacfa633a22bdf254", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T21:43:09.582Z", + "name": "Cormier-Daniel", + "org_id": "1727ED45CA6C19D2138C1D0E@AdobeOrg", + "updated_at": "2022-01-31T21:43:09.582Z", + "token": "6eea116a0cdc", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254", + "properties": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COb51a12bf90f04fc8b878507cbf3848ea", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T16:25:44.492Z", + "name": "Daniel, Konopelski and Halvorson", + "org_id": "730325783A3104ABB78918BA@AdobeOrg", + "updated_at": "2022-01-31T16:25:44.492Z", + "token": "e006f164a4f4", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea", + "properties": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COee99399e03b54e2faa367a4c9de17365", + "type": "companies", + "attributes": { + "created_at": "2022-02-03T22:45:57.435Z", + "name": "Erdman-Murazik", + "org_id": "728C79662820FE6E5E0B780B@AdobeOrg", + "updated_at": "2022-02-03T22:45:57.435Z", + "token": "b95d047f57ff", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365", + "properties": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO867a2652b3b34f8ba64b42caf796b121", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:44:30.543Z", + "name": "Feeney-Hackett", + "org_id": "5EA83F7CFB6396A29EFEA679@AdobeOrg", + "updated_at": "2022-01-31T17:44:30.543Z", + "token": "ed5027c70944", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121", + "properties": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO262c1c00aab04ee8890f59ed6fde8c1d", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:11:58.826Z", + "name": "Friesen, Champlin and Wiegand", + "org_id": "98E26C60C2FE37A8445BF021@AdobeOrg", + "updated_at": "2022-01-31T17:11:58.826Z", + "token": "50a58f7f6dc9", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d", + "properties": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO59fa7b4e3c9946dd93cc51f23c6f12a7", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T21:50:25.019Z", + "name": "Gislason-Kihn", + "org_id": "1C03DBF31DBCB597035F3288@AdobeOrg", + "updated_at": "2022-01-31T21:50:25.019Z", + "token": "b864e71bf812", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7", + "properties": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO6e09dd2f60034af8966af23160016117", + "type": "companies", + "attributes": { + "created_at": "2021-10-11T20:02:01.638Z", + "name": "Keeling, Kuhlman and Grady", + "org_id": "9BD14107082BFDB34857E8AC@AdobeOrg", + "updated_at": "2021-10-11T20:02:01.638Z", + "token": "4ddd24e7bd3e", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117", + "properties": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO69851b1d20fd4a868076b53eb119539b", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T16:49:06.194Z", + "name": "Kertzmann LLC", + "org_id": "68D9F7298A0A9B4636227BA7@AdobeOrg", + "updated_at": "2022-01-31T16:49:06.194Z", + "token": "7f5a91abf851", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b", + "properties": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, { "id": "CO424f494772f64601b30668f53a683411", "type": "companies", @@ -28646,6 +29650,182 @@ } } }, + { + "id": "CO8fd4ab7b481b4619b35400bd0cbcddad", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T18:07:18.489Z", + "name": "Lindgren-Rutherford", + "org_id": "D3B021ABE12D6C15C3415342@AdobeOrg", + "updated_at": "2022-01-31T18:07:18.489Z", + "token": "21a30d8e38ba", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad", + "properties": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO281932768f264e35851e662151ac9e61", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:41:35.130Z", + "name": "Lubowitz-Bode", + "org_id": "C04BB2DE9679FF2177505946@AdobeOrg", + "updated_at": "2022-01-31T17:41:35.130Z", + "token": "240196613631", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61", + "properties": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COe19575e078374b33987b7d66fa2edd8d", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:15:36.039Z", + "name": "Lueilwitz, Donnelly and Dickinson", + "org_id": "4B9D8CDC78BDF6E3BC576C7E@AdobeOrg", + "updated_at": "2022-01-31T17:15:36.039Z", + "token": "49afead0a0e2", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d", + "properties": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COd540405ef458436c95c3bf63a7a99090", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T16:55:25.950Z", + "name": "Marquardt Group", + "org_id": "D240B9FA0880BEE51AF8C719@AdobeOrg", + "updated_at": "2022-01-31T16:55:25.950Z", + "token": "fd6cd9dcceaa", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090", + "properties": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, { "id": "CO289613ee8cee497f95fb2849405cc6ab", "type": "companies", @@ -28690,6 +29870,50 @@ } } }, + { + "id": "CO5de0417e0fae4599a9da6a8ea652533c", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:08:41.667Z", + "name": "Mosciski Inc", + "org_id": "507B13DACA5C92A31CD465D8@AdobeOrg", + "updated_at": "2022-01-31T17:08:41.667Z", + "token": "9a375507ce34", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c", + "properties": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, { "id": "CO8843c7c4734d4c00959e58a5f10658a1", "type": "companies", @@ -28822,6 +30046,50 @@ } } }, + { + "id": "COfad1445d62d04fc4b325696c848cfbb8", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T21:46:55.428Z", + "name": "Rath-Schuppe", + "org_id": "91200B7586C5A29163EB3991@AdobeOrg", + "updated_at": "2022-01-31T21:46:55.428Z", + "token": "15e3a251da04", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8", + "properties": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies", @@ -28875,13 +30143,18 @@ } } ], + "links": { + "self": "https://reactor.adobe.io/companies?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/companies?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/companies?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, "meta": { "pagination": { "current_page": 1, - "next_page": null, + "next_page": 2, "prev_page": null, - "total_pages": 1, - "total_count": 9 + "total_pages": 2, + "total_count": 31 } } }, @@ -29096,16 +30369,16 @@ }, "response": { "data": { - "id": "PR9002cc80cf23449fb3a8b5872363a4c8", + "id": "PRf301c44c6b0b44ea9067b646fd6a0568", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:53.783Z", + "created_at": "2022-02-04T21:06:42.432Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:53.783Z", + "updated_at": "2022-02-04T21:06:42.432Z", "platform": "web", "development": false, - "token": "9616035b9d43", + "token": "1d3408f190d1", "domains": [ "example.com" ], @@ -29115,7 +30388,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/company" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -29124,52 +30397,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/callbacks" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/hosts" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/environments" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/libraries" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/data_elements" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/extensions" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/rules" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/notes" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/environments", - "extensions": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/extensions", - "rules": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/rules", - "self": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8" + "data_elements": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments", + "extensions": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions", + "rules": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules", + "self": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568" }, "meta": { "rights": [ @@ -29402,16 +30675,16 @@ "response": { "data": [ { - "id": "PR9002cc80cf23449fb3a8b5872363a4c8", + "id": "PRf301c44c6b0b44ea9067b646fd6a0568", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:53.783Z", + "created_at": "2022-02-04T21:06:42.432Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:53.783Z", + "updated_at": "2022-02-04T21:06:42.432Z", "platform": "web", "development": false, - "token": "9616035b9d43", + "token": "1d3408f190d1", "domains": [ "example.com" ], @@ -29421,7 +30694,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/company" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -29430,52 +30703,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/callbacks" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/hosts" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/environments" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/libraries" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/data_elements" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/extensions" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/rules" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/notes" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/environments", - "extensions": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/extensions", - "rules": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8/rules", - "self": "https://reactor.adobe.io/properties/PR9002cc80cf23449fb3a8b5872363a4c8" + "data_elements": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments", + "extensions": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions", + "rules": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules", + "self": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568" }, "meta": { "rights": [ @@ -29504,7 +30777,7 @@ }, { "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/properties/PR9002cc80cf23449fb3a8b5872363a4c8", + "endpoint": "/properties/PRf301c44c6b0b44ea9067b646fd6a0568", "method": "DELETE", "request": null, "response": null, @@ -29519,11 +30792,11 @@ "response": { "data": [ { - "id": "AC88af53941f404c0cb9a29450b0ee57d3", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:00:49.497Z", - "updated_at": "2022-01-20T22:00:49.497Z", + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -29533,7 +30806,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -29542,14 +30815,20 @@ }, "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3/relationships/app_surfaces" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC88af53941f404c0cb9a29450b0ee57d3" + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -29568,7 +30847,7 @@ }, { "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/app_configurations/:apns_app_configuration_id/company", + "endpoint": "/app_configurations/:app_configuration_id/company", "method": "GET", "request": null, "response": { @@ -29804,17 +31083,17 @@ "response": { "data": [ { - "id": "AS38d53584260e4196bf10260f34431838", + "id": "ASb763e208e4f64c86a4ce6445604355ce", "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:00:54.335Z", - "updated_at": "2022-01-20T22:00:54.335Z", + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -29823,14 +31102,20 @@ }, "app_configurations": { "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838/relationships/app_configurations" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS38d53584260e4196bf10260f34431838" + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -30117,16 +31402,16 @@ }, "response": { "data": { - "id": "PRad8f9d048adf4bc886150cc1c84e525f", + "id": "PRce67aee85d98461ba5acef212fb18034", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:59.839Z", + "created_at": "2022-02-04T21:06:55.335Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:59.839Z", + "updated_at": "2022-02-04T21:06:55.335Z", "platform": "web", "development": false, - "token": "f6eaeed59e82", + "token": "cd863674c089", "domains": [ "example.com" ], @@ -30136,7 +31421,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/company" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -30145,52 +31430,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/callbacks" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/hosts" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/environments" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/libraries" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/data_elements" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/extensions" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/rules" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/notes" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/environments", - "extensions": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/extensions", - "rules": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/rules", - "self": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f" + "data_elements": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements", + "environments": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments", + "extensions": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions", + "rules": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules", + "self": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034" }, "meta": { "rights": [ @@ -32663,10 +33948,10 @@ }, "response": { "data": { - "id": "EXf68c216db33d41ea9c06afee78f621b9", + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:05.214Z", + "created_at": "2022-02-04T21:07:04.525Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -32674,7 +33959,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:05.214Z", + "updated_at": "2022-02-04T21:07:04.525Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -32684,40 +33969,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/libraries" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/revisions" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/notes" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/property" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/property" }, "data": { - "id": "PRad8f9d048adf4bc886150cc1c84e525f", + "id": "PRce67aee85d98461ba5acef212fb18034", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/origin" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/origin" }, "data": { - "id": "EXf68c216db33d41ea9c06afee78f621b9", + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -32726,7 +34011,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9/extension_package" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -32735,9 +34020,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f", - "origin": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9", - "self": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9", + "property": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034", + "origin": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004", + "self": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -35170,7 +36455,7 @@ "relationships": { "extension": { "data": { - "id": "EXf68c216db33d41ea9c06afee78f621b9", + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", "type": "extensions" } } @@ -35180,10 +36465,10 @@ }, "response": { "data": { - "id": "DEa5bdf6e6ac4c40248a0eca21defd0413", + "id": "DE1887bf31424d45c498d097e4958892d0", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:05.584Z", + "created_at": "2022-02-04T21:07:08.916Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -35191,7 +36476,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:05.584Z", + "updated_at": "2022-02-04T21:07:08.916Z", "clean_text": true, "default_value": "sentinel", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -35203,49 +36488,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/libraries" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/revisions" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/notes" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/property" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/property" }, "data": { - "id": "PRad8f9d048adf4bc886150cc1c84e525f", + "id": "PRce67aee85d98461ba5acef212fb18034", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/origin" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/origin" }, "data": { - "id": "DEa5bdf6e6ac4c40248a0eca21defd0413", + "id": "DE1887bf31424d45c498d097e4958892d0", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/extension" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/extension" }, "data": { - "id": "EXf68c216db33d41ea9c06afee78f621b9", + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -35254,19 +36539,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/updated_with_extension" }, "data": { - "id": "EX1ed213da97af4526823cbb2144d15a33", + "id": "EXd42f526fae794235a628ddcabeeed691", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f", - "origin": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413", - "self": "https://reactor.adobe.io/data_elements/DEa5bdf6e6ac4c40248a0eca21defd0413", - "extension": "https://reactor.adobe.io/extensions/EXf68c216db33d41ea9c06afee78f621b9" + "property": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034", + "origin": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0", + "self": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0", + "extension": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004" }, "meta": { "latest_revision_number": 0 @@ -35430,16 +36715,16 @@ "response": { "data": [ { - "id": "PRad8f9d048adf4bc886150cc1c84e525f", + "id": "PRce67aee85d98461ba5acef212fb18034", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:02:59.839Z", + "created_at": "2022-02-04T21:06:55.335Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:02:59.839Z", + "updated_at": "2022-02-04T21:06:55.335Z", "platform": "web", "development": false, - "token": "f6eaeed59e82", + "token": "cd863674c089", "domains": [ "example.com" ], @@ -35449,7 +36734,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/company" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -35458,52 +36743,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/callbacks" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/hosts" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/environments" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/libraries" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/data_elements" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/extensions" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/rules" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/notes" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/environments", - "extensions": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/extensions", - "rules": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f/rules", - "self": "https://reactor.adobe.io/properties/PRad8f9d048adf4bc886150cc1c84e525f" + "data_elements": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements", + "environments": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments", + "extensions": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions", + "rules": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules", + "self": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034" }, "meta": { "rights": [ @@ -35532,7 +36817,7 @@ }, { "name": "data_elements.get_a_data_element", - "endpoint": "/properties/PRad8f9d048adf4bc886150cc1c84e525f", + "endpoint": "/properties/PRce67aee85d98461ba5acef212fb18034", "method": "DELETE", "request": null, "response": null, @@ -35579,16 +36864,16 @@ }, "response": { "data": { - "id": "PR466d97d75ed5480a87d5ddd1c902c444", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:06.122Z", + "created_at": "2022-02-04T21:07:13.534Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:06.122Z", + "updated_at": "2022-02-04T21:07:13.534Z", "platform": "web", "development": false, - "token": "d11f8b650729", + "token": "2964d2b18635", "domains": [ "example.com" ], @@ -35598,7 +36883,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/company" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -35607,52 +36892,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/callbacks" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/hosts" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/environments" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/libraries" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/data_elements" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/extensions" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/rules" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/notes" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/data_elements", - "environments": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/environments", - "extensions": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/extensions", - "rules": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/rules", - "self": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444" + "data_elements": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments", + "extensions": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions", + "rules": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules", + "self": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49" }, "meta": { "rights": [ @@ -38125,10 +39410,10 @@ }, "response": { "data": { - "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:11.526Z", + "created_at": "2022-02-04T21:07:21.363Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -38136,7 +39421,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:11.526Z", + "updated_at": "2022-02-04T21:07:21.363Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -38146,40 +39431,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/libraries" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/revisions" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/notes" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/property" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/property" }, "data": { - "id": "PR466d97d75ed5480a87d5ddd1c902c444", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/origin" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/origin" }, "data": { - "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -38188,7 +39473,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf/extension_package" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -38197,9 +39482,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444", - "origin": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf", - "self": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf", + "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "origin": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452", + "self": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -40620,14 +41905,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:03:11 -0700", + "name": "My Data Element 2022-02-04 14:07:22 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions" } } @@ -40637,18 +41922,18 @@ }, "response": { "data": { - "id": "DE964363477ac242cba8db85093413720d", + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:11.818Z", + "created_at": "2022-02-04T21:07:22.445Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:11 -0700", + "name": "My Data Element 2022-02-04 14:07:22 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:11.818Z", + "updated_at": "2022-02-04T21:07:22.445Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -40660,49 +41945,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/libraries" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/revisions" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/notes" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/property" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/property" }, "data": { - "id": "PR466d97d75ed5480a87d5ddd1c902c444", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/origin" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/origin" }, "data": { - "id": "DE964363477ac242cba8db85093413720d", + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/extension" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/extension" }, "data": { - "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -40711,19 +41996,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension" }, "data": { - "id": "EX82556348a9314c3eb0595c9adbc5aab0", + "id": "EXba57fde16a9c450ca3bc10442d15b81a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444", - "origin": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d", - "self": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d", - "extension": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf" + "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "origin": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "self": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "extension": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452" }, "meta": { "latest_revision_number": 0 @@ -40740,18 +42025,18 @@ "request": null, "response": { "data": { - "id": "DE964363477ac242cba8db85093413720d", + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:11.818Z", + "created_at": "2022-02-04T21:07:22.445Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:11 -0700", + "name": "My Data Element 2022-02-04 14:07:22 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:11.818Z", + "updated_at": "2022-02-04T21:07:22.445Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -40763,49 +42048,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/libraries" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/revisions" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/notes" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/property" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/property" }, "data": { - "id": "PR466d97d75ed5480a87d5ddd1c902c444", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/origin" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/origin" }, "data": { - "id": "DE964363477ac242cba8db85093413720d", + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/extension" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/extension" }, "data": { - "id": "EX40e22e8fad394f07a9e91ddfe03de3cf", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -40814,19 +42099,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension" }, "data": { - "id": "EX82556348a9314c3eb0595c9adbc5aab0", + "id": "EXba57fde16a9c450ca3bc10442d15b81a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444", - "origin": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d", - "self": "https://reactor.adobe.io/data_elements/DE964363477ac242cba8db85093413720d", - "extension": "https://reactor.adobe.io/extensions/EX40e22e8fad394f07a9e91ddfe03de3cf" + "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "origin": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "self": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "extension": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452" }, "meta": { "latest_revision_number": 0 @@ -40990,16 +42275,16 @@ "response": { "data": [ { - "id": "PR466d97d75ed5480a87d5ddd1c902c444", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:06.122Z", + "created_at": "2022-02-04T21:07:13.534Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:06.122Z", + "updated_at": "2022-02-04T21:07:13.534Z", "platform": "web", "development": false, - "token": "d11f8b650729", + "token": "2964d2b18635", "domains": [ "example.com" ], @@ -41009,7 +42294,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/company" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -41018,52 +42303,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/callbacks" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/hosts" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/environments" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/libraries" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/data_elements" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/extensions" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/rules" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/notes" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/data_elements", - "environments": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/environments", - "extensions": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/extensions", - "rules": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444/rules", - "self": "https://reactor.adobe.io/properties/PR466d97d75ed5480a87d5ddd1c902c444" + "data_elements": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments", + "extensions": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions", + "rules": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules", + "self": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49" }, "meta": { "rights": [ @@ -41092,7 +42377,7 @@ }, { "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/properties/PR466d97d75ed5480a87d5ddd1c902c444", + "endpoint": "/properties/PRdddf8fe007ca46559bc1e1dd12427f49", "method": "DELETE", "request": null, "response": null, @@ -41139,16 +42424,16 @@ }, "response": { "data": { - "id": "PR527fa6600c5d44148fba00dd3c041fa1", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:12.344Z", + "created_at": "2022-02-04T21:07:24.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:12.344Z", + "updated_at": "2022-02-04T21:07:24.323Z", "platform": "web", "development": false, - "token": "aa7a6d3ce020", + "token": "2cbb9e15fdd2", "domains": [ "example.com" ], @@ -41158,7 +42443,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/company" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -41167,52 +42452,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/callbacks" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/hosts" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/environments" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/libraries" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/data_elements" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/extensions" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/rules" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/notes" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/environments", - "extensions": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/extensions", - "rules": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/rules", - "self": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1" + "data_elements": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments", + "extensions": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions", + "rules": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules", + "self": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2" }, "meta": { "rights": [ @@ -43685,10 +44970,10 @@ }, "response": { "data": { - "id": "EX21955ba4acb1425bbff984a4558c4e5f", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:17.722Z", + "created_at": "2022-02-04T21:07:30.921Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -43696,7 +44981,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:17.722Z", + "updated_at": "2022-02-04T21:07:30.921Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -43706,40 +44991,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/libraries" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/revisions" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/notes" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/property" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/property" }, "data": { - "id": "PR527fa6600c5d44148fba00dd3c041fa1", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/origin" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/origin" }, "data": { - "id": "EX21955ba4acb1425bbff984a4558c4e5f", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -43748,7 +45033,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -43757,9 +45042,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1", - "origin": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f", - "self": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f", + "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "origin": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c", + "self": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -46180,14 +47465,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:03:17 -0700", + "name": "My Data Element 2022-02-04 14:07:31 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX21955ba4acb1425bbff984a4558c4e5f", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions" } } @@ -46197,18 +47482,18 @@ }, "response": { "data": { - "id": "DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", + "id": "DEb7d58feb21ff4443a52e68df2c845803", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:18.015Z", + "created_at": "2022-02-04T21:07:31.889Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:17 -0700", + "name": "My Data Element 2022-02-04 14:07:31 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:18.015Z", + "updated_at": "2022-02-04T21:07:31.889Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -46220,49 +47505,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/notes" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/property" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/property" }, "data": { - "id": "PR527fa6600c5d44148fba00dd3c041fa1", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/origin" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/origin" }, "data": { - "id": "DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", + "id": "DEb7d58feb21ff4443a52e68df2c845803", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/extension" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/extension" }, "data": { - "id": "EX21955ba4acb1425bbff984a4558c4e5f", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -46271,19 +47556,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension" }, "data": { - "id": "EX45e0ff4d302f442ba5172b028345f689", + "id": "EX6f84e86fa7584d78a9973a79ddc5aec3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1", - "origin": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", - "self": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", - "extension": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f" + "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "origin": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "self": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "extension": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c" }, "meta": { "latest_revision_number": 0 @@ -46301,18 +47586,18 @@ "response": { "data": [ { - "id": "DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", + "id": "DEb7d58feb21ff4443a52e68df2c845803", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:18.015Z", + "created_at": "2022-02-04T21:07:31.889Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:17 -0700", + "name": "My Data Element 2022-02-04 14:07:31 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:18.015Z", + "updated_at": "2022-02-04T21:07:31.889Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -46324,49 +47609,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/notes" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/property" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/property" }, "data": { - "id": "PR527fa6600c5d44148fba00dd3c041fa1", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/origin" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/origin" }, "data": { - "id": "DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", + "id": "DEb7d58feb21ff4443a52e68df2c845803", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/extension" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/extension" }, "data": { - "id": "EX21955ba4acb1425bbff984a4558c4e5f", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -46375,19 +47660,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension" }, "data": { - "id": "EX45e0ff4d302f442ba5172b028345f689", + "id": "EX6f84e86fa7584d78a9973a79ddc5aec3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1", - "origin": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", - "self": "https://reactor.adobe.io/data_elements/DE01b4a701c0f54c8e8a0a3ddd95cbe3f5", - "extension": "https://reactor.adobe.io/extensions/EX21955ba4acb1425bbff984a4558c4e5f" + "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "origin": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "self": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "extension": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c" }, "meta": { "latest_revision_number": 0 @@ -46561,16 +47846,16 @@ "response": { "data": [ { - "id": "PR527fa6600c5d44148fba00dd3c041fa1", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:12.344Z", + "created_at": "2022-02-04T21:07:24.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:12.344Z", + "updated_at": "2022-02-04T21:07:24.323Z", "platform": "web", "development": false, - "token": "aa7a6d3ce020", + "token": "2cbb9e15fdd2", "domains": [ "example.com" ], @@ -46580,7 +47865,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/company" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -46589,52 +47874,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/callbacks" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/hosts" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/environments" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/libraries" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/data_elements" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/extensions" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/rules" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/notes" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/environments", - "extensions": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/extensions", - "rules": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1/rules", - "self": "https://reactor.adobe.io/properties/PR527fa6600c5d44148fba00dd3c041fa1" + "data_elements": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments", + "extensions": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions", + "rules": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules", + "self": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2" }, "meta": { "rights": [ @@ -46663,7 +47948,7 @@ }, { "name": "data_elements.update_a_data_element", - "endpoint": "/properties/PR527fa6600c5d44148fba00dd3c041fa1", + "endpoint": "/properties/PR6856025e9ac748a296eac8b072c0e9f2", "method": "DELETE", "request": null, "response": null, @@ -46710,16 +47995,16 @@ }, "response": { "data": { - "id": "PR6560f744ce064a18b59012263da144a3", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:18.578Z", + "created_at": "2022-02-04T21:07:34.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:18.578Z", + "updated_at": "2022-02-04T21:07:34.453Z", "platform": "web", "development": false, - "token": "36d9dc79567f", + "token": "5f361e27124b", "domains": [ "example.com" ], @@ -46729,7 +48014,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/company" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -46738,52 +48023,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/callbacks" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/hosts" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/environments" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/libraries" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/data_elements" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/extensions" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/rules" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/notes" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/environments", - "extensions": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/extensions", - "rules": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/rules", - "self": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3" + "data_elements": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments", + "extensions": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions", + "rules": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules", + "self": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1" }, "meta": { "rights": [ @@ -49256,10 +50541,10 @@ }, "response": { "data": { - "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:24.011Z", + "created_at": "2022-02-04T21:07:41.847Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -49267,7 +50552,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:24.011Z", + "updated_at": "2022-02-04T21:07:41.847Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -49277,40 +50562,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/libraries" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/revisions" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/notes" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/property" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/property" }, "data": { - "id": "PR6560f744ce064a18b59012263da144a3", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/origin" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/origin" }, "data": { - "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -49319,7 +50604,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -49328,9 +50613,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3", - "origin": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be", - "self": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be", + "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "origin": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0", + "self": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -51751,14 +53036,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:03:24 -0700", + "name": "My Data Element 2022-02-04 14:07:42 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions" } } @@ -51768,18 +53053,18 @@ }, "response": { "data": { - "id": "DE13aaccb4f4dd43ed836488c5e81ed69a", + "id": "DEb48c69043b3947ce9dd042fe139647ab", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:24.298Z", + "created_at": "2022-02-04T21:07:43.012Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:24 -0700", + "name": "My Data Element 2022-02-04 14:07:42 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:24.298Z", + "updated_at": "2022-02-04T21:07:43.012Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -51791,49 +53076,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/notes" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/property" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/property" }, "data": { - "id": "PR6560f744ce064a18b59012263da144a3", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/origin" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/origin" }, "data": { - "id": "DE13aaccb4f4dd43ed836488c5e81ed69a", + "id": "DEb48c69043b3947ce9dd042fe139647ab", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/extension" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/extension" }, "data": { - "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -51842,19 +53127,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension" }, "data": { - "id": "EX21c57da6acc842dfb7b037be1fdb5c69", + "id": "EX851ee48345714deeb5279b4d4c58ff97", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3", - "origin": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a", - "self": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a", - "extension": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be" + "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "origin": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "self": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "extension": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0" }, "meta": { "latest_revision_number": 0 @@ -51875,15 +53160,15 @@ "settings": "{\"elementSelector\":\".target-element-b\",\"elementProperty\":\"html\"}" }, "type": "data_elements", - "id": "DE13aaccb4f4dd43ed836488c5e81ed69a" + "id": "DEb48c69043b3947ce9dd042fe139647ab" } }, "response": { "data": { - "id": "DE13aaccb4f4dd43ed836488c5e81ed69a", + "id": "DEb48c69043b3947ce9dd042fe139647ab", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:24.298Z", + "created_at": "2022-02-04T21:07:43.012Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -51891,7 +53176,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:24.452Z", + "updated_at": "2022-02-04T21:07:43.390Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -51903,49 +53188,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/notes" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/property" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/property" }, "data": { - "id": "PR6560f744ce064a18b59012263da144a3", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/origin" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/origin" }, "data": { - "id": "DE13aaccb4f4dd43ed836488c5e81ed69a", + "id": "DEb48c69043b3947ce9dd042fe139647ab", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/extension" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/extension" }, "data": { - "id": "EX9bbd7571cd7c42f4b4a3532407fb05be", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -51954,19 +53239,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension" }, "data": { - "id": "EX21c57da6acc842dfb7b037be1fdb5c69", + "id": "EX851ee48345714deeb5279b4d4c58ff97", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3", - "origin": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a", - "self": "https://reactor.adobe.io/data_elements/DE13aaccb4f4dd43ed836488c5e81ed69a", - "extension": "https://reactor.adobe.io/extensions/EX9bbd7571cd7c42f4b4a3532407fb05be" + "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "origin": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "self": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "extension": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0" }, "meta": { "latest_revision_number": 0 @@ -52130,16 +53415,16 @@ "response": { "data": [ { - "id": "PR6560f744ce064a18b59012263da144a3", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:18.578Z", + "created_at": "2022-02-04T21:07:34.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:18.578Z", + "updated_at": "2022-02-04T21:07:34.453Z", "platform": "web", "development": false, - "token": "36d9dc79567f", + "token": "5f361e27124b", "domains": [ "example.com" ], @@ -52149,7 +53434,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/company" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -52158,52 +53443,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/callbacks" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/hosts" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/environments" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/libraries" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/data_elements" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/extensions" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/rules" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/notes" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/environments", - "extensions": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/extensions", - "rules": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3/rules", - "self": "https://reactor.adobe.io/properties/PR6560f744ce064a18b59012263da144a3" + "data_elements": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments", + "extensions": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions", + "rules": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules", + "self": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1" }, "meta": { "rights": [ @@ -52232,7 +53517,7 @@ }, { "name": "data_elements.delete_a_data_element", - "endpoint": "/properties/PR6560f744ce064a18b59012263da144a3", + "endpoint": "/properties/PRbf3bb15e5467426cafec9a188ecc62b1", "method": "DELETE", "request": null, "response": null, @@ -52279,16 +53564,16 @@ }, "response": { "data": { - "id": "PR06ea124dd7b246f5bdd17349f2469377", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:24.867Z", + "created_at": "2022-02-04T21:07:44.894Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:24.867Z", + "updated_at": "2022-02-04T21:07:44.894Z", "platform": "web", "development": false, - "token": "c56bca7ee78f", + "token": "cfc10930f616", "domains": [ "example.com" ], @@ -52298,7 +53583,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/company" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -52307,52 +53592,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/callbacks" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/hosts" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/environments" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/libraries" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/data_elements" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/extensions" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/rules" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/notes" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/data_elements", - "environments": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/environments", - "extensions": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/extensions", - "rules": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/rules", - "self": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377" + "data_elements": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments", + "extensions": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions", + "rules": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules", + "self": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457" }, "meta": { "rights": [ @@ -54825,10 +56110,10 @@ }, "response": { "data": { - "id": "EX4201ad45265b49f7bb613591dd796d3f", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:30.216Z", + "created_at": "2022-02-04T21:07:52.019Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -54836,7 +56121,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:30.216Z", + "updated_at": "2022-02-04T21:07:52.019Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -54846,40 +56131,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/libraries" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/revisions" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/notes" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/property" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/property" }, "data": { - "id": "PR06ea124dd7b246f5bdd17349f2469377", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/origin" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/origin" }, "data": { - "id": "EX4201ad45265b49f7bb613591dd796d3f", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -54888,7 +56173,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f/extension_package" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -54897,9 +56182,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377", - "origin": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f", - "self": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f", + "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "origin": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d", + "self": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -57320,14 +58605,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:03:30 -0700", + "name": "My Data Element 2022-02-04 14:07:53 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX4201ad45265b49f7bb613591dd796d3f", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions" } } @@ -57337,18 +58622,18 @@ }, "response": { "data": { - "id": "DE955915a423404cb2bbf59bafb2a19951", + "id": "DEcb142436e926439594495785483a49ef", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:30.533Z", + "created_at": "2022-02-04T21:07:53.486Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:30 -0700", + "name": "My Data Element 2022-02-04 14:07:53 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:30.533Z", + "updated_at": "2022-02-04T21:07:53.486Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -57360,49 +58645,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/libraries" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/revisions" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/notes" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/property" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/property" }, "data": { - "id": "PR06ea124dd7b246f5bdd17349f2469377", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/origin" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/origin" }, "data": { - "id": "DE955915a423404cb2bbf59bafb2a19951", + "id": "DEcb142436e926439594495785483a49ef", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/extension" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/extension" }, "data": { - "id": "EX4201ad45265b49f7bb613591dd796d3f", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -57411,19 +58696,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension" }, "data": { - "id": "EXa8e616056dd14b20b170ed3e5c8e3e87", + "id": "EX6e24f28db48244499353f710aaef5440", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377", - "origin": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951", - "self": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951", - "extension": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f" + "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "origin": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "self": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "extension": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d" }, "meta": { "latest_revision_number": 0 @@ -57449,18 +58734,18 @@ "request": null, "response": { "data": { - "id": "DE955915a423404cb2bbf59bafb2a19951", + "id": "DEcb142436e926439594495785483a49ef", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:30.533Z", - "deleted_at": "2022-01-20T22:03:30.641Z", + "created_at": "2022-02-04T21:07:53.486Z", + "deleted_at": "2022-02-04T21:07:53.856Z", "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:30 -0700", + "name": "My Data Element 2022-02-04 14:07:53 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:30.677Z", + "updated_at": "2022-02-04T21:07:53.952Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -57472,49 +58757,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/libraries" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/revisions" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/notes" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/property" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/property" }, "data": { - "id": "PR06ea124dd7b246f5bdd17349f2469377", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/origin" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/origin" }, "data": { - "id": "DE955915a423404cb2bbf59bafb2a19951", + "id": "DEcb142436e926439594495785483a49ef", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/extension" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/extension" }, "data": { - "id": "EX4201ad45265b49f7bb613591dd796d3f", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -57523,23 +58808,23 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension" }, "data": { - "id": "EXa8e616056dd14b20b170ed3e5c8e3e87", + "id": "EX6e24f28db48244499353f710aaef5440", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377", - "origin": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951", - "self": "https://reactor.adobe.io/data_elements/DE955915a423404cb2bbf59bafb2a19951", - "extension": "https://reactor.adobe.io/extensions/EX4201ad45265b49f7bb613591dd796d3f" + "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "origin": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "self": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "extension": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d" }, "meta": { "latest_revision_number": 0, - "deleted_at": "2022-01-20T22:03:30.641Z" + "deleted_at": "2022-02-04T21:07:53.856Z" } } }, @@ -57700,16 +58985,16 @@ "response": { "data": [ { - "id": "PR06ea124dd7b246f5bdd17349f2469377", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:24.867Z", + "created_at": "2022-02-04T21:07:44.894Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:24.867Z", + "updated_at": "2022-02-04T21:07:44.894Z", "platform": "web", "development": false, - "token": "c56bca7ee78f", + "token": "cfc10930f616", "domains": [ "example.com" ], @@ -57719,7 +59004,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/company" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -57728,52 +59013,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/callbacks" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/hosts" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/environments" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/libraries" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/data_elements" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/extensions" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/rules" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/notes" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/data_elements", - "environments": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/environments", - "extensions": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/extensions", - "rules": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377/rules", - "self": "https://reactor.adobe.io/properties/PR06ea124dd7b246f5bdd17349f2469377" + "data_elements": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments", + "extensions": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions", + "rules": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules", + "self": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457" }, "meta": { "rights": [ @@ -57802,7 +59087,7 @@ }, { "name": "data_elements.revise_a_data_element", - "endpoint": "/properties/PR06ea124dd7b246f5bdd17349f2469377", + "endpoint": "/properties/PRb9dcbc6f245e4831bb7064c2add5a457", "method": "DELETE", "request": null, "response": null, @@ -57849,16 +59134,16 @@ }, "response": { "data": { - "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:31.167Z", + "created_at": "2022-02-04T21:07:56.450Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:31.167Z", + "updated_at": "2022-02-04T21:07:56.450Z", "platform": "web", "development": false, - "token": "23c895057d59", + "token": "19db57aed390", "domains": [ "example.com" ], @@ -57868,7 +59153,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/company" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -57877,52 +59162,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/callbacks" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/hosts" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/environments" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/libraries" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/data_elements" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/extensions" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/rules" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/notes" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/environments", - "extensions": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/extensions", - "rules": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/rules", - "self": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f" + "data_elements": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments", + "extensions": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions", + "rules": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules", + "self": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d" }, "meta": { "rights": [ @@ -60395,10 +61680,10 @@ }, "response": { "data": { - "id": "EX19d392a383824c819cf1fbd394049157", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:36.549Z", + "created_at": "2022-02-04T21:08:03.897Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -60406,7 +61691,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:36.549Z", + "updated_at": "2022-02-04T21:08:03.897Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -60416,40 +61701,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/libraries" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/revisions" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/notes" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/property" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/property" }, "data": { - "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/origin" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/origin" }, "data": { - "id": "EX19d392a383824c819cf1fbd394049157", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -60458,7 +61743,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157/extension_package" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -60467,9 +61752,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f", - "origin": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157", - "self": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157", + "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "origin": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3", + "self": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -62890,14 +64175,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:03:36 -0700", + "name": "My Data Element 2022-02-04 14:08:05 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX19d392a383824c819cf1fbd394049157", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions" } } @@ -62907,18 +64192,18 @@ }, "response": { "data": { - "id": "DE96c6e6eb1d3742f7861568ae53a8eb61", + "id": "DEef817e71d60f4509b424ba6eb54f70e0", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:36.848Z", + "created_at": "2022-02-04T21:08:06.171Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:36 -0700", + "name": "My Data Element 2022-02-04 14:08:05 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:36.848Z", + "updated_at": "2022-02-04T21:08:06.171Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -62930,49 +64215,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/libraries" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/revisions" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/notes" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/property" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/property" }, "data": { - "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/origin" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/origin" }, "data": { - "id": "DE96c6e6eb1d3742f7861568ae53a8eb61", + "id": "DEef817e71d60f4509b424ba6eb54f70e0", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/extension" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/extension" }, "data": { - "id": "EX19d392a383824c819cf1fbd394049157", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -62981,19 +64266,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/updated_with_extension" }, "data": { - "id": "EXf0b2fe9a80ea478bb6c2a60f12f14a65", + "id": "EX11fe941f01ad4f198379bc819120add3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f", - "origin": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61", - "self": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61", - "extension": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157" + "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "origin": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", + "self": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", + "extension": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3" }, "meta": { "latest_revision_number": 0 @@ -63014,24 +64299,24 @@ "meta": { "action": "revise" }, - "id": "DE96c6e6eb1d3742f7861568ae53a8eb61", + "id": "DEef817e71d60f4509b424ba6eb54f70e0", "type": "data_elements" } }, "response": { "data": { - "id": "DE4e69b91489b642d2b2b80e03fb768e69", + "id": "DEe0b01bc6159a4b838b5dae6ab6c85feb", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:36.969Z", + "created_at": "2022-02-04T21:08:06.668Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:36 -0700", + "name": "My Data Element 2022-02-04 14:08:05 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:03:36.969Z", + "updated_at": "2022-02-04T21:08:06.668Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -63043,49 +64328,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/libraries" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/revisions" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/notes" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/property" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/property" }, "data": { - "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/origin" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/origin" }, "data": { - "id": "DE96c6e6eb1d3742f7861568ae53a8eb61", + "id": "DEef817e71d60f4509b424ba6eb54f70e0", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/extension" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/extension" }, "data": { - "id": "EX19d392a383824c819cf1fbd394049157", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -63094,19 +64379,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/updated_with_extension" }, "data": { - "id": "EXf0b2fe9a80ea478bb6c2a60f12f14a65", + "id": "EX11fe941f01ad4f198379bc819120add3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f", - "origin": "https://reactor.adobe.io/data_elements/DE96c6e6eb1d3742f7861568ae53a8eb61", - "self": "https://reactor.adobe.io/data_elements/DE4e69b91489b642d2b2b80e03fb768e69", - "extension": "https://reactor.adobe.io/extensions/EX19d392a383824c819cf1fbd394049157" + "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "origin": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", + "self": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb", + "extension": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3" }, "meta": { "latest_revision_number": 1 @@ -63270,16 +64555,16 @@ "response": { "data": [ { - "id": "PR7666c09c2dc24dc49193d7c4abc78c1f", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:31.167Z", + "created_at": "2022-02-04T21:07:56.450Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:31.167Z", + "updated_at": "2022-02-04T21:07:56.450Z", "platform": "web", "development": false, - "token": "23c895057d59", + "token": "19db57aed390", "domains": [ "example.com" ], @@ -63289,7 +64574,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/company" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -63298,52 +64583,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/callbacks" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/hosts" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/environments" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/libraries" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/data_elements" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/extensions" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/rules" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/notes" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/environments", - "extensions": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/extensions", - "rules": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f/rules", - "self": "https://reactor.adobe.io/properties/PR7666c09c2dc24dc49193d7c4abc78c1f" + "data_elements": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments", + "extensions": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions", + "rules": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules", + "self": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d" }, "meta": { "rights": [ @@ -63372,7 +64657,7 @@ }, { "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/properties/PR7666c09c2dc24dc49193d7c4abc78c1f", + "endpoint": "/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", "method": "DELETE", "request": null, "response": null, @@ -63419,16 +64704,16 @@ }, "response": { "data": { - "id": "PRc77ae0cc20f24826ab05705a8a4395b1", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:37.445Z", + "created_at": "2022-02-04T21:08:08.705Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:37.445Z", + "updated_at": "2022-02-04T21:08:08.705Z", "platform": "web", "development": false, - "token": "b8585bdcb512", + "token": "e60d1d5a8f86", "domains": [ "example.com" ], @@ -63438,7 +64723,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/company" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -63447,52 +64732,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/callbacks" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/hosts" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/environments" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/libraries" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/data_elements" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/extensions" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/rules" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/notes" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/environments", - "extensions": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/extensions", - "rules": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/rules", - "self": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1" + "data_elements": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments", + "extensions": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions", + "rules": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules", + "self": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787" }, "meta": { "rights": [ @@ -65965,10 +67250,10 @@ }, "response": { "data": { - "id": "EX1da29773e692474e95e56d88214270dd", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:42.822Z", + "created_at": "2022-02-04T21:08:15.866Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -65976,7 +67261,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:42.822Z", + "updated_at": "2022-02-04T21:08:15.866Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -65986,40 +67271,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/libraries" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/revisions" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/notes" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/property" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/property" }, "data": { - "id": "PRc77ae0cc20f24826ab05705a8a4395b1", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/origin" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/origin" }, "data": { - "id": "EX1da29773e692474e95e56d88214270dd", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -66028,7 +67313,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -66037,9 +67322,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", - "origin": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd", - "self": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd", + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387", + "self": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -68460,14 +69745,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:03:43 -0700", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX1da29773e692474e95e56d88214270dd", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } } @@ -68477,18 +69762,18 @@ }, "response": { "data": { - "id": "DEf35941195d024689b2086bb952afbb64", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:43.108Z", + "created_at": "2022-02-04T21:08:18.527Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:43 -0700", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:43.108Z", + "updated_at": "2022-02-04T21:08:18.527Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -68500,49 +69785,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/libraries" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/revisions" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/notes" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/property" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/property" }, "data": { - "id": "PRc77ae0cc20f24826ab05705a8a4395b1", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/origin" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/origin" }, "data": { - "id": "DEf35941195d024689b2086bb952afbb64", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/extension" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/extension" }, "data": { - "id": "EX1da29773e692474e95e56d88214270dd", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -68551,19 +69836,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension" }, "data": { - "id": "EX875f5abfa0134aff891bbd93226261f6", + "id": "EX75f607c96e3b430e99abe285cffd1c1b", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", - "origin": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", - "self": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", - "extension": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd" + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" }, "meta": { "latest_revision_number": 0 @@ -68584,24 +69869,24 @@ "meta": { "action": "revise" }, - "id": "DEf35941195d024689b2086bb952afbb64", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "response": { "data": { - "id": "DE664c6906e0a840098eb156d1ed4f5077", + "id": "DEa7470bf6846849618b97b263bad5b271", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:43.234Z", + "created_at": "2022-02-04T21:08:18.993Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:43 -0700", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:03:43.234Z", + "updated_at": "2022-02-04T21:08:18.993Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -68613,49 +69898,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/notes" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/property" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/property" }, "data": { - "id": "PRc77ae0cc20f24826ab05705a8a4395b1", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/origin" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/origin" }, "data": { - "id": "DEf35941195d024689b2086bb952afbb64", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/extension" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/extension" }, "data": { - "id": "EX1da29773e692474e95e56d88214270dd", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -68664,19 +69949,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension" }, "data": { - "id": "EX875f5abfa0134aff891bbd93226261f6", + "id": "EX75f607c96e3b430e99abe285cffd1c1b", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", - "origin": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", - "self": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077", - "extension": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd" + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" }, "meta": { "latest_revision_number": 1 @@ -68694,18 +69979,18 @@ "response": { "data": [ { - "id": "DE664c6906e0a840098eb156d1ed4f5077", + "id": "DEa7470bf6846849618b97b263bad5b271", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:43.234Z", + "created_at": "2022-02-04T21:08:18.993Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:43 -0700", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:03:43.234Z", + "updated_at": "2022-02-04T21:08:18.993Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -68717,49 +70002,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/notes" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/property" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/property" }, "data": { - "id": "PRc77ae0cc20f24826ab05705a8a4395b1", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/origin" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/origin" }, "data": { - "id": "DEf35941195d024689b2086bb952afbb64", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/extension" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/extension" }, "data": { - "id": "EX1da29773e692474e95e56d88214270dd", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -68768,37 +70053,37 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension" }, "data": { - "id": "EX875f5abfa0134aff891bbd93226261f6", + "id": "EX75f607c96e3b430e99abe285cffd1c1b", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", - "origin": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", - "self": "https://reactor.adobe.io/data_elements/DE664c6906e0a840098eb156d1ed4f5077", - "extension": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd" + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" }, "meta": { "latest_revision_number": 1 } }, { - "id": "DEf35941195d024689b2086bb952afbb64", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:43.108Z", + "created_at": "2022-02-04T21:08:18.527Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:43 -0700", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:43.108Z", + "updated_at": "2022-02-04T21:08:18.527Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -68810,49 +70095,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/libraries" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/revisions" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/notes" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/property" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/property" }, "data": { - "id": "PRc77ae0cc20f24826ab05705a8a4395b1", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/origin" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/origin" }, "data": { - "id": "DEf35941195d024689b2086bb952afbb64", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/extension" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/extension" }, "data": { - "id": "EX1da29773e692474e95e56d88214270dd", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -68861,19 +70146,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension" }, "data": { - "id": "EX875f5abfa0134aff891bbd93226261f6", + "id": "EX75f607c96e3b430e99abe285cffd1c1b", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1", - "origin": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", - "self": "https://reactor.adobe.io/data_elements/DEf35941195d024689b2086bb952afbb64", - "extension": "https://reactor.adobe.io/extensions/EX1da29773e692474e95e56d88214270dd" + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" }, "meta": { "latest_revision_number": 1 @@ -69047,16 +70332,16 @@ "response": { "data": [ { - "id": "PRc77ae0cc20f24826ab05705a8a4395b1", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:37.445Z", + "created_at": "2022-02-04T21:08:08.705Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:37.445Z", + "updated_at": "2022-02-04T21:08:08.705Z", "platform": "web", "development": false, - "token": "b8585bdcb512", + "token": "e60d1d5a8f86", "domains": [ "example.com" ], @@ -69066,7 +70351,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/company" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -69075,52 +70360,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/callbacks" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/hosts" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/environments" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/libraries" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/data_elements" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/extensions" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/rules" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/notes" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/environments", - "extensions": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/extensions", - "rules": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1/rules", - "self": "https://reactor.adobe.io/properties/PRc77ae0cc20f24826ab05705a8a4395b1" + "data_elements": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments", + "extensions": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions", + "rules": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules", + "self": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787" }, "meta": { "rights": [ @@ -69149,7 +70434,7 @@ }, { "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/properties/PRc77ae0cc20f24826ab05705a8a4395b1", + "endpoint": "/properties/PR2b43fb7acfa24dc389bc5c782d08e787", "method": "DELETE", "request": null, "response": null, @@ -69196,16 +70481,16 @@ }, "response": { "data": { - "id": "PR731dcba956784bc780cb647fd08c2a70", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:43.817Z", + "created_at": "2022-02-04T21:08:23.377Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:43.817Z", + "updated_at": "2022-02-04T21:08:23.377Z", "platform": "web", "development": false, - "token": "8848362bdbe0", + "token": "2f34b9862712", "domains": [ "example.com" ], @@ -69215,7 +70500,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/company" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -69224,52 +70509,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/callbacks" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/hosts" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/environments" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/libraries" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/data_elements" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/extensions" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/rules" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/notes" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/data_elements", - "environments": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/environments", - "extensions": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/extensions", - "rules": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/rules", - "self": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70" + "data_elements": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments", + "extensions": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions", + "rules": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules", + "self": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b" }, "meta": { "rights": [ @@ -71742,10 +73027,10 @@ }, "response": { "data": { - "id": "EX3ebd2c79342946c0ae58f834239190cb", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:49.200Z", + "created_at": "2022-02-04T21:08:30.243Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -71753,7 +73038,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:49.200Z", + "updated_at": "2022-02-04T21:08:30.243Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -71763,40 +73048,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/libraries" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/revisions" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/notes" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/property" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/property" }, "data": { - "id": "PR731dcba956784bc780cb647fd08c2a70", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/origin" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/origin" }, "data": { - "id": "EX3ebd2c79342946c0ae58f834239190cb", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -71805,7 +73090,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb/extension_package" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -71814,9 +73099,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70", - "origin": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb", - "self": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb", + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f", + "self": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -74237,14 +75522,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:03:49 -0700", + "name": "My Data Element 2022-02-04 14:08:31 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX3ebd2c79342946c0ae58f834239190cb", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } } @@ -74254,18 +75539,18 @@ }, "response": { "data": { - "id": "DEdc23d90de1134ccc980244b0c7e90c7c", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:49.472Z", + "created_at": "2022-02-04T21:08:31.389Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:49 -0700", + "name": "My Data Element 2022-02-04 14:08:31 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:49.472Z", + "updated_at": "2022-02-04T21:08:31.389Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -74277,49 +75562,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/libraries" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/revisions" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/notes" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/property" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/property" }, "data": { - "id": "PR731dcba956784bc780cb647fd08c2a70", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/origin" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/origin" }, "data": { - "id": "DEdc23d90de1134ccc980244b0c7e90c7c", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/extension" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/extension" }, "data": { - "id": "EX3ebd2c79342946c0ae58f834239190cb", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -74328,19 +75613,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension" }, "data": { - "id": "EXeefd4ea953f34f0a81bb9f4bb3b3225e", + "id": "EX069ad0371c014463a7881757ed77f691", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70", - "origin": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", - "self": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", - "extension": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb" + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "self": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" }, "meta": { "latest_revision_number": 0 @@ -74361,24 +75646,24 @@ "meta": { "action": "revise" }, - "id": "DEdc23d90de1134ccc980244b0c7e90c7c", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements" } }, "response": { "data": { - "id": "DE4d8ef2aae4ee4d7c824a23d3bf7f3774", + "id": "DEa86cb179e2004bfbb87d55a9c08495b8", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:49.597Z", + "created_at": "2022-02-04T21:08:31.790Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:49 -0700", + "name": "My Data Element 2022-02-04 14:08:31 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:03:49.597Z", + "updated_at": "2022-02-04T21:08:31.790Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -74390,49 +75675,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/notes" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/property" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/property" }, "data": { - "id": "PR731dcba956784bc780cb647fd08c2a70", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/origin" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/origin" }, "data": { - "id": "DEdc23d90de1134ccc980244b0c7e90c7c", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/extension" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/extension" }, "data": { - "id": "EX3ebd2c79342946c0ae58f834239190cb", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -74441,19 +75726,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/updated_with_extension" }, "data": { - "id": "EXeefd4ea953f34f0a81bb9f4bb3b3225e", + "id": "EX069ad0371c014463a7881757ed77f691", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70", - "origin": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", - "self": "https://reactor.adobe.io/data_elements/DE4d8ef2aae4ee4d7c824a23d3bf7f3774", - "extension": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb" + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "self": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8", + "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" }, "meta": { "latest_revision_number": 1 @@ -74470,18 +75755,18 @@ "request": null, "response": { "data": { - "id": "DEdc23d90de1134ccc980244b0c7e90c7c", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:49.472Z", + "created_at": "2022-02-04T21:08:31.389Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:49 -0700", + "name": "My Data Element 2022-02-04 14:08:31 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:49.472Z", + "updated_at": "2022-02-04T21:08:31.389Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -74493,49 +75778,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/libraries" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/revisions" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/notes" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/property" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/property" }, "data": { - "id": "PR731dcba956784bc780cb647fd08c2a70", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/origin" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/origin" }, "data": { - "id": "DEdc23d90de1134ccc980244b0c7e90c7c", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/extension" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/extension" }, "data": { - "id": "EX3ebd2c79342946c0ae58f834239190cb", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -74544,19 +75829,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension" }, "data": { - "id": "EXeefd4ea953f34f0a81bb9f4bb3b3225e", + "id": "EX069ad0371c014463a7881757ed77f691", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70", - "origin": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", - "self": "https://reactor.adobe.io/data_elements/DEdc23d90de1134ccc980244b0c7e90c7c", - "extension": "https://reactor.adobe.io/extensions/EX3ebd2c79342946c0ae58f834239190cb" + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "self": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" }, "meta": { "latest_revision_number": 1 @@ -74720,16 +76005,16 @@ "response": { "data": [ { - "id": "PR731dcba956784bc780cb647fd08c2a70", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:43.817Z", + "created_at": "2022-02-04T21:08:23.377Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:43.817Z", + "updated_at": "2022-02-04T21:08:23.377Z", "platform": "web", "development": false, - "token": "8848362bdbe0", + "token": "2f34b9862712", "domains": [ "example.com" ], @@ -74739,7 +76024,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/company" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -74748,52 +76033,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/callbacks" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/hosts" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/environments" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/libraries" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/data_elements" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/extensions" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/rules" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/notes" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/data_elements", - "environments": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/environments", - "extensions": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/extensions", - "rules": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70/rules", - "self": "https://reactor.adobe.io/properties/PR731dcba956784bc780cb647fd08c2a70" + "data_elements": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments", + "extensions": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions", + "rules": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules", + "self": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b" }, "meta": { "rights": [ @@ -74822,7 +76107,7 @@ }, { "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/properties/PR731dcba956784bc780cb647fd08c2a70", + "endpoint": "/properties/PRa50cad000cab4663a8d754cb8b437d0b", "method": "DELETE", "request": null, "response": null, @@ -74869,16 +76154,16 @@ }, "response": { "data": { - "id": "PR9d7f6d2281264924b0a232136ca7afd0", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:50.171Z", + "created_at": "2022-02-04T21:08:33.825Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:50.171Z", + "updated_at": "2022-02-04T21:08:33.825Z", "platform": "web", "development": false, - "token": "7e4089562ed2", + "token": "2873aa83b9fe", "domains": [ "example.com" ], @@ -74888,7 +76173,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/company" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -74897,52 +76182,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/callbacks" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/hosts" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/environments" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/libraries" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/data_elements" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/extensions" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/rules" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/notes" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/environments", - "extensions": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/extensions", - "rules": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/rules", - "self": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0" + "data_elements": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments", + "extensions": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions", + "rules": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules", + "self": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4" }, "meta": { "rights": [ @@ -77415,10 +78700,10 @@ }, "response": { "data": { - "id": "EXd76d6512b28148319d8531e17d55b91e", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:55.556Z", + "created_at": "2022-02-04T21:08:40.489Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -77426,7 +78711,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:55.556Z", + "updated_at": "2022-02-04T21:08:40.489Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -77436,40 +78721,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/libraries" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/revisions" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/notes" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/property" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/property" }, "data": { - "id": "PR9d7f6d2281264924b0a232136ca7afd0", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/origin" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/origin" }, "data": { - "id": "EXd76d6512b28148319d8531e17d55b91e", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -77478,7 +78763,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -77487,9 +78772,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0", - "origin": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e", - "self": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e", + "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", + "origin": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", + "self": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -79910,14 +81195,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:03:55 -0700", + "name": "My Data Element 2022-02-04 14:08:41 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EXd76d6512b28148319d8531e17d55b91e", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions" } } @@ -79927,18 +81212,18 @@ }, "response": { "data": { - "id": "DE75614b49efd94fb1935469f0e9aac994", + "id": "DE93393bd31f734702a5859f5d6535c254", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:03:55.851Z", + "created_at": "2022-02-04T21:08:41.669Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:03:55 -0700", + "name": "My Data Element 2022-02-04 14:08:41 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:55.851Z", + "updated_at": "2022-02-04T21:08:41.669Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -79950,49 +81235,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/libraries" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/revisions" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/notes" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/property" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/property" }, "data": { - "id": "PR9d7f6d2281264924b0a232136ca7afd0", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/origin" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/origin" }, "data": { - "id": "DE75614b49efd94fb1935469f0e9aac994", + "id": "DE93393bd31f734702a5859f5d6535c254", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/extension" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/extension" }, "data": { - "id": "EXd76d6512b28148319d8531e17d55b91e", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -80001,19 +81286,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/updated_with_extension" }, "data": { - "id": "EXcc4c12d2a999437c82277ca23e6a2330", + "id": "EXe9b88da7f0ec4f688290249ca49672f7", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0", - "origin": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994", - "self": "https://reactor.adobe.io/data_elements/DE75614b49efd94fb1935469f0e9aac994", - "extension": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e" + "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", + "origin": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254", + "self": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254", + "extension": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126" }, "meta": { "latest_revision_number": 0 @@ -80030,10 +81315,10 @@ "request": null, "response": { "data": { - "id": "EXd76d6512b28148319d8531e17d55b91e", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:03:55.556Z", + "created_at": "2022-02-04T21:08:40.489Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -80041,7 +81326,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:03:55.556Z", + "updated_at": "2022-02-04T21:08:40.489Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -80051,40 +81336,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/libraries" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/revisions" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/notes" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/property" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/property" }, "data": { - "id": "PR9d7f6d2281264924b0a232136ca7afd0", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/origin" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/origin" }, "data": { - "id": "EXd76d6512b28148319d8531e17d55b91e", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -80093,7 +81378,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -80102,9 +81387,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0", - "origin": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e", - "self": "https://reactor.adobe.io/extensions/EXd76d6512b28148319d8531e17d55b91e", + "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", + "origin": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", + "self": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -80270,16 +81555,16 @@ "response": { "data": [ { - "id": "PR9d7f6d2281264924b0a232136ca7afd0", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:50.171Z", + "created_at": "2022-02-04T21:08:33.825Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:50.171Z", + "updated_at": "2022-02-04T21:08:33.825Z", "platform": "web", "development": false, - "token": "7e4089562ed2", + "token": "2873aa83b9fe", "domains": [ "example.com" ], @@ -80289,7 +81574,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/company" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -80298,52 +81583,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/callbacks" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/hosts" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/environments" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/libraries" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/data_elements" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/extensions" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/rules" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/notes" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/environments", - "extensions": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/extensions", - "rules": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0/rules", - "self": "https://reactor.adobe.io/properties/PR9d7f6d2281264924b0a232136ca7afd0" + "data_elements": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments", + "extensions": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions", + "rules": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules", + "self": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4" }, "meta": { "rights": [ @@ -80372,7 +81657,7 @@ }, { "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/properties/PR9d7f6d2281264924b0a232136ca7afd0", + "endpoint": "/properties/PR98931498177a4ccfb3c90a1541426be4", "method": "DELETE", "request": null, "response": null, @@ -80419,16 +81704,16 @@ }, "response": { "data": { - "id": "PR267a56df708d4380b39f3a5f8f9c85fd", + "id": "PR2a261de3ad584b05833ca29e4e2b7023", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:56.434Z", + "created_at": "2022-02-04T21:08:43.643Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:56.434Z", + "updated_at": "2022-02-04T21:08:43.643Z", "platform": "web", "development": false, - "token": "331b2705c9cf", + "token": "58d282c6f940", "domains": [ "example.com" ], @@ -80438,7 +81723,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/company" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -80447,52 +81732,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/callbacks" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/hosts" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/environments" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/libraries" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/data_elements" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/extensions" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/rules" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/notes" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/environments", - "extensions": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/extensions", - "rules": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/rules", - "self": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd" + "data_elements": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments", + "extensions": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions", + "rules": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules", + "self": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023" }, "meta": { "rights": [ @@ -82965,10 +84250,10 @@ }, "response": { "data": { - "id": "EX12ef398b866e4364befff2be18bfad0b", + "id": "EX09f1b68856594e3daedbf13dca24169e", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:04:01.853Z", + "created_at": "2022-02-04T21:08:50.128Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -82976,7 +84261,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:04:01.853Z", + "updated_at": "2022-02-04T21:08:50.128Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -82986,40 +84271,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/libraries" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/revisions" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/notes" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/property" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/property" }, "data": { - "id": "PR267a56df708d4380b39f3a5f8f9c85fd", + "id": "PR2a261de3ad584b05833ca29e4e2b7023", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/origin" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/origin" }, "data": { - "id": "EX12ef398b866e4364befff2be18bfad0b", + "id": "EX09f1b68856594e3daedbf13dca24169e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -83028,7 +84313,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b/extension_package" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -83037,9 +84322,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd", - "origin": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b", - "self": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b", + "property": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023", + "origin": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e", + "self": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -85460,14 +86745,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:04:02 -0700", + "name": "My Data Element 2022-02-04 14:08:50 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX12ef398b866e4364befff2be18bfad0b", + "id": "EX09f1b68856594e3daedbf13dca24169e", "type": "extensions" } } @@ -85477,18 +86762,18 @@ }, "response": { "data": { - "id": "DE65b79a1b5ce94a899d908f26025620f0", + "id": "DEe59f325f6387458e985c7ffd739e231b", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:04:02.143Z", + "created_at": "2022-02-04T21:08:51.072Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:04:02 -0700", + "name": "My Data Element 2022-02-04 14:08:50 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:04:02.143Z", + "updated_at": "2022-02-04T21:08:51.072Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -85500,49 +86785,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/libraries" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/revisions" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/notes" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/property" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/property" }, "data": { - "id": "PR267a56df708d4380b39f3a5f8f9c85fd", + "id": "PR2a261de3ad584b05833ca29e4e2b7023", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/origin" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/origin" }, "data": { - "id": "DE65b79a1b5ce94a899d908f26025620f0", + "id": "DEe59f325f6387458e985c7ffd739e231b", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/extension" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/extension" }, "data": { - "id": "EX12ef398b866e4364befff2be18bfad0b", + "id": "EX09f1b68856594e3daedbf13dca24169e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -85551,19 +86836,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/updated_with_extension" }, "data": { - "id": "EX3cb9a993055c4cbc9eed2c0479c7cf5e", + "id": "EX2bddeca8c2c64eb4adbf3928bc2df8cc", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd", - "origin": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0", - "self": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0", - "extension": "https://reactor.adobe.io/extensions/EX12ef398b866e4364befff2be18bfad0b" + "property": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023", + "origin": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", + "self": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", + "extension": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e" }, "meta": { "latest_revision_number": 0 @@ -85587,28 +86872,28 @@ }, "response": { "data": { - "id": "NT7ab430dce1294603a4d3511d43f8601e", + "id": "NTa26ffd18b40c4f17b51f3695d98f7c04", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:04:02.285Z", + "created_at": "2022-02-04T21:08:51.434Z", "text": "this note on a data element intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b" }, "data": { - "id": "DE65b79a1b5ce94a899d908f26025620f0", + "id": "DEe59f325f6387458e985c7ffd739e231b", "type": "data_elements" } } }, "links": { - "resource": "https://reactor.adobe.io/data_elements/DE65b79a1b5ce94a899d908f26025620f0", - "self": "https://reactor.adobe.io/notes/NT7ab430dce1294603a4d3511d43f8601e" + "resource": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", + "self": "https://reactor.adobe.io/notes/NTa26ffd18b40c4f17b51f3695d98f7c04" } } }, @@ -85769,16 +87054,16 @@ "response": { "data": [ { - "id": "PR267a56df708d4380b39f3a5f8f9c85fd", + "id": "PR2a261de3ad584b05833ca29e4e2b7023", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:03:56.434Z", + "created_at": "2022-02-04T21:08:43.643Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:03:56.434Z", + "updated_at": "2022-02-04T21:08:43.643Z", "platform": "web", "development": false, - "token": "331b2705c9cf", + "token": "58d282c6f940", "domains": [ "example.com" ], @@ -85788,7 +87073,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/company" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -85797,52 +87082,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/callbacks" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/hosts" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/environments" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/libraries" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/data_elements" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/extensions" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/rules" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/notes" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/environments", - "extensions": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/extensions", - "rules": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd/rules", - "self": "https://reactor.adobe.io/properties/PR267a56df708d4380b39f3a5f8f9c85fd" + "data_elements": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments", + "extensions": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions", + "rules": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules", + "self": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023" }, "meta": { "rights": [ @@ -85871,7 +87156,7 @@ }, { "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/properties/PR267a56df708d4380b39f3a5f8f9c85fd", + "endpoint": "/properties/PR2a261de3ad584b05833ca29e4e2b7023", "method": "DELETE", "request": null, "response": null, @@ -85918,16 +87203,16 @@ }, "response": { "data": { - "id": "PReda588ca408f48108388175c39a376ef", + "id": "PR0b3966229a074cdf9347bbd967e6bb36", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:02.741Z", + "created_at": "2022-02-04T21:08:52.829Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:02.741Z", + "updated_at": "2022-02-04T21:08:52.829Z", "platform": "web", "development": false, - "token": "49efdf5c47ae", + "token": "a34e23084df9", "domains": [ "example.com" ], @@ -85937,7 +87222,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/company" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -85946,52 +87231,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/callbacks" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/hosts" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/environments" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/libraries" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/data_elements" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/extensions" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/rules" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/notes" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/data_elements", - "environments": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/environments", - "extensions": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/extensions", - "rules": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/rules", - "self": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef" + "data_elements": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules", + "self": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36" }, "meta": { "rights": [ @@ -88464,10 +89749,10 @@ }, "response": { "data": { - "id": "EX0813a46320fe4301823f3e57bb0d885b", + "id": "EX6e123231b3d54683adeeb7102df55238", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:04:08.165Z", + "created_at": "2022-02-04T21:08:59.202Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -88475,7 +89760,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:04:08.165Z", + "updated_at": "2022-02-04T21:08:59.202Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -88485,40 +89770,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/libraries" + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/revisions" + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/notes" + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/property" + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/property" }, "data": { - "id": "PReda588ca408f48108388175c39a376ef", + "id": "PR0b3966229a074cdf9347bbd967e6bb36", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/origin" + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/origin" }, "data": { - "id": "EX0813a46320fe4301823f3e57bb0d885b", + "id": "EX6e123231b3d54683adeeb7102df55238", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -88527,7 +89812,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b/extension_package" + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -88536,9 +89821,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef", - "origin": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b", - "self": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b", + "property": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36", + "origin": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238", + "self": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -90959,14 +92244,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:04:08 -0700", + "name": "My Data Element 2022-02-04 14:08:59 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX0813a46320fe4301823f3e57bb0d885b", + "id": "EX6e123231b3d54683adeeb7102df55238", "type": "extensions" } } @@ -90976,18 +92261,18 @@ }, "response": { "data": { - "id": "DEa6ea4abb03c34080abccfbf0aa68e626", + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:04:08.461Z", + "created_at": "2022-02-04T21:09:00.035Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:04:08 -0700", + "name": "My Data Element 2022-02-04 14:08:59 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:04:08.461Z", + "updated_at": "2022-02-04T21:09:00.035Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -90999,49 +92284,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/libraries" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/revisions" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/notes" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/property" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/property" }, "data": { - "id": "PReda588ca408f48108388175c39a376ef", + "id": "PR0b3966229a074cdf9347bbd967e6bb36", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/origin" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/origin" }, "data": { - "id": "DEa6ea4abb03c34080abccfbf0aa68e626", + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/extension" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/extension" }, "data": { - "id": "EX0813a46320fe4301823f3e57bb0d885b", + "id": "EX6e123231b3d54683adeeb7102df55238", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -91050,19 +92335,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/updated_with_extension" }, "data": { - "id": "EX054d449bc2be4752a44ddc7ec7264099", + "id": "EX04783ef2b99040a4af0f0adbe02976d0", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef", - "origin": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626", - "self": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626", - "extension": "https://reactor.adobe.io/extensions/EX0813a46320fe4301823f3e57bb0d885b" + "property": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36", + "origin": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "self": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "extension": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238" }, "meta": { "latest_revision_number": 0 @@ -91086,28 +92371,28 @@ }, "response": { "data": { - "id": "NT1da6dba4e90f4a68915de72fc2c87e9a", + "id": "NTde392a7f9f6048d1842b229573db2f16", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:04:08.552Z", + "created_at": "2022-02-04T21:09:00.644Z", "text": "this is a note on a data element" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c" }, "data": { - "id": "DEa6ea4abb03c34080abccfbf0aa68e626", + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", "type": "data_elements" } } }, "links": { - "resource": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626", - "self": "https://reactor.adobe.io/notes/NT1da6dba4e90f4a68915de72fc2c87e9a" + "resource": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "self": "https://reactor.adobe.io/notes/NTde392a7f9f6048d1842b229573db2f16" } } }, @@ -91122,28 +92407,28 @@ "response": { "data": [ { - "id": "NT1da6dba4e90f4a68915de72fc2c87e9a", + "id": "NTde392a7f9f6048d1842b229573db2f16", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:04:08.552Z", + "created_at": "2022-02-04T21:09:00.644Z", "text": "this is a note on a data element" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626" + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c" }, "data": { - "id": "DEa6ea4abb03c34080abccfbf0aa68e626", + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", "type": "data_elements" } } }, "links": { - "resource": "https://reactor.adobe.io/data_elements/DEa6ea4abb03c34080abccfbf0aa68e626", - "self": "https://reactor.adobe.io/notes/NT1da6dba4e90f4a68915de72fc2c87e9a" + "resource": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "self": "https://reactor.adobe.io/notes/NTde392a7f9f6048d1842b229573db2f16" } } ], @@ -91314,16 +92599,16 @@ "response": { "data": [ { - "id": "PReda588ca408f48108388175c39a376ef", + "id": "PR0b3966229a074cdf9347bbd967e6bb36", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:02.741Z", + "created_at": "2022-02-04T21:08:52.829Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:02.741Z", + "updated_at": "2022-02-04T21:08:52.829Z", "platform": "web", "development": false, - "token": "49efdf5c47ae", + "token": "a34e23084df9", "domains": [ "example.com" ], @@ -91333,7 +92618,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/company" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -91342,52 +92627,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/callbacks" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/hosts" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/environments" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/libraries" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/data_elements" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/extensions" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/rules" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/notes" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/data_elements", - "environments": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/environments", - "extensions": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/extensions", - "rules": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef/rules", - "self": "https://reactor.adobe.io/properties/PReda588ca408f48108388175c39a376ef" + "data_elements": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules", + "self": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36" }, "meta": { "rights": [ @@ -91416,7 +92701,7 @@ }, { "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/properties/PReda588ca408f48108388175c39a376ef", + "endpoint": "/properties/PR0b3966229a074cdf9347bbd967e6bb36", "method": "DELETE", "request": null, "response": null, @@ -91463,16 +92748,16 @@ }, "response": { "data": { - "id": "PRafc18a7f0d094ee99b94f411b3ca79bd", + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:09.062Z", + "created_at": "2022-02-04T21:09:02.116Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:09.062Z", + "updated_at": "2022-02-04T21:09:02.116Z", "platform": "web", "development": false, - "token": "a78e33a45e53", + "token": "6cce2efde75a", "domains": [ "example.com" ], @@ -91482,7 +92767,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/company" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -91491,52 +92776,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/callbacks" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/hosts" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/environments" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/libraries" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/data_elements" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/extensions" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/rules" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/notes" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/data_elements", - "environments": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/environments", - "extensions": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/extensions", - "rules": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/rules", - "self": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd" + "data_elements": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments", + "extensions": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions", + "rules": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules", + "self": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1" }, "meta": { "rights": [ @@ -91555,7 +92840,7 @@ }, { "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/hosts", + "endpoint": "/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts", "method": "POST", "request": { "data": { @@ -91568,33 +92853,33 @@ }, "response": { "data": { - "id": "HTad17526bf3004d7b9811542854ef3739", + "id": "HT1311acffa7724c438a3152736d1c8ec3", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:04:14.283Z", + "created_at": "2022-02-04T21:09:07.646Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:04:14.283Z", + "updated_at": "2022-02-04T21:09:07.646Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTad17526bf3004d7b9811542854ef3739/property" + "related": "https://reactor.adobe.io/hosts/HT1311acffa7724c438a3152736d1c8ec3/property" }, "data": { - "id": "PRafc18a7f0d094ee99b94f411b3ca79bd", + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd", - "self": "https://reactor.adobe.io/hosts/HTad17526bf3004d7b9811542854ef3739" + "property": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1", + "self": "https://reactor.adobe.io/hosts/HT1311acffa7724c438a3152736d1c8ec3" } } }, @@ -91613,7 +92898,7 @@ "relationships": { "host": { "data": { - "id": "HTad17526bf3004d7b9811542854ef3739", + "id": "HT1311acffa7724c438a3152736d1c8ec3", "type": "hosts" } } @@ -91623,81 +92908,81 @@ }, "response": { "data": { - "id": "ENe5ea5749ce39469584780333d9e6f140", + "id": "ENd4069e52fe574b9ea9064dd6cd340b91", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:14.379Z", - "library_path": "17e0df72ece8/a78e33a45e53", - "library_name": "launch-9167d271454a-development.min.js", + "created_at": "2022-02-04T21:09:07.889Z", + "library_path": "17e0df72ece8/6cce2efde75a", + "library_name": "launch-f472b9996138-development.min.js", "library_entry_points": [ { - "library_name": "launch-9167d271454a-development.min.js", + "library_name": "launch-f472b9996138-development.min.js", "minified": true, "references": [ - "17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.min.js" + "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.min.js" ], - "license_path": "17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.js" + "license_path": "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" }, { - "library_name": "launch-9167d271454a-development.js", + "library_name": "launch-f472b9996138-development.js", "minified": false, "references": [ - "17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.js" + "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" ] } ], "name": "Dev Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:14.379Z", + "updated_at": "2022-02-04T21:09:07.889Z", "status": "succeeded", - "token": "9167d271454a" + "token": "f472b9996138" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/library" + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/builds" + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/host", - "self": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/relationships/host" + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/host", + "self": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/relationships/host" }, "data": { - "id": "HTad17526bf3004d7b9811542854ef3739", + "id": "HT1311acffa7724c438a3152736d1c8ec3", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140/property" + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/property" }, "data": { - "id": "PRafc18a7f0d094ee99b94f411b3ca79bd", + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd", - "self": "https://reactor.adobe.io/environments/ENe5ea5749ce39469584780333d9e6f140" + "property": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1", + "self": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/a78e33a45e53/launch-9167d271454a-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" } ] } @@ -91860,16 +93145,16 @@ "response": { "data": [ { - "id": "PRafc18a7f0d094ee99b94f411b3ca79bd", + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:09.062Z", + "created_at": "2022-02-04T21:09:02.116Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:09.062Z", + "updated_at": "2022-02-04T21:09:02.116Z", "platform": "web", "development": false, - "token": "a78e33a45e53", + "token": "6cce2efde75a", "domains": [ "example.com" ], @@ -91879,7 +93164,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/company" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -91888,52 +93173,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/callbacks" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/hosts" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/environments" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/libraries" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/data_elements" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/extensions" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/rules" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/notes" + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/data_elements", - "environments": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/environments", - "extensions": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/extensions", - "rules": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd/rules", - "self": "https://reactor.adobe.io/properties/PRafc18a7f0d094ee99b94f411b3ca79bd" + "data_elements": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments", + "extensions": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions", + "rules": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules", + "self": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1" }, "meta": { "rights": [ @@ -91962,7 +93247,7 @@ }, { "name": "environments.create_an_akamai_environment", - "endpoint": "/properties/PRafc18a7f0d094ee99b94f411b3ca79bd", + "endpoint": "/properties/PR72dd205ffd2541d1b603cf4b42470eb1", "method": "DELETE", "request": null, "response": null, @@ -92009,16 +93294,16 @@ }, "response": { "data": { - "id": "PRa8c6c4ec42074eb3916142f0fb58626c", + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:14.835Z", + "created_at": "2022-02-04T21:09:09.128Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:14.835Z", + "updated_at": "2022-02-04T21:09:09.128Z", "platform": "web", "development": false, - "token": "bf9939c2351e", + "token": "288e63b64582", "domains": [ "example.com" ], @@ -92028,7 +93313,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/company" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -92037,52 +93322,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/callbacks" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/hosts" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/environments" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/libraries" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/data_elements" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/extensions" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/rules" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/notes" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/environments", - "extensions": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/extensions", - "rules": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/rules", - "self": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c" + "data_elements": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules", + "self": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706" }, "meta": { "rights": [ @@ -92101,7 +93386,7 @@ }, { "name": "environments.create_an_akamai_environment", - "endpoint": "/properties/PRa8c6c4ec42074eb3916142f0fb58626c/hosts", + "endpoint": "/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts", "method": "POST", "request": { "data": { @@ -92114,33 +93399,33 @@ }, "response": { "data": { - "id": "HT80f0eb46ce464d459bc58f377b35b82b", + "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:04:20.090Z", + "created_at": "2022-02-04T21:09:15.169Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:04:20.090Z", + "updated_at": "2022-02-04T21:09:15.169Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT80f0eb46ce464d459bc58f377b35b82b/property" + "related": "https://reactor.adobe.io/hosts/HTe4ea19c45bc44d27bdb27dc2db3f62b7/property" }, "data": { - "id": "PRa8c6c4ec42074eb3916142f0fb58626c", + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c", - "self": "https://reactor.adobe.io/hosts/HT80f0eb46ce464d459bc58f377b35b82b" + "property": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706", + "self": "https://reactor.adobe.io/hosts/HTe4ea19c45bc44d27bdb27dc2db3f62b7" } } }, @@ -92159,7 +93444,7 @@ "relationships": { "host": { "data": { - "id": "HT80f0eb46ce464d459bc58f377b35b82b", + "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", "type": "hosts" } } @@ -92169,81 +93454,81 @@ }, "response": { "data": { - "id": "ENa0ed597478064d25987b82a429ba0b52", + "id": "ENf13417697bf44ee28f22d34fe5fb70af", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:20.196Z", - "library_path": "17e0df72ece8/bf9939c2351e", - "library_name": "launch-d421f52a4494-development.min.js", + "created_at": "2022-02-04T21:09:16.271Z", + "library_path": "17e0df72ece8/288e63b64582", + "library_name": "launch-927ff4fcb3c1-development.min.js", "library_entry_points": [ { - "library_name": "launch-d421f52a4494-development.min.js", + "library_name": "launch-927ff4fcb3c1-development.min.js", "minified": true, "references": [ - "17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.min.js" + "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.min.js" ], - "license_path": "17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.js" + "license_path": "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" }, { - "library_name": "launch-d421f52a4494-development.js", + "library_name": "launch-927ff4fcb3c1-development.js", "minified": false, "references": [ - "17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.js" + "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" ] } ], "name": "Akamai Dev Environment", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:20.196Z", + "updated_at": "2022-02-04T21:09:16.271Z", "status": "succeeded", - "token": "d421f52a4494" + "token": "927ff4fcb3c1" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/library" + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/builds" + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/host", - "self": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/relationships/host" + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/host", + "self": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/relationships/host" }, "data": { - "id": "HT80f0eb46ce464d459bc58f377b35b82b", + "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52/property" + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/property" }, "data": { - "id": "PRa8c6c4ec42074eb3916142f0fb58626c", + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c", - "self": "https://reactor.adobe.io/environments/ENa0ed597478064d25987b82a429ba0b52" + "property": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706", + "self": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/bf9939c2351e/launch-d421f52a4494-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" } ] } @@ -92406,16 +93691,16 @@ "response": { "data": [ { - "id": "PRa8c6c4ec42074eb3916142f0fb58626c", + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:14.835Z", + "created_at": "2022-02-04T21:09:09.128Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:14.835Z", + "updated_at": "2022-02-04T21:09:09.128Z", "platform": "web", "development": false, - "token": "bf9939c2351e", + "token": "288e63b64582", "domains": [ "example.com" ], @@ -92425,7 +93710,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/company" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -92434,52 +93719,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/callbacks" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/hosts" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/environments" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/libraries" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/data_elements" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/extensions" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/rules" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/notes" + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/environments", - "extensions": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/extensions", - "rules": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c/rules", - "self": "https://reactor.adobe.io/properties/PRa8c6c4ec42074eb3916142f0fb58626c" + "data_elements": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules", + "self": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706" }, "meta": { "rights": [ @@ -92508,7 +93793,7 @@ }, { "name": "environments.get_an_environment", - "endpoint": "/properties/PRa8c6c4ec42074eb3916142f0fb58626c", + "endpoint": "/properties/PR0cb6f5e523fd4adaae59f3159ff28706", "method": "DELETE", "request": null, "response": null, @@ -92555,16 +93840,16 @@ }, "response": { "data": { - "id": "PR6ef0c9e4edaa4b2db937799168285754", + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:20.698Z", + "created_at": "2022-02-04T21:09:19.362Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:20.698Z", + "updated_at": "2022-02-04T21:09:19.362Z", "platform": "web", "development": false, - "token": "2faea6122091", + "token": "b9568deb6e08", "domains": [ "example.com" ], @@ -92574,7 +93859,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/company" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -92583,52 +93868,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/callbacks" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/hosts" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/environments" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/libraries" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/data_elements" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/extensions" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/rules" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/notes" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/environments", - "extensions": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/extensions", - "rules": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/rules", - "self": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754" + "data_elements": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments", + "extensions": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions", + "rules": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules", + "self": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb" }, "meta": { "rights": [ @@ -92647,7 +93932,7 @@ }, { "name": "environments.get_an_environment", - "endpoint": "/properties/PR6ef0c9e4edaa4b2db937799168285754/hosts", + "endpoint": "/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts", "method": "POST", "request": { "data": { @@ -92660,33 +93945,33 @@ }, "response": { "data": { - "id": "HT79b2a7a04c3842268af1ddc41137f2f5", + "id": "HTe17fe0c387724ad6b0b050346edf94cd", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:04:25.961Z", + "created_at": "2022-02-04T21:09:26.243Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:04:25.961Z", + "updated_at": "2022-02-04T21:09:26.243Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT79b2a7a04c3842268af1ddc41137f2f5/property" + "related": "https://reactor.adobe.io/hosts/HTe17fe0c387724ad6b0b050346edf94cd/property" }, "data": { - "id": "PR6ef0c9e4edaa4b2db937799168285754", + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754", - "self": "https://reactor.adobe.io/hosts/HT79b2a7a04c3842268af1ddc41137f2f5" + "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "self": "https://reactor.adobe.io/hosts/HTe17fe0c387724ad6b0b050346edf94cd" } } }, @@ -92706,7 +93991,7 @@ "relationships": { "host": { "data": { - "id": "HT79b2a7a04c3842268af1ddc41137f2f5", + "id": "HTe17fe0c387724ad6b0b050346edf94cd", "type": "hosts" } } @@ -92716,81 +94001,81 @@ }, "response": { "data": { - "id": "ENdb4ce2135fa84ae090f1de2aa7ee2914", + "id": "EN68bac62b21284769913690bffb6cfc45", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:26.055Z", - "library_path": "17e0df72ece8/2faea6122091", - "library_name": "launch-7257275439d0-development.min.js", + "created_at": "2022-02-04T21:09:26.761Z", + "library_path": "17e0df72ece8/b9568deb6e08", + "library_name": "launch-f651160df3b1-development.min.js", "library_entry_points": [ { - "library_name": "launch-7257275439d0-development.min.js", + "library_name": "launch-f651160df3b1-development.min.js", "minified": true, "references": [ - "17e0df72ece8/2faea6122091/launch-7257275439d0-development.min.js" + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js" ], - "license_path": "17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" + "license_path": "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" }, { - "library_name": "launch-7257275439d0-development.js", + "library_name": "launch-f651160df3b1-development.js", "minified": false, "references": [ - "17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:26.055Z", + "updated_at": "2022-02-04T21:09:26.761Z", "status": "succeeded", - "token": "7257275439d0" + "token": "f651160df3b1" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/library" + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/builds" + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/host", - "self": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/relationships/host" + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/host", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/relationships/host" }, "data": { - "id": "HT79b2a7a04c3842268af1ddc41137f2f5", + "id": "HTe17fe0c387724ad6b0b050346edf94cd", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/property" + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/property" }, "data": { - "id": "PR6ef0c9e4edaa4b2db937799168285754", + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754", - "self": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914" + "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" } ] } @@ -92806,81 +94091,81 @@ "request": null, "response": { "data": { - "id": "ENdb4ce2135fa84ae090f1de2aa7ee2914", + "id": "EN68bac62b21284769913690bffb6cfc45", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:26.055Z", - "library_path": "17e0df72ece8/2faea6122091", - "library_name": "launch-7257275439d0-development.min.js", + "created_at": "2022-02-04T21:09:26.761Z", + "library_path": "17e0df72ece8/b9568deb6e08", + "library_name": "launch-f651160df3b1-development.min.js", "library_entry_points": [ { - "library_name": "launch-7257275439d0-development.min.js", + "library_name": "launch-f651160df3b1-development.min.js", "minified": true, "references": [ - "17e0df72ece8/2faea6122091/launch-7257275439d0-development.min.js" + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js" ], - "license_path": "17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" + "license_path": "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" }, { - "library_name": "launch-7257275439d0-development.js", + "library_name": "launch-f651160df3b1-development.js", "minified": false, "references": [ - "17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:26.055Z", + "updated_at": "2022-02-04T21:09:26.761Z", "status": "succeeded", - "token": "7257275439d0" + "token": "f651160df3b1" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/library" + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/builds" + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/host", - "self": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/relationships/host" + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/host", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/relationships/host" }, "data": { - "id": "HT79b2a7a04c3842268af1ddc41137f2f5", + "id": "HTe17fe0c387724ad6b0b050346edf94cd", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914/property" + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/property" }, "data": { - "id": "PR6ef0c9e4edaa4b2db937799168285754", + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754", - "self": "https://reactor.adobe.io/environments/ENdb4ce2135fa84ae090f1de2aa7ee2914" + "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2faea6122091/launch-7257275439d0-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" } ] } @@ -93043,16 +94328,16 @@ "response": { "data": [ { - "id": "PR6ef0c9e4edaa4b2db937799168285754", + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:20.698Z", + "created_at": "2022-02-04T21:09:19.362Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:20.698Z", + "updated_at": "2022-02-04T21:09:19.362Z", "platform": "web", "development": false, - "token": "2faea6122091", + "token": "b9568deb6e08", "domains": [ "example.com" ], @@ -93062,7 +94347,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/company" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -93071,52 +94356,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/callbacks" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/hosts" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/environments" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/libraries" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/data_elements" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/extensions" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/rules" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/notes" + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/environments", - "extensions": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/extensions", - "rules": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754/rules", - "self": "https://reactor.adobe.io/properties/PR6ef0c9e4edaa4b2db937799168285754" + "data_elements": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments", + "extensions": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions", + "rules": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules", + "self": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb" }, "meta": { "rights": [ @@ -93145,7 +94430,7 @@ }, { "name": "environments.update_an_environment", - "endpoint": "/properties/PR6ef0c9e4edaa4b2db937799168285754", + "endpoint": "/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", "method": "DELETE", "request": null, "response": null, @@ -93192,16 +94477,16 @@ }, "response": { "data": { - "id": "PRe4b544381008457c975f2b40007018bc", + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:26.509Z", + "created_at": "2022-02-04T21:09:28.584Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:26.509Z", + "updated_at": "2022-02-04T21:09:28.584Z", "platform": "web", "development": false, - "token": "63101b5415c5", + "token": "4e376ca99b09", "domains": [ "example.com" ], @@ -93211,7 +94496,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/company" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -93220,52 +94505,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/callbacks" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/hosts" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/environments" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/libraries" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/data_elements" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/extensions" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/rules" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/notes" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/environments", - "extensions": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/extensions", - "rules": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/rules", - "self": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc" + "data_elements": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments", + "extensions": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions", + "rules": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules", + "self": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9" }, "meta": { "rights": [ @@ -93284,7 +94569,7 @@ }, { "name": "environments.update_an_environment", - "endpoint": "/properties/PRe4b544381008457c975f2b40007018bc/hosts", + "endpoint": "/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts", "method": "POST", "request": { "data": { @@ -93297,33 +94582,33 @@ }, "response": { "data": { - "id": "HT341aec8abff3406397c4051aeb5daf1c", + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:04:31.713Z", + "created_at": "2022-02-04T21:09:34.553Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:04:31.713Z", + "updated_at": "2022-02-04T21:09:34.553Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT341aec8abff3406397c4051aeb5daf1c/property" + "related": "https://reactor.adobe.io/hosts/HT25a9e7ea29b343b9bf418ecc056cd8c3/property" }, "data": { - "id": "PRe4b544381008457c975f2b40007018bc", + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc", - "self": "https://reactor.adobe.io/hosts/HT341aec8abff3406397c4051aeb5daf1c" + "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "self": "https://reactor.adobe.io/hosts/HT25a9e7ea29b343b9bf418ecc056cd8c3" } } }, @@ -93343,7 +94628,7 @@ "relationships": { "host": { "data": { - "id": "HT341aec8abff3406397c4051aeb5daf1c", + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", "type": "hosts" } } @@ -93353,81 +94638,81 @@ }, "response": { "data": { - "id": "ENe52f2ef7832e4157a3583649eb0b71fd", + "id": "EN1d43f5058b274d60818aec1be7a89520", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:31.806Z", - "library_path": "17e0df72ece8/63101b5415c5", - "library_name": "launch-293f12326da9-development.min.js", + "created_at": "2022-02-04T21:09:35.477Z", + "library_path": "17e0df72ece8/4e376ca99b09", + "library_name": "launch-0dee55967521-development.min.js", "library_entry_points": [ { - "library_name": "launch-293f12326da9-development.min.js", + "library_name": "launch-0dee55967521-development.min.js", "minified": true, "references": [ - "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.min.js" + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js" ], - "license_path": "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" + "license_path": "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" }, { - "library_name": "launch-293f12326da9-development.js", + "library_name": "launch-0dee55967521-development.js", "minified": false, "references": [ - "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:31.806Z", + "updated_at": "2022-02-04T21:09:35.477Z", "status": "succeeded", - "token": "293f12326da9" + "token": "0dee55967521" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/library" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/builds" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/host", - "self": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/relationships/host" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/host", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/relationships/host" }, "data": { - "id": "HT341aec8abff3406397c4051aeb5daf1c", + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/property" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/property" }, "data": { - "id": "PRe4b544381008457c975f2b40007018bc", + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc", - "self": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd" + "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" } ] } @@ -93445,87 +94730,87 @@ "attributes": { "name": "New environment name" }, - "id": "ENe52f2ef7832e4157a3583649eb0b71fd", + "id": "EN1d43f5058b274d60818aec1be7a89520", "type": "environments" } }, "response": { "data": { - "id": "ENe52f2ef7832e4157a3583649eb0b71fd", + "id": "EN1d43f5058b274d60818aec1be7a89520", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:31.806Z", - "library_path": "17e0df72ece8/63101b5415c5", - "library_name": "launch-293f12326da9-development.min.js", + "created_at": "2022-02-04T21:09:35.477Z", + "library_path": "17e0df72ece8/4e376ca99b09", + "library_name": "launch-0dee55967521-development.min.js", "library_entry_points": [ { - "library_name": "launch-293f12326da9-development.min.js", + "library_name": "launch-0dee55967521-development.min.js", "minified": true, "references": [ - "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.min.js" + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js" ], - "license_path": "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" + "license_path": "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" }, { - "library_name": "launch-293f12326da9-development.js", + "library_name": "launch-0dee55967521-development.js", "minified": false, "references": [ - "17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" ] } ], "name": "New environment name", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:31.918Z", + "updated_at": "2022-02-04T21:09:36.208Z", "status": "succeeded", - "token": "293f12326da9" + "token": "0dee55967521" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/library" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/builds" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/host", - "self": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/relationships/host" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/host", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/relationships/host" }, "data": { - "id": "HT341aec8abff3406397c4051aeb5daf1c", + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd/property" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/property" }, "data": { - "id": "PRe4b544381008457c975f2b40007018bc", + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc", - "self": "https://reactor.adobe.io/environments/ENe52f2ef7832e4157a3583649eb0b71fd" + "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/63101b5415c5/launch-293f12326da9-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" } ] } @@ -93688,16 +94973,16 @@ "response": { "data": [ { - "id": "PRe4b544381008457c975f2b40007018bc", + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:26.509Z", + "created_at": "2022-02-04T21:09:28.584Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:26.509Z", + "updated_at": "2022-02-04T21:09:28.584Z", "platform": "web", "development": false, - "token": "63101b5415c5", + "token": "4e376ca99b09", "domains": [ "example.com" ], @@ -93707,7 +94992,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/company" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -93716,52 +95001,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/callbacks" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/hosts" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/environments" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/libraries" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/data_elements" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/extensions" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/rules" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/notes" + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/environments", - "extensions": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/extensions", - "rules": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc/rules", - "self": "https://reactor.adobe.io/properties/PRe4b544381008457c975f2b40007018bc" + "data_elements": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments", + "extensions": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions", + "rules": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules", + "self": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9" }, "meta": { "rights": [ @@ -93790,7 +95075,7 @@ }, { "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/PRe4b544381008457c975f2b40007018bc", + "endpoint": "/properties/PR6061856fe5af43eea5c73bcffd4c29d9", "method": "DELETE", "request": null, "response": null, @@ -93837,16 +95122,16 @@ }, "response": { "data": { - "id": "PR9c779cd6345542e28d39cfb316b79649", + "id": "PR0770a84d7198481c8de3d192ee6fb40d", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:32.393Z", + "created_at": "2022-02-04T21:09:39.143Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:32.393Z", + "updated_at": "2022-02-04T21:09:39.143Z", "platform": "web", "development": false, - "token": "9af117b3ba99", + "token": "d7edcebabe96", "domains": [ "example.com" ], @@ -93856,7 +95141,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/company" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -93865,52 +95150,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/callbacks" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/hosts" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/environments" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/libraries" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/data_elements" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/extensions" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/rules" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/notes" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/rules", - "self": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649" + "data_elements": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments", + "extensions": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions", + "rules": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules", + "self": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d" }, "meta": { "rights": [ @@ -93929,7 +95214,7 @@ }, { "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/PR9c779cd6345542e28d39cfb316b79649/hosts", + "endpoint": "/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts", "method": "POST", "request": { "data": { @@ -93942,33 +95227,33 @@ }, "response": { "data": { - "id": "HT434e8cb5612248ce8425426af9dc53c8", + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:04:37.628Z", + "created_at": "2022-02-04T21:09:45.463Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:04:37.628Z", + "updated_at": "2022-02-04T21:09:45.463Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT434e8cb5612248ce8425426af9dc53c8/property" + "related": "https://reactor.adobe.io/hosts/HTadcaa8a160864f96a1dbf15d4fef874e/property" }, "data": { - "id": "PR9c779cd6345542e28d39cfb316b79649", + "id": "PR0770a84d7198481c8de3d192ee6fb40d", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649", - "self": "https://reactor.adobe.io/hosts/HT434e8cb5612248ce8425426af9dc53c8" + "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "self": "https://reactor.adobe.io/hosts/HTadcaa8a160864f96a1dbf15d4fef874e" } } }, @@ -93988,7 +95273,7 @@ "relationships": { "host": { "data": { - "id": "HT434e8cb5612248ce8425426af9dc53c8", + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", "type": "hosts" } } @@ -93998,81 +95283,81 @@ }, "response": { "data": { - "id": "EN22852767c0774444bc0de2bece32716b", + "id": "EN6b2e523a2c284051b41806fbcd73c33e", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:37.727Z", - "library_path": "17e0df72ece8/9af117b3ba99", - "library_name": "launch-06a174cc223b-development.min.js", + "created_at": "2022-02-04T21:09:46.025Z", + "library_path": "17e0df72ece8/d7edcebabe96", + "library_name": "launch-0eb2a60475a9-development.min.js", "library_entry_points": [ { - "library_name": "launch-06a174cc223b-development.min.js", + "library_name": "launch-0eb2a60475a9-development.min.js", "minified": true, "references": [ - "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.min.js" + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js" ], - "license_path": "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" + "license_path": "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" }, { - "library_name": "launch-06a174cc223b-development.js", + "library_name": "launch-0eb2a60475a9-development.js", "minified": false, "references": [ - "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:37.727Z", + "updated_at": "2022-02-04T21:09:46.025Z", "status": "succeeded", - "token": "06a174cc223b" + "token": "0eb2a60475a9" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/library" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/builds" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/host", - "self": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/relationships/host" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/host", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/relationships/host" }, "data": { - "id": "HT434e8cb5612248ce8425426af9dc53c8", + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/property" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/property" }, "data": { - "id": "PR9c779cd6345542e28d39cfb316b79649", + "id": "PR0770a84d7198481c8de3d192ee6fb40d", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649", - "self": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b" + "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" } ] } @@ -94089,81 +95374,81 @@ "response": { "data": [ { - "id": "EN22852767c0774444bc0de2bece32716b", + "id": "EN6b2e523a2c284051b41806fbcd73c33e", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:37.727Z", - "library_path": "17e0df72ece8/9af117b3ba99", - "library_name": "launch-06a174cc223b-development.min.js", + "created_at": "2022-02-04T21:09:46.025Z", + "library_path": "17e0df72ece8/d7edcebabe96", + "library_name": "launch-0eb2a60475a9-development.min.js", "library_entry_points": [ { - "library_name": "launch-06a174cc223b-development.min.js", + "library_name": "launch-0eb2a60475a9-development.min.js", "minified": true, "references": [ - "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.min.js" + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js" ], - "license_path": "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" + "license_path": "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" }, { - "library_name": "launch-06a174cc223b-development.js", + "library_name": "launch-0eb2a60475a9-development.js", "minified": false, "references": [ - "17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:37.727Z", + "updated_at": "2022-02-04T21:09:46.025Z", "status": "succeeded", - "token": "06a174cc223b" + "token": "0eb2a60475a9" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/library" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/builds" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/host", - "self": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/relationships/host" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/host", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/relationships/host" }, "data": { - "id": "HT434e8cb5612248ce8425426af9dc53c8", + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b/property" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/property" }, "data": { - "id": "PR9c779cd6345542e28d39cfb316b79649", + "id": "PR0770a84d7198481c8de3d192ee6fb40d", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649", - "self": "https://reactor.adobe.io/environments/EN22852767c0774444bc0de2bece32716b" + "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9af117b3ba99/launch-06a174cc223b-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" } ] } @@ -94336,16 +95621,16 @@ "response": { "data": [ { - "id": "PR9c779cd6345542e28d39cfb316b79649", + "id": "PR0770a84d7198481c8de3d192ee6fb40d", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:32.393Z", + "created_at": "2022-02-04T21:09:39.143Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:32.393Z", + "updated_at": "2022-02-04T21:09:39.143Z", "platform": "web", "development": false, - "token": "9af117b3ba99", + "token": "d7edcebabe96", "domains": [ "example.com" ], @@ -94355,7 +95640,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/company" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -94364,52 +95649,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/callbacks" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/hosts" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/environments" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/libraries" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/data_elements" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/extensions" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/rules" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/notes" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649/rules", - "self": "https://reactor.adobe.io/properties/PR9c779cd6345542e28d39cfb316b79649" + "data_elements": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments", + "extensions": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions", + "rules": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules", + "self": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d" }, "meta": { "rights": [ @@ -94438,7 +95723,7 @@ }, { "name": "environments.delete_an_environment", - "endpoint": "/properties/PR9c779cd6345542e28d39cfb316b79649", + "endpoint": "/properties/PR0770a84d7198481c8de3d192ee6fb40d", "method": "DELETE", "request": null, "response": null, @@ -94485,16 +95770,16 @@ }, "response": { "data": { - "id": "PR94c99b5e69a74014ae15feae95180536", + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:38.252Z", + "created_at": "2022-02-04T21:09:48.785Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:38.252Z", + "updated_at": "2022-02-04T21:09:48.785Z", "platform": "web", "development": false, - "token": "3d3de507bc3a", + "token": "7e46ea991920", "domains": [ "example.com" ], @@ -94504,7 +95789,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/company" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -94513,52 +95798,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/callbacks" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/hosts" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/environments" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/libraries" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/data_elements" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/extensions" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/rules" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/notes" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/data_elements", - "environments": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/environments", - "extensions": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/extensions", - "rules": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/rules", - "self": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536" + "data_elements": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments", + "extensions": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions", + "rules": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules", + "self": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c" }, "meta": { "rights": [ @@ -94577,7 +95862,7 @@ }, { "name": "environments.delete_an_environment", - "endpoint": "/properties/PR94c99b5e69a74014ae15feae95180536/hosts", + "endpoint": "/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts", "method": "POST", "request": { "data": { @@ -94590,33 +95875,33 @@ }, "response": { "data": { - "id": "HT1dd93f24421c4f95834b9015a9cab1d5", + "id": "HTf9a91007a75b431e8d1c325104d37a2e", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:04:43.452Z", + "created_at": "2022-02-04T21:09:54.921Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:04:43.452Z", + "updated_at": "2022-02-04T21:09:54.921Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT1dd93f24421c4f95834b9015a9cab1d5/property" + "related": "https://reactor.adobe.io/hosts/HTf9a91007a75b431e8d1c325104d37a2e/property" }, "data": { - "id": "PR94c99b5e69a74014ae15feae95180536", + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536", - "self": "https://reactor.adobe.io/hosts/HT1dd93f24421c4f95834b9015a9cab1d5" + "property": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c", + "self": "https://reactor.adobe.io/hosts/HTf9a91007a75b431e8d1c325104d37a2e" } } }, @@ -94636,7 +95921,7 @@ "relationships": { "host": { "data": { - "id": "HT1dd93f24421c4f95834b9015a9cab1d5", + "id": "HTf9a91007a75b431e8d1c325104d37a2e", "type": "hosts" } } @@ -94646,81 +95931,81 @@ }, "response": { "data": { - "id": "ENb708f24c40a842f7a801c640d41c0e5b", + "id": "EN0d2f208ac06b499f820dca902f64c178", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:43.566Z", - "library_path": "17e0df72ece8/3d3de507bc3a", - "library_name": "launch-51f6ae6fc041-development.min.js", + "created_at": "2022-02-04T21:09:55.321Z", + "library_path": "17e0df72ece8/7e46ea991920", + "library_name": "launch-4eadaf53fb1b-development.min.js", "library_entry_points": [ { - "library_name": "launch-51f6ae6fc041-development.min.js", + "library_name": "launch-4eadaf53fb1b-development.min.js", "minified": true, "references": [ - "17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.min.js" + "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.min.js" ], - "license_path": "17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.js" + "license_path": "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" }, { - "library_name": "launch-51f6ae6fc041-development.js", + "library_name": "launch-4eadaf53fb1b-development.js", "minified": false, "references": [ - "17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.js" + "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:43.566Z", + "updated_at": "2022-02-04T21:09:55.321Z", "status": "succeeded", - "token": "51f6ae6fc041" + "token": "4eadaf53fb1b" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/library" + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/builds" + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/host", - "self": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/relationships/host" + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/host", + "self": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/relationships/host" }, "data": { - "id": "HT1dd93f24421c4f95834b9015a9cab1d5", + "id": "HTf9a91007a75b431e8d1c325104d37a2e", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b/property" + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/property" }, "data": { - "id": "PR94c99b5e69a74014ae15feae95180536", + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536", - "self": "https://reactor.adobe.io/environments/ENb708f24c40a842f7a801c640d41c0e5b" + "property": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c", + "self": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/3d3de507bc3a/launch-51f6ae6fc041-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" } ] } @@ -94892,16 +96177,16 @@ "response": { "data": [ { - "id": "PR94c99b5e69a74014ae15feae95180536", + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:38.252Z", + "created_at": "2022-02-04T21:09:48.785Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:38.252Z", + "updated_at": "2022-02-04T21:09:48.785Z", "platform": "web", "development": false, - "token": "3d3de507bc3a", + "token": "7e46ea991920", "domains": [ "example.com" ], @@ -94911,7 +96196,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/company" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -94920,52 +96205,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/callbacks" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/hosts" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/environments" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/libraries" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/data_elements" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/extensions" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/rules" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/notes" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/data_elements", - "environments": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/environments", - "extensions": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/extensions", - "rules": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536/rules", - "self": "https://reactor.adobe.io/properties/PR94c99b5e69a74014ae15feae95180536" + "data_elements": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments", + "extensions": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions", + "rules": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules", + "self": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c" }, "meta": { "rights": [ @@ -94994,7 +96279,7 @@ }, { "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/PR94c99b5e69a74014ae15feae95180536", + "endpoint": "/properties/PRba5bb0c44e9940f5a499fed1f883e29c", "method": "DELETE", "request": null, "response": null, @@ -95041,16 +96326,16 @@ }, "response": { "data": { - "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:44.232Z", + "created_at": "2022-02-04T21:09:59.536Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:44.232Z", + "updated_at": "2022-02-04T21:09:59.536Z", "platform": "web", "development": false, - "token": "5e52902e908d", + "token": "970870272a1a", "domains": [ "example.com" ], @@ -95060,7 +96345,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/company" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -95069,52 +96354,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/callbacks" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/hosts" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/environments" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/libraries" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/data_elements" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/extensions" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/rules" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/notes" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/environments", - "extensions": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/extensions", - "rules": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/rules", - "self": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e" + "data_elements": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments", + "extensions": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions", + "rules": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules", + "self": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52" }, "meta": { "rights": [ @@ -95133,7 +96418,7 @@ }, { "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/hosts", + "endpoint": "/properties/PRe549969fd21441258538b4c32c6b7c52/hosts", "method": "POST", "request": { "data": { @@ -95146,33 +96431,33 @@ }, "response": { "data": { - "id": "HT4a6543b790ca4b6985f693370b4dbaea", + "id": "HT3cce178838c541b6966a15864fec968c", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:04:49.429Z", + "created_at": "2022-02-04T21:10:05.960Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:04:49.429Z", + "updated_at": "2022-02-04T21:10:05.960Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT4a6543b790ca4b6985f693370b4dbaea/property" + "related": "https://reactor.adobe.io/hosts/HT3cce178838c541b6966a15864fec968c/property" }, "data": { - "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", - "self": "https://reactor.adobe.io/hosts/HT4a6543b790ca4b6985f693370b4dbaea" + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/hosts/HT3cce178838c541b6966a15864fec968c" } } }, @@ -95192,7 +96477,7 @@ "relationships": { "host": { "data": { - "id": "HT4a6543b790ca4b6985f693370b4dbaea", + "id": "HT3cce178838c541b6966a15864fec968c", "type": "hosts" } } @@ -95202,81 +96487,81 @@ }, "response": { "data": { - "id": "EN213412e0df64421289e07f7c870bfa00", + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:49.505Z", - "library_path": "17e0df72ece8/5e52902e908d", - "library_name": "launch-76d814916495-development.min.js", + "created_at": "2022-02-04T21:10:06.570Z", + "library_path": "17e0df72ece8/970870272a1a", + "library_name": "launch-8ba4512c2bc2-development.min.js", "library_entry_points": [ { - "library_name": "launch-76d814916495-development.min.js", + "library_name": "launch-8ba4512c2bc2-development.min.js", "minified": true, "references": [ - "17e0df72ece8/5e52902e908d/launch-76d814916495-development.min.js" + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js" ], - "license_path": "17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" + "license_path": "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" }, { - "library_name": "launch-76d814916495-development.js", + "library_name": "launch-8ba4512c2bc2-development.js", "minified": false, "references": [ - "17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:49.505Z", + "updated_at": "2022-02-04T21:10:06.570Z", "status": "succeeded", - "token": "76d814916495" + "token": "8ba4512c2bc2" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/library" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/builds" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/host", - "self": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/relationships/host" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/host", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/relationships/host" }, "data": { - "id": "HT4a6543b790ca4b6985f693370b4dbaea", + "id": "HT3cce178838c541b6966a15864fec968c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/property" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/property" }, "data": { - "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", - "self": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00" + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" } ] } @@ -95299,49 +96584,49 @@ }, "response": { "data": { - "id": "LBce0dff869b034738a4c25f210646d5c8", + "id": "LB250598a233054430a9cc10ba712026b4", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:04:49.597Z", + "created_at": "2022-02-04T21:10:06.899Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:04:49.597Z", + "updated_at": "2022-02-04T21:10:06.899Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/builds" + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/data_elements", - "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/data_elements", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/extensions", - "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/extensions", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/notes" + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/rules", - "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/rules", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/rules" } }, "upstream_library": { @@ -95349,23 +96634,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/property" + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/property" }, "data": { - "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/last_build" + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", - "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8" + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4" }, "meta": { "build_status": null, @@ -95382,18 +96667,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN213412e0df64421289e07f7c870bfa00", + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", "type": "environments" } }, "response": { "data": { - "id": "EN213412e0df64421289e07f7c870bfa00", + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/environment", - "self": "https://reactor.adobe.io/libraries/LBce0dff869b034738a4c25f210646d5c8/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/environment", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/environment" } }, "response_code": 200, @@ -95406,84 +96691,84 @@ "request": null, "response": { "data": { - "id": "EN213412e0df64421289e07f7c870bfa00", + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:49.505Z", - "library_path": "17e0df72ece8/5e52902e908d", - "library_name": "launch-76d814916495-development.min.js", + "created_at": "2022-02-04T21:10:06.570Z", + "library_path": "17e0df72ece8/970870272a1a", + "library_name": "launch-8ba4512c2bc2-development.min.js", "library_entry_points": [ { - "library_name": "launch-76d814916495-development.min.js", + "library_name": "launch-8ba4512c2bc2-development.min.js", "minified": true, "references": [ - "17e0df72ece8/5e52902e908d/launch-76d814916495-development.min.js" + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js" ], - "license_path": "17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" + "license_path": "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" }, { - "library_name": "launch-76d814916495-development.js", + "library_name": "launch-8ba4512c2bc2-development.js", "minified": false, "references": [ - "17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:49.711Z", + "updated_at": "2022-02-04T21:10:07.542Z", "status": "succeeded", - "token": "76d814916495" + "token": "8ba4512c2bc2" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/library" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/library" }, "data": { - "id": "LBce0dff869b034738a4c25f210646d5c8", + "id": "LB250598a233054430a9cc10ba712026b4", "type": "libraries" } }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/builds" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/host", - "self": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/relationships/host" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/host", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/relationships/host" }, "data": { - "id": "HT4a6543b790ca4b6985f693370b4dbaea", + "id": "HT3cce178838c541b6966a15864fec968c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00/property" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/property" }, "data": { - "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", - "self": "https://reactor.adobe.io/environments/EN213412e0df64421289e07f7c870bfa00" + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5e52902e908d/launch-76d814916495-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" } ] } @@ -95646,16 +96931,16 @@ "response": { "data": [ { - "id": "PR61eb0f3ef7c44570ab6cb66203cbc05e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:44.232Z", + "created_at": "2022-02-04T21:09:59.536Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:44.232Z", + "updated_at": "2022-02-04T21:09:59.536Z", "platform": "web", "development": false, - "token": "5e52902e908d", + "token": "970870272a1a", "domains": [ "example.com" ], @@ -95665,7 +96950,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/company" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -95674,52 +96959,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/callbacks" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/hosts" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/environments" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/libraries" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/data_elements" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/extensions" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/rules" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/notes" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/environments", - "extensions": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/extensions", - "rules": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e/rules", - "self": "https://reactor.adobe.io/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e" + "data_elements": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments", + "extensions": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions", + "rules": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules", + "self": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52" }, "meta": { "rights": [ @@ -95748,7 +97033,7 @@ }, { "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/PR61eb0f3ef7c44570ab6cb66203cbc05e", + "endpoint": "/properties/PRe549969fd21441258538b4c32c6b7c52", "method": "DELETE", "request": null, "response": null, @@ -95795,16 +97080,16 @@ }, "response": { "data": { - "id": "PR7e3f09f4b00842e789f55e289d139661", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:50.251Z", + "created_at": "2022-02-04T21:10:10.803Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:50.251Z", + "updated_at": "2022-02-04T21:10:10.803Z", "platform": "web", "development": false, - "token": "1294713fcc18", + "token": "0330e1a06f8f", "domains": [ "example.com" ], @@ -95814,7 +97099,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/company" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -95823,52 +97108,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/callbacks" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/hosts" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/environments" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/libraries" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/data_elements" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/extensions" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/rules" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/notes" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/environments", - "extensions": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/extensions", - "rules": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/rules", - "self": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661" + "data_elements": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments", + "extensions": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions", + "rules": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules", + "self": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4" }, "meta": { "rights": [ @@ -95887,7 +97172,7 @@ }, { "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/PR7e3f09f4b00842e789f55e289d139661/hosts", + "endpoint": "/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts", "method": "POST", "request": { "data": { @@ -95900,33 +97185,33 @@ }, "response": { "data": { - "id": "HTfac2d446d5ed4d7893a4b90ea27570dc", + "id": "HT99ff323e360f48b2a934a3a4fd030c96", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:04:55.481Z", + "created_at": "2022-02-04T21:10:18.099Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:04:55.481Z", + "updated_at": "2022-02-04T21:10:18.099Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTfac2d446d5ed4d7893a4b90ea27570dc/property" + "related": "https://reactor.adobe.io/hosts/HT99ff323e360f48b2a934a3a4fd030c96/property" }, "data": { - "id": "PR7e3f09f4b00842e789f55e289d139661", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661", - "self": "https://reactor.adobe.io/hosts/HTfac2d446d5ed4d7893a4b90ea27570dc" + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/hosts/HT99ff323e360f48b2a934a3a4fd030c96" } } }, @@ -95946,7 +97231,7 @@ "relationships": { "host": { "data": { - "id": "HTfac2d446d5ed4d7893a4b90ea27570dc", + "id": "HT99ff323e360f48b2a934a3a4fd030c96", "type": "hosts" } } @@ -95956,81 +97241,81 @@ }, "response": { "data": { - "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", + "id": "EN2f4bc4ea09224212a49574c442332fe6", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:55.580Z", - "library_path": "17e0df72ece8/1294713fcc18", - "library_name": "launch-a7f5b588b7d0-development.min.js", + "created_at": "2022-02-04T21:10:18.589Z", + "library_path": "17e0df72ece8/0330e1a06f8f", + "library_name": "launch-dd88c3052edf-development.min.js", "library_entry_points": [ { - "library_name": "launch-a7f5b588b7d0-development.min.js", + "library_name": "launch-dd88c3052edf-development.min.js", "minified": true, "references": [ - "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js" + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js" ], - "license_path": "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" + "license_path": "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" }, { - "library_name": "launch-a7f5b588b7d0-development.js", + "library_name": "launch-dd88c3052edf-development.js", "minified": false, "references": [ - "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:55.580Z", + "updated_at": "2022-02-04T21:10:18.589Z", "status": "succeeded", - "token": "a7f5b588b7d0" + "token": "dd88c3052edf" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/library" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/builds" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/host", - "self": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/host", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/relationships/host" }, "data": { - "id": "HTfac2d446d5ed4d7893a4b90ea27570dc", + "id": "HT99ff323e360f48b2a934a3a4fd030c96", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/property" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/property" }, "data": { - "id": "PR7e3f09f4b00842e789f55e289d139661", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661", - "self": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7" + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" } ] } @@ -96053,49 +97338,49 @@ }, "response": { "data": { - "id": "LB1230d6e254dd4772bc02b4e3d973c64c", + "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:04:55.652Z", + "created_at": "2022-02-04T21:10:19.019Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:04:55.652Z", + "updated_at": "2022-02-04T21:10:19.019Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/builds" + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/data_elements", - "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/data_elements", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/extensions", - "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/extensions", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/notes" + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/rules", - "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/rules", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/rules" } }, "upstream_library": { @@ -96103,23 +97388,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/property" + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/property" }, "data": { - "id": "PR7e3f09f4b00842e789f55e289d139661", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/last_build" + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661", - "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c" + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0" }, "meta": { "build_status": null, @@ -96136,18 +97421,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", + "id": "EN2f4bc4ea09224212a49574c442332fe6", "type": "environments" } }, "response": { "data": { - "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", + "id": "EN2f4bc4ea09224212a49574c442332fe6", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/environment", - "self": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/environment", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/environment" } }, "response_code": 200, @@ -96160,66 +97445,66 @@ "request": null, "response": { "data": { - "id": "BLcc3c2e87b514491895be9eaf53b5d0b3", + "id": "BLe3d249ac3bc24f0782edaf5f354e756c", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:04:55.893Z", + "created_at": "2022-02-04T21:10:23.357Z", "status": "pending", - "updated_at": "2022-01-20T22:04:55.893Z", - "token": "9dfad58d32fe" + "updated_at": "2022-02-04T21:10:23.357Z", + "token": "abcd8ac802d1" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/data_elements" + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/extensions" + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/rules" + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/environment" + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/environment" }, "data": { - "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", + "id": "EN2f4bc4ea09224212a49574c442332fe6", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/library" + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/library" }, "data": { - "id": "LB1230d6e254dd4772bc02b4e3d973c64c", + "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3/property" + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/property" }, "data": { - "id": "PR7e3f09f4b00842e789f55e289d139661", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", - "library": "https://reactor.adobe.io/libraries/LB1230d6e254dd4772bc02b4e3d973c64c", - "self": "https://reactor.adobe.io/builds/BLcc3c2e87b514491895be9eaf53b5d0b3" + "environment": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6", + "library": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0", + "self": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/9dfad58d32fe/launch-a7f5b588b7d0-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/abcd8ac802d1/launch-dd88c3052edf-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -96235,84 +97520,84 @@ "request": null, "response": { "data": { - "id": "ENa8c9dd34a08e4ac49ae1cba2cce9f5d7", + "id": "EN2f4bc4ea09224212a49574c442332fe6", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:04:55.580Z", - "library_path": "17e0df72ece8/1294713fcc18", - "library_name": "launch-a7f5b588b7d0-development.min.js", + "created_at": "2022-02-04T21:10:18.589Z", + "library_path": "17e0df72ece8/0330e1a06f8f", + "library_name": "launch-dd88c3052edf-development.min.js", "library_entry_points": [ { - "library_name": "launch-a7f5b588b7d0-development.min.js", + "library_name": "launch-dd88c3052edf-development.min.js", "minified": true, "references": [ - "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js" + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js" ], - "license_path": "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" + "license_path": "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" }, { - "library_name": "launch-a7f5b588b7d0-development.js", + "library_name": "launch-dd88c3052edf-development.js", "minified": false, "references": [ - "17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:04:55.757Z", + "updated_at": "2022-02-04T21:10:19.979Z", "status": "succeeded", - "token": "a7f5b588b7d0" + "token": "dd88c3052edf" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/library" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/library" }, "data": { - "id": "LB1230d6e254dd4772bc02b4e3d973c64c", + "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", "type": "libraries" } }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/builds" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/host", - "self": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/host", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/relationships/host" }, "data": { - "id": "HTfac2d446d5ed4d7893a4b90ea27570dc", + "id": "HT99ff323e360f48b2a934a3a4fd030c96", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7/property" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/property" }, "data": { - "id": "PR7e3f09f4b00842e789f55e289d139661", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661", - "self": "https://reactor.adobe.io/environments/ENa8c9dd34a08e4ac49ae1cba2cce9f5d7" + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/1294713fcc18/launch-a7f5b588b7d0-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" } ] } @@ -96475,16 +97760,16 @@ "response": { "data": [ { - "id": "PR7e3f09f4b00842e789f55e289d139661", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:50.251Z", + "created_at": "2022-02-04T21:10:10.803Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:04:50.251Z", + "updated_at": "2022-02-04T21:10:10.803Z", "platform": "web", "development": false, - "token": "1294713fcc18", + "token": "0330e1a06f8f", "domains": [ "example.com" ], @@ -96494,7 +97779,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/company" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -96503,52 +97788,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/callbacks" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/hosts" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/environments" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/libraries" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/data_elements" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/extensions" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/rules" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/notes" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/environments", - "extensions": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/extensions", - "rules": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661/rules", - "self": "https://reactor.adobe.io/properties/PR7e3f09f4b00842e789f55e289d139661" + "data_elements": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments", + "extensions": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions", + "rules": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules", + "self": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4" }, "meta": { "rights": [ @@ -96577,7 +97862,7 @@ }, { "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/PR7e3f09f4b00842e789f55e289d139661", + "endpoint": "/properties/PR9c010e3766544af5bca7585da55ebcb4", "method": "DELETE", "request": null, "response": null, @@ -96621,21 +97906,21 @@ }, "response": { "data": { - "id": "PRdc5fad0d018246ac82700175a55ebd68", + "id": "PR98f50b4c2244447183975c6c1bb93389", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:04:56.585Z", + "created_at": "2022-02-04T21:10:28.052Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:04:56.585Z", + "updated_at": "2022-02-04T21:10:28.052Z", "platform": "edge", "development": false, - "token": "ed0b0523fb01" + "token": "e7693cc283cc" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/company" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -96644,52 +97929,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/callbacks" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/hosts" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/environments" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/libraries" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/data_elements" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/extensions" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/rules" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/notes" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/environments", - "extensions": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/extensions", - "rules": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/rules", - "self": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68" + "data_elements": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments", + "extensions": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions", + "rules": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules", + "self": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389" }, "meta": { "rights": [ @@ -96708,7 +97993,7 @@ }, { "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/PRdc5fad0d018246ac82700175a55ebd68/hosts", + "endpoint": "/properties/PR98f50b4c2244447183975c6c1bb93389/hosts", "method": "POST", "request": { "data": { @@ -96721,33 +98006,33 @@ }, "response": { "data": { - "id": "HT4466ad3ddf6044e2a98a36a64d7c85ce", + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:05:01.829Z", + "created_at": "2022-02-04T21:10:34.198Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:05:01.829Z", + "updated_at": "2022-02-04T21:10:34.198Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT4466ad3ddf6044e2a98a36a64d7c85ce/property" + "related": "https://reactor.adobe.io/hosts/HT8c2a9f52f30640589c6905db2ea2d2bf/property" }, "data": { - "id": "PRdc5fad0d018246ac82700175a55ebd68", + "id": "PR98f50b4c2244447183975c6c1bb93389", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68", - "self": "https://reactor.adobe.io/hosts/HT4466ad3ddf6044e2a98a36a64d7c85ce" + "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", + "self": "https://reactor.adobe.io/hosts/HT8c2a9f52f30640589c6905db2ea2d2bf" } } }, @@ -96767,7 +98052,7 @@ "relationships": { "host": { "data": { - "id": "HT4466ad3ddf6044e2a98a36a64d7c85ce", + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", "type": "hosts" } } @@ -96777,72 +98062,72 @@ }, "response": { "data": { - "id": "EN7fec88806c684db894acd633a74935b3", + "id": "ENb06115cd221d4157808807c7c0097710", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:05:01.920Z", - "library_path": "17e0df72ece8/ed0b0523fb01", - "library_name": "launch-3a2989150a4c-development.min.js", + "created_at": "2022-02-04T21:10:34.645Z", + "library_path": "17e0df72ece8/e7693cc283cc", + "library_name": "launch-cbffdf9d3736-development.min.js", "library_entry_points": [ { - "library_name": "launch-3a2989150a4c-development.min.js", + "library_name": "launch-cbffdf9d3736-development.min.js", "minified": true, "references": [ - "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.min.js" + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.min.js" ], - "license_path": "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.js" + "license_path": "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" }, { - "library_name": "launch-3a2989150a4c-development.js", + "library_name": "launch-cbffdf9d3736-development.js", "minified": false, "references": [ - "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.js" + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:05:01.920Z", + "updated_at": "2022-02-04T21:10:34.645Z", "status": "succeeded", - "token": "3a2989150a4c" + "token": "cbffdf9d3736" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/library" + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/builds" + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/host", - "self": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/relationships/host" + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/host", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/relationships/host" }, "data": { - "id": "HT4466ad3ddf6044e2a98a36a64d7c85ce", + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/property" + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/property" }, "data": { - "id": "PRdc5fad0d018246ac82700175a55ebd68", + "id": "PR98f50b4c2244447183975c6c1bb93389", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68", - "self": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3" + "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710" }, "meta": { "archive_encrypted": false @@ -96868,7 +98153,7 @@ "relationships": { "environment": { "data": { - "id": "EN7fec88806c684db894acd633a74935b3", + "id": "ENb06115cd221d4157808807c7c0097710", "type": "environments" } } @@ -96878,11 +98163,11 @@ }, "response": { "data": { - "id": "SE3806560c332e42aa9fcbfdd711f8351b", + "id": "SE7e228c9446be48a48a05a1a4eade8279", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:05:02.072Z", - "updated_at": "2022-01-20T22:05:02.072Z", + "created_at": "2022-02-04T21:10:35.416Z", + "updated_at": "2022-02-04T21:10:35.416Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -96895,19 +98180,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/property" + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/property" }, "data": { - "id": "PRdc5fad0d018246ac82700175a55ebd68", + "id": "PR98f50b4c2244447183975c6c1bb93389", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/environment" + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/environment" }, "data": { - "id": "EN7fec88806c684db894acd633a74935b3", + "id": "ENb06115cd221d4157808807c7c0097710", "type": "environments" }, "meta": { @@ -96916,18 +98201,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/notes" + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/data_elements" + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b", - "property": "https://reactor.adobe.io/secrets/SE3806560c332e42aa9fcbfdd711f8351b/property" + "self": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279", + "property": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/property" } } }, @@ -96941,72 +98226,72 @@ "request": null, "response": { "data": { - "id": "EN7fec88806c684db894acd633a74935b3", + "id": "ENb06115cd221d4157808807c7c0097710", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:05:01.920Z", - "library_path": "17e0df72ece8/ed0b0523fb01", - "library_name": "launch-3a2989150a4c-development.min.js", + "created_at": "2022-02-04T21:10:34.645Z", + "library_path": "17e0df72ece8/e7693cc283cc", + "library_name": "launch-cbffdf9d3736-development.min.js", "library_entry_points": [ { - "library_name": "launch-3a2989150a4c-development.min.js", + "library_name": "launch-cbffdf9d3736-development.min.js", "minified": true, "references": [ - "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.min.js" + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.min.js" ], - "license_path": "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.js" + "license_path": "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" }, { - "library_name": "launch-3a2989150a4c-development.js", + "library_name": "launch-cbffdf9d3736-development.js", "minified": false, "references": [ - "17e0df72ece8/ed0b0523fb01/launch-3a2989150a4c-development.js" + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:05:01.920Z", + "updated_at": "2022-02-04T21:10:34.645Z", "status": "succeeded", - "token": "3a2989150a4c" + "token": "cbffdf9d3736" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/library" + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/builds" + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/host", - "self": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/relationships/host" + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/host", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/relationships/host" }, "data": { - "id": "HT4466ad3ddf6044e2a98a36a64d7c85ce", + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3/property" + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/property" }, "data": { - "id": "PRdc5fad0d018246ac82700175a55ebd68", + "id": "PR98f50b4c2244447183975c6c1bb93389", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68", - "self": "https://reactor.adobe.io/environments/EN7fec88806c684db894acd633a74935b3" + "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710" }, "meta": { "archive_encrypted": false @@ -97025,7 +98310,7 @@ }, "response": { "data": { - "id": "EP997c398564244352a615039ed5ab3726", + "id": "EPd4b049ce30cb46918d281737eedeef19", "type": "extension_packages", "attributes": { "actions": null, @@ -97038,7 +98323,7 @@ "cdn_path": null, "conditions": null, "configuration": null, - "created_at": "2022-01-20T22:05:02.447Z", + "created_at": "2022-02-04T21:10:38.819Z", "data_elements": null, "description": "Provides nothing.", "discontinued": false, @@ -97049,18 +98334,18 @@ "hosted_lib_files": null, "icon_path": null, "main": null, - "name": "test-1642716302", + "name": "test-1644009036", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "pending", "platform": "web", - "updated_at": "2022-01-20T22:05:02.447Z", + "updated_at": "2022-02-04T21:10:38.819Z", "version": "1.0.0", "view_base_path": null }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726" + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" } } }, @@ -97069,12 +98354,61 @@ }, { "name": "extension_packages.create_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726", + "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EPd4b049ce30cb46918d281737eedeef19", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:38.819Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009036", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:38.819Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", "method": "GET", "request": null, "response": { "data": { - "id": "EP997c398564244352a615039ed5ab3726", + "id": "EPd4b049ce30cb46918d281737eedeef19", "type": "extension_packages", "attributes": { "actions": null, @@ -97087,7 +98421,7 @@ "cdn_path": null, "conditions": null, "configuration": null, - "created_at": "2022-01-20T22:05:02.447Z", + "created_at": "2022-02-04T21:10:38.819Z", "data_elements": null, "description": "Provides nothing.", "discontinued": false, @@ -97098,18 +98432,18 @@ "hosted_lib_files": null, "icon_path": null, "main": null, - "name": "test-1642716302", + "name": "test-1644009036", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "pending", "platform": "web", - "updated_at": "2022-01-20T22:05:02.447Z", + "updated_at": "2022-02-04T21:10:38.819Z", "version": "1.0.0", "view_base_path": null }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726" + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" } } }, @@ -97118,12 +98452,12 @@ }, { "name": "extension_packages.create_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726", + "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", "method": "GET", "request": null, "response": { "data": { - "id": "EP997c398564244352a615039ed5ab3726", + "id": "EPd4b049ce30cb46918d281737eedeef19", "type": "extension_packages", "attributes": { "actions": [ @@ -97135,12 +98469,12 @@ "email": "reactor@adobe.com" }, "availability": "development", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP997c398564244352a615039ed5ab3726", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd4b049ce30cb46918d281737eedeef19", "conditions": [ ], "configuration": null, - "created_at": "2022-01-20T22:05:02.447Z", + "created_at": "2022-02-04T21:10:38.819Z", "data_elements": [ ], @@ -97155,18 +98489,18 @@ "hosted_lib_files": null, "icon_path": "resources/icons/core.svg", "main": null, - "name": "test-1642716302", + "name": "test-1644009036", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2022-01-20T22:05:03.117Z", + "updated_at": "2022-02-04T21:10:51.934Z", "version": "1.0.0", "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP997c398564244352a615039ed5ab3726" + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" } } }, @@ -97175,7 +98509,7 @@ }, { "name": "extension_packages.create_an_extension_package", - "endpoint": "/extension_packages/EP997c398564244352a615039ed5ab3726", + "endpoint": "/extension_packages/EPd4b049ce30cb46918d281737eedeef19", "method": "DELETE", "request": null, "response": null, @@ -97191,7 +98525,7 @@ }, "response": { "data": { - "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", "type": "extension_packages", "attributes": { "actions": null, @@ -97204,7 +98538,7 @@ "cdn_path": null, "conditions": null, "configuration": null, - "created_at": "2022-01-20T22:05:07.878Z", + "created_at": "2022-02-04T21:10:56.152Z", "data_elements": null, "description": "Provides nothing.", "discontinued": false, @@ -97215,18 +98549,18 @@ "hosted_lib_files": null, "icon_path": null, "main": null, - "name": "test-1642716307", + "name": "test-1644009055", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "pending", "platform": "web", - "updated_at": "2022-01-20T22:05:07.878Z", + "updated_at": "2022-02-04T21:10:56.152Z", "version": "1.0.0", "view_base_path": null }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" } } }, @@ -97235,12 +98569,12 @@ }, { "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb", + "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", "method": "GET", "request": null, "response": { "data": { - "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", "type": "extension_packages", "attributes": { "actions": null, @@ -97253,7 +98587,7 @@ "cdn_path": null, "conditions": null, "configuration": null, - "created_at": "2022-01-20T22:05:07.878Z", + "created_at": "2022-02-04T21:10:56.152Z", "data_elements": null, "description": "Provides nothing.", "discontinued": false, @@ -97264,18 +98598,18 @@ "hosted_lib_files": null, "icon_path": null, "main": null, - "name": "test-1642716307", + "name": "test-1644009055", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "pending", "platform": "web", - "updated_at": "2022-01-20T22:05:07.878Z", + "updated_at": "2022-02-04T21:10:56.152Z", "version": "1.0.0", "view_base_path": null }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" } } }, @@ -97284,12 +98618,61 @@ }, { "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb", + "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", "method": "GET", "request": null, "response": { "data": { - "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:56.152Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", "type": "extension_packages", "attributes": { "actions": [ @@ -97301,12 +98684,12 @@ "email": "reactor@adobe.com" }, "availability": "development", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8aa19ec46b004741ab17e7d21cdf6dfb", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", "conditions": [ ], "configuration": null, - "created_at": "2022-01-20T22:05:07.878Z", + "created_at": "2022-02-04T21:10:56.152Z", "data_elements": [ ], @@ -97321,18 +98704,18 @@ "hosted_lib_files": null, "icon_path": "resources/icons/core.svg", "main": null, - "name": "test-1642716307", + "name": "test-1644009055", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2022-01-20T22:05:08.580Z", + "updated_at": "2022-02-04T21:11:05.995Z", "version": "1.0.0", "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" } } }, @@ -97345,7 +98728,7 @@ "method": "PATCH", "request": { "data": { - "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", "type": "extension_packages", "meta": { "action": "release_private" @@ -97354,7 +98737,7 @@ }, "response": { "data": { - "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", "type": "extension_packages", "attributes": { "actions": [ @@ -97366,12 +98749,12 @@ "email": "reactor@adobe.com" }, "availability": "private", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8aa19ec46b004741ab17e7d21cdf6dfb", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", "conditions": [ ], "configuration": null, - "created_at": "2022-01-20T22:05:07.878Z", + "created_at": "2022-02-04T21:10:56.152Z", "data_elements": [ ], @@ -97386,18 +98769,18 @@ "hosted_lib_files": null, "icon_path": "resources/icons/core.svg", "main": null, - "name": "test-1642716307", + "name": "test-1644009055", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2022-01-20T22:05:13.121Z", + "updated_at": "2022-02-04T21:11:10.110Z", "version": "1.0.0", "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" } } }, @@ -97414,12 +98797,12 @@ "discontinued": true }, "type": "extension_packages", - "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb" + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5" } }, "response": { "data": { - "id": "EP8aa19ec46b004741ab17e7d21cdf6dfb", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", "type": "extension_packages", "attributes": { "actions": [ @@ -97431,12 +98814,12 @@ "email": "reactor@adobe.com" }, "availability": "private", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8aa19ec46b004741ab17e7d21cdf6dfb", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", "conditions": [ ], "configuration": null, - "created_at": "2022-01-20T22:05:07.878Z", + "created_at": "2022-02-04T21:10:56.152Z", "data_elements": [ ], @@ -97451,18 +98834,18 @@ "hosted_lib_files": null, "icon_path": "resources/icons/core.svg", "main": null, - "name": "test-1642716307", + "name": "test-1644009055", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2022-01-20T22:05:13.274Z", + "updated_at": "2022-02-04T21:11:10.586Z", "version": "1.0.0", "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8aa19ec46b004741ab17e7d21cdf6dfb" + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" } } }, @@ -104704,6 +106087,738 @@ "request": null, "response": { "data": [ + { + "id": "EP15ad9902f1d743e28357a6e1d652cbf0", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "air_mount::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP15ad9902f1d743e28357a6e1d652cbf0", + "conditions": [ + { + "id": "air_mount::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "air_mount::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:51:48.477Z", + "data_elements": [ + { + "id": "air_mount::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "air_mount::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Quam similique velit non tempore est ea mollitia quia.", + "discontinued": false, + "display_name": "Air Mount", + "ecma_version": null, + "events": [ + { + "id": "air_mount::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "air_mount::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.air_mount.html", + "hosted_lib_files": null, + "icon_path": "eaque-nihil/icon.png", + "main": null, + "name": "air_mount", + "owner_org_id": "45FEE20EE371F8611BCCA8B1@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:51:48.546Z", + "version": "8.29.27", + "view_base_path": "occaecati-voluptatum/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP15ad9902f1d743e28357a6e1d652cbf0" + } + }, + { + "id": "EPcb35cda2768a417fb90d0ba2a2b71cfd", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "air_receiver::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPcb35cda2768a417fb90d0ba2a2b71cfd", + "conditions": [ + { + "id": "air_receiver::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "air_receiver::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:08:59.667Z", + "data_elements": [ + { + "id": "air_receiver::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "air_receiver::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Saepe amet delectus dolor repellat vitae modi reprehenderit.", + "discontinued": false, + "display_name": "Air Receiver", + "ecma_version": null, + "events": [ + { + "id": "air_receiver::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "air_receiver::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.air_receiver.html", + "hosted_lib_files": null, + "icon_path": "at-reprehenderit/icon.png", + "main": null, + "name": "air_receiver", + "owner_org_id": "8A54040D7B78FBB4D755AA59@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:08:59.741Z", + "version": "33.7.10", + "view_base_path": "provident_necessitatibus/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPcb35cda2768a417fb90d0ba2a2b71cfd" + } + }, + { + "id": "EPf414ab4fe91c4f07a8b391c3bf722ad6", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "audible_direct_component::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPf414ab4fe91c4f07a8b391c3bf722ad6", + "conditions": [ + { + "id": "audible_direct_component::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "audible_direct_component::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:52:19.333Z", + "data_elements": [ + { + "id": "audible_direct_component::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "audible_direct_component::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Velit adipisci neque culpa nostrum.", + "discontinued": false, + "display_name": "Audible Direct Component", + "ecma_version": null, + "events": [ + { + "id": "audible_direct_component::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "audible_direct_component::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.audible_direct_component.html", + "hosted_lib_files": null, + "icon_path": "itaque.laboriosam/icon.png", + "main": null, + "name": "audible_direct_component", + "owner_org_id": "3671D85F98EEFDC61B1ADA46@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:52:19.408Z", + "version": "25.9.26", + "view_base_path": "laudantium.quod/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPf414ab4fe91c4f07a8b391c3bf722ad6" + } + }, { "id": "EP56a06c4685ae4a469e3f5f3b929a822c", "type": "extension_packages", @@ -107731,6 +109846,419 @@ "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP56a06c4685ae4a469e3f5f3b929a822c.zip" } }, + { + "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "core::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "keyName", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "keyName": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "arc", + "utils" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "conditions": [ + { + "id": "core::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^{{([^}]+)}}$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^{{([^}]+)}}$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^{{([^}]+)}}$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^{{([^}]+)}}$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^{{([^}]+)}}$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "core::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "arc", + "utils" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code", + "categoryName": "Data" + } + ], + "configuration": null, + "created_at": "2021-10-05T15:44:33.998Z", + "data_elements": [ + { + "id": "core::dataElements::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/path.js", + "viewPath": "dataElements/path.html", + "displayName": "Path" + }, + { + "id": "core::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "arc", + "utils" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code" + }, + { + "id": "core::dataElements::secret", + "name": "secret", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "secrets": { + "type": "object", + "properties": { + "staging": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "production": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "development": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/secret.js", + "viewPath": "dataElements/secret.html", + "displayName": "Secret" + } + ], + "description": "Provides default condition and data element types available to all Launch properties.", + "discontinued": false, + "display_name": "Core", + "ecma_version": "es6", + "events": null, + "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "core", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "edge", + "updated_at": "2021-10-05T15:49:07.846Z", + "version": "1.1.3", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EPd0463ead2dbc45f5b74549cdc6d2bfc0.zip" + } + }, { "id": "EP51839e9934bb44508f75483388b8ef3d", "type": "extension_packages", @@ -107976,12 +110504,12 @@ } }, { - "id": "EP3b15a61cb08b483e94018d6455034994", + "id": "EP6eb2993dce3e491888c840ad1891f394", "type": "extension_packages", "attributes": { "actions": [ { - "id": "gel_input_controller::actions::showVideo", + "id": "digital_remote_ferrule::actions::showVideo", "name": "showVideo", "schema": { "$schema": "http://json-schema.org/draft-04/schema#" @@ -107996,10 +110524,10 @@ "email": "DTM-Engineering@adobe.com" }, "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3b15a61cb08b483e94018d6455034994", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP6eb2993dce3e491888c840ad1891f394", "conditions": [ { - "id": "gel_input_controller::conditions::html5Video", + "id": "digital_remote_ferrule::conditions::html5Video", "name": "html5Video", "schema": { "$schema": "http://json-schema.org/draft-04/schema#" @@ -108010,7 +110538,7 @@ } ], "configuration": { - "id": "gel_input_controller::extensionConfiguration::config", + "id": "digital_remote_ferrule::extensionConfiguration::config", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -108025,10 +110553,10 @@ }, "viewPath": "extensionConfiguration.html" }, - "created_at": "2021-09-22T19:44:58.756Z", + "created_at": "2022-01-31T17:13:47.729Z", "data_elements": [ { - "id": "gel_input_controller::dataElements::customScript", + "id": "digital_remote_ferrule::dataElements::customScript", "name": "customScript", "schema": { "type": "object", @@ -108058,7 +110586,7 @@ "displayName": "Custom Script" }, { - "id": "gel_input_controller::dataElements::domAttribute", + "id": "digital_remote_ferrule::dataElements::domAttribute", "name": "domAttribute", "schema": { "type": "object", @@ -108083,13 +110611,13 @@ "displayName": "DOM Attribute" } ], - "description": "Corrupti maxime autem nemo facilis asperiores mollitia architecto.", + "description": "Libero quos doloremque nisi voluptatum.", "discontinued": false, - "display_name": "Gel Input Controller", - "ecma_version": "es5", + "display_name": "Digital Remote Ferrule", + "ecma_version": null, "events": [ { - "id": "gel_input_controller::events::click", + "id": "digital_remote_ferrule::events::click", "name": "click", "schema": { "type": "object", @@ -108143,7 +110671,7 @@ "displayName": "Click" }, { - "id": "gel_input_controller::events::keypress", + "id": "digital_remote_ferrule::events::keypress", "name": "keypress", "schema": { "type": "object", @@ -108196,12 +110724,12 @@ "displayName": "keypress" } ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_input_controller.html", + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.digital_remote_ferrule.html", "hosted_lib_files": null, - "icon_path": "nostrum_ut/icon.png", + "icon_path": "neque_nulla/icon.png", "main": null, - "name": "gel_input_controller", - "owner_org_id": "E877DF17B6DA02FF695E4947@AdobeOrg", + "name": "digital_remote_ferrule", + "owner_org_id": "F2D417C45283325CF6C45049@AdobeOrg", "resources": [ { "name": "codecDetector", @@ -108211,1071 +110739,831 @@ "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-09-22T19:44:58.831Z", - "version": "0.32.24", - "view_base_path": "neque_earum/view" + "updated_at": "2022-01-31T17:13:47.794Z", + "version": "38.31.16", + "view_base_path": "iusto-sed/view" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP3b15a61cb08b483e94018d6455034994" + "self": "https://reactor.adobe.io/extension_packages/EP6eb2993dce3e491888c840ad1891f394" } }, { - "id": "EP0a210026dfb94796a7dce97a90a8f357", + "id": "EP7dcff8a466804c38b03b13e97dba3295", "type": "extension_packages", "attributes": { "actions": [ { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", + "id": "direct_dummy_groove::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" } ], "author": { - "url": "http://adobe.com", "name": "Adobe Systems", - "email": "reactor@adobe.com" + "email": "DTM-Engineering@adobe.com" }, "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP7dcff8a466804c38b03b13e97dba3295", "conditions": [ { - "id": "kessel-test::conditions::browser", - "name": "browser", + "id": "direct_dummy_groove::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "direct_dummy_groove::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:41:35.641Z", + "data_elements": [ + { + "id": "direct_dummy_groove::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "browsers" + "script" ], "properties": { - "browsers": { + "script": { + "type": "string" + }, + "__rawScripts": { "type": "array", "items": { "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" + "script" ], "type": "string" - } + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::conditions::cookie", - "name": "cookie", + "id": "direct_dummy_groove::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name", - "value" + "elementSelector", + "elementProperty" ], "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { + "elementProperty": { "type": "string", "minLength": 1 }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { + "elementSelector": { "type": "string", "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Dignissimos quos error minus repellat reprehenderit non porro ut.", + "discontinued": false, + "display_name": "Direct Dummy Groove", + "ecma_version": null, + "events": [ { - "id": "kessel-test::conditions::date-range", - "name": "date-range", + "id": "direct_dummy_groove::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { - "end": { - "type": "string", - "format": "date-time" + "bubbleStop": { + "type": "boolean" }, - "start": { + "elementSelector": { "type": "string", - "format": "date-time" + "minLength": 1 }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { + "elementProperties": { "type": "array", "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" + "type": "object", + "required": [ + "name", + "value" ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::conditions::hash", - "name": "hash", + "id": "direct_dummy_groove::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "hashes" + "elementSelector" ], "properties": { - "hashes": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 + } + } }, - "pageIsRegex": { + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.direct_dummy_groove.html", + "hosted_lib_files": null, + "icon_path": "voluptas-amet/icon.png", + "main": null, + "name": "direct_dummy_groove", + "owner_org_id": "ED22B078068E103AAA56ADBB@AdobeOrg", + "resources": [ { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:41:35.700Z", + "version": "22.35.5", + "view_base_path": "repudiandae.debitis/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP7dcff8a466804c38b03b13e97dba3295" + } + }, + { + "id": "EP2f397e6b6903491e9462e19a1ba354d1", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "disc_digital_case::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP2f397e6b6903491e9462e19a1ba354d1", + "conditions": [ { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", + "id": "disc_digital_case::conditions::html5Video", + "name": "html5Video", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "disc_digital_case::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:49:50.234Z", + "data_elements": [ { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", + "id": "disc_digital_case::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "operatingSystems" + "script" ], "properties": { - "operatingSystems": { + "script": { + "type": "string" + }, + "__rawScripts": { "type": "array", "items": { "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" + "script" ], "type": "string" - } + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::conditions::page-views", - "name": "page-views", + "id": "disc_digital_case::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "operator", - "count", - "duration" + "elementSelector", + "elementProperty" ], "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" + "elementProperty": { + "type": "string", + "minLength": 1 }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "elementSelector": { + "type": "string", + "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Omnis maxime inventore est saepe quos libero voluptates.", + "discontinued": false, + "display_name": "Disc Digital Case", + "ecma_version": null, + "events": [ { - "id": "kessel-test::conditions::path", - "name": "path", + "id": "disc_digital_case::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "paths" + "elementSelector" ], "properties": { - "paths": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false - }, - "minItems": 1 + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", + "id": "disc_digital_case::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "paths" + "elementSelector" ], "properties": { - "paths": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false - }, - "minItems": 1 + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.disc_digital_case.html", + "hosted_lib_files": null, + "icon_path": "impedit.voluptatibus/icon.png", + "main": null, + "name": "disc_digital_case", + "owner_org_id": "426292691CA01E5FD999C023@AdobeOrg", + "resources": [ { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:49:50.322Z", + "version": "16.31.2", + "view_base_path": "adipisci-asperiores/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP2f397e6b6903491e9462e19a1ba354d1" + } + }, + { + "id": "EP837f5329d4ac45b292da7da540c7fe0e", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "disc_power_bracket::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP837f5329d4ac45b292da7da540c7fe0e", + "conditions": [ { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", + "id": "disc_power_bracket::conditions::html5Video", + "name": "html5Video", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "disc_power_bracket::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:15:50.546Z", + "data_elements": [ { - "id": "kessel-test::conditions::sampling", - "name": "sampling", + "id": "disc_power_bracket::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "rate" + "script" ], "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::conditions::sessions", - "name": "sessions", + "id": "disc_power_bracket::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "operator", - "count" + "elementSelector", + "elementProperty" ], "properties": { - "count": { - "type": "number" + "elementProperty": { + "type": "string", + "minLength": 1 }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "elementSelector": { + "type": "string", + "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Unde facere recusandae animi id neque ullam adipisci.", + "discontinued": false, + "display_name": "Disc Power Bracket", + "ecma_version": null, + "events": [ { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", + "id": "disc_power_bracket::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "subdomains" + "elementSelector" ], "properties": { - "subdomains": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" + } + } }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 + "bubbleFireIfParent": { + "type": "boolean" }, - "sourceIsRegex": { + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", + "id": "disc_power_bracket::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name", - "value" + "elementSelector" ], "properties": { - "name": { - "type": "string", - "minLength": 1 + "bubbleStop": { + "type": "boolean" }, - "value": { + "elementSelector": { "type": "string", "minLength": 1 }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } + "value": { + "type": "string" }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] + "valueIsRegex": { + "type": "boolean" + } } - }, - "additionalProperties": false + } }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 + "bubbleFireIfParent": { + "type": "boolean" }, - "value": { - "type": "string", - "minLength": 1 + "delayLinkActivation": { + "type": "boolean" }, - "valueIsRegex": { + "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.disc_power_bracket.html", + "hosted_lib_files": null, + "icon_path": "aspernatur-eos/icon.png", + "main": null, + "name": "disc_power_bracket", + "owner_org_id": "FA42ACE1AF4C54D581AC97E3@AdobeOrg", + "resources": [ { - "id": "kessel-test::conditions::window-size", - "name": "window-size", + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:15:50.604Z", + "version": "15.1.37", + "view_base_path": "placeat.aliquam/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP837f5329d4ac45b292da7da540c7fe0e" + } + }, + { + "id": "EP9a9eb935cb8849a18558b17ed6b5ee14", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "electric_system::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" } ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP9a9eb935cb8849a18558b17ed6b5ee14", + "conditions": [ { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", + "id": "electric_system::conditions::html5Video", + "name": "html5Video", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "electric_system::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:12:10.612Z", + "data_elements": [ { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", + "id": "electric_system::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "source" + "script" ], "properties": { - "source": { - "type": "string", - "minLength": 1 + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", + "id": "electric_system::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -109292,191 +111580,271 @@ "type": "string", "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", "displayName": "DOM Attribute" - }, + } + ], + "description": "Quo laudantium voluptates corrupti a quod nulla vel quidem.", + "discontinued": false, + "display_name": "Electric System", + "ecma_version": null, + "events": [ { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", + "id": "electric_system::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name" + "elementSelector" ], "properties": { - "name": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { "type": "string", "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", + "id": "electric_system::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name" + "elementSelector" ], "properties": { - "name": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { "type": "string", "minLength": 1 }, - "caseInsensitive": { + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.electric_system.html", + "hosted_lib_files": null, + "icon_path": "vitae-illum/icon.png", + "main": null, + "name": "electric_system", + "owner_org_id": "EC0CE61BA401B6161EC049AD@AdobeOrg", + "resources": [ { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:12:10.666Z", + "version": "22.24.28", + "view_base_path": "doloremque_temporibus/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP9a9eb935cb8849a18558b17ed6b5ee14" + } + }, + { + "id": "EPdeb9cfc5c6644d7a8e124d0c64ab3f37", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "gel_amplifier::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPdeb9cfc5c6644d7a8e124d0c64ab3f37", + "conditions": [ { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", + "id": "gel_amplifier::conditions::html5Video", + "name": "html5Video", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "gel_amplifier::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:52:23.858Z", + "data_elements": [ { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", + "id": "gel_amplifier::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "path" + "script" ], "properties": { - "path": { - "type": "string", - "minLength": 1 + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", + "id": "gel_amplifier::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "attribute" + "elementSelector", + "elementProperty" ], "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" } ], - "description": "Provides default event, condition, and data element types available to all Launch users.", + "description": "Laboriosam laudantium reiciendis perferendis nobis odit aperiam amet.", "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", + "display_name": "Gel Amplifier", + "ecma_version": null, "events": [ { - "id": "kessel-test::events::blur", - "name": "blur", + "id": "gel_amplifier::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -109504,40 +111872,37 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::change", - "name": "change", + "id": "gel_amplifier::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { - "value": { - "type": "string" - }, "bubbleStop": { "type": "boolean" }, - "valueIsRegex": { - "type": "boolean" - }, "elementSelector": { "type": "string", "minLength": 1 @@ -109561,411 +111926,163 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_amplifier.html", + "hosted_lib_files": null, + "icon_path": "labore.modi/icon.png", + "main": null, + "name": "gel_amplifier", + "owner_org_id": "7C9DB5E0BEAD5CC0DCF65DA5@AdobeOrg", + "resources": [ { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:52:23.927Z", + "version": "12.14.7", + "view_base_path": "repudiandae-illo/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPdeb9cfc5c6644d7a8e124d0c64ab3f37" + } + }, + { + "id": "EP3b15a61cb08b483e94018d6455034994", + "type": "extension_packages", + "attributes": { + "actions": [ { - "id": "kessel-test::events::direct-call", - "name": "direct-call", + "id": "gel_input_controller::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3b15a61cb08b483e94018d6455034994", + "conditions": [ { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", + "id": "gel_input_controller::conditions::html5Video", + "name": "html5Video", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "gel_input_controller::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2021-09-22T19:44:58.756Z", + "data_elements": [ { - "id": "kessel-test::events::element-exists", - "name": "element-exists", + "id": "gel_input_controller::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "elementSelector" + "script" ], "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 + "script": { + "type": "string" }, - "elementProperties": { + "__rawScripts": { "type": "array", "items": { - "type": "object", - "required": [ - "name", - "value" + "enum": [ + "script" ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", + "id": "gel_input_controller::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "elementSelector" + "elementSelector", + "elementProperty" ], "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { + "elementProperty": { "type": "string", "minLength": 1 }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, "elementSelector": { "type": "string", "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Corrupti maxime autem nemo facilis asperiores mollitia architecto.", + "discontinued": false, + "display_name": "Gel Input Controller", + "ecma_version": "es5", + "events": [ { - "id": "kessel-test::events::hover", - "name": "hover", + "id": "gel_input_controller::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -109973,10 +112090,6 @@ "elementSelector" ], "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, "bubbleStop": { "type": "boolean" }, @@ -110003,81 +112116,33 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { + "delayLinkActivation": { "type": "boolean" }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", + "id": "gel_input_controller::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -110105,279 +112170,169 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { + "delayLinkActivation": { "type": "boolean" }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { + } }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_input_controller.html", + "hosted_lib_files": null, + "icon_path": "nostrum_ut/icon.png", + "main": null, + "name": "gel_input_controller", + "owner_org_id": "E877DF17B6DA02FF695E4947@AdobeOrg", + "resources": [ { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-09-22T19:44:58.831Z", + "version": "0.32.24", + "view_base_path": "neque_earum/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP3b15a61cb08b483e94018d6455034994" + } + }, + { + "id": "EP8d029a7cd9934e829d583875f1f3be05", + "type": "extension_packages", + "attributes": { + "actions": [ { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", + "id": "hd_dummy_groove::actions::showVideo", + "name": "showVideo", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8d029a7cd9934e829d583875f1f3be05", + "conditions": [ { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", + "id": "hd_dummy_groove::conditions::html5Video", + "name": "html5Video", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "hd_dummy_groove::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T18:07:35.676Z", + "data_elements": [ { - "id": "kessel-test::events::media-pause", - "name": "media-pause", + "id": "hd_dummy_groove::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 + "script": { + "type": "string" }, - "elementProperties": { + "__rawScripts": { "type": "array", "items": { - "type": "object", - "required": [ - "name", - "value" + "enum": [ + "script" ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::events::media-play", - "name": "media-play", + "id": "hd_dummy_groove::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { + "elementProperty": { "type": "string", "minLength": 1 }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, "elementSelector": { "type": "string", "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Molestias cupiditate maxime architecto neque sapiente.", + "discontinued": false, + "display_name": "HD Dummy Groove", + "ecma_version": null, + "events": [ { - "id": "kessel-test::events::submit", - "name": "submit", + "id": "hd_dummy_groove::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -110405,86 +112360,34 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", + "id": "hd_dummy_groove::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "amount", - "unit" + "elementSelector" ], "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, "bubbleStop": { "type": "boolean" }, @@ -110511,113 +112414,54 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { + "delayLinkActivation": { "type": "boolean" }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { + } }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" } ], - "exchange_url": null, + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.hd_dummy_groove.html", "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", + "icon_path": "ullam.labore/icon.png", "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, + "name": "hd_dummy_groove", + "owner_org_id": "7B85DECB49519638B29F1D11@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" + "updated_at": "2022-01-31T18:07:35.756Z", + "version": "3.30.23", + "view_base_path": "cum-voluptates/view" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + "self": "https://reactor.adobe.io/extension_packages/EP8d029a7cd9934e829d583875f1f3be05" } }, { - "id": "EP3e5924eafbd24c7992e1febd0721fade", + "id": "EP4477f3e013684c5fb2d8978daa45bffc", "type": "extension_packages", "attributes": { "actions": [ { - "id": "power_transmitter::actions::showVideo", + "id": "input_amplifier::actions::showVideo", "name": "showVideo", "schema": { "$schema": "http://json-schema.org/draft-04/schema#" @@ -110632,10 +112476,10 @@ "email": "DTM-Engineering@adobe.com" }, "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3e5924eafbd24c7992e1febd0721fade", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP4477f3e013684c5fb2d8978daa45bffc", "conditions": [ { - "id": "power_transmitter::conditions::html5Video", + "id": "input_amplifier::conditions::html5Video", "name": "html5Video", "schema": { "$schema": "http://json-schema.org/draft-04/schema#" @@ -110646,7 +112490,7 @@ } ], "configuration": { - "id": "power_transmitter::extensionConfiguration::config", + "id": "input_amplifier::extensionConfiguration::config", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -110661,10 +112505,10 @@ }, "viewPath": "extensionConfiguration.html" }, - "created_at": "2021-09-22T15:33:25.748Z", + "created_at": "2022-01-31T16:56:12.956Z", "data_elements": [ { - "id": "power_transmitter::dataElements::customScript", + "id": "input_amplifier::dataElements::customScript", "name": "customScript", "schema": { "type": "object", @@ -110694,7 +112538,7 @@ "displayName": "Custom Script" }, { - "id": "power_transmitter::dataElements::domAttribute", + "id": "input_amplifier::dataElements::domAttribute", "name": "domAttribute", "schema": { "type": "object", @@ -110719,13 +112563,13 @@ "displayName": "DOM Attribute" } ], - "description": "Dignissimos modi magnam fugiat repellat vero assumenda labore quod.", + "description": "Recusandae consequuntur explicabo reprehenderit accusantium incidunt quibusdam aperiam quisquam.", "discontinued": false, - "display_name": "Power Transmitter", - "ecma_version": "es5", + "display_name": "Input Amplifier", + "ecma_version": null, "events": [ { - "id": "power_transmitter::events::click", + "id": "input_amplifier::events::click", "name": "click", "schema": { "type": "object", @@ -110779,7 +112623,7 @@ "displayName": "Click" }, { - "id": "power_transmitter::events::keypress", + "id": "input_amplifier::events::keypress", "name": "keypress", "schema": { "type": "object", @@ -110832,12 +112676,12 @@ "displayName": "keypress" } ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.power_transmitter.html", + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.input_amplifier.html", "hosted_lib_files": null, - "icon_path": "temporibus_voluptate/icon.png", + "icon_path": "sapiente.quam/icon.png", "main": null, - "name": "power_transmitter", - "owner_org_id": "6940E715B0A4CFEE06F133A3@AdobeOrg", + "name": "input_amplifier", + "owner_org_id": "3355C7D3F3DCC1E9F3EC6A81@AdobeOrg", "resources": [ { "name": "codecDetector", @@ -110847,35 +112691,258 @@ "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-09-22T15:33:25.843Z", - "version": "6.25.19", - "view_base_path": "ducimus_dolore/view" + "updated_at": "2022-01-31T16:56:13.026Z", + "version": "28.23.15", + "view_base_path": "dolores_ipsum/view" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP3e5924eafbd24c7992e1febd0721fade" + "self": "https://reactor.adobe.io/extension_packages/EP4477f3e013684c5fb2d8978daa45bffc" } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 7 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.list_all_extension_package_versions", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ + }, + { + "id": "EP0c12b114cd82407ab8052daa156ad2b9", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "input_lifter::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0c12b114cd82407ab8052daa156ad2b9", + "conditions": [ + { + "id": "input_lifter::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "input_lifter::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:52:01.558Z", + "data_elements": [ + { + "id": "input_lifter::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "input_lifter::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Adipisci sunt quae doloribus quibusdam culpa labore earum.", + "discontinued": false, + "display_name": "Input Lifter", + "ecma_version": null, + "events": [ + { + "id": "input_lifter::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "input_lifter::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.input_lifter.html", + "hosted_lib_files": null, + "icon_path": "amet.officia/icon.png", + "main": null, + "name": "input_lifter", + "owner_org_id": "904B386D353BB35AA3A0EFAA@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:52:01.653Z", + "version": "30.8.0", + "view_base_path": "odit.vitae/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0c12b114cd82407ab8052daa156ad2b9" + } + }, { "id": "EP0a210026dfb94796a7dce97a90a8f357", "type": "extension_packages", @@ -113267,1085 +115334,824 @@ "meta": { "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.list_all_extension_package_versions", - "endpoint": "/extension_packages/:extension_package_id/versions", - "method": "GET", - "request": null, - "response": { - "data": [ + }, { - "id": "EP0a210026dfb94796a7dce97a90a8f357", + "id": "EPe526bc7bb224462c8c4be8286970ed76", "type": "extension_packages", "attributes": { "actions": [ { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", + "id": "output_disc_viewer::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" } ], "author": { - "url": "http://adobe.com", "name": "Adobe Systems", - "email": "reactor@adobe.com" + "email": "DTM-Engineering@adobe.com" }, "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPe526bc7bb224462c8c4be8286970ed76", "conditions": [ { - "id": "kessel-test::conditions::browser", - "name": "browser", + "id": "output_disc_viewer::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "output_disc_viewer::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:50:21.695Z", + "data_elements": [ + { + "id": "output_disc_viewer::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "browsers" + "script" ], "properties": { - "browsers": { + "script": { + "type": "string" + }, + "__rawScripts": { "type": "array", "items": { "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" + "script" ], "type": "string" - } + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::conditions::cookie", - "name": "cookie", + "id": "output_disc_viewer::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name", - "value" + "elementSelector", + "elementProperty" ], "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { + "elementProperty": { "type": "string", "minLength": 1 }, - "valueIsRegex": { - "type": "boolean" + "elementSelector": { + "type": "string", + "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Praesentium veniam possimus at minus mollitia quidem.", + "discontinued": false, + "display_name": "Output Disc Viewer", + "ecma_version": null, + "events": [ { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", + "id": "output_disc_viewer::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "source" + "elementSelector" ], "properties": { - "source": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { "type": "string", "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::conditions::date-range", - "name": "date-range", + "id": "output_disc_viewer::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { - "end": { - "type": "string", - "format": "date-time" + "bubbleStop": { + "type": "boolean" }, - "start": { + "elementSelector": { "type": "string", - "format": "date-time" + "minLength": 1 }, - "timezone": { - "type": "string" + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.output_disc_viewer.html", + "hosted_lib_files": null, + "icon_path": "laborum-neque/icon.png", + "main": null, + "name": "output_disc_viewer", + "owner_org_id": "884D468C9463980E0DBB0376@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:50:21.757Z", + "version": "10.2.38", + "view_base_path": "nisi-magnam/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPe526bc7bb224462c8c4be8286970ed76" + } + }, + { + "id": "EPd4c11c67dd29497e8f0a2cfe50cc4c08", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "output_input_viewer::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd4c11c67dd29497e8f0a2cfe50cc4c08", + "conditions": [ + { + "id": "output_input_viewer::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "output_input_viewer::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:04:18.971Z", + "data_elements": [ { - "id": "kessel-test::conditions::device-type", - "name": "device-type", + "id": "output_input_viewer::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "deviceTypes" + "script" ], "properties": { - "deviceTypes": { + "script": { + "type": "string" + }, + "__rawScripts": { "type": "array", "items": { "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" + "script" ], "type": "string" - } + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::conditions::domain", - "name": "domain", + "id": "output_input_viewer::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "domains" + "elementSelector", + "elementProperty" ], "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "At reiciendis ex doloribus ipsam.", + "discontinued": false, + "display_name": "Output Input Viewer", + "ecma_version": null, + "events": [ { - "id": "kessel-test::conditions::hash", - "name": "hash", + "id": "output_input_viewer::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "hashes" + "elementSelector" ], "properties": { - "hashes": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false - }, - "minItems": 1 + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", + "id": "output_input_viewer::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "page" + "elementSelector" ], "properties": { - "page": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { "type": "string", "minLength": 1 }, - "pageIsRegex": { + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.output_input_viewer.html", + "hosted_lib_files": null, + "icon_path": "cumque-porro/icon.png", + "main": null, + "name": "output_input_viewer", + "owner_org_id": "9DC8BF3B884A9184C9263DD2@AdobeOrg", + "resources": [ { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:04:19.062Z", + "version": "29.1.36", + "view_base_path": "architecto.deserunt/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4c11c67dd29497e8f0a2cfe50cc4c08" + } + }, + { + "id": "EPd65abdbd404f4d6a8372381c367e5c6d", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "performance_mount::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd65abdbd404f4d6a8372381c367e5c6d", + "conditions": [ { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", + "id": "performance_mount::conditions::html5Video", + "name": "html5Video", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "performance_mount::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:55:53.434Z", + "data_elements": [ { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", + "id": "performance_mount::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "operatingSystems" + "script" ], "properties": { - "operatingSystems": { + "script": { + "type": "string" + }, + "__rawScripts": { "type": "array", "items": { "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" + "script" ], "type": "string" - } + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::conditions::page-views", - "name": "page-views", + "id": "performance_mount::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "operator", - "count", - "duration" + "elementSelector", + "elementProperty" ], "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" + "elementProperty": { + "type": "string", + "minLength": 1 }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "elementSelector": { + "type": "string", + "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Ipsum atque eius temporibus quos cupiditate accusamus nulla.", + "discontinued": false, + "display_name": "Performance Mount", + "ecma_version": null, + "events": [ { - "id": "kessel-test::conditions::path", - "name": "path", + "id": "performance_mount::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "paths" + "elementSelector" ], "properties": { - "paths": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false - }, - "minItems": 1 + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", + "id": "performance_mount::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "paths" + "elementSelector" ], "properties": { - "paths": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false - }, - "minItems": 1 + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.performance_mount.html", + "hosted_lib_files": null, + "icon_path": "quia.voluptate/icon.png", + "main": null, + "name": "performance_mount", + "owner_org_id": "E380B6144EDECAECB54C4588@AdobeOrg", + "resources": [ { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:55:53.514Z", + "version": "1.4.1", + "view_base_path": "pariatur.repellendus/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd65abdbd404f4d6a8372381c367e5c6d" + } + }, + { + "id": "EP5234416d05184d749389135a87c796fd", + "type": "extension_packages", + "attributes": { + "actions": [ { - "id": "kessel-test::conditions::sampling", - "name": "sampling", + "id": "portable_controller::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP5234416d05184d749389135a87c796fd", + "conditions": [ { - "id": "kessel-test::conditions::sessions", - "name": "sessions", + "id": "portable_controller::conditions::html5Video", + "name": "html5Video", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "portable_controller::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:44:31.047Z", + "data_elements": [ { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", + "id": "portable_controller::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "subdomains" + "script" ], "properties": { - "subdomains": { + "script": { + "type": "string" + }, + "__rawScripts": { "type": "array", "items": { - "type": "object", - "required": [ - "value" + "enum": [ + "script" ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "type": "string" }, + "maxItems": 1, "minItems": 1 } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", + "id": "portable_controller::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -114362,191 +116168,27 @@ "type": "string", "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" } ], - "description": "Provides default event, condition, and data element types available to all Launch users.", + "description": "Cupiditate eius magnam accusantium ipsum delectus quibusdam provident numquam.", "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", + "display_name": "Portable Controller", + "ecma_version": null, "events": [ { - "id": "kessel-test::events::blur", - "name": "blur", + "id": "portable_controller::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -114574,40 +116216,37 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::change", - "name": "change", + "id": "portable_controller::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { - "value": { - "type": "string" - }, "bubbleStop": { "type": "boolean" }, - "valueIsRegex": { - "type": "boolean" - }, "elementSelector": { "type": "string", "minLength": 1 @@ -114631,38 +116270,173 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.portable_controller.html", + "hosted_lib_files": null, + "icon_path": "fugit.sint/icon.png", + "main": null, + "name": "portable_controller", + "owner_org_id": "D2EFBFC53B3213CC7D22F37D@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:44:31.107Z", + "version": "25.34.26", + "view_base_path": "rerum_labore/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP5234416d05184d749389135a87c796fd" + } + }, + { + "id": "EP3e5924eafbd24c7992e1febd0721fade", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "power_transmitter::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3e5924eafbd24c7992e1febd0721fade", + "conditions": [ + { + "id": "power_transmitter::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "power_transmitter::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2021-09-22T15:33:25.748Z", + "data_elements": [ { - "id": "kessel-test::events::click", + "id": "power_transmitter::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "power_transmitter::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Dignissimos modi magnam fugiat repellat vero assumenda labore quod.", + "discontinued": false, + "display_name": "Power Transmitter", + "ecma_version": "es5", + "events": [ + { + "id": "power_transmitter::events::click", "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, "elementSelector": { "type": "string", "minLength": 1 @@ -114686,60 +116460,34 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::custom-event", - "name": "custom-event", + "id": "power_transmitter::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "type" + "elementSelector" ], "properties": { - "type": { - "type": "string", - "minLength": 1 - }, "bubbleStop": { "type": "boolean" }, @@ -114766,637 +116514,169 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.power_transmitter.html", + "hosted_lib_files": null, + "icon_path": "temporibus_voluptate/icon.png", + "main": null, + "name": "power_transmitter", + "owner_org_id": "6940E715B0A4CFEE06F133A3@AdobeOrg", + "resources": [ { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-09-22T15:33:25.843Z", + "version": "6.25.19", + "view_base_path": "ducimus_dolore/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP3e5924eafbd24c7992e1febd0721fade" + } + }, + { + "id": "EP31433da5f607444bbab0b05c2c03c9ba", + "type": "extension_packages", + "attributes": { + "actions": [ { - "id": "kessel-test::events::direct-call", - "name": "direct-call", + "id": "tag_ferrule::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP31433da5f607444bbab0b05c2c03c9ba", + "conditions": [ { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", + "id": "tag_ferrule::conditions::html5Video", + "name": "html5Video", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "tag_ferrule::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:17:27.007Z", + "data_elements": [ { - "id": "kessel-test::events::element-exists", - "name": "element-exists", + "id": "tag_ferrule::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "elementSelector" + "script" ], "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 + "script": { + "type": "string" }, - "elementProperties": { + "__rawScripts": { "type": "array", "items": { - "type": "object", - "required": [ - "name", - "value" + "enum": [ + "script" ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", + "id": "tag_ferrule::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "elementSelector" + "elementSelector", + "elementProperty" ], "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { + "elementProperty": { "type": "string", "minLength": 1 }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, "elementSelector": { "type": "string", "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Libero velit corporis exercitationem officiis ipsam esse quidem tempore.", + "discontinued": false, + "display_name": "Tag Ferrule", + "ecma_version": null, + "events": [ { - "id": "kessel-test::events::hover", - "name": "hover", + "id": "tag_ferrule::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "elementSelector" ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "bubbleStop": { "type": "boolean" @@ -115424,137 +116704,34 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { + "delayLinkActivation": { "type": "boolean" }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", + "id": "tag_ferrule::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "amount", - "unit" + "elementSelector" ], "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, "bubbleStop": { "type": "boolean" }, @@ -115581,114 +116758,60 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { + "delayLinkActivation": { "type": "boolean" }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { + } }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" } ], - "exchange_url": null, + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.tag_ferrule.html", "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", + "icon_path": "aut-odit/icon.png", "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, + "name": "tag_ferrule", + "owner_org_id": "C428B8627B1642582EDB4A78@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" + "updated_at": "2022-01-31T17:17:27.072Z", + "version": "21.18.9", + "view_base_path": "natus.aspernatur/view" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + "self": "https://reactor.adobe.io/extension_packages/EP31433da5f607444bbab0b05c2c03c9ba" } } ], + "links": { + "self": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, "meta": { "pagination": { "current_page": 1, - "next_page": null, + "next_page": 2, "prev_page": null, - "total_pages": 1, - "total_count": 1 + "total_pages": 2, + "total_count": 29 } } }, @@ -115696,7 +116819,7 @@ "response_message": "OK" }, { - "name": "extensions.create_an_extension", + "name": "extension_packages.list_all_extension_package_versions", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -118109,918 +119232,8 @@ "response_message": "OK" }, { - "name": "extensions.create_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRdc5fad0d018246ac82700175a55ebd68", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:04:56.585Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:04:56.585Z", - "platform": "edge", - "development": false, - "token": "ed0b0523fb01" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/environments", - "extensions": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/extensions", - "rules": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68/rules", - "self": "https://reactor.adobe.io/properties/PRdc5fad0d018246ac82700175a55ebd68" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/properties/PRdc5fad0d018246ac82700175a55ebd68", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRade7a22ab0cb4d06893e3be73519b096", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:05:14.991Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:14.991Z", - "platform": "web", - "development": false, - "token": "3b7fde0b488e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/data_elements", - "environments": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/environments", - "extensions": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/extensions", - "rules": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/rules", - "self": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXf141a5c7c57d46fe839851495fcd675e", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:05:20.387Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:05:20.387Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/property" - }, - "data": { - "id": "PRade7a22ab0cb4d06893e3be73519b096", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/origin" - }, - "data": { - "id": "EXf141a5c7c57d46fe839851495fcd675e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096", - "origin": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e", - "self": "https://reactor.adobe.io/extensions/EXf141a5c7c57d46fe839851495fcd675e", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRade7a22ab0cb4d06893e3be73519b096", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:05:14.991Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:14.991Z", - "platform": "web", - "development": false, - "token": "3b7fde0b488e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/data_elements", - "environments": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/environments", - "extensions": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/extensions", - "rules": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096/rules", - "self": "https://reactor.adobe.io/properties/PRade7a22ab0cb4d06893e3be73519b096" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/properties/PRade7a22ab0cb4d06893e3be73519b096", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR659cad2cb306428da0e6a1d40c7dca0b", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:05:20.909Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:20.909Z", - "platform": "web", - "development": false, - "token": "fca7f48cd3a5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/environments", - "extensions": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/extensions", - "rules": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/rules", - "self": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "name": "extension_packages.list_all_extension_package_versions", + "endpoint": "/extension_packages/:extension_package_id/versions", "method": "GET", "request": null, "response": { @@ -121432,622 +121645,7 @@ "response_message": "OK" }, { - "name": "extensions.get_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX7fd394ead9c24009b5ab432dcc9c9c39", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:05:26.330Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:05:26.330Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/property" - }, - "data": { - "id": "PR659cad2cb306428da0e6a1d40c7dca0b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/origin" - }, - "data": { - "id": "EX7fd394ead9c24009b5ab432dcc9c9c39", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b", - "origin": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39", - "self": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/extensions/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EX7fd394ead9c24009b5ab432dcc9c9c39", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:05:26.330Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:05:26.330Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/property" - }, - "data": { - "id": "PR659cad2cb306428da0e6a1d40c7dca0b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/origin" - }, - "data": { - "id": "EX7fd394ead9c24009b5ab432dcc9c9c39", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b", - "origin": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39", - "self": "https://reactor.adobe.io/extensions/EX7fd394ead9c24009b5ab432dcc9c9c39", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR659cad2cb306428da0e6a1d40c7dca0b", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:05:20.909Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:20.909Z", - "platform": "web", - "development": false, - "token": "fca7f48cd3a5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/environments", - "extensions": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/extensions", - "rules": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b/rules", - "self": "https://reactor.adobe.io/properties/PR659cad2cb306428da0e6a1d40c7dca0b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/properties/PR659cad2cb306428da0e6a1d40c7dca0b", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR7d59b096537c4e3a8c68385389020c2e", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:05:26.917Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:26.917Z", - "platform": "web", - "development": false, - "token": "39bbf53412f8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/environments", - "extensions": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/extensions", - "rules": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/rules", - "self": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", + "name": "extensions.create_an_extension", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -124460,7 +124058,395 @@ "response_message": "OK" }, { - "name": "extensions.list_extensions_for_a_property", + "name": "extensions.create_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:10:28.052Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:10:28.052Z", + "platform": "edge", + "development": false, + "token": "e7693cc283cc" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments", + "extensions": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions", + "rules": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules", + "self": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/properties/PR98f50b4c2244447183975c6c1bb93389", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:17.435Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:17.435Z", + "platform": "web", + "development": false, + "token": "e7d88683642b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments", + "extensions": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions", + "rules": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules", + "self": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.create_an_extension", "endpoint": "/properties/:property_id/extensions", "method": "POST", "request": { @@ -124480,10 +124466,10 @@ }, "response": { "data": { - "id": "EX76e44025b9184155b685b6acab241953", + "id": "EX54d351ab7dce4ad683278636269743ac", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:05:32.292Z", + "created_at": "2022-02-04T21:11:22.931Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -124491,7 +124477,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:05:32.292Z", + "updated_at": "2022-02-04T21:11:22.931Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -124501,40 +124487,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/libraries" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/revisions" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/notes" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/property" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/property" }, "data": { - "id": "PR7d59b096537c4e3a8c68385389020c2e", + "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/origin" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/origin" }, "data": { - "id": "EX76e44025b9184155b685b6acab241953", + "id": "EX54d351ab7dce4ad683278636269743ac", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -124543,7 +124529,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/extension_package" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -124552,9 +124538,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e", - "origin": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953", - "self": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953", + "property": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f", + "origin": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac", + "self": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -124567,194 +124553,7 @@ "response_message": "Created" }, { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/properties/:property_id/extensions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EX76e44025b9184155b685b6acab241953", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:05:32.292Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:05:32.292Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/property" - }, - "data": { - "id": "PR7d59b096537c4e3a8c68385389020c2e", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/origin" - }, - "data": { - "id": "EX76e44025b9184155b685b6acab241953", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e", - "origin": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953", - "self": "https://reactor.adobe.io/extensions/EX76e44025b9184155b685b6acab241953", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - }, - { - "id": "EX8ce00253693c4001b99943ed4fa9cf3b", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:05:26.947Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "core", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:05:26.947Z", - "delegate_descriptor_id": "core::extensionConfiguration::config", - "display_name": "Core", - "review_status": "unsubmitted", - "version": "3.2.1", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/property" - }, - "data": { - "id": "PR7d59b096537c4e3a8c68385389020c2e", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/origin" - }, - "data": { - "id": "EX8ce00253693c4001b99943ed4fa9cf3b", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/updated_with_extension_package" - }, - "data": { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b/extension_package" - }, - "data": { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e", - "origin": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b", - "self": "https://reactor.adobe.io/extensions/EX8ce00253693c4001b99943ed4fa9cf3b", - "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 2 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.revise_an_extension", + "name": "extensions.get_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -124827,7 +124626,7 @@ "response_message": "OK" }, { - "name": "extensions.revise_an_extension", + "name": "extensions.get_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -124900,23 +124699,23 @@ "response_message": "OK" }, { - "name": "extensions.revise_an_extension", + "name": "extensions.get_an_extension", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR7d59b096537c4e3a8c68385389020c2e", + "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:26.917Z", + "created_at": "2022-02-04T21:11:17.435Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:26.917Z", + "updated_at": "2022-02-04T21:11:17.435Z", "platform": "web", "development": false, - "token": "39bbf53412f8", + "token": "e7d88683642b", "domains": [ "example.com" ], @@ -124926,7 +124725,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/company" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -124935,52 +124734,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/callbacks" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/hosts" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/environments" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/libraries" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/data_elements" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/extensions" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/rules" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/notes" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/environments", - "extensions": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/extensions", - "rules": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e/rules", - "self": "https://reactor.adobe.io/properties/PR7d59b096537c4e3a8c68385389020c2e" + "data_elements": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments", + "extensions": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions", + "rules": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules", + "self": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f" }, "meta": { "rights": [ @@ -125008,8 +124807,8 @@ "response_message": "OK" }, { - "name": "extensions.revise_an_extension", - "endpoint": "/properties/PR7d59b096537c4e3a8c68385389020c2e", + "name": "extensions.get_an_extension", + "endpoint": "/properties/PR068cafd5fc0b49ddbb3ff3852e88327f", "method": "DELETE", "request": null, "response": null, @@ -125017,7 +124816,7 @@ "response_message": "No Content" }, { - "name": "extensions.revise_an_extension", + "name": "extensions.get_an_extension", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -125039,7 +124838,7 @@ "response_message": "OK" }, { - "name": "extensions.revise_an_extension", + "name": "extensions.get_an_extension", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -125056,16 +124855,16 @@ }, "response": { "data": { - "id": "PR1254f63570e44b3891f0a98ccfd14c55", + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:32.906Z", + "created_at": "2022-02-04T21:11:24.901Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:32.906Z", + "updated_at": "2022-02-04T21:11:24.901Z", "platform": "web", "development": false, - "token": "e023ac9054a0", + "token": "b16760ca8bd5", "domains": [ "example.com" ], @@ -125075,7 +124874,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/company" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -125084,52 +124883,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/callbacks" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/hosts" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/environments" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/libraries" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/data_elements" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/extensions" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/rules" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/notes" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/environments", - "extensions": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/extensions", - "rules": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/rules", - "self": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55" + "data_elements": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements", + "environments": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments", + "extensions": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions", + "rules": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules", + "self": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35" }, "meta": { "rights": [ @@ -125147,7 +124946,7 @@ "response_message": "Created" }, { - "name": "extensions.revise_an_extension", + "name": "extensions.get_an_extension", "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -125169,7 +124968,7 @@ "response_message": "OK" }, { - "name": "extensions.revise_an_extension", + "name": "extensions.get_an_extension", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -127582,7 +127381,7 @@ "response_message": "OK" }, { - "name": "extensions.revise_an_extension", + "name": "extensions.get_an_extension", "endpoint": "/properties/:property_id/extensions", "method": "POST", "request": { @@ -127602,10 +127401,10 @@ }, "response": { "data": { - "id": "EXb22562687ae849cf99312fc83202ecff", + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:05:38.295Z", + "created_at": "2022-02-04T21:11:30.985Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -127613,7 +127412,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:05:38.295Z", + "updated_at": "2022-02-04T21:11:30.985Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -127623,40 +127422,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/libraries" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/revisions" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/notes" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/property" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/property" }, "data": { - "id": "PR1254f63570e44b3891f0a98ccfd14c55", + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/origin" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/origin" }, "data": { - "id": "EXb22562687ae849cf99312fc83202ecff", + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -127665,7 +127464,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff/extension_package" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -127674,9 +127473,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55", - "origin": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff", - "self": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff", + "property": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35", + "origin": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", + "self": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -127689,34 +127488,24 @@ "response_message": "Created" }, { - "name": "extensions.revise_an_extension", + "name": "extensions.get_an_extension", "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EXb22562687ae849cf99312fc83202ecff", - "type": "extensions" - } - }, + "method": "GET", + "request": null, "response": { "data": { - "id": "EXca97e2bbde484463aa8d42124022d13a", + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:05:38.312Z", + "created_at": "2022-02-04T21:11:30.985Z", "deleted_at": null, "dirty": false, "enabled": true, "name": "kessel-test", "published": false, "published_at": null, - "revision_number": 1, - "updated_at": "2022-01-20T22:05:38.312Z", + "revision_number": 0, + "updated_at": "2022-02-04T21:11:30.985Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -127726,40 +127515,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/libraries" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/revisions" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/notes" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/property" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/property" }, "data": { - "id": "PR1254f63570e44b3891f0a98ccfd14c55", + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/origin" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/origin" }, "data": { - "id": "EXb22562687ae849cf99312fc83202ecff", + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -127768,7 +127557,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a/extension_package" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -127777,9 +127566,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55", - "origin": "https://reactor.adobe.io/extensions/EXb22562687ae849cf99312fc83202ecff", - "self": "https://reactor.adobe.io/extensions/EXca97e2bbde484463aa8d42124022d13a", + "property": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35", + "origin": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", + "self": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -127792,7 +127581,7 @@ "response_message": "OK" }, { - "name": "extensions.list_libraries_for_an_extension", + "name": "extensions.list_extensions_for_a_property", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -127865,7 +127654,7 @@ "response_message": "OK" }, { - "name": "extensions.list_libraries_for_an_extension", + "name": "extensions.list_extensions_for_a_property", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -127938,23 +127727,23 @@ "response_message": "OK" }, { - "name": "extensions.list_libraries_for_an_extension", + "name": "extensions.list_extensions_for_a_property", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR1254f63570e44b3891f0a98ccfd14c55", + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:32.906Z", + "created_at": "2022-02-04T21:11:24.901Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:32.906Z", + "updated_at": "2022-02-04T21:11:24.901Z", "platform": "web", "development": false, - "token": "e023ac9054a0", + "token": "b16760ca8bd5", "domains": [ "example.com" ], @@ -127964,7 +127753,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/company" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -127973,52 +127762,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/callbacks" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/hosts" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/environments" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/libraries" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/data_elements" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/extensions" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/rules" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/notes" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/environments", - "extensions": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/extensions", - "rules": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55/rules", - "self": "https://reactor.adobe.io/properties/PR1254f63570e44b3891f0a98ccfd14c55" + "data_elements": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements", + "environments": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments", + "extensions": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions", + "rules": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules", + "self": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35" }, "meta": { "rights": [ @@ -128046,8 +127835,8 @@ "response_message": "OK" }, { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/properties/PR1254f63570e44b3891f0a98ccfd14c55", + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/properties/PR63b284224f424bacafc0c4cf1ed5ff35", "method": "DELETE", "request": null, "response": null, @@ -128055,7 +127844,7 @@ "response_message": "No Content" }, { - "name": "extensions.list_libraries_for_an_extension", + "name": "extensions.list_extensions_for_a_property", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -128077,7 +127866,7 @@ "response_message": "OK" }, { - "name": "extensions.list_libraries_for_an_extension", + "name": "extensions.list_extensions_for_a_property", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -128094,16 +127883,16 @@ }, "response": { "data": { - "id": "PRceee504deede4a199d7e9b787b498e59", + "id": "PR586368897d7e4701b67edbc953201efa", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:38.912Z", + "created_at": "2022-02-04T21:11:34.040Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:38.912Z", + "updated_at": "2022-02-04T21:11:34.040Z", "platform": "web", "development": false, - "token": "4c7a7ae7a86e", + "token": "07432b1b5f3f", "domains": [ "example.com" ], @@ -128113,7 +127902,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/company" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -128122,52 +127911,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/callbacks" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/hosts" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/environments" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/libraries" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/data_elements" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/extensions" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/rules" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/notes" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/data_elements", - "environments": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/environments", - "extensions": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/extensions", - "rules": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/rules", - "self": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59" + "data_elements": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements", + "environments": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments", + "extensions": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions", + "rules": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules", + "self": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa" }, "meta": { "rights": [ @@ -128185,7 +127974,7 @@ "response_message": "Created" }, { - "name": "extensions.list_libraries_for_an_extension", + "name": "extensions.list_extensions_for_a_property", "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -128207,7 +127996,7 @@ "response_message": "OK" }, { - "name": "extensions.list_libraries_for_an_extension", + "name": "extensions.list_extensions_for_a_property", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -130620,7 +130409,7 @@ "response_message": "OK" }, { - "name": "extensions.list_libraries_for_an_extension", + "name": "extensions.list_extensions_for_a_property", "endpoint": "/properties/:property_id/extensions", "method": "POST", "request": { @@ -130640,10 +130429,10 @@ }, "response": { "data": { - "id": "EXe71933bdee204a118b6dd11b65e774dc", + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:05:44.409Z", + "created_at": "2022-02-04T21:11:40.063Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -130651,7 +130440,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:05:44.409Z", + "updated_at": "2022-02-04T21:11:40.063Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -130661,40 +130450,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/libraries" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/revisions" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/notes" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/property" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/property" }, "data": { - "id": "PRceee504deede4a199d7e9b787b498e59", + "id": "PR586368897d7e4701b67edbc953201efa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/origin" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/origin" }, "data": { - "id": "EXe71933bdee204a118b6dd11b65e774dc", + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -130703,7 +130492,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -130712,9 +130501,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59", - "origin": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc", - "self": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc", + "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", + "origin": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", + "self": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -130727,288 +130516,176 @@ "response_message": "Created" }, { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EXe71933bdee204a118b6dd11b65e774dc", - "type": "extensions" - } - }, + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/properties/:property_id/extensions", + "method": "GET", + "request": null, "response": { - "data": { - "id": "EX0a470bf0736b4ff6915be8e61c6ca3a9", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:05:44.425Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-01-20T22:05:44.425Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/notes" - } + "data": [ + { + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:40.063Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:40.063Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/property" + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/libraries" + } }, - "data": { - "id": "PRceee504deede4a199d7e9b787b498e59", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/origin" + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/revisions" + } }, - "data": { - "id": "EXe71933bdee204a118b6dd11b65e774dc", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/updated_with_extension_package" + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/notes" + } }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9/extension_package" + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/property" + }, + "data": { + "id": "PR586368897d7e4701b67edbc953201efa", + "type": "properties" + } }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59", - "origin": "https://reactor.adobe.io/extensions/EXe71933bdee204a118b6dd11b65e774dc", - "self": "https://reactor.adobe.io/extensions/EX0a470bf0736b4ff6915be8e61c6ca3a9", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "extensions": { - "data": [ - { - "id": "EX0a470bf0736b4ff6915be8e61c6ca3a9", + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/origin" + }, + "data": { + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", "type": "extensions" } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBb6477e649e7641aaab90ca0790a41ac9", - "type": "libraries", - "attributes": { - "created_at": "2022-01-20T22:05:44.677Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-01-20T22:05:44.677Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/environment" }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/data_elements", - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/extensions", - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/rules", - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/property" + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } }, - "data": { - "id": "PRceee504deede4a199d7e9b787b498e59", - "type": "properties" + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } } }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/last_build" - }, - "data": null + "links": { + "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", + "origin": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", + "self": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 } }, - "links": { - "property": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59", - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/extensions/:extension_id/libraries", - "method": "GET", - "request": null, - "response": { - "data": [ { - "id": "LBb6477e649e7641aaab90ca0790a41ac9", - "type": "libraries", + "id": "EX2925362cb0cf4aeca67de02981afcc5a", + "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:05:44.677Z", - "name": "My Library", + "created_at": "2022-02-04T21:11:34.175Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "core", + "published": false, "published_at": null, - "state": "development", - "updated_at": "2022-01-20T22:05:44.677Z", - "build_required": true + "revision_number": 0, + "updated_at": "2022-02-04T21:11:34.175Z", + "delegate_descriptor_id": "core::extensionConfiguration::config", + "display_name": "Core", + "review_status": "unsubmitted", + "version": "3.2.1", + "settings": "{}" }, "relationships": { - "builds": { + "libraries": { "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/builds" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/libraries" } }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/environment" - }, - "data": null - }, - "data_elements": { + "revisions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/data_elements", - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/data_elements" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/revisions" } }, - "extensions": { + "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/extensions", - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/extensions" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/notes" } }, - "notes": { + "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/notes" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/property" + }, + "data": { + "id": "PR586368897d7e4701b67edbc953201efa", + "type": "properties" } }, - "rules": { + "origin": { "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/rules", - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/relationships/rules" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/origin" + }, + "data": { + "id": "EX2925362cb0cf4aeca67de02981afcc5a", + "type": "extensions" } }, - "upstream_library": { - "data": null - }, - "property": { + "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/property" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/updated_with_extension_package" }, "data": { - "id": "PRceee504deede4a199d7e9b787b498e59", - "type": "properties" + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", + "type": "extension_packages" } }, - "last_build": { + "extension_package": { "links": { - "related": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9/last_build" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/extension_package" }, - "data": null + "data": { + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", + "type": "extension_packages" + } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59", - "self": "https://reactor.adobe.io/libraries/LBb6477e649e7641aaab90ca0790a41ac9" + "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", + "origin": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a", + "self": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a", + "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" }, "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" + "latest_revision_number": 1 } } ], @@ -131018,7 +130695,7 @@ "next_page": null, "prev_page": null, "total_pages": 1, - "total_count": 1 + "total_count": 2 } } }, @@ -131026,7 +130703,7 @@ "response_message": "OK" }, { - "name": "extensions.delete_an_extension", + "name": "extensions.revise_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -131099,7 +130776,7 @@ "response_message": "OK" }, { - "name": "extensions.delete_an_extension", + "name": "extensions.revise_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -131172,23 +130849,23 @@ "response_message": "OK" }, { - "name": "extensions.delete_an_extension", + "name": "extensions.revise_an_extension", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PRceee504deede4a199d7e9b787b498e59", + "id": "PR586368897d7e4701b67edbc953201efa", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:38.912Z", + "created_at": "2022-02-04T21:11:34.040Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:38.912Z", + "updated_at": "2022-02-04T21:11:34.040Z", "platform": "web", "development": false, - "token": "4c7a7ae7a86e", + "token": "07432b1b5f3f", "domains": [ "example.com" ], @@ -131198,7 +130875,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/company" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -131207,52 +130884,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/callbacks" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/hosts" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/environments" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/libraries" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/data_elements" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/extensions" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/rules" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/notes" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/data_elements", - "environments": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/environments", - "extensions": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/extensions", - "rules": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59/rules", - "self": "https://reactor.adobe.io/properties/PRceee504deede4a199d7e9b787b498e59" + "data_elements": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements", + "environments": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments", + "extensions": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions", + "rules": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules", + "self": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa" }, "meta": { "rights": [ @@ -131280,8 +130957,8 @@ "response_message": "OK" }, { - "name": "extensions.delete_an_extension", - "endpoint": "/properties/PRceee504deede4a199d7e9b787b498e59", + "name": "extensions.revise_an_extension", + "endpoint": "/properties/PR586368897d7e4701b67edbc953201efa", "method": "DELETE", "request": null, "response": null, @@ -131289,7 +130966,7 @@ "response_message": "No Content" }, { - "name": "extensions.delete_an_extension", + "name": "extensions.revise_an_extension", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -131311,7 +130988,7 @@ "response_message": "OK" }, { - "name": "extensions.delete_an_extension", + "name": "extensions.revise_an_extension", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -131328,16 +131005,16 @@ }, "response": { "data": { - "id": "PRd27a973a56bc4204ba0430ac11a9a0eb", + "id": "PRbd363eca8ea243cc960cb002aaf62a00", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:45.287Z", + "created_at": "2022-02-04T21:11:41.722Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:45.287Z", + "updated_at": "2022-02-04T21:11:41.722Z", "platform": "web", "development": false, - "token": "62f5ddf292eb", + "token": "3007d5a90de4", "domains": [ "example.com" ], @@ -131347,7 +131024,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/company" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -131356,52 +131033,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/callbacks" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/hosts" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/environments" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/libraries" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/data_elements" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/extensions" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/rules" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/notes" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/rules", - "self": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb" + "data_elements": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules", + "self": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00" }, "meta": { "rights": [ @@ -131419,7 +131096,7 @@ "response_message": "Created" }, { - "name": "extensions.delete_an_extension", + "name": "extensions.revise_an_extension", "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -131441,7 +131118,7 @@ "response_message": "OK" }, { - "name": "extensions.delete_an_extension", + "name": "extensions.revise_an_extension", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -133854,7 +133531,7 @@ "response_message": "OK" }, { - "name": "extensions.delete_an_extension", + "name": "extensions.revise_an_extension", "endpoint": "/properties/:property_id/extensions", "method": "POST", "request": { @@ -133874,10 +133551,10 @@ }, "response": { "data": { - "id": "EXd4a7edb3eb3440c7be14328975425afc", + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:05:50.670Z", + "created_at": "2022-02-04T21:11:47.772Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -133885,7 +133562,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:05:50.670Z", + "updated_at": "2022-02-04T21:11:47.772Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -133895,40 +133572,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/libraries" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/revisions" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/notes" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/property" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/property" }, "data": { - "id": "PRd27a973a56bc4204ba0430ac11a9a0eb", + "id": "PRbd363eca8ea243cc960cb002aaf62a00", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/origin" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/origin" }, "data": { - "id": "EXd4a7edb3eb3440c7be14328975425afc", + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -133937,7 +133614,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc/extension_package" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -133946,9 +133623,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb", - "origin": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc", - "self": "https://reactor.adobe.io/extensions/EXd4a7edb3eb3440c7be14328975425afc", + "property": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00", + "origin": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "self": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -133961,112 +133638,102 @@ "response_message": "Created" }, { - "name": "extensions.delete_an_extension", + "name": "extensions.revise_an_extension", "endpoint": "/extensions/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "GET", - "request": null, + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "type": "extensions" + } + }, "response": { - "data": [ - { - "id": "EX92199ac6c5714972831d4cd9388bd877", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:05:45.319Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "core", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:05:45.319Z", - "delegate_descriptor_id": "core::extensionConfiguration::config", - "display_name": "Core", - "review_status": "unsubmitted", - "version": "3.2.1", - "settings": "{}" + "data": { + "id": "EX4fd0bac77ba64dd1abed256b92dd3fa2", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:47.826Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:11:47.826Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/libraries" + } }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/property" - }, - "data": { - "id": "PRd27a973a56bc4204ba0430ac11a9a0eb", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/origin" - }, - "data": { - "id": "EX92199ac6c5714972831d4cd9388bd877", - "type": "extensions" - } + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/property" }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/updated_with_extension_package" - }, - "data": { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages" - } + "data": { + "id": "PRbd363eca8ea243cc960cb002aaf62a00", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/origin" }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877/extension_package" - }, - "data": { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages" - } + "data": { + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "type": "extensions" } }, - "links": { - "property": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb", - "origin": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877", - "self": "https://reactor.adobe.io/extensions/EX92199ac6c5714972831d4cd9388bd877", - "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } }, - "meta": { - "latest_revision_number": 1 + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00", + "origin": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "self": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 } } }, @@ -134074,7 +133741,7 @@ "response_message": "OK" }, { - "name": "extensions.list_the_revisions_of_an_extension", + "name": "extensions.list_libraries_for_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -134147,7 +133814,7 @@ "response_message": "OK" }, { - "name": "extensions.list_the_revisions_of_an_extension", + "name": "extensions.list_libraries_for_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -134220,23 +133887,23 @@ "response_message": "OK" }, { - "name": "extensions.list_the_revisions_of_an_extension", + "name": "extensions.list_libraries_for_an_extension", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PRd27a973a56bc4204ba0430ac11a9a0eb", + "id": "PRbd363eca8ea243cc960cb002aaf62a00", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:45.287Z", + "created_at": "2022-02-04T21:11:41.722Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:45.287Z", + "updated_at": "2022-02-04T21:11:41.722Z", "platform": "web", "development": false, - "token": "62f5ddf292eb", + "token": "3007d5a90de4", "domains": [ "example.com" ], @@ -134246,7 +133913,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/company" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -134255,52 +133922,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/callbacks" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/hosts" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/environments" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/libraries" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/data_elements" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/extensions" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/rules" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/notes" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb/rules", - "self": "https://reactor.adobe.io/properties/PRd27a973a56bc4204ba0430ac11a9a0eb" + "data_elements": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules", + "self": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00" }, "meta": { "rights": [ @@ -134328,8 +133995,8 @@ "response_message": "OK" }, { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/properties/PRd27a973a56bc4204ba0430ac11a9a0eb", + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/properties/PRbd363eca8ea243cc960cb002aaf62a00", "method": "DELETE", "request": null, "response": null, @@ -134337,7 +134004,7 @@ "response_message": "No Content" }, { - "name": "extensions.list_the_revisions_of_an_extension", + "name": "extensions.list_libraries_for_an_extension", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -134359,7 +134026,7 @@ "response_message": "OK" }, { - "name": "extensions.list_the_revisions_of_an_extension", + "name": "extensions.list_libraries_for_an_extension", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -134376,16 +134043,16 @@ }, "response": { "data": { - "id": "PR13643425d0ff4f168504462f5af50e48", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:51.477Z", + "created_at": "2022-02-04T21:11:49.513Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:51.477Z", + "updated_at": "2022-02-04T21:11:49.513Z", "platform": "web", "development": false, - "token": "36c12a6b9089", + "token": "5496bd32660e", "domains": [ "example.com" ], @@ -134395,7 +134062,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/company" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -134404,52 +134071,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/callbacks" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/hosts" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/environments" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/libraries" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/data_elements" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/extensions" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/rules" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/notes" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/data_elements", - "environments": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/environments", - "extensions": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/extensions", - "rules": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/rules", - "self": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48" + "data_elements": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements", + "environments": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments", + "extensions": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions", + "rules": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules", + "self": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf" }, "meta": { "rights": [ @@ -134467,7 +134134,7 @@ "response_message": "Created" }, { - "name": "extensions.list_the_revisions_of_an_extension", + "name": "extensions.list_libraries_for_an_extension", "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -134489,7 +134156,7 @@ "response_message": "OK" }, { - "name": "extensions.list_the_revisions_of_an_extension", + "name": "extensions.list_libraries_for_an_extension", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -136902,7 +136569,7 @@ "response_message": "OK" }, { - "name": "extensions.list_the_revisions_of_an_extension", + "name": "extensions.list_libraries_for_an_extension", "endpoint": "/properties/:property_id/extensions", "method": "POST", "request": { @@ -136922,10 +136589,10 @@ }, "response": { "data": { - "id": "EX7d1fea2375c247d582559760b361adba", + "id": "EX8803e301fb7b47eca87ca6095898a2d7", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:05:56.878Z", + "created_at": "2022-02-04T21:11:55.731Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -136933,7 +136600,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:05:56.878Z", + "updated_at": "2022-02-04T21:11:55.731Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -136943,40 +136610,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/libraries" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/revisions" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/notes" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/property" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/property" }, "data": { - "id": "PR13643425d0ff4f168504462f5af50e48", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/origin" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/origin" }, "data": { - "id": "EX7d1fea2375c247d582559760b361adba", + "id": "EX8803e301fb7b47eca87ca6095898a2d7", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -136985,7 +136652,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -136994,9 +136661,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48", - "origin": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", - "self": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "origin": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", + "self": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -137009,7 +136676,7 @@ "response_message": "Created" }, { - "name": "extensions.list_the_revisions_of_an_extension", + "name": "extensions.list_libraries_for_an_extension", "endpoint": "/extensions/:id", "method": "PATCH", "request": { @@ -137019,16 +136686,16 @@ "meta": { "action": "revise" }, - "id": "EX7d1fea2375c247d582559760b361adba", + "id": "EX8803e301fb7b47eca87ca6095898a2d7", "type": "extensions" } }, "response": { "data": { - "id": "EXb0dfd215a3734f68822ceb5cf1851f05", + "id": "EXe0eb889253a84a9894e587b4558cb577", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:05:56.896Z", + "created_at": "2022-02-04T21:11:55.782Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -137036,7 +136703,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:05:56.896Z", + "updated_at": "2022-02-04T21:11:55.782Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -137046,40 +136713,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/libraries" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/revisions" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/notes" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/property" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/property" }, "data": { - "id": "PR13643425d0ff4f168504462f5af50e48", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/origin" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/origin" }, "data": { - "id": "EX7d1fea2375c247d582559760b361adba", + "id": "EX8803e301fb7b47eca87ca6095898a2d7", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -137088,7 +136755,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/extension_package" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -137097,9 +136764,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48", - "origin": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", - "self": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05", + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "origin": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", + "self": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -137112,176 +136779,185 @@ "response_message": "OK" }, { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/extensions/:extension_id/revisions", + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "extensions": { + "data": [ + { + "id": "EXe0eb889253a84a9894e587b4558cb577", + "type": "extensions" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB5493ed03dcb24963a6b5dec1361f3ade", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:11:56.525Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:11:56.525Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/extensions", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/rules", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/property" + }, + "data": { + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/extensions/:extension_id/libraries", "method": "GET", "request": null, "response": { "data": [ { - "id": "EXb0dfd215a3734f68822ceb5cf1851f05", - "type": "extensions", + "id": "LB5493ed03dcb24963a6b5dec1361f3ade", + "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:05:56.896Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, + "created_at": "2022-02-04T21:11:56.525Z", + "name": "My Library", "published_at": null, - "revision_number": 1, - "updated_at": "2022-01-20T22:05:56.896Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" + "state": "development", + "updated_at": "2022-02-04T21:11:56.525Z", + "build_required": true }, "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/revisions" - } - }, - "notes": { + "builds": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/notes" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/builds" } }, - "property": { + "environment": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/property" + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/environment" }, - "data": { - "id": "PR13643425d0ff4f168504462f5af50e48", - "type": "properties" - } + "data": null }, - "origin": { + "data_elements": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/origin" - }, - "data": { - "id": "EX7d1fea2375c247d582559760b361adba", - "type": "extensions" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/data_elements" } }, - "updated_with_extension_package": { + "extensions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/extensions", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/extensions" } }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48", - "origin": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", - "self": "https://reactor.adobe.io/extensions/EXb0dfd215a3734f68822ceb5cf1851f05", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - }, - { - "id": "EX7d1fea2375c247d582559760b361adba", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:05:56.878Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:05:56.878Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { + "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/libraries" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/notes" } }, - "revisions": { + "rules": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/revisions" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/rules", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/rules" } }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/notes" - } + "upstream_library": { + "data": null }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/property" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/property" }, "data": { - "id": "PR13643425d0ff4f168504462f5af50e48", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties" } }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/origin" - }, - "data": { - "id": "EX7d1fea2375c247d582559760b361adba", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { + "last_build": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba/extension_package" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/last_build" }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } + "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48", - "origin": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", - "self": "https://reactor.adobe.io/extensions/EX7d1fea2375c247d582559760b361adba", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade" }, "meta": { - "latest_revision_number": 1 + "build_status": null, + "build_required_detail": "No build found since last state change" } } ], @@ -137291,7 +136967,7 @@ "next_page": null, "prev_page": null, "total_pages": 1, - "total_count": 2 + "total_count": 1 } } }, @@ -137299,7 +136975,7 @@ "response_message": "OK" }, { - "name": "extensions.show_the_origin_of_an_extension", + "name": "extensions.delete_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -137372,7 +137048,7 @@ "response_message": "OK" }, { - "name": "extensions.show_the_origin_of_an_extension", + "name": "extensions.delete_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -137445,23 +137121,23 @@ "response_message": "OK" }, { - "name": "extensions.show_the_origin_of_an_extension", + "name": "extensions.delete_an_extension", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR13643425d0ff4f168504462f5af50e48", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:51.477Z", + "created_at": "2022-02-04T21:11:49.513Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:51.477Z", + "updated_at": "2022-02-04T21:11:49.513Z", "platform": "web", "development": false, - "token": "36c12a6b9089", + "token": "5496bd32660e", "domains": [ "example.com" ], @@ -137471,7 +137147,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/company" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -137480,52 +137156,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/callbacks" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/hosts" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/environments" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/libraries" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/data_elements" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/extensions" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/rules" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/notes" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/data_elements", - "environments": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/environments", - "extensions": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/extensions", - "rules": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48/rules", - "self": "https://reactor.adobe.io/properties/PR13643425d0ff4f168504462f5af50e48" + "data_elements": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements", + "environments": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments", + "extensions": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions", + "rules": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules", + "self": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf" }, "meta": { "rights": [ @@ -137553,8 +137229,8 @@ "response_message": "OK" }, { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/properties/PR13643425d0ff4f168504462f5af50e48", + "name": "extensions.delete_an_extension", + "endpoint": "/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", "method": "DELETE", "request": null, "response": null, @@ -137562,7 +137238,7 @@ "response_message": "No Content" }, { - "name": "extensions.show_the_origin_of_an_extension", + "name": "extensions.delete_an_extension", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -137584,7 +137260,7 @@ "response_message": "OK" }, { - "name": "extensions.show_the_origin_of_an_extension", + "name": "extensions.delete_an_extension", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -137601,16 +137277,16 @@ }, "response": { "data": { - "id": "PR94472dde9f69414496f7336976dabc7c", + "id": "PRe1905c60f07043fe9ab49e218bfd9134", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:57.593Z", + "created_at": "2022-02-04T21:11:58.721Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:57.593Z", + "updated_at": "2022-02-04T21:11:58.721Z", "platform": "web", "development": false, - "token": "7fca88990414", + "token": "f7e3c211be70", "domains": [ "example.com" ], @@ -137620,7 +137296,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/company" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -137629,52 +137305,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/callbacks" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/hosts" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/environments" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/libraries" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/data_elements" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/extensions" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/rules" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/notes" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/environments", - "extensions": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/extensions", - "rules": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/rules", - "self": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c" + "data_elements": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments", + "extensions": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions", + "rules": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules", + "self": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134" }, "meta": { "rights": [ @@ -137692,7 +137368,7 @@ "response_message": "Created" }, { - "name": "extensions.show_the_origin_of_an_extension", + "name": "extensions.delete_an_extension", "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -137714,7 +137390,7 @@ "response_message": "OK" }, { - "name": "extensions.show_the_origin_of_an_extension", + "name": "extensions.delete_an_extension", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -140127,7 +139803,7 @@ "response_message": "OK" }, { - "name": "extensions.show_the_origin_of_an_extension", + "name": "extensions.delete_an_extension", "endpoint": "/properties/:property_id/extensions", "method": "POST", "request": { @@ -140147,10 +139823,10 @@ }, "response": { "data": { - "id": "EX825d351474ca409f840b7263906c7023", + "id": "EX9f81f473f2134edda19da30ba00bfd8b", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:06:02.946Z", + "created_at": "2022-02-04T21:12:06.467Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -140158,7 +139834,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:06:02.946Z", + "updated_at": "2022-02-04T21:12:06.467Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -140168,40 +139844,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/libraries" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/revisions" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/notes" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/property" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/property" }, "data": { - "id": "PR94472dde9f69414496f7336976dabc7c", + "id": "PRe1905c60f07043fe9ab49e218bfd9134", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/origin" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/origin" }, "data": { - "id": "EX825d351474ca409f840b7263906c7023", + "id": "EX9f81f473f2134edda19da30ba00bfd8b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -140210,7 +139886,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -140219,9 +139895,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c", - "origin": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", - "self": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", + "property": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134", + "origin": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b", + "self": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -140234,195 +139910,112 @@ "response_message": "Created" }, { - "name": "extensions.show_the_origin_of_an_extension", + "name": "extensions.delete_an_extension", "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX825d351474ca409f840b7263906c7023", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXafc869f16a354b31825f5cb9e1fa4920", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:06:02.963Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-01-20T22:06:02.963Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/property" - }, - "data": { - "id": "PR94472dde9f69414496f7336976dabc7c", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/origin" - }, - "data": { - "id": "EX825d351474ca409f840b7263906c7023", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c", - "origin": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", - "self": "https://reactor.adobe.io/extensions/EXafc869f16a354b31825f5cb9e1fa4920", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" }, { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/extensions/:extension_id/origin", + "name": "extensions.delete_an_extension", + "endpoint": "/properties/:property_id/extensions", "method": "GET", "request": null, "response": { - "data": { - "id": "EX825d351474ca409f840b7263906c7023", - "type": "extensions", - "attributes": { - "created_at": "2022-01-20T22:06:02.946Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:06:02.946Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/notes" - } + "data": [ + { + "id": "EX9625424a2483418fad8acfb132fa40d1", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:59.246Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "core", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:59.246Z", + "delegate_descriptor_id": "core::extensionConfiguration::config", + "display_name": "Core", + "review_status": "unsubmitted", + "version": "3.2.1", + "settings": "{}" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/property" + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/libraries" + } }, - "data": { - "id": "PR94472dde9f69414496f7336976dabc7c", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/origin" + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/revisions" + } }, - "data": { - "id": "EX825d351474ca409f840b7263906c7023", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/updated_with_extension_package" + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/notes" + } }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023/extension_package" + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/property" + }, + "data": { + "id": "PRe1905c60f07043fe9ab49e218bfd9134", + "type": "properties" + } }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/origin" + }, + "data": { + "id": "EX9625424a2483418fad8acfb132fa40d1", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/updated_with_extension_package" + }, + "data": { + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/extension_package" + }, + "data": { + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", + "type": "extension_packages" + } } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134", + "origin": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1", + "self": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1", + "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" + }, + "meta": { + "latest_revision_number": 1 } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c", - "origin": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", - "self": "https://reactor.adobe.io/extensions/EX825d351474ca409f840b7263906c7023", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, @@ -140430,7 +140023,7 @@ "response_message": "OK" }, { - "name": "extensions.get_the_extension_package_for_an_extension", + "name": "extensions.list_the_revisions_of_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -140503,7 +140096,7 @@ "response_message": "OK" }, { - "name": "extensions.get_the_extension_package_for_an_extension", + "name": "extensions.list_the_revisions_of_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -140576,23 +140169,23 @@ "response_message": "OK" }, { - "name": "extensions.get_the_extension_package_for_an_extension", + "name": "extensions.list_the_revisions_of_an_extension", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR94472dde9f69414496f7336976dabc7c", + "id": "PRe1905c60f07043fe9ab49e218bfd9134", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:05:57.593Z", + "created_at": "2022-02-04T21:11:58.721Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:05:57.593Z", + "updated_at": "2022-02-04T21:11:58.721Z", "platform": "web", "development": false, - "token": "7fca88990414", + "token": "f7e3c211be70", "domains": [ "example.com" ], @@ -140602,7 +140195,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/company" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -140611,52 +140204,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/callbacks" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/hosts" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/environments" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/libraries" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/data_elements" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/extensions" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/rules" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/notes" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/environments", - "extensions": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/extensions", - "rules": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c/rules", - "self": "https://reactor.adobe.io/properties/PR94472dde9f69414496f7336976dabc7c" + "data_elements": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments", + "extensions": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions", + "rules": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules", + "self": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134" }, "meta": { "rights": [ @@ -140684,8 +140277,8 @@ "response_message": "OK" }, { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/properties/PR94472dde9f69414496f7336976dabc7c", + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/properties/PRe1905c60f07043fe9ab49e218bfd9134", "method": "DELETE", "request": null, "response": null, @@ -140693,7 +140286,7 @@ "response_message": "No Content" }, { - "name": "extensions.get_the_extension_package_for_an_extension", + "name": "extensions.list_the_revisions_of_an_extension", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -140715,7 +140308,7 @@ "response_message": "OK" }, { - "name": "extensions.get_the_extension_package_for_an_extension", + "name": "extensions.list_the_revisions_of_an_extension", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -140732,16 +140325,16 @@ }, "response": { "data": { - "id": "PR4fdb37732a6546d49b2d4f2ed2bec414", + "id": "PR70a54341fec444caa67de44c2f5da659", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:03.702Z", + "created_at": "2022-02-04T21:12:10.483Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:03.702Z", + "updated_at": "2022-02-04T21:12:10.483Z", "platform": "web", "development": false, - "token": "4532c23d1245", + "token": "6d59b8b227e6", "domains": [ "example.com" ], @@ -140751,7 +140344,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/company" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -140760,52 +140353,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/callbacks" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/hosts" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/environments" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/libraries" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/data_elements" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/extensions" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/rules" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/notes" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/environments", - "extensions": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/extensions", - "rules": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/rules", - "self": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414" + "data_elements": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements", + "environments": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments", + "extensions": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions", + "rules": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules", + "self": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659" }, "meta": { "rights": [ @@ -140823,7 +140416,7 @@ "response_message": "Created" }, { - "name": "extensions.get_the_extension_package_for_an_extension", + "name": "extensions.list_the_revisions_of_an_extension", "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -140845,7 +140438,7 @@ "response_message": "OK" }, { - "name": "extensions.get_the_extension_package_for_an_extension", + "name": "extensions.list_the_revisions_of_an_extension", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -143258,7 +142851,7 @@ "response_message": "OK" }, { - "name": "extensions.get_the_extension_package_for_an_extension", + "name": "extensions.list_the_revisions_of_an_extension", "endpoint": "/properties/:property_id/extensions", "method": "POST", "request": { @@ -143278,10 +142871,10 @@ }, "response": { "data": { - "id": "EXa3814a92d99e4c209c3dd2d3d740f261", + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:06:09.183Z", + "created_at": "2022-02-04T21:12:18.660Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -143289,7 +142882,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:06:09.183Z", + "updated_at": "2022-02-04T21:12:18.660Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -143299,40 +142892,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/libraries" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/revisions" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/notes" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/property" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/property" }, "data": { - "id": "PR4fdb37732a6546d49b2d4f2ed2bec414", + "id": "PR70a54341fec444caa67de44c2f5da659", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/origin" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/origin" }, "data": { - "id": "EXa3814a92d99e4c209c3dd2d3d740f261", + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -143341,7 +142934,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261/extension_package" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -143350,9 +142943,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414", - "origin": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261", - "self": "https://reactor.adobe.io/extensions/EXa3814a92d99e4c209c3dd2d3d740f261", + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -143365,4084 +142958,2720 @@ "response_message": "Created" }, { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/extensions/:extension_id/extension_package", - "method": "GET", - "request": null, + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions" + } + }, "response": { "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", + "id": "EXf8f1a65698784bb4888cca287ed193ab", + "type": "extensions", "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" + "created_at": "2022-02-04T21:12:18.733Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:12:18.733Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/libraries" } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/property" + }, + "data": { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/origin" + }, + "data": { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/extensions/:extension_id/revisions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EXf8f1a65698784bb4888cca287ed193ab", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:18.733Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:12:18.733Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/property" }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" + "data": { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties" + } }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/origin" }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" + "data": { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions" + } }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/updated_with_extension_package" }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/extension_package" }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + }, + { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:18.660Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:12:18.660Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/libraries" + } }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/property" }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" + "data": { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties" + } }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/origin" }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" + "data": { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions" + } }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 2 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:10.483Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:10.483Z", + "platform": "web", + "development": false, + "token": "6d59b8b227e6", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements", + "environments": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments", + "extensions": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions", + "rules": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules", + "self": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/properties/PR70a54341fec444caa67de44c2f5da659", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:23.713Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:23.713Z", + "platform": "web", + "development": false, + "token": "02461f665d0e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments", + "extensions": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions", + "rules": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules", + "self": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { "required": [ - "value" + "language", + "source" ], "properties": { - "value": { + "global": { + "type": "boolean" + }, + "source": { "type": "string", "minLength": 1 }, - "valueIsRegex": { - "type": "boolean" + "language": { + "enum": [ + "javascript" + ] } }, "additionalProperties": false }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" ], "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 } - }, - "additionalProperties": false + } }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" } - } + }, + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "start": { + "type": "string", + "format": "date-time" }, - "minItems": 1 - } + "timezone": { + "type": "string" + } + }, + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { "required": [ - "value" + "count", + "unit" ], "properties": { - "value": { - "type": "string", - "minLength": 1 + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" }, - "valueIsRegex": { - "type": "boolean" + "count": { + "type": "number", + "minimum": 1 } }, "additionalProperties": false }, - "minItems": 1 - } + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" }, - "additionalProperties": false + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } }, - "sourceIsRegex": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } }, - "valueIsRegex": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { "type": "object", "required": [ - "operator" + "value" ], "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" + "value": { + "type": "string", + "minLength": 1 }, - "caseInsensitive": { + "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false + "minItems": 1 + } }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { "type": "object", "required": [ - "operator" + "value" ], "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" + "value": { + "type": "string", + "minLength": 1 }, - "caseInsensitive": { + "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" }, - "additionalProperties": false + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" }, - "additionalProperties": false + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { "type": "object", "required": [ - "operator" + "value" ], "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" } }, "additionalProperties": false }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 + "minItems": 1 + } }, - "valueIsRegex": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } }, - "caseInsensitive": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { "required": [ - "name", - "value" + "leftOperand", + "comparison", + "rightOperand" ], "properties": { - "name": { - "type": "string", - "minLength": 1 + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false }, - "value": { - "type": "string" + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" }, - "valueIsRegex": { - "type": "boolean" + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] } }, "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", + }, + { "required": [ - "name", - "value" + "leftOperand", + "comparison", + "rightOperand" ], "properties": { - "name": { - "type": "string", - "minLength": 1 + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false }, - "value": { - "type": "string" + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { + "rightOperand": { "type": "string", "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" } }, "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", + }, + { "required": [ - "name", - "value" + "leftOperand", + "comparison", + "rightOperand" ], "properties": { - "name": { - "type": "string", - "minLength": 1 + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false }, - "value": { - "type": "string" + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" }, - "valueIsRegex": { - "type": "boolean" + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] } }, "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", + }, + { "required": [ - "name", - "value" + "leftOperand", + "comparison" ], "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false }, - "valueIsRegex": { - "type": "boolean" + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" } }, "additionalProperties": false } - } + ], + "$schema": "http://json-schema.org/draft-04/schema#" }, - "additionalProperties": false + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" } }, - "bubbleFireIfParent": { - "type": "boolean" + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 } - } + }, + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 } }, - "bubbleFireIfParent": { - "type": "boolean" + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR4fdb37732a6546d49b2d4f2ed2bec414", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:06:03.702Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:03.702Z", - "platform": "web", - "development": false, - "token": "4532c23d1245", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/environments", - "extensions": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/extensions", - "rules": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414/rules", - "self": "https://reactor.adobe.io/properties/PR4fdb37732a6546d49b2d4f2ed2bec414" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/properties/PR4fdb37732a6546d49b2d4f2ed2bec414", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRdd6c7579e69c4c3689b0a570c1f52031", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:06:09.780Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:09.780Z", - "platform": "web", - "development": false, - "token": "7e5c6f502fb1", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/environments", - "extensions": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/extensions", - "rules": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/rules", - "self": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, { - "id": "kessel-test::conditions::browser", - "name": "browser", + "id": "kessel-test::events::element-exists", + "name": "element-exists", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "browsers" + "elementSelector" ], "properties": { - "browsers": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" + "type": "object", + "required": [ + "name", + "value" ], - "type": "string" + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false } } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" }, { - "id": "kessel-test::conditions::cookie", - "name": "cookie", + "id": "kessel-test::events::media-ended", + "name": "media-ended", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + "bubbleStop": { + "type": "boolean" }, - "value": { + "elementSelector": { "type": "string", "minLength": 1 }, - "valueIsRegex": { + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" }, { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "source" + "elementSelector" ], "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" + "delay": { + "type": "number", + "minimum": 1 }, - "start": { + "elementSelector": { "type": "string", - "format": "date-time" + "minLength": 1 }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { + "elementProperties": { "type": "array", "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" + "type": "object", + "required": [ + "name", + "value" ], - "type": "string" + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false } } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" }, { - "id": "kessel-test::conditions::domain", - "name": "domain", + "id": "kessel-test::events::focus", + "name": "focus", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], "properties": { - "domains": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { - "type": "string" + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" }, { - "id": "kessel-test::conditions::hash", - "name": "hash", + "id": "kessel-test::events::hover", + "name": "hover", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "hashes" + "elementSelector" ], "properties": { - "hashes": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 + } }, - "pageIsRegex": { + "bubbleFireIfParent": { "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { + "bubbleFireIfChildFired": { "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" }, { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", + "id": "kessel-test::events::key-press", + "name": "key-press", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], "properties": { - "operatingSystems": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" + "type": "object", + "required": [ + "name", + "value" ], - "type": "string" + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" + "bubbleFireIfParent": { + "type": "boolean" }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" }, { - "id": "kessel-test::conditions::path", - "name": "path", + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], "properties": { - "paths": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" }, { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], "properties": { - "paths": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 + } }, - "valueIsRegex": { + "bubbleFireIfParent": { "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 }, - "valueIsRegex": { + "bubbleFireIfChildFired": { "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" }, { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" }, { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" }, { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" }, { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" }, { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", + "id": "kessel-test::events::media-pause", + "name": "media-pause", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -147486,27 +145715,21 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" }, { - "id": "kessel-test::events::change", - "name": "change", + "id": "kessel-test::events::media-play", + "name": "media-play", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "properties": { - "value": { - "type": "string" - }, "bubbleStop": { "type": "boolean" }, - "valueIsRegex": { - "type": "boolean" - }, "elementSelector": { "type": "string", "minLength": 1 @@ -147543,14 +145766,14 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" }, { - "id": "kessel-test::events::click", - "name": "click", + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -147558,10 +145781,6 @@ "bubbleStop": { "type": "boolean" }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, "elementSelector": { "type": "string", "minLength": 1 @@ -147598,47 +145817,18 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" }, { - "id": "kessel-test::events::custom-event", - "name": "custom-event", + "id": "kessel-test::events::submit", + "name": "submit", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], "properties": { - "type": { - "type": "string", - "minLength": 1 - }, "bubbleStop": { "type": "boolean" }, @@ -147678,116 +145868,73 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" }, { - "id": "kessel-test::events::direct-call", - "name": "direct-call", + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" }, { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", "schema": { }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" }, { - "id": "kessel-test::events::element-exists", - "name": "element-exists", + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "elementSelector" + "timeOnPage" ], "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } + "timeOnPage": { + "type": "number", + "minimum": 1 } }, "additionalProperties": false }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", "categoryName": "Other" }, { - "id": "kessel-test::events::media-ended", - "name": "media-ended", + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, "bubbleStop": { "type": "boolean" }, @@ -147827,63 +145974,14 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", "categoryName": "Media" }, { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -147927,631 +146025,14 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" }, { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", "schema": { }, "libPath": "src/lib/events/zoomChange.js", @@ -148595,7 +146076,7 @@ "response_message": "OK" }, { - "name": "extensions.create_a_note_on_an_extension", + "name": "extensions.show_the_origin_of_an_extension", "endpoint": "/properties/:property_id/extensions", "method": "POST", "request": { @@ -148615,10 +146096,10 @@ }, "response": { "data": { - "id": "EXa9afcc2d94f6485390309aae26306221", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:06:15.181Z", + "created_at": "2022-02-04T21:12:33.231Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -148626,7 +146107,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:06:15.181Z", + "updated_at": "2022-02-04T21:12:33.231Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -148636,40 +146117,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/libraries" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/revisions" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/notes" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/property" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/property" }, "data": { - "id": "PRdd6c7579e69c4c3689b0a570c1f52031", + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/origin" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/origin" }, "data": { - "id": "EXa9afcc2d94f6485390309aae26306221", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -148678,7 +146159,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221/extension_package" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -148687,9 +146168,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031", - "origin": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221", - "self": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221", + "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "self": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -148702,49 +146183,203 @@ "response_message": "Created" }, { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/extensions/:extension_id/notes", - "method": "POST", + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/extensions/:id", + "method": "PATCH", "request": { "data": { - "type": "notes", "attributes": { - "text": "this note on an extension intentionally left blank" + }, + "meta": { + "action": "revise" + }, + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX2ff01e9344484b539f393418e4b8db56", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:33.441Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:12:33.441Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/property" + }, + "data": { + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/origin" + }, + "data": { + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "self": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 } } }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/extensions/:extension_id/origin", + "method": "GET", + "request": null, "response": { "data": { - "id": "NTe9a92ed6ddfe4bcda67c55af1aeefef0", - "type": "notes", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", + "type": "extensions", "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:06:15.381Z", - "text": "this note on an extension intentionally left blank" + "created_at": "2022-02-04T21:12:33.231Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:12:33.231Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" }, "relationships": { - "resource": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/property" + }, + "data": { + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", + "type": "properties" + } + }, + "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/origin" }, "data": { - "id": "EXa9afcc2d94f6485390309aae26306221", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", "type": "extensions" } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } } }, "links": { - "resource": "https://reactor.adobe.io/extensions/EXa9afcc2d94f6485390309aae26306221", - "self": "https://reactor.adobe.io/notes/NTe9a92ed6ddfe4bcda67c55af1aeefef0" + "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "self": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "extensions.list_notes_for_an_extension", + "name": "extensions.get_the_extension_package_for_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -148817,7 +146452,7 @@ "response_message": "OK" }, { - "name": "extensions.list_notes_for_an_extension", + "name": "extensions.get_the_extension_package_for_an_extension", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -148890,23 +146525,23 @@ "response_message": "OK" }, { - "name": "extensions.list_notes_for_an_extension", + "name": "extensions.get_the_extension_package_for_an_extension", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PRdd6c7579e69c4c3689b0a570c1f52031", + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:09.780Z", + "created_at": "2022-02-04T21:12:23.713Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:09.780Z", + "updated_at": "2022-02-04T21:12:23.713Z", "platform": "web", "development": false, - "token": "7e5c6f502fb1", + "token": "02461f665d0e", "domains": [ "example.com" ], @@ -148916,7 +146551,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/company" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -148925,52 +146560,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/callbacks" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/hosts" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/environments" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/libraries" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/data_elements" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/extensions" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/rules" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/notes" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/environments", - "extensions": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/extensions", - "rules": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031/rules", - "self": "https://reactor.adobe.io/properties/PRdd6c7579e69c4c3689b0a570c1f52031" + "data_elements": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments", + "extensions": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions", + "rules": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules", + "self": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c" }, "meta": { "rights": [ @@ -148998,8 +146633,8 @@ "response_message": "OK" }, { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/properties/PRdd6c7579e69c4c3689b0a570c1f52031", + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", "method": "DELETE", "request": null, "response": null, @@ -149007,7 +146642,7 @@ "response_message": "No Content" }, { - "name": "extensions.list_notes_for_an_extension", + "name": "extensions.get_the_extension_package_for_an_extension", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -149029,7 +146664,7 @@ "response_message": "OK" }, { - "name": "extensions.list_notes_for_an_extension", + "name": "extensions.get_the_extension_package_for_an_extension", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -149046,16 +146681,16 @@ }, "response": { "data": { - "id": "PRe37976336feb4a26b3a6ae8245de4bc1", + "id": "PR15ff1461539f4543ab80892b5e0be1ca", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:15.822Z", + "created_at": "2022-02-04T21:12:38.581Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:15.822Z", + "updated_at": "2022-02-04T21:12:38.581Z", "platform": "web", "development": false, - "token": "42cb53a17eff", + "token": "5716e9b93c5f", "domains": [ "example.com" ], @@ -149065,7 +146700,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/company" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -149074,52 +146709,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/callbacks" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/hosts" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/environments" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/libraries" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/data_elements" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/extensions" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/rules" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/notes" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/environments", - "extensions": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/extensions", - "rules": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/rules", - "self": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1" + "data_elements": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments", + "extensions": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions", + "rules": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules", + "self": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca" }, "meta": { "rights": [ @@ -149137,7 +146772,7 @@ "response_message": "Created" }, { - "name": "extensions.list_notes_for_an_extension", + "name": "extensions.get_the_extension_package_for_an_extension", "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -149159,7 +146794,7 @@ "response_message": "OK" }, { - "name": "extensions.list_notes_for_an_extension", + "name": "extensions.get_the_extension_package_for_an_extension", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -151536,25 +149171,10156 @@ "categoryName": "Mobile" } ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXad15efceb4724f7a84efb73e2e278fbf", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:47.778Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:12:47.778Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/property" + }, + "data": { + "id": "PR15ff1461539f4543ab80892b5e0be1ca", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/origin" + }, + "data": { + "id": "EXad15efceb4724f7a84efb73e2e278fbf", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca", + "origin": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf", + "self": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/extensions/:extension_id/extension_package", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR15ff1461539f4543ab80892b5e0be1ca", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:38.581Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:38.581Z", + "platform": "web", + "development": false, + "token": "5716e9b93c5f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments", + "extensions": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions", + "rules": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules", + "self": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/properties/PR15ff1461539f4543ab80892b5e0be1ca", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR47297300550a4196864369d55298b64a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:53.113Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:53.113Z", + "platform": "web", + "development": false, + "token": "fc1760bd8d8e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments", + "extensions": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions", + "rules": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules", + "self": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXc60519db8b6c4fbf86be1a933c85a77e", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:13:01.514Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:13:01.514Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/property" + }, + "data": { + "id": "PR47297300550a4196864369d55298b64a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/origin" + }, + "data": { + "id": "EXc60519db8b6c4fbf86be1a933c85a77e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a", + "origin": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", + "self": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/extensions/:extension_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this note on an extension intentionally left blank" + } + } + }, + "response": { + "data": { + "id": "NT6a7570534ebd44d9bd31486f33518195", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:13:02.913Z", + "text": "this note on an extension intentionally left blank" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e" + }, + "data": { + "id": "EXc60519db8b6c4fbf86be1a933c85a77e", + "type": "extensions" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", + "self": "https://reactor.adobe.io/notes/NT6a7570534ebd44d9bd31486f33518195" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR47297300550a4196864369d55298b64a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:53.113Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:53.113Z", + "platform": "web", + "development": false, + "token": "fc1760bd8d8e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments", + "extensions": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions", + "rules": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules", + "self": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/properties/PR47297300550a4196864369d55298b64a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRd3647cf206f249e8b290761919bf920d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:05.357Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:05.357Z", + "platform": "web", + "development": false, + "token": "d50366a43b9c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments", + "extensions": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions", + "rules": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules", + "self": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:13:13.322Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:13:13.322Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/property" + }, + "data": { + "id": "PRd3647cf206f249e8b290761919bf920d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/origin" + }, + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d", + "origin": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "self": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/extensions/:extension_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on an extension" + } + } + }, + "response": { + "data": { + "id": "NT2bb6e9f241f845c496dcc5df525f6b5b", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:13:14.284Z", + "text": "this is a note on an extension" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b" + }, + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "self": "https://reactor.adobe.io/notes/NT2bb6e9f241f845c496dcc5df525f6b5b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/extensions/:extension_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NT2bb6e9f241f845c496dcc5df525f6b5b", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:13:14.284Z", + "text": "this is a note on an extension" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b" + }, + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "self": "https://reactor.adobe.io/notes/NT2bb6e9f241f845c496dcc5df525f6b5b" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRd3647cf206f249e8b290761919bf920d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:05.357Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:05.357Z", + "platform": "web", + "development": false, + "token": "d50366a43b9c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments", + "extensions": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions", + "rules": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules", + "self": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/properties/PRd3647cf206f249e8b290761919bf920d", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:16.320Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:16.320Z", + "platform": "web", + "development": false, + "token": "43b533ab9a7c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments", + "extensions": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions", + "rules": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules", + "self": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/properties/:property_id/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example SFTP Host", + "type_of": "sftp", + "username": "John Doe", + "encrypted_private_key": "-----BEGIN PGP MESSAGE-----\n\nhQIMAwB8kNQ7jtk8AQ/+IPE+jteweLyNgdkzkBWN4c+wpRfTP9ionSywdWzZsRZ2\ngpIHLidqCgM+iRw0CgbAKhdAmA1wVyWP4HCa0eJuNCVwj+NqJlWW8qWxCWeZi2KC\nhqsoaB5+xIbS3Jwt8S4Na+DgvyjSj88sALvG9Y/xqNexRvcuvv0KKFoVYPOeW/w9\n+6x+vUmZFrTWMaNtKH6X9kifo5l+05d3XngPLfml4cKzWmO1f3FEvTX0O4nJurQ7\nNc27dt2XAO5Y8bqCClQ6AHOFVrkKnTifHF79A3AhCB5E9wMY4FJ/EReZ6Uk0ixOn\n76XeGbkl1jidajM5G/gylwEwOXN8CVy5DQyvxGulhsaaqtri7GZxQC5HUTETIHwO\nxThAttH22uaBjhMmYiCvPzSL4Z9UNFZeGPfb17k5E1kauprR2ItUJX86+Cid/FnR\nW7QN/8J4Jnf6Ggp90VujV0uIvdyLYq3T0xe9WZmONJaQ5bDYDv5ZfkcapOvXw4zr\nxrL1vrpZ5Qfu8oLQ19JOT2o7e3p8Kh7lDPIL7RH2bYesinLJ7wdopmkpj4/4gpHK\njzlWalZd75PEsttsUJ+ODVSOXG7iVhx9EvkZagUo0oeZ3oY1Jy5oik/gvVp28wDO\n8T1uYK/jeCSiuslxCYxth8a+5Wgiy8Jw1vHCRudsNgU1x2zYuOJetJS14Z/CTETS\nTgGPh0J6fQEvzZTM6AEJpRs+cVZV1hnTspyo2S5wv/SdrbqMkVHhs8rlq/0PWpSB\nLhLNlh8kLPR0KOG0V79GEO20At0HL/yGny/GKrTyAw==\n=oRpa\n-----END PGP MESSAGE-----\n", + "server": "//example.com", + "path": "assets", + "port": 22 + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT3477fd5e89b142288f1c0c60e2f68356", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:21.813Z", + "server": "//example.com", + "name": "Example SFTP Host", + "path": "assets", + "port": 22, + "status": "pending", + "type_of": "sftp", + "updated_at": "2022-02-04T21:13:21.813Z", + "username": "John Doe" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT3477fd5e89b142288f1c0c60e2f68356/property" + }, + "data": { + "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4", + "self": "https://reactor.adobe.io/hosts/HT3477fd5e89b142288f1c0c60e2f68356" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:16.320Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:16.320Z", + "platform": "web", + "development": false, + "token": "43b533ab9a7c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments", + "extensions": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions", + "rules": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules", + "self": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/properties/PR4c3ed80f85f4432d9e03effb12bf39a4", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:23.243Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:23.243Z", + "platform": "web", + "development": false, + "token": "eabeb7cd2c77", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules", + "self": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/properties/:property_id/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT250da865f1bc4885b49d4e935b465293", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:28.769Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:28.769Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT250da865f1bc4885b49d4e935b465293/property" + }, + "data": { + "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "self": "https://reactor.adobe.io/hosts/HT250da865f1bc4885b49d4e935b465293" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:23.243Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:23.243Z", + "platform": "web", + "development": false, + "token": "eabeb7cd2c77", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules", + "self": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:29.900Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:29.900Z", + "platform": "web", + "development": false, + "token": "f3af73473639", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules", + "self": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT24e6c9032bd34688899a272881260f8b", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:35.484Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:35.484Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b/property" + }, + "data": { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1", + "self": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/hosts/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "HT24e6c9032bd34688899a272881260f8b", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:35.484Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:35.484Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b/property" + }, + "data": { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1", + "self": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:29.900Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:29.900Z", "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" + "development": false, + "token": "f3af73473639", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/notes" + } + } }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules", + "self": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1" }, "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] } } ], @@ -151572,106 +159338,138 @@ "response_message": "OK" }, { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/properties/:property_id/extensions", + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/properties/PR1c7f7f1ddc244ce08fcb250491903de1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { "data": { "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" + "type": "properties" } }, "response": { "data": { - "id": "EX0572141b7df7438aaa57b572098bdf11", - "type": "extensions", + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:21.202Z", - "deleted_at": null, - "dirty": false, + "created_at": "2022-02-04T21:13:36.432Z", "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:06:21.202Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:36.432Z", + "platform": "web", + "development": false, + "token": "81b7fdae4976", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true }, "relationships": { - "libraries": { + "company": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/libraries" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } }, - "revisions": { + "callbacks": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/revisions" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/callbacks" } }, - "notes": { + "hosts": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/notes" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts" } }, - "property": { + "environments": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/property" - }, - "data": { - "id": "PRe37976336feb4a26b3a6ae8245de4bc1", - "type": "properties" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments" } }, - "origin": { + "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/origin" - }, - "data": { - "id": "EX0572141b7df7438aaa57b572098bdf11", - "type": "extensions" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/libraries" } }, - "updated_with_extension_package": { + "data_elements": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements" } }, - "extension_package": { + "extensions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/notes" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1", - "origin": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11", - "self": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules", + "self": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78" }, "meta": { - "latest_revision_number": 1 + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] } } }, @@ -151679,41 +159477,47 @@ "response_message": "Created" }, { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/extensions/:extension_id/notes", + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts", "method": "POST", "request": { "data": { - "type": "notes", "attributes": { - "text": "this is a note on an extension" - } + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" } }, "response": { "data": { - "id": "NTfe5a3dd71758445e9c472f2f4a75b9a4", - "type": "notes", + "id": "HT6f818bc212a0420cbe3263dd5620541d", + "type": "hosts", "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:06:21.408Z", - "text": "this is a note on an extension" + "created_at": "2022-02-04T21:13:41.987Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:41.987Z", + "username": null }, "relationships": { - "resource": { + "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11" + "related": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d/property" }, "data": { - "id": "EX0572141b7df7438aaa57b572098bdf11", - "type": "extensions" + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11", - "self": "https://reactor.adobe.io/notes/NTfe5a3dd71758445e9c472f2f4a75b9a4" + "property": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78", + "self": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d" } } }, @@ -151721,35 +159525,40 @@ "response_message": "Created" }, { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/extensions/:extension_id/notes", + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/properties/:property_id/hosts", "method": "GET", "request": null, "response": { "data": [ { - "id": "NTfe5a3dd71758445e9c472f2f4a75b9a4", - "type": "notes", + "id": "HT6f818bc212a0420cbe3263dd5620541d", + "type": "hosts", "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:06:21.408Z", - "text": "this is a note on an extension" + "created_at": "2022-02-04T21:13:41.987Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:41.987Z", + "username": null }, "relationships": { - "resource": { + "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11" + "related": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d/property" }, "data": { - "id": "EX0572141b7df7438aaa57b572098bdf11", - "type": "extensions" + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/extensions/EX0572141b7df7438aaa57b572098bdf11", - "self": "https://reactor.adobe.io/notes/NTfe5a3dd71758445e9c472f2f4a75b9a4" + "property": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78", + "self": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d" } } ], @@ -151767,7 +159576,7 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", + "name": "hosts.update_a_host", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -151840,7 +159649,7 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", + "name": "hosts.update_a_host", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -151913,23 +159722,23 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", + "name": "hosts.update_a_host", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PRe37976336feb4a26b3a6ae8245de4bc1", + "id": "PR1c6af864f55049fc864a3be7b5285f78", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:15.822Z", + "created_at": "2022-02-04T21:13:36.432Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:15.822Z", + "updated_at": "2022-02-04T21:13:36.432Z", "platform": "web", "development": false, - "token": "42cb53a17eff", + "token": "81b7fdae4976", "domains": [ "example.com" ], @@ -151939,7 +159748,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/company" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -151948,52 +159757,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/callbacks" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/hosts" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/environments" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/libraries" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/data_elements" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/extensions" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/rules" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/notes" + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/environments", - "extensions": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/extensions", - "rules": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1/rules", - "self": "https://reactor.adobe.io/properties/PRe37976336feb4a26b3a6ae8245de4bc1" + "data_elements": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules", + "self": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78" }, "meta": { "rights": [ @@ -152021,8 +159830,8 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", - "endpoint": "/properties/PRe37976336feb4a26b3a6ae8245de4bc1", + "name": "hosts.update_a_host", + "endpoint": "/properties/PR1c6af864f55049fc864a3be7b5285f78", "method": "DELETE", "request": null, "response": null, @@ -152030,7 +159839,7 @@ "response_message": "No Content" }, { - "name": "hosts.create_a_host", + "name": "hosts.update_a_host", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -152052,7 +159861,496 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", + "name": "hosts.update_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:43.296Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:43.296Z", + "platform": "web", + "development": false, + "token": "fb605c17731b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements", + "environments": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments", + "extensions": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions", + "rules": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules", + "self": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT858f4c0a71cc4e8d87399b3499556dc8", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:48.858Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:48.858Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8/property" + }, + "data": { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", + "self": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/hosts/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "My SFTP host" + }, + "id": "HT858f4c0a71cc4e8d87399b3499556dc8", + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT858f4c0a71cc4e8d87399b3499556dc8", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:48.858Z", + "server": null, + "name": "My SFTP host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:49.021Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8/property" + }, + "data": { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", + "self": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:43.296Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:43.296Z", + "platform": "web", + "development": false, + "token": "fb605c17731b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements", + "environments": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments", + "extensions": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions", + "rules": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules", + "self": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -152069,16 +160367,16 @@ }, "response": { "data": { - "id": "PRd4b7d1a3f44e440da18cf3033b337302", + "id": "PRbcf1985e616d4790964af1f4088eeb45", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:21.895Z", + "created_at": "2022-02-04T21:13:49.926Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:21.895Z", + "updated_at": "2022-02-04T21:13:49.926Z", "platform": "web", "development": false, - "token": "5b55a5070bcb", + "token": "7516ddddf581", "domains": [ "example.com" ], @@ -152088,7 +160386,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/company" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152097,52 +160395,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/callbacks" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/hosts" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/environments" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/libraries" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/data_elements" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/extensions" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/rules" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/notes" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/environments", - "extensions": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/extensions", - "rules": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/rules", - "self": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302" + "data_elements": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments", + "extensions": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions", + "rules": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules", + "self": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45" }, "meta": { "rights": [ @@ -152160,52 +160458,47 @@ "response_message": "Created" }, { - "name": "hosts.create_a_host", - "endpoint": "/properties/:property_id/hosts", + "name": "hosts.delete_a_host", + "endpoint": "/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts", "method": "POST", "request": { "data": { "attributes": { - "name": "Example SFTP Host", - "type_of": "sftp", - "username": "John Doe", - "encrypted_private_key": "-----BEGIN PGP MESSAGE-----\n\nhQIMAwB8kNQ7jtk8AQ/+IPE+jteweLyNgdkzkBWN4c+wpRfTP9ionSywdWzZsRZ2\ngpIHLidqCgM+iRw0CgbAKhdAmA1wVyWP4HCa0eJuNCVwj+NqJlWW8qWxCWeZi2KC\nhqsoaB5+xIbS3Jwt8S4Na+DgvyjSj88sALvG9Y/xqNexRvcuvv0KKFoVYPOeW/w9\n+6x+vUmZFrTWMaNtKH6X9kifo5l+05d3XngPLfml4cKzWmO1f3FEvTX0O4nJurQ7\nNc27dt2XAO5Y8bqCClQ6AHOFVrkKnTifHF79A3AhCB5E9wMY4FJ/EReZ6Uk0ixOn\n76XeGbkl1jidajM5G/gylwEwOXN8CVy5DQyvxGulhsaaqtri7GZxQC5HUTETIHwO\nxThAttH22uaBjhMmYiCvPzSL4Z9UNFZeGPfb17k5E1kauprR2ItUJX86+Cid/FnR\nW7QN/8J4Jnf6Ggp90VujV0uIvdyLYq3T0xe9WZmONJaQ5bDYDv5ZfkcapOvXw4zr\nxrL1vrpZ5Qfu8oLQ19JOT2o7e3p8Kh7lDPIL7RH2bYesinLJ7wdopmkpj4/4gpHK\njzlWalZd75PEsttsUJ+ODVSOXG7iVhx9EvkZagUo0oeZ3oY1Jy5oik/gvVp28wDO\n8T1uYK/jeCSiuslxCYxth8a+5Wgiy8Jw1vHCRudsNgU1x2zYuOJetJS14Z/CTETS\nTgGPh0J6fQEvzZTM6AEJpRs+cVZV1hnTspyo2S5wv/SdrbqMkVHhs8rlq/0PWpSB\nLhLNlh8kLPR0KOG0V79GEO20At0HL/yGny/GKrTyAw==\n=oRpa\n-----END PGP MESSAGE-----\n", - "server": "//example.com", - "path": "assets", - "port": 22 + "name": "Example Akamai Host", + "type_of": "akamai" }, "type": "hosts" } }, "response": { "data": { - "id": "HTcdcb5484378841fcb4cd9a6611083f0a", + "id": "HTd227ac2b1d7f4251a9e4820c0293998b", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:06:27.142Z", - "server": "//example.com", - "name": "Example SFTP Host", - "path": "assets", - "port": 22, - "status": "pending", - "type_of": "sftp", - "updated_at": "2022-01-20T22:06:27.142Z", - "username": "John Doe" + "created_at": "2022-02-04T21:13:55.438Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:55.438Z", + "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTcdcb5484378841fcb4cd9a6611083f0a/property" + "related": "https://reactor.adobe.io/hosts/HTd227ac2b1d7f4251a9e4820c0293998b/property" }, "data": { - "id": "PRd4b7d1a3f44e440da18cf3033b337302", + "id": "PRbcf1985e616d4790964af1f4088eeb45", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302", - "self": "https://reactor.adobe.io/hosts/HTcdcb5484378841fcb4cd9a6611083f0a" + "property": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45", + "self": "https://reactor.adobe.io/hosts/HTd227ac2b1d7f4251a9e4820c0293998b" } } }, @@ -152213,7 +160506,16 @@ "response_message": "Created" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.delete_a_host", + "endpoint": "/hosts/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -152286,7 +160588,7 @@ "response_message": "OK" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -152359,23 +160661,23 @@ "response_message": "OK" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PRd4b7d1a3f44e440da18cf3033b337302", + "id": "PRbcf1985e616d4790964af1f4088eeb45", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:21.895Z", + "created_at": "2022-02-04T21:13:49.926Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:21.895Z", + "updated_at": "2022-02-04T21:13:49.926Z", "platform": "web", "development": false, - "token": "5b55a5070bcb", + "token": "7516ddddf581", "domains": [ "example.com" ], @@ -152385,7 +160687,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/company" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152394,52 +160696,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/callbacks" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/hosts" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/environments" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/libraries" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/data_elements" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/extensions" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/rules" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/notes" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/environments", - "extensions": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/extensions", - "rules": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302/rules", - "self": "https://reactor.adobe.io/properties/PRd4b7d1a3f44e440da18cf3033b337302" + "data_elements": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments", + "extensions": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions", + "rules": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules", + "self": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45" }, "meta": { "rights": [ @@ -152467,8 +160769,8 @@ "response_message": "OK" }, { - "name": "hosts.create_an_akamai_host", - "endpoint": "/properties/PRd4b7d1a3f44e440da18cf3033b337302", + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/PRbcf1985e616d4790964af1f4088eeb45", "method": "DELETE", "request": null, "response": null, @@ -152476,7 +160778,7 @@ "response_message": "No Content" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -152498,7 +160800,7 @@ "response_message": "OK" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -152515,16 +160817,16 @@ }, "response": { "data": { - "id": "PR011578f46f684147b82dfe0feff35170", + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:27.754Z", + "created_at": "2022-02-04T21:13:56.965Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:27.754Z", + "updated_at": "2022-02-04T21:13:56.965Z", "platform": "web", "development": false, - "token": "850fb268d62e", + "token": "8f6b6dd8e36e", "domains": [ "example.com" ], @@ -152534,7 +160836,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/company" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152543,52 +160845,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/callbacks" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/hosts" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/environments" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/libraries" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/data_elements" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/extensions" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/rules" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/notes" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/data_elements", - "environments": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/environments", - "extensions": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/extensions", - "rules": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/rules", - "self": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170" + "data_elements": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments", + "extensions": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions", + "rules": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules", + "self": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f" }, "meta": { "rights": [ @@ -152606,8 +160908,8 @@ "response_message": "Created" }, { - "name": "hosts.create_an_akamai_host", - "endpoint": "/properties/:property_id/hosts", + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts", "method": "POST", "request": { "data": { @@ -152620,33 +160922,33 @@ }, "response": { "data": { - "id": "HT1d98a36a27674e2084a43f502ff14800", + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:06:33.000Z", + "created_at": "2022-02-04T21:14:02.478Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:06:33.000Z", + "updated_at": "2022-02-04T21:14:02.478Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT1d98a36a27674e2084a43f502ff14800/property" + "related": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229/property" }, "data": { - "id": "PR011578f46f684147b82dfe0feff35170", + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170", - "self": "https://reactor.adobe.io/hosts/HT1d98a36a27674e2084a43f502ff14800" + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229" } } }, @@ -152654,7 +160956,306 @@ "response_message": "Created" }, { - "name": "hosts.get_a_host", + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN56e3b3c6e2af4d15a3b6d48d50ac692e", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:02.740Z", + "library_path": "17e0df72ece8/8f6b6dd8e36e", + "library_name": "launch-7ceeacb4dd89-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-7ceeacb4dd89-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.min.js" + ], + "license_path": "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" + }, + { + "library_name": "launch-7ceeacb4dd89-development.js", + "minified": false, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:02.740Z", + "status": "succeeded", + "token": "7ceeacb4dd89" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/host", + "self": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/relationships/host" + }, + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT5bf1cf0456b8408b890d18dc0418bd13", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:02.920Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:02.920Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT5bf1cf0456b8408b890d18dc0418bd13/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/hosts/HT5bf1cf0456b8408b890d18dc0418bd13" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Dev Environment A" + }, + "relationships": { + "host": { + "data": { + "id": "HT5bf1cf0456b8408b890d18dc0418bd13", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN0e38c86b086440ce9e48095f6757b06b", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:03.180Z", + "library_path": "17e0df72ece8/8f6b6dd8e36e", + "library_name": "launch-52df37eeea1c-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-52df37eeea1c-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.min.js" + ], + "license_path": "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" + }, + { + "library_name": "launch-52df37eeea1c-development.js", + "minified": false, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" + ] + } + ], + "name": "Dev Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:03.180Z", + "status": "succeeded", + "token": "52df37eeea1c" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/host", + "self": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/relationships/host" + }, + "data": { + "id": "HT5bf1cf0456b8408b890d18dc0418bd13", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/environments/:environment_id/host", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:02.478Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:02.478Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -152727,7 +161328,7 @@ "response_message": "OK" }, { - "name": "hosts.get_a_host", + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -152800,23 +161401,23 @@ "response_message": "OK" }, { - "name": "hosts.get_a_host", + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR011578f46f684147b82dfe0feff35170", + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:27.754Z", + "created_at": "2022-02-04T21:13:56.965Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:27.754Z", + "updated_at": "2022-02-04T21:13:56.965Z", "platform": "web", "development": false, - "token": "850fb268d62e", + "token": "8f6b6dd8e36e", "domains": [ "example.com" ], @@ -152826,7 +161427,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/company" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152835,52 +161436,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/callbacks" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/hosts" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/environments" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/libraries" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/data_elements" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/extensions" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/rules" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/notes" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/data_elements", - "environments": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/environments", - "extensions": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/extensions", - "rules": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170/rules", - "self": "https://reactor.adobe.io/properties/PR011578f46f684147b82dfe0feff35170" + "data_elements": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments", + "extensions": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions", + "rules": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules", + "self": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f" }, "meta": { "rights": [ @@ -152908,8 +161509,8 @@ "response_message": "OK" }, { - "name": "hosts.get_a_host", - "endpoint": "/properties/PR011578f46f684147b82dfe0feff35170", + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f", "method": "DELETE", "request": null, "response": null, @@ -152917,7 +161518,7 @@ "response_message": "No Content" }, { - "name": "hosts.get_a_host", + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -152939,7 +161540,7 @@ "response_message": "OK" }, { - "name": "hosts.get_a_host", + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -152956,16 +161557,16 @@ }, "response": { "data": { - "id": "PR537f05250505475cba5eb80ecf0d6b75", + "id": "PR2c17e4b5d25e4358a192861460d3a284", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:33.411Z", + "created_at": "2022-02-04T21:14:04.299Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:33.411Z", + "updated_at": "2022-02-04T21:14:04.299Z", "platform": "web", "development": false, - "token": "74c7d4e2e486", + "token": "9901a6c455b6", "domains": [ "example.com" ], @@ -152975,7 +161576,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/company" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152984,52 +161585,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/callbacks" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/hosts" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/environments" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/libraries" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/data_elements" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/extensions" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/rules" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/notes" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/data_elements", - "environments": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/environments", - "extensions": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/extensions", - "rules": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/rules", - "self": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75" + "data_elements": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments", + "extensions": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions", + "rules": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules", + "self": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284" }, "meta": { "rights": [ @@ -153047,8 +161648,8 @@ "response_message": "Created" }, { - "name": "hosts.get_a_host", - "endpoint": "/properties/PR537f05250505475cba5eb80ecf0d6b75/hosts", + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts", "method": "POST", "request": { "data": { @@ -153061,33 +161662,33 @@ }, "response": { "data": { - "id": "HTa34c944a72f24dcc8ad1bdbd03dc499c", + "id": "HT2fd6a821d746409686b0d451b3100bac", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:06:38.646Z", + "created_at": "2022-02-04T21:14:09.817Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:06:38.646Z", + "updated_at": "2022-02-04T21:14:09.817Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa34c944a72f24dcc8ad1bdbd03dc499c/property" + "related": "https://reactor.adobe.io/hosts/HT2fd6a821d746409686b0d451b3100bac/property" }, "data": { - "id": "PR537f05250505475cba5eb80ecf0d6b75", + "id": "PR2c17e4b5d25e4358a192861460d3a284", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75", - "self": "https://reactor.adobe.io/hosts/HTa34c944a72f24dcc8ad1bdbd03dc499c" + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/hosts/HT2fd6a821d746409686b0d451b3100bac" } } }, @@ -153095,47 +161696,284 @@ "response_message": "Created" }, { - "name": "hosts.get_a_host", - "endpoint": "/hosts/:id", - "method": "GET", - "request": null, + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN13e590a2dae0481d93e2abe8b5b6e0db", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:10.013Z", + "library_path": "17e0df72ece8/9901a6c455b6", + "library_name": "launch-542510cc8e9f-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-542510cc8e9f-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.min.js" + ], + "license_path": "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" + }, + { + "library_name": "launch-542510cc8e9f-development.js", + "minified": false, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:10.013Z", + "status": "succeeded", + "token": "542510cc8e9f" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/host", + "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/relationships/host" + }, + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/property" + }, + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, "response": { "data": { - "id": "HTa34c944a72f24dcc8ad1bdbd03dc499c", + "id": "HT9e26cfa84a204a20baeae792d876e6ba", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:06:38.646Z", + "created_at": "2022-02-04T21:14:10.171Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:06:38.646Z", + "updated_at": "2022-02-04T21:14:10.171Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa34c944a72f24dcc8ad1bdbd03dc499c/property" + "related": "https://reactor.adobe.io/hosts/HT9e26cfa84a204a20baeae792d876e6ba/property" }, "data": { - "id": "PR537f05250505475cba5eb80ecf0d6b75", + "id": "PR2c17e4b5d25e4358a192861460d3a284", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75", - "self": "https://reactor.adobe.io/hosts/HTa34c944a72f24dcc8ad1bdbd03dc499c" + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/hosts/HT9e26cfa84a204a20baeae792d876e6ba" } } }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Dev Environment A" + }, + "relationships": { + "host": { + "data": { + "id": "HT9e26cfa84a204a20baeae792d876e6ba", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENf0632cbc7f424f17bd7b946ff785dbff", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:10.386Z", + "library_path": "17e0df72ece8/9901a6c455b6", + "library_name": "launch-1a33727b2ca4-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-1a33727b2ca4-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.min.js" + ], + "license_path": "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" + }, + { + "library_name": "launch-1a33727b2ca4-development.js", + "minified": false, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" + ] + } + ], + "name": "Dev Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:10.386Z", + "status": "succeeded", + "token": "1a33727b2ca4" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/host", + "self": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/relationships/host" + }, + "data": { + "id": "HT9e26cfa84a204a20baeae792d876e6ba", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/property" + }, + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/environments/:environment_id/relationships/host", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts" + }, + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/host", + "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/relationships/host" + } + }, "response_code": 200, "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -153208,7 +162046,7 @@ "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -153281,23 +162119,23 @@ "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR537f05250505475cba5eb80ecf0d6b75", + "id": "PR2c17e4b5d25e4358a192861460d3a284", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:33.411Z", + "created_at": "2022-02-04T21:14:04.299Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:33.411Z", + "updated_at": "2022-02-04T21:14:04.299Z", "platform": "web", "development": false, - "token": "74c7d4e2e486", + "token": "9901a6c455b6", "domains": [ "example.com" ], @@ -153307,7 +162145,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/company" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153316,52 +162154,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/callbacks" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/hosts" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/environments" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/libraries" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/data_elements" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/extensions" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/rules" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/notes" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/data_elements", - "environments": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/environments", - "extensions": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/extensions", - "rules": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75/rules", - "self": "https://reactor.adobe.io/properties/PR537f05250505475cba5eb80ecf0d6b75" + "data_elements": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments", + "extensions": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions", + "rules": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules", + "self": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284" }, "meta": { "rights": [ @@ -153389,8 +162227,8 @@ "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/PR537f05250505475cba5eb80ecf0d6b75", + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284", "method": "DELETE", "request": null, "response": null, @@ -153398,7 +162236,7 @@ "response_message": "No Content" }, { - "name": "hosts.list_hosts_for_a_property", + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -153420,7 +162258,7 @@ "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -153437,16 +162275,16 @@ }, "response": { "data": { - "id": "PRffd05c08d6774bfe97b7079157df55f1", + "id": "PR283effaf562e452dab85d1c355984038", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:39.112Z", + "created_at": "2022-02-04T21:14:11.542Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:39.112Z", + "updated_at": "2022-02-04T21:14:11.542Z", "platform": "web", "development": false, - "token": "599b98ef7243", + "token": "15322faceb72", "domains": [ "example.com" ], @@ -153456,7 +162294,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/company" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153465,52 +162303,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/callbacks" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/hosts" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/environments" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/libraries" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/data_elements" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/extensions" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/rules" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/notes" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/environments", - "extensions": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/extensions", - "rules": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/rules", - "self": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1" + "data_elements": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements", + "environments": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments", + "extensions": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions", + "rules": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules", + "self": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038" }, "meta": { "rights": [ @@ -153528,8 +162366,8 @@ "response_message": "Created" }, { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/PRffd05c08d6774bfe97b7079157df55f1/hosts", + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/PR283effaf562e452dab85d1c355984038/hosts", "method": "POST", "request": { "data": { @@ -153542,33 +162380,33 @@ }, "response": { "data": { - "id": "HT4ea1a31ecaf84726800cee8577226604", + "id": "HT570bd5bb1b494d8d861d830d3ca65c20", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:06:44.355Z", + "created_at": "2022-02-04T21:14:17.073Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:06:44.355Z", + "updated_at": "2022-02-04T21:14:17.073Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT4ea1a31ecaf84726800cee8577226604/property" + "related": "https://reactor.adobe.io/hosts/HT570bd5bb1b494d8d861d830d3ca65c20/property" }, "data": { - "id": "PRffd05c08d6774bfe97b7079157df55f1", + "id": "PR283effaf562e452dab85d1c355984038", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1", - "self": "https://reactor.adobe.io/hosts/HT4ea1a31ecaf84726800cee8577226604" + "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", + "self": "https://reactor.adobe.io/hosts/HT570bd5bb1b494d8d861d830d3ca65c20" } } }, @@ -153576,58 +162414,184 @@ "response_message": "Created" }, { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/:property_id/hosts", - "method": "GET", - "request": null, + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT570bd5bb1b494d8d861d830d3ca65c20", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, "response": { - "data": [ - { - "id": "HT4ea1a31ecaf84726800cee8577226604", - "type": "hosts", - "attributes": { - "created_at": "2022-01-20T22:06:44.355Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:06:44.355Z", - "username": null + "data": { + "id": "ENa817d6265e364ac0bf83ee4f17c724b7", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:17.234Z", + "library_path": "17e0df72ece8/15322faceb72", + "library_name": "launch-22cc1f5ace3c-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-22cc1f5ace3c-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.min.js" + ], + "license_path": "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" + }, + { + "library_name": "launch-22cc1f5ace3c-development.js", + "minified": false, + "references": [ + "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:17.234Z", + "status": "succeeded", + "token": "22cc1f5ace3c" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/library" + }, + "data": null }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT4ea1a31ecaf84726800cee8577226604/property" - }, - "data": { - "id": "PRffd05c08d6774bfe97b7079157df55f1", - "type": "properties" - } + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/host", + "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/relationships/host" + }, + "data": { + "id": "HT570bd5bb1b494d8d861d830d3ca65c20", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/property" + }, + "data": { + "id": "PR283effaf562e452dab85d1c355984038", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", + "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/PR283effaf562e452dab85d1c355984038/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT076f5887cd0a454d88fbd777913b4f58", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:17.383Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:17.383Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT076f5887cd0a454d88fbd777913b4f58/property" + }, + "data": { + "id": "PR283effaf562e452dab85d1c355984038", + "type": "properties" } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1", - "self": "https://reactor.adobe.io/hosts/HT4ea1a31ecaf84726800cee8577226604" } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", + "self": "https://reactor.adobe.io/hosts/HT076f5887cd0a454d88fbd777913b4f58" } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/environments/:environment_id/relationships/host", + "method": "PATCH", + "request": { + "data": { + "id": "HT076f5887cd0a454d88fbd777913b4f58", + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT076f5887cd0a454d88fbd777913b4f58", + "type": "hosts" + }, + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/host", + "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/relationships/host" } }, "response_code": 200, "response_message": "OK" }, { - "name": "hosts.update_a_host", + "name": "icons.create_an_app_surface_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -153700,7 +162664,7 @@ "response_message": "OK" }, { - "name": "hosts.update_a_host", + "name": "icons.create_an_app_surface_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -153773,23 +162737,23 @@ "response_message": "OK" }, { - "name": "hosts.update_a_host", + "name": "icons.create_an_app_surface_icon", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PRffd05c08d6774bfe97b7079157df55f1", + "id": "PR283effaf562e452dab85d1c355984038", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:06:39.112Z", + "created_at": "2022-02-04T21:14:11.542Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:39.112Z", + "updated_at": "2022-02-04T21:14:11.542Z", "platform": "web", "development": false, - "token": "599b98ef7243", + "token": "15322faceb72", "domains": [ "example.com" ], @@ -153799,7 +162763,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/company" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153808,52 +162772,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/callbacks" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/hosts" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/environments" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/libraries" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/data_elements" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/extensions" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/rules" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/notes" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/environments", - "extensions": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/extensions", - "rules": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1/rules", - "self": "https://reactor.adobe.io/properties/PRffd05c08d6774bfe97b7079157df55f1" + "data_elements": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements", + "environments": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments", + "extensions": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions", + "rules": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules", + "self": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038" }, "meta": { "rights": [ @@ -153881,8 +162845,8 @@ "response_message": "OK" }, { - "name": "hosts.update_a_host", - "endpoint": "/properties/PRffd05c08d6774bfe97b7079157df55f1", + "name": "icons.create_an_app_surface_icon", + "endpoint": "/properties/PR283effaf562e452dab85d1c355984038", "method": "DELETE", "request": null, "response": null, @@ -153890,21 +162854,56 @@ "response_message": "No Content" }, { - "name": "hosts.update_a_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.create_an_app_surface_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", "method": "GET", "request": null, "response": { "data": [ - + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, @@ -153912,211 +162911,55 @@ "response_message": "OK" }, { - "name": "hosts.update_a_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, + "name": "icons.create_an_app_surface_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, "response": { - "data": { - "id": "PR8b623670d83344458029fe6469bc981a", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:06:44.766Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:44.766Z", - "platform": "web", - "development": false, - "token": "922616b358e4", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/rules", - "self": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } + "data": null }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.update_a_host", - "endpoint": "/properties/PR8b623670d83344458029fe6469bc981a/hosts", + "name": "icons.create_an_app_surface_icon", + "endpoint": "/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon", "method": "POST", "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTd4774e9df9294c74b54e550a0d349965", - "type": "hosts", - "attributes": { - "created_at": "2022-01-20T22:06:49.967Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:06:49.967Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTd4774e9df9294c74b54e550a0d349965/property" - }, - "data": { - "id": "PR8b623670d83344458029fe6469bc981a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a", - "self": "https://reactor.adobe.io/hosts/HTd4774e9df9294c74b54e550a0d349965" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/hosts/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "My SFTP host" - }, - "id": "HTd4774e9df9294c74b54e550a0d349965", - "type": "hosts" - } + "file": "@[FILE_PATH]" }, "response": { "data": { - "id": "HTd4774e9df9294c74b54e550a0d349965", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2022-01-20T22:06:49.967Z", - "server": null, - "name": "My SFTP host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:06:50.040Z", - "username": null + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:19.790Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd4774e9df9294c74b54e550a0d349965/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR8b623670d83344458029fe6469bc981a", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a", - "self": "https://reactor.adobe.io/hosts/HTd4774e9df9294c74b54e550a0d349965" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 200, - "response_message": "OK" + "response_code": 202, + "response_message": "Accepted" }, { - "name": "hosts.delete_a_host", + "name": "icons.get_the_icon_for_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -154189,7 +163032,7 @@ "response_message": "OK" }, { - "name": "hosts.delete_a_host", + "name": "icons.get_the_icon_for_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -154262,97 +163105,71 @@ "response_message": "OK" }, { - "name": "hosts.delete_a_host", + "name": "icons.get_the_icon_for_an_app_surface", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR8b623670d83344458029fe6469bc981a", - "type": "properties", + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:06:44.766Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:44.766Z", - "platform": "web", - "development": false, - "token": "922616b358e4", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/extensions" - } - }, - "rules": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/rules" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/notes" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a/rules", - "self": "https://reactor.adobe.io/properties/PR8b623670d83344458029fe6469bc981a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -154370,203 +163187,77 @@ "response_message": "OK" }, { - "name": "hosts.delete_a_host", - "endpoint": "/properties/PR8b623670d83344458029fe6469bc981a", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/icon", "method": "GET", "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, "response": { "data": { - "id": "PR5dbece5efc0f45dc8650ea82363131ad", - "type": "properties", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2022-01-20T22:06:50.436Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:50.436Z", - "platform": "web", - "development": false, - "token": "7def7d86aca5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:19.790Z" }, "relationships": { - "company": { + "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/notes" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/environments", - "extensions": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/extensions", - "rules": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/rules", - "self": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.delete_a_host", - "endpoint": "/properties/PR5dbece5efc0f45dc8650ea82363131ad/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, "response": { "data": { - "id": "HT876d49f1b3954a5a9f45bebb457bc0b0", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2022-01-20T22:06:55.667Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:06:55.667Z", - "username": null + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:19.790Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HT876d49f1b3954a5a9f45bebb457bc0b0/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR5dbece5efc0f45dc8650ea82363131ad", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad", - "self": "https://reactor.adobe.io/hosts/HT876d49f1b3954a5a9f45bebb457bc0b0" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/hosts/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", + "name": "icons.create_an_app_configuration_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -154639,7 +163330,7 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", + "name": "icons.create_an_app_configuration_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -154712,97 +163403,72 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", + "name": "icons.create_an_app_configuration_icon", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR5dbece5efc0f45dc8650ea82363131ad", - "type": "properties", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", "attributes": { - "created_at": "2022-01-20T22:06:50.436Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:50.436Z", - "platform": "web", - "development": false, - "token": "7def7d86aca5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/extensions" - } - }, - "rules": { + "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/rules" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/notes" - } + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/environments", - "extensions": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/extensions", - "rules": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad/rules", - "self": "https://reactor.adobe.io/properties/PR5dbece5efc0f45dc8650ea82363131ad" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -154820,485 +163486,349 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR5dbece5efc0f45dc8650ea82363131ad", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/app_configurations/:app_configuration_id/icon", "method": "GET", "request": null, "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } + "data": null }, "response_code": 200, "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/companies/:company_id/properties", + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon", "method": "POST", "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } + "file": "@[FILE_PATH]" }, "response": { "data": { - "id": "PR54f6c6222a71479f8e95b2c7555a7a56", - "type": "properties", + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons", "attributes": { - "created_at": "2022-01-20T22:06:56.148Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:56.148Z", - "platform": "web", - "development": false, - "token": "e9dc33c62672", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", + "status": "pending", + "created_at": "2022-02-04T21:14:23.483Z", + "updated_at": "2022-02-04T21:14:23.483Z" }, "relationships": { - "company": { + "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" }, "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/notes" + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" } } }, "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/data_elements", - "environments": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/environments", - "extensions": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/extensions", - "rules": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/rules", - "self": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 202, + "response_message": "Accepted" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR54f6c6222a71479f8e95b2c7555a7a56/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, "response": { - "data": { - "id": "HT80b5ebf4c7154114b6f76215f0aa360c", - "type": "hosts", - "attributes": { - "created_at": "2022-01-20T22:07:01.364Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:07:01.364Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT80b5ebf4c7154114b6f76215f0aa360c/property" - }, - "data": { - "id": "PR54f6c6222a71479f8e95b2c7555a7a56", - "type": "properties" + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", - "self": "https://reactor.adobe.io/hosts/HT80b5ebf4c7154114b6f76215f0aa360c" + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT80b5ebf4c7154114b6f76215f0aa360c", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, "response": { - "data": { - "id": "EN2708d51699eb4a6ea6a7ab58eeb58625", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-01-20T22:07:01.436Z", - "library_path": "17e0df72ece8/e9dc33c62672", - "library_name": "launch-8cc9a40c65a6-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-8cc9a40c65a6-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.min.js" - ], - "license_path": "17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.js" - }, - { - "library_name": "launch-8cc9a40c65a6-development.js", - "minified": false, - "references": [ - "17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-01-20T22:07:01.436Z", - "status": "succeeded", - "token": "8cc9a40c65a6" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/library" - }, - "data": null + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/builds" + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } } }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/host", - "self": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/relationships/host" - }, - "data": { - "id": "HT80b5ebf4c7154114b6f76215f0aa360c", - "type": "hosts" - } + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625/property" - }, - "data": { - "id": "PR54f6c6222a71479f8e95b2c7555a7a56", - "type": "properties" + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", - "self": "https://reactor.adobe.io/environments/EN2708d51699eb4a6ea6a7ab58eeb58625" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-8cc9a40c65a6-development.js" - } - ] + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR54f6c6222a71479f8e95b2c7555a7a56/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } } }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, "response": { - "data": { - "id": "HTb13490f07430472e8d51343a88ab9168", - "type": "hosts", - "attributes": { - "created_at": "2022-01-20T22:07:01.514Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:07:01.514Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTb13490f07430472e8d51343a88ab9168/property" + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - "data": { - "id": "PR54f6c6222a71479f8e95b2c7555a7a56", - "type": "properties" + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": { + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons" + } } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", - "self": "https://reactor.adobe.io/hosts/HTb13490f07430472e8d51343a88ab9168" + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Dev Environment A" - }, - "relationships": { - "host": { - "data": { - "id": "HTb13490f07430472e8d51343a88ab9168", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/icon", + "method": "GET", + "request": null, "response": { "data": { - "id": "ENa2a6e86757d647a8ba9cfa243b77f4b4", - "type": "environments", + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons", "attributes": { - "archive": false, - "created_at": "2022-01-20T22:07:01.598Z", - "library_path": "17e0df72ece8/e9dc33c62672", - "library_name": "launch-5b25b6bbdacd-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-5b25b6bbdacd-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.min.js" - ], - "license_path": "17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.js" - }, - { - "library_name": "launch-5b25b6bbdacd-development.js", - "minified": false, - "references": [ - "17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.js" - ] - } - ], - "name": "Dev Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-01-20T22:07:01.598Z", + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", "status": "succeeded", - "token": "5b25b6bbdacd" + "created_at": "2022-02-04T21:14:23.483Z", + "updated_at": "2022-02-04T21:14:24.493Z" }, "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/host", - "self": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/relationships/host" - }, - "data": { - "id": "HTb13490f07430472e8d51343a88ab9168", - "type": "hosts" - } - }, - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4/property" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" }, "data": { - "id": "PR54f6c6222a71479f8e95b2c7555a7a56", - "type": "properties" + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", - "self": "https://reactor.adobe.io/environments/ENa2a6e86757d647a8ba9cfa243b77f4b4" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/e9dc33c62672/launch-5b25b6bbdacd-development.js" - } - ] + "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/environments/:environment_id/host", + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/icon", "method": "GET", "request": null, "response": { "data": { - "id": "HT80b5ebf4c7154114b6f76215f0aa360c", - "type": "hosts", + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons", "attributes": { - "created_at": "2022-01-20T22:07:01.364Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:07:01.364Z", - "username": null + "created_at": "2022-02-04T21:14:23.483Z", + "updated_at": "2022-02-04T21:14:24.493Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HT80b5ebf4c7154114b6f76215f0aa360c/property" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" }, "data": { - "id": "PR54f6c6222a71479f8e95b2c7555a7a56", - "type": "properties" + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56", - "self": "https://reactor.adobe.io/hosts/HT80b5ebf4c7154114b6f76215f0aa360c" + "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" } } }, @@ -155306,7 +163836,7 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", + "name": "icons.get_an_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -155379,7 +163909,7 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", + "name": "icons.get_an_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -155452,97 +163982,71 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", + "name": "icons.get_an_icon", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_an_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR54f6c6222a71479f8e95b2c7555a7a56", - "type": "properties", + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:06:56.148Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:06:56.148Z", - "platform": "web", - "development": false, - "token": "e9dc33c62672", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/extensions" - } - }, - "rules": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/rules" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/notes" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/data_elements", - "environments": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/environments", - "extensions": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/extensions", - "rules": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56/rules", - "self": "https://reactor.adobe.io/properties/PR54f6c6222a71479f8e95b2c7555a7a56" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -155560,471 +164064,77 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR54f6c6222a71479f8e95b2c7555a7a56", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.get_an_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", "method": "GET", "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR278143d7f19b4ff780775ee778a05a02", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:07:02.092Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:02.092Z", - "platform": "web", - "development": false, - "token": "4c2cc81cf252", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/data_elements", - "environments": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/environments", - "extensions": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/extensions", - "rules": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/rules", - "self": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR278143d7f19b4ff780775ee778a05a02/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT2405d784672348dd8d78112297a73b57", - "type": "hosts", - "attributes": { - "created_at": "2022-01-20T22:07:07.311Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:07:07.311Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT2405d784672348dd8d78112297a73b57/property" - }, - "data": { - "id": "PR278143d7f19b4ff780775ee778a05a02", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02", - "self": "https://reactor.adobe.io/hosts/HT2405d784672348dd8d78112297a73b57" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT2405d784672348dd8d78112297a73b57", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN94107dc5193f4b09bf38d7b1d48a2d7e", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-01-20T22:07:07.400Z", - "library_path": "17e0df72ece8/4c2cc81cf252", - "library_name": "launch-18d5f55c6f6d-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-18d5f55c6f6d-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.min.js" - ], - "license_path": "17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.js" - }, - { - "library_name": "launch-18d5f55c6f6d-development.js", - "minified": false, - "references": [ - "17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-01-20T22:07:07.400Z", - "status": "succeeded", - "token": "18d5f55c6f6d" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/host", - "self": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/relationships/host" - }, - "data": { - "id": "HT2405d784672348dd8d78112297a73b57", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/property" - }, - "data": { - "id": "PR278143d7f19b4ff780775ee778a05a02", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02", - "self": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-18d5f55c6f6d-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR278143d7f19b4ff780775ee778a05a02/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, "response": { "data": { - "id": "HT79d406241d40429cbe36361b810e3d99", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2022-01-20T22:07:07.478Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:07:07.478Z", - "username": null + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:22.135Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HT79d406241d40429cbe36361b810e3d99/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR278143d7f19b4ff780775ee778a05a02", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02", - "self": "https://reactor.adobe.io/hosts/HT79d406241d40429cbe36361b810e3d99" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Dev Environment A" - }, - "relationships": { - "host": { - "data": { - "id": "HT79d406241d40429cbe36361b810e3d99", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, + "name": "icons.get_an_icon", + "endpoint": "/icons/:id", + "method": "GET", + "request": null, "response": { "data": { - "id": "ENd3e62a15fcd14754b615d7f097e7a800", - "type": "environments", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "archive": false, - "created_at": "2022-01-20T22:07:07.572Z", - "library_path": "17e0df72ece8/4c2cc81cf252", - "library_name": "launch-8341ada90291-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-8341ada90291-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.min.js" - ], - "license_path": "17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.js" - }, - { - "library_name": "launch-8341ada90291-development.js", - "minified": false, - "references": [ - "17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.js" - ] - } - ], - "name": "Dev Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-01-20T22:07:07.572Z", + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", "status": "succeeded", - "token": "8341ada90291" + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:22.135Z" }, "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/host", - "self": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/relationships/host" - }, - "data": { - "id": "HT79d406241d40429cbe36361b810e3d99", - "type": "hosts" - } - }, - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR278143d7f19b4ff780775ee778a05a02", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02", - "self": "https://reactor.adobe.io/environments/ENd3e62a15fcd14754b615d7f097e7a800" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4c2cc81cf252/launch-8341ada90291-development.js" - } - ] + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/environments/:environment_id/relationships/host", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "HT2405d784672348dd8d78112297a73b57", - "type": "hosts" - }, - "links": { - "related": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/host", - "self": "https://reactor.adobe.io/environments/EN94107dc5193f4b09bf38d7b1d48a2d7e/relationships/host" - } - }, "response_code": 200, "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", + "name": "icons.update_an_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -156097,7 +164207,7 @@ "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", + "name": "icons.update_an_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -156170,97 +164280,71 @@ "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", + "name": "icons.update_an_icon", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.update_an_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR278143d7f19b4ff780775ee778a05a02", - "type": "properties", + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", "attributes": { - "created_at": "2022-01-20T22:07:02.092Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:02.092Z", - "platform": "web", - "development": false, - "token": "4c2cc81cf252", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/extensions" - } - }, - "rules": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/rules" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/notes" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/data_elements", - "environments": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/environments", - "extensions": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/extensions", - "rules": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02/rules", - "self": "https://reactor.adobe.io/properties/PR278143d7f19b4ff780775ee778a05a02" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -156278,369 +164362,349 @@ "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR278143d7f19b4ff780775ee778a05a02", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.update_an_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", "method": "GET", "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, "response": { "data": { - "id": "PRc30947c4b34d4053a733cc31f435fce0", - "type": "properties", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2022-01-20T22:07:08.096Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:08.096Z", - "platform": "web", - "development": false, - "token": "2b6a6306cace", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "succeeded", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:22.135Z" }, "relationships": { - "company": { + "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/notes" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/environments", - "extensions": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/extensions", - "rules": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/rules", - "self": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PRc30947c4b34d4053a733cc31f435fce0/hosts", - "method": "POST", + "name": "icons.update_an_icon", + "endpoint": "/icons/ICf76b9de5b229435bb76802427a88464b", + "method": "PATCH", "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } + "file": "@[FILE_PATH]" }, "response": { "data": { - "id": "HTd30396833781416d89b4a04dc3a3472d", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2022-01-20T22:07:13.351Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:07:13.351Z", - "username": null + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:27.135Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd30396833781416d89b4a04dc3a3472d/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PRc30947c4b34d4053a733cc31f435fce0", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0", - "self": "https://reactor.adobe.io/hosts/HTd30396833781416d89b4a04dc3a3472d" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTd30396833781416d89b4a04dc3a3472d", - "type": "hosts" + "name": "icons.delete_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } } - }, - "type": "environments" + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } } }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, "response": { - "data": { - "id": "EN0620dedbfd3244a0b38eb6ce83257c61", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-01-20T22:07:13.455Z", - "library_path": "17e0df72ece8/2b6a6306cace", - "library_name": "launch-e926b87bf6e8-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-e926b87bf6e8-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.min.js" - ], - "license_path": "17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.js" - }, - { - "library_name": "launch-e926b87bf6e8-development.js", - "minified": false, - "references": [ - "17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-01-20T22:07:13.455Z", - "status": "succeeded", - "token": "e926b87bf6e8" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/library" - }, - "data": null + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/builds" + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } } }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/host", - "self": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/relationships/host" - }, - "data": { - "id": "HTd30396833781416d89b4a04dc3a3472d", - "type": "hosts" - } + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/property" - }, - "data": { - "id": "PRc30947c4b34d4053a733cc31f435fce0", - "type": "properties" + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0", - "self": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2b6a6306cace/launch-e926b87bf6e8-development.js" - } - ] + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PRc30947c4b34d4053a733cc31f435fce0/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" + "name": "icons.delete_an_icon", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } } }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, "response": { "data": { - "id": "HT428b5e317f6643aa80e0d7eea27c6f08", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2022-01-20T22:07:13.529Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-01-20T22:07:13.529Z", - "username": null + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:28.418Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HT428b5e317f6643aa80e0d7eea27c6f08/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PRc30947c4b34d4053a733cc31f435fce0", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0", - "self": "https://reactor.adobe.io/hosts/HT428b5e317f6643aa80e0d7eea27c6f08" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/environments/:environment_id/relationships/host", - "method": "PATCH", - "request": { - "data": { - "id": "HT428b5e317f6643aa80e0d7eea27c6f08", - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT428b5e317f6643aa80e0d7eea27c6f08", - "type": "hosts" - }, - "links": { - "related": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/host", - "self": "https://reactor.adobe.io/environments/EN0620dedbfd3244a0b38eb6ce83257c61/relationships/host" - } - }, "response_code": 200, "response_message": "OK" }, + { + "name": "icons.delete_an_icon", + "endpoint": "/icons/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, { "name": "libraries.create_a_library", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", @@ -156794,116 +164858,21 @@ "request": null, "response": { "data": [ - { - "id": "PRc30947c4b34d4053a733cc31f435fce0", - "type": "properties", - "attributes": { - "created_at": "2022-01-20T22:07:08.096Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:08.096Z", - "platform": "web", - "development": false, - "token": "2b6a6306cace", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/environments", - "extensions": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/extensions", - "rules": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0/rules", - "self": "https://reactor.adobe.io/properties/PRc30947c4b34d4053a733cc31f435fce0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } + ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 1, - "total_count": 1 + "total_pages": 0, + "total_count": 0 } } }, "response_code": 200, "response_message": "OK" }, - { - "name": "libraries.create_a_library", - "endpoint": "/properties/PRc30947c4b34d4053a733cc31f435fce0", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, { "name": "libraries.create_a_library", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", @@ -156944,16 +164913,16 @@ }, "response": { "data": { - "id": "PR0b6e9df9e1e34267bf53a36df283b8fd", + "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:14.075Z", + "created_at": "2022-02-04T21:14:30.523Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:14.075Z", + "updated_at": "2022-02-04T21:14:30.523Z", "platform": "web", "development": false, - "token": "768873160496", + "token": "556e2b2ff122", "domains": [ "example.com" ], @@ -156963,7 +164932,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/company" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -156972,52 +164941,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/callbacks" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/hosts" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/environments" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/libraries" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/data_elements" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/extensions" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/rules" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/notes" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/environments", - "extensions": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/extensions", - "rules": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/rules", - "self": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd" + "data_elements": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments", + "extensions": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions", + "rules": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules", + "self": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62" }, "meta": { "rights": [ @@ -157048,49 +165017,49 @@ }, "response": { "data": { - "id": "LB9fd275eaeaa443cc921aac1a0a8524d8", + "id": "LBc59c41604276433abd713bc7487514e9", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:19.305Z", + "created_at": "2022-02-04T21:14:36.212Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:19.305Z", + "updated_at": "2022-02-04T21:14:36.212Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/builds" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/extensions", - "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/extensions", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/notes" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/rules", - "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/rules", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/rules" } }, "upstream_library": { @@ -157098,23 +165067,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/property" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/property" }, "data": { - "id": "PR0b6e9df9e1e34267bf53a36df283b8fd", + "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8/last_build" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd", - "self": "https://reactor.adobe.io/libraries/LB9fd275eaeaa443cc921aac1a0a8524d8" + "property": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9" }, "meta": { "build_status": null, @@ -157279,16 +165248,16 @@ "response": { "data": [ { - "id": "PR0b6e9df9e1e34267bf53a36df283b8fd", + "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:14.075Z", + "created_at": "2022-02-04T21:14:30.523Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:14.075Z", + "updated_at": "2022-02-04T21:14:30.523Z", "platform": "web", "development": false, - "token": "768873160496", + "token": "556e2b2ff122", "domains": [ "example.com" ], @@ -157298,7 +165267,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/company" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -157307,52 +165276,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/callbacks" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/hosts" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/environments" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/libraries" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/data_elements" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/extensions" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/rules" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/notes" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/environments", - "extensions": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/extensions", - "rules": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd/rules", - "self": "https://reactor.adobe.io/properties/PR0b6e9df9e1e34267bf53a36df283b8fd" + "data_elements": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments", + "extensions": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions", + "rules": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules", + "self": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62" }, "meta": { "rights": [ @@ -157381,7 +165350,7 @@ }, { "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/properties/PR0b6e9df9e1e34267bf53a36df283b8fd", + "endpoint": "/properties/PR7bf556a7ecbd4ef9a86d278740d89c62", "method": "DELETE", "request": null, "response": null, @@ -157428,16 +165397,16 @@ }, "response": { "data": { - "id": "PR24a992ea10fc4cde808512ec6ef704e1", + "id": "PR2d8f95aab8644117a21aadbc6878d1ea", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:19.711Z", + "created_at": "2022-02-04T21:14:37.397Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:19.711Z", + "updated_at": "2022-02-04T21:14:37.397Z", "platform": "web", "development": false, - "token": "d1358167fbc8", + "token": "a07dac777bfe", "domains": [ "example.com" ], @@ -157447,7 +165416,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/company" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -157456,52 +165425,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/callbacks" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/hosts" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/environments" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/libraries" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/data_elements" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/extensions" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/rules" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/notes" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/environments", - "extensions": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/extensions", - "rules": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/rules", - "self": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1" + "data_elements": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules", + "self": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea" }, "meta": { "rights": [ @@ -157532,49 +165501,49 @@ }, "response": { "data": { - "id": "LB558e93fde65f41cca0f89547b3eb210f", + "id": "LBb2bad2726ebb45e0a9867b877194d684", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:24.964Z", + "created_at": "2022-02-04T21:14:43.054Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:24.964Z", + "updated_at": "2022-02-04T21:14:43.054Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/builds" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/data_elements", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/extensions", - "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/extensions", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/notes" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/rules", - "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/rules", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/rules" } }, "upstream_library": { @@ -157582,23 +165551,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/property" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/property" }, "data": { - "id": "PR24a992ea10fc4cde808512ec6ef704e1", + "id": "PR2d8f95aab8644117a21aadbc6878d1ea", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f/last_build" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1", - "self": "https://reactor.adobe.io/libraries/LB558e93fde65f41cca0f89547b3eb210f" + "property": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684" }, "meta": { "build_status": null, @@ -157763,16 +165732,16 @@ "response": { "data": [ { - "id": "PR24a992ea10fc4cde808512ec6ef704e1", + "id": "PR2d8f95aab8644117a21aadbc6878d1ea", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:19.711Z", + "created_at": "2022-02-04T21:14:37.397Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:19.711Z", + "updated_at": "2022-02-04T21:14:37.397Z", "platform": "web", "development": false, - "token": "d1358167fbc8", + "token": "a07dac777bfe", "domains": [ "example.com" ], @@ -157782,7 +165751,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/company" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -157791,52 +165760,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/callbacks" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/hosts" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/environments" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/libraries" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/data_elements" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/extensions" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/rules" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/notes" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/environments", - "extensions": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/extensions", - "rules": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1/rules", - "self": "https://reactor.adobe.io/properties/PR24a992ea10fc4cde808512ec6ef704e1" + "data_elements": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules", + "self": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea" }, "meta": { "rights": [ @@ -157865,7 +165834,7 @@ }, { "name": "libraries.get_a_library", - "endpoint": "/properties/PR24a992ea10fc4cde808512ec6ef704e1", + "endpoint": "/properties/PR2d8f95aab8644117a21aadbc6878d1ea", "method": "DELETE", "request": null, "response": null, @@ -157912,16 +165881,16 @@ }, "response": { "data": { - "id": "PR82b4d221239b49fc973a762159636009", + "id": "PRe7eda2b007b04d1981eed103de0c1248", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:25.390Z", + "created_at": "2022-02-04T21:14:44.877Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:25.390Z", + "updated_at": "2022-02-04T21:14:44.877Z", "platform": "web", "development": false, - "token": "f17a8212df2c", + "token": "cbf8396808dd", "domains": [ "example.com" ], @@ -157931,7 +165900,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/company" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -157940,52 +165909,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/callbacks" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/hosts" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/environments" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/libraries" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/data_elements" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/extensions" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/rules" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/notes" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/data_elements", - "environments": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/environments", - "extensions": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/extensions", - "rules": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/rules", - "self": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009" + "data_elements": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments", + "extensions": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions", + "rules": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules", + "self": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248" }, "meta": { "rights": [ @@ -158016,49 +165985,49 @@ }, "response": { "data": { - "id": "LB5f8afcc3695e40ac8e44664b1b2370c3", + "id": "LBfb8afa2cc98849a69f5a587d37273c24", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:30.612Z", + "created_at": "2022-02-04T21:14:50.545Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:30.612Z", + "updated_at": "2022-02-04T21:14:50.545Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/builds" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/extensions", - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/extensions", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/notes" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/rules", - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/rules", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/rules" } }, "upstream_library": { @@ -158066,23 +166035,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/property" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/property" }, "data": { - "id": "PR82b4d221239b49fc973a762159636009", + "id": "PRe7eda2b007b04d1981eed103de0c1248", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/last_build" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009", - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3" + "property": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24" }, "meta": { "build_status": null, @@ -158100,49 +166069,49 @@ "request": null, "response": { "data": { - "id": "LB5f8afcc3695e40ac8e44664b1b2370c3", + "id": "LBfb8afa2cc98849a69f5a587d37273c24", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:30.612Z", + "created_at": "2022-02-04T21:14:50.545Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:30.612Z", + "updated_at": "2022-02-04T21:14:50.545Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/builds" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/extensions", - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/extensions", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/notes" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/rules", - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/rules", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/rules" } }, "upstream_library": { @@ -158150,23 +166119,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/property" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/property" }, "data": { - "id": "PR82b4d221239b49fc973a762159636009", + "id": "PRe7eda2b007b04d1981eed103de0c1248", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3/last_build" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009", - "self": "https://reactor.adobe.io/libraries/LB5f8afcc3695e40ac8e44664b1b2370c3" + "property": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24" }, "meta": { "build_status": null, @@ -158331,16 +166300,16 @@ "response": { "data": [ { - "id": "PR82b4d221239b49fc973a762159636009", + "id": "PRe7eda2b007b04d1981eed103de0c1248", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:25.390Z", + "created_at": "2022-02-04T21:14:44.877Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:25.390Z", + "updated_at": "2022-02-04T21:14:44.877Z", "platform": "web", "development": false, - "token": "f17a8212df2c", + "token": "cbf8396808dd", "domains": [ "example.com" ], @@ -158350,7 +166319,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/company" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -158359,52 +166328,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/callbacks" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/hosts" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/environments" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/libraries" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/data_elements" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/extensions" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/rules" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/notes" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/data_elements", - "environments": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/environments", - "extensions": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/extensions", - "rules": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009/rules", - "self": "https://reactor.adobe.io/properties/PR82b4d221239b49fc973a762159636009" + "data_elements": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments", + "extensions": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions", + "rules": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules", + "self": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248" }, "meta": { "rights": [ @@ -158433,7 +166402,7 @@ }, { "name": "libraries.list_libraries_for_a_property", - "endpoint": "/properties/PR82b4d221239b49fc973a762159636009", + "endpoint": "/properties/PRe7eda2b007b04d1981eed103de0c1248", "method": "DELETE", "request": null, "response": null, @@ -158480,16 +166449,16 @@ }, "response": { "data": { - "id": "PR5c74bc8fd6bb4775b02b0d49cb5995c7", + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:31.113Z", + "created_at": "2022-02-04T21:14:52.105Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:31.113Z", + "updated_at": "2022-02-04T21:14:52.105Z", "platform": "web", "development": false, - "token": "0a175be32564", + "token": "621ac787c39f", "domains": [ "example.com" ], @@ -158499,7 +166468,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/company" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -158508,52 +166477,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/callbacks" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/hosts" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/environments" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/libraries" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/data_elements" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/extensions" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/rules" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/notes" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/environments", - "extensions": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/extensions", - "rules": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/rules", - "self": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7" + "data_elements": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments", + "extensions": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions", + "rules": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules", + "self": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c" }, "meta": { "rights": [ @@ -158584,49 +166553,49 @@ }, "response": { "data": { - "id": "LB4e0062c5ed654c59af2a7ed3d3089fb7", + "id": "LBc5538430a9354e738d508af089272980", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:36.367Z", + "created_at": "2022-02-04T21:14:57.934Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:36.367Z", + "updated_at": "2022-02-04T21:14:57.934Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/builds" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/extensions", - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/extensions", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/notes" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/rules", - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/rules", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/rules" } }, "upstream_library": { @@ -158634,23 +166603,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/property" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/property" }, "data": { - "id": "PR5c74bc8fd6bb4775b02b0d49cb5995c7", + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/last_build" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7", - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7" + "property": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980" }, "meta": { "build_status": null, @@ -158669,49 +166638,49 @@ "response": { "data": [ { - "id": "LB4e0062c5ed654c59af2a7ed3d3089fb7", + "id": "LBc5538430a9354e738d508af089272980", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:36.367Z", + "created_at": "2022-02-04T21:14:57.934Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:36.367Z", + "updated_at": "2022-02-04T21:14:57.934Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/builds" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/extensions", - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/extensions", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/notes" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/rules", - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/rules", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/rules" } }, "upstream_library": { @@ -158719,23 +166688,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/property" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/property" }, "data": { - "id": "PR5c74bc8fd6bb4775b02b0d49cb5995c7", + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7/last_build" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7", - "self": "https://reactor.adobe.io/libraries/LB4e0062c5ed654c59af2a7ed3d3089fb7" + "property": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980" }, "meta": { "build_status": null, @@ -158910,16 +166879,16 @@ "response": { "data": [ { - "id": "PR5c74bc8fd6bb4775b02b0d49cb5995c7", + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:31.113Z", + "created_at": "2022-02-04T21:14:52.105Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:31.113Z", + "updated_at": "2022-02-04T21:14:52.105Z", "platform": "web", "development": false, - "token": "0a175be32564", + "token": "621ac787c39f", "domains": [ "example.com" ], @@ -158929,7 +166898,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/company" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -158938,52 +166907,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/callbacks" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/hosts" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/environments" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/libraries" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/data_elements" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/extensions" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/rules" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/notes" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/environments", - "extensions": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/extensions", - "rules": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7/rules", - "self": "https://reactor.adobe.io/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7" + "data_elements": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments", + "extensions": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions", + "rules": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules", + "self": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c" }, "meta": { "rights": [ @@ -159012,7 +166981,7 @@ }, { "name": "libraries.update_a_library", - "endpoint": "/properties/PR5c74bc8fd6bb4775b02b0d49cb5995c7", + "endpoint": "/properties/PR3a7061b695ad4ae9b55dc309372cb50c", "method": "DELETE", "request": null, "response": null, @@ -159059,16 +167028,16 @@ }, "response": { "data": { - "id": "PR07038bbdbcc64ea89d9cf16fba868510", + "id": "PRabf906beffa44bb59f1b2659350b1178", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:36.857Z", + "created_at": "2022-02-04T21:14:59.767Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:36.857Z", + "updated_at": "2022-02-04T21:14:59.767Z", "platform": "web", "development": false, - "token": "f3598b1cb890", + "token": "adfc03a2a5d5", "domains": [ "example.com" ], @@ -159078,7 +167047,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/company" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -159087,52 +167056,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/callbacks" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/hosts" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/environments" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/libraries" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/data_elements" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/extensions" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/rules" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/notes" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/environments", - "extensions": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/extensions", - "rules": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/rules", - "self": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510" + "data_elements": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements", + "environments": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments", + "extensions": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions", + "rules": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules", + "self": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178" }, "meta": { "rights": [ @@ -159163,49 +167132,49 @@ }, "response": { "data": { - "id": "LBc6385f458a0744f6a6696371973002c5", + "id": "LBbdeed604cef54ee8aacb98e72889c950", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:42.102Z", + "created_at": "2022-02-04T21:15:05.362Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:42.102Z", + "updated_at": "2022-02-04T21:15:05.362Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/builds" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/data_elements", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/extensions", - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/extensions", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/notes" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/rules", - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/rules", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/rules" } }, "upstream_library": { @@ -159213,23 +167182,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/property" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/property" }, "data": { - "id": "PR07038bbdbcc64ea89d9cf16fba868510", + "id": "PRabf906beffa44bb59f1b2659350b1178", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/last_build" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510", - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5" + "property": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950" }, "meta": { "build_status": null, @@ -159249,55 +167218,55 @@ "attributes": { "name": "Your Library" }, - "id": "LBc6385f458a0744f6a6696371973002c5", + "id": "LBbdeed604cef54ee8aacb98e72889c950", "type": "libraries" } }, "response": { "data": { - "id": "LBc6385f458a0744f6a6696371973002c5", + "id": "LBbdeed604cef54ee8aacb98e72889c950", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:42.102Z", + "created_at": "2022-02-04T21:15:05.362Z", "name": "Your Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:42.223Z", + "updated_at": "2022-02-04T21:15:05.642Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/builds" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/data_elements", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/extensions", - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/extensions", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/notes" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/rules", - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/rules", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/rules" } }, "upstream_library": { @@ -159305,23 +167274,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/property" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/property" }, "data": { - "id": "PR07038bbdbcc64ea89d9cf16fba868510", + "id": "PRabf906beffa44bb59f1b2659350b1178", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5/last_build" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510", - "self": "https://reactor.adobe.io/libraries/LBc6385f458a0744f6a6696371973002c5" + "property": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950" }, "meta": { "build_status": null, @@ -159486,16 +167455,16 @@ "response": { "data": [ { - "id": "PR07038bbdbcc64ea89d9cf16fba868510", + "id": "PRabf906beffa44bb59f1b2659350b1178", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:36.857Z", + "created_at": "2022-02-04T21:14:59.767Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:36.857Z", + "updated_at": "2022-02-04T21:14:59.767Z", "platform": "web", "development": false, - "token": "f3598b1cb890", + "token": "adfc03a2a5d5", "domains": [ "example.com" ], @@ -159505,7 +167474,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/company" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -159514,52 +167483,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/callbacks" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/hosts" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/environments" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/libraries" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/data_elements" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/extensions" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/rules" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/notes" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/environments", - "extensions": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/extensions", - "rules": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510/rules", - "self": "https://reactor.adobe.io/properties/PR07038bbdbcc64ea89d9cf16fba868510" + "data_elements": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements", + "environments": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments", + "extensions": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions", + "rules": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules", + "self": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178" }, "meta": { "rights": [ @@ -159588,7 +167557,7 @@ }, { "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/properties/PR07038bbdbcc64ea89d9cf16fba868510", + "endpoint": "/properties/PRabf906beffa44bb59f1b2659350b1178", "method": "DELETE", "request": null, "response": null, @@ -159635,16 +167604,16 @@ }, "response": { "data": { - "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:42.641Z", + "created_at": "2022-02-04T21:15:06.769Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:42.641Z", + "updated_at": "2022-02-04T21:15:06.769Z", "platform": "web", "development": false, - "token": "7f3495885e9b", + "token": "24bf11c7d3fe", "domains": [ "example.com" ], @@ -159654,7 +167623,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/company" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -159663,52 +167632,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/callbacks" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/hosts" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/environments" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/libraries" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/data_elements" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/extensions" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/rules" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/notes" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/environments", - "extensions": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/extensions", - "rules": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/rules", - "self": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce" + "data_elements": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments", + "extensions": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions", + "rules": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules", + "self": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa" }, "meta": { "rights": [ @@ -162181,10 +170150,10 @@ }, "response": { "data": { - "id": "EX24b9472727514cd79c277311da99a67f", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:07:48.020Z", + "created_at": "2022-02-04T21:15:12.533Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -162192,7 +170161,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:07:48.020Z", + "updated_at": "2022-02-04T21:15:12.533Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -162202,40 +170171,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/libraries" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/revisions" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/notes" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/property" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/property" }, "data": { - "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/origin" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/origin" }, "data": { - "id": "EX24b9472727514cd79c277311da99a67f", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162244,7 +170213,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162253,9 +170222,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", - "origin": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f", - "self": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f", + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "origin": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e", + "self": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -164676,14 +172645,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:07:48 -0700", + "name": "My Data Element 2022-02-04 14:15:12 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX24b9472727514cd79c277311da99a67f", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions" } } @@ -164693,18 +172662,18 @@ }, "response": { "data": { - "id": "DEdf1405dcda1040a2a26a6941b614bb7c", + "id": "DE5875f695955942efab3f800b51aa1722", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:07:48.321Z", + "created_at": "2022-02-04T21:15:13.121Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:07:48 -0700", + "name": "My Data Element 2022-02-04 14:15:12 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:07:48.321Z", + "updated_at": "2022-02-04T21:15:13.121Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -164716,49 +172685,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/libraries" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/revisions" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/notes" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/property" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/property" }, "data": { - "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/origin" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/origin" }, "data": { - "id": "DEdf1405dcda1040a2a26a6941b614bb7c", + "id": "DE5875f695955942efab3f800b51aa1722", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/extension" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/extension" }, "data": { - "id": "EX24b9472727514cd79c277311da99a67f", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -164767,19 +172736,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/updated_with_extension" }, "data": { - "id": "EXb7fade3c93234530b30337cd4869199a", + "id": "EX10d0689b674c419282d1e0a5f21e78a6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", - "origin": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c", - "self": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c", - "extension": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f" + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "origin": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", + "self": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", + "extension": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e" }, "meta": { "latest_revision_number": 0 @@ -164800,24 +172769,24 @@ "meta": { "action": "revise" }, - "id": "DEdf1405dcda1040a2a26a6941b614bb7c", + "id": "DE5875f695955942efab3f800b51aa1722", "type": "data_elements" } }, "response": { "data": { - "id": "DEd9279cbdb47544adaafd3c4f0956e20f", + "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:07:48.445Z", + "created_at": "2022-02-04T21:15:13.370Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:07:48 -0700", + "name": "My Data Element 2022-02-04 14:15:12 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:07:48.445Z", + "updated_at": "2022-02-04T21:15:13.370Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -164829,49 +172798,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/libraries" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/revisions" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/notes" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/property" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/property" }, "data": { - "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/origin" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/origin" }, "data": { - "id": "DEdf1405dcda1040a2a26a6941b614bb7c", + "id": "DE5875f695955942efab3f800b51aa1722", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/extension" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/extension" }, "data": { - "id": "EX24b9472727514cd79c277311da99a67f", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -164880,19 +172849,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/updated_with_extension" }, "data": { - "id": "EXb7fade3c93234530b30337cd4869199a", + "id": "EX10d0689b674c419282d1e0a5f21e78a6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", - "origin": "https://reactor.adobe.io/data_elements/DEdf1405dcda1040a2a26a6941b614bb7c", - "self": "https://reactor.adobe.io/data_elements/DEd9279cbdb47544adaafd3c4f0956e20f", - "extension": "https://reactor.adobe.io/extensions/EX24b9472727514cd79c277311da99a67f" + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "origin": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", + "self": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5", + "extension": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e" }, "meta": { "latest_revision_number": 1 @@ -164915,7 +172884,7 @@ "data_elements": { "data": [ { - "id": "DEd9279cbdb47544adaafd3c4f0956e20f", + "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5", "type": "data_elements" } ] @@ -164926,49 +172895,49 @@ }, "response": { "data": { - "id": "LBd8099265c02b4786aa46252fc017100a", + "id": "LB6aad76483be840ebac4a3e1172a4fc4c", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:48.567Z", + "created_at": "2022-02-04T21:15:13.606Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:48.567Z", + "updated_at": "2022-02-04T21:15:13.606Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/builds" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/data_elements", - "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/extensions", - "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/extensions", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/notes" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/rules", - "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/rules", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/rules" } }, "upstream_library": { @@ -164976,23 +172945,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/property" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/property" }, "data": { - "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/last_build" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", - "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a" + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c" }, "meta": { "build_status": null, @@ -165012,12 +172981,12 @@ "data": [ { "type": "data_elements", - "id": "DEd9279cbdb47544adaafd3c4f0956e20f" + "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/data_elements", - "self": "https://reactor.adobe.io/libraries/LBd8099265c02b4786aa46252fc017100a/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/data_elements" } }, "response_code": 200, @@ -165177,16 +173146,16 @@ "response": { "data": [ { - "id": "PRe8ed191da72d42e9a2f483df0c2ff1ce", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:42.641Z", + "created_at": "2022-02-04T21:15:06.769Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:42.641Z", + "updated_at": "2022-02-04T21:15:06.769Z", "platform": "web", "development": false, - "token": "7f3495885e9b", + "token": "24bf11c7d3fe", "domains": [ "example.com" ], @@ -165196,7 +173165,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/company" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -165205,52 +173174,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/callbacks" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/hosts" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/environments" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/libraries" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/data_elements" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/extensions" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/rules" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/notes" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/environments", - "extensions": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/extensions", - "rules": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce/rules", - "self": "https://reactor.adobe.io/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce" + "data_elements": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments", + "extensions": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions", + "rules": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules", + "self": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa" }, "meta": { "rights": [ @@ -165279,7 +173248,7 @@ }, { "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/properties/PRe8ed191da72d42e9a2f483df0c2ff1ce", + "endpoint": "/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", "method": "DELETE", "request": null, "response": null, @@ -165326,16 +173295,16 @@ }, "response": { "data": { - "id": "PR8b56773607ae474bbe52d559b2f5206f", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:49.199Z", + "created_at": "2022-02-04T21:15:14.672Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:49.199Z", + "updated_at": "2022-02-04T21:15:14.672Z", "platform": "web", "development": false, - "token": "8bb768b175d8", + "token": "8073c37e081c", "domains": [ "example.com" ], @@ -165345,7 +173314,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/company" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -165354,52 +173323,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/callbacks" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/hosts" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/environments" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/libraries" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/data_elements" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/extensions" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/rules" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/notes" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/environments", - "extensions": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/extensions", - "rules": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/rules", - "self": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f" + "data_elements": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules", + "self": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6" }, "meta": { "rights": [ @@ -167872,10 +175841,10 @@ }, "response": { "data": { - "id": "EXebfd7ccac83e4a3fac03a1605b250109", + "id": "EX9fa86cda00744c3cb50901f6c360f573", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:07:54.591Z", + "created_at": "2022-02-04T21:15:20.474Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -167883,7 +175852,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:07:54.591Z", + "updated_at": "2022-02-04T21:15:20.474Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -167893,40 +175862,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/libraries" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/revisions" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/notes" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/property" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/property" }, "data": { - "id": "PR8b56773607ae474bbe52d559b2f5206f", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/origin" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/origin" }, "data": { - "id": "EXebfd7ccac83e4a3fac03a1605b250109", + "id": "EX9fa86cda00744c3cb50901f6c360f573", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -167935,7 +175904,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -167944,9 +175913,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f", - "origin": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109", - "self": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109", + "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "origin": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", + "self": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -167969,16 +175938,16 @@ "meta": { "action": "revise" }, - "id": "EXebfd7ccac83e4a3fac03a1605b250109", + "id": "EX9fa86cda00744c3cb50901f6c360f573", "type": "extensions" } }, "response": { "data": { - "id": "EXc09fc58df6624771990fbefdd69ce7bf", + "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:07:54.606Z", + "created_at": "2022-02-04T21:15:20.515Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -167986,7 +175955,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:07:54.606Z", + "updated_at": "2022-02-04T21:15:20.515Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -167996,40 +175965,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/libraries" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/revisions" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/notes" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/property" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/property" }, "data": { - "id": "PR8b56773607ae474bbe52d559b2f5206f", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/origin" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/origin" }, "data": { - "id": "EXebfd7ccac83e4a3fac03a1605b250109", + "id": "EX9fa86cda00744c3cb50901f6c360f573", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -168038,7 +176007,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf/extension_package" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -168047,9 +176016,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f", - "origin": "https://reactor.adobe.io/extensions/EXebfd7ccac83e4a3fac03a1605b250109", - "self": "https://reactor.adobe.io/extensions/EXc09fc58df6624771990fbefdd69ce7bf", + "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "origin": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", + "self": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -168074,7 +176043,7 @@ "extensions": { "data": [ { - "id": "EXc09fc58df6624771990fbefdd69ce7bf", + "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9", "type": "extensions" } ] @@ -168085,49 +176054,49 @@ }, "response": { "data": { - "id": "LB6b54c47be6c24719be38957884541ffc", + "id": "LBfcc081425ca1405da6f292d0ad213918", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:07:54.852Z", + "created_at": "2022-02-04T21:15:21.007Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:07:54.852Z", + "updated_at": "2022-02-04T21:15:21.007Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/builds" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/extensions", - "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/extensions", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/notes" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/rules", - "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/rules", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/rules" } }, "upstream_library": { @@ -168135,23 +176104,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/property" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/property" }, "data": { - "id": "PR8b56773607ae474bbe52d559b2f5206f", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/last_build" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f", - "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc" + "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918" }, "meta": { "build_status": null, @@ -168171,12 +176140,12 @@ "data": [ { "type": "extensions", - "id": "EXc09fc58df6624771990fbefdd69ce7bf" + "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/extensions", - "self": "https://reactor.adobe.io/libraries/LB6b54c47be6c24719be38957884541ffc/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/extensions", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/extensions" } }, "response_code": 200, @@ -168336,16 +176305,16 @@ "response": { "data": [ { - "id": "PR8b56773607ae474bbe52d559b2f5206f", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:49.199Z", + "created_at": "2022-02-04T21:15:14.672Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:49.199Z", + "updated_at": "2022-02-04T21:15:14.672Z", "platform": "web", "development": false, - "token": "8bb768b175d8", + "token": "8073c37e081c", "domains": [ "example.com" ], @@ -168355,7 +176324,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/company" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -168364,52 +176333,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/callbacks" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/hosts" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/environments" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/libraries" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/data_elements" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/extensions" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/rules" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/notes" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/environments", - "extensions": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/extensions", - "rules": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f/rules", - "self": "https://reactor.adobe.io/properties/PR8b56773607ae474bbe52d559b2f5206f" + "data_elements": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules", + "self": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6" }, "meta": { "rights": [ @@ -168438,7 +176407,7 @@ }, { "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/properties/PR8b56773607ae474bbe52d559b2f5206f", + "endpoint": "/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", "method": "DELETE", "request": null, "response": null, @@ -168485,16 +176454,16 @@ }, "response": { "data": { - "id": "PR2afc54910c5746f5ade01f9a935ead7d", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:55.374Z", + "created_at": "2022-02-04T21:15:22.127Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:55.374Z", + "updated_at": "2022-02-04T21:15:22.127Z", "platform": "web", "development": false, - "token": "147a0a2ba89c", + "token": "c6ed98042056", "domains": [ "example.com" ], @@ -168504,7 +176473,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/company" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -168513,52 +176482,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/callbacks" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/hosts" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/environments" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/libraries" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/data_elements" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/extensions" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/rules" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/notes" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/environments", - "extensions": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/extensions", - "rules": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/rules", - "self": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d" + "data_elements": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements", + "environments": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments", + "extensions": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions", + "rules": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules", + "self": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49" }, "meta": { "rights": [ @@ -168589,10 +176558,10 @@ }, "response": { "data": { - "id": "RLcd81f42668be48cab8e33fbd00a41524", + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:00.596Z", + "created_at": "2022-02-04T21:15:27.491Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -168600,54 +176569,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:00.596Z", + "updated_at": "2022-02-04T21:15:27.491Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/libraries" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/revisions" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/notes" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/property" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/property" }, "data": { - "id": "PR2afc54910c5746f5ade01f9a935ead7d", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/origin" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/origin" }, "data": { - "id": "RLcd81f42668be48cab8e33fbd00a41524", + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/rule_components" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d", - "origin": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524", - "self": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524", - "rule_components": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524/rule_components" + "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", + "origin": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", + "self": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", + "rule_components": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/rule_components" }, "meta": { "latest_revision_number": 0 @@ -168668,16 +176637,16 @@ "meta": { "action": "revise" }, - "id": "RLcd81f42668be48cab8e33fbd00a41524", + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", "type": "rules" } }, "response": { "data": { - "id": "RL4cec0f390ef84248b87de167ac1c4baf", + "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:00.705Z", + "created_at": "2022-02-04T21:15:27.623Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -168685,54 +176654,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:00.705Z", + "updated_at": "2022-02-04T21:15:27.623Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/libraries" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/revisions" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/notes" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/property" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/property" }, "data": { - "id": "PR2afc54910c5746f5ade01f9a935ead7d", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/origin" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/origin" }, "data": { - "id": "RLcd81f42668be48cab8e33fbd00a41524", + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/rule_components" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d", - "origin": "https://reactor.adobe.io/rules/RLcd81f42668be48cab8e33fbd00a41524", - "self": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf", - "rule_components": "https://reactor.adobe.io/rules/RL4cec0f390ef84248b87de167ac1c4baf/rule_components" + "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", + "origin": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", + "self": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef", + "rule_components": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/rule_components" }, "meta": { "latest_revision_number": 1 @@ -168755,7 +176724,7 @@ "rules": { "data": [ { - "id": "RL4cec0f390ef84248b87de167ac1c4baf", + "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef", "type": "rules" } ] @@ -168766,49 +176735,49 @@ }, "response": { "data": { - "id": "LB2654503642d746da8dfebcf0ab61b16e", + "id": "LB47b587b1df2a40ae95aa4655415bf213", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:00.818Z", + "created_at": "2022-02-04T21:15:27.810Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:00.818Z", + "updated_at": "2022-02-04T21:15:27.810Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/builds" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/data_elements", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/extensions", - "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/extensions", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/notes" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/rules", - "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/rules", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/rules" } }, "upstream_library": { @@ -168816,23 +176785,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/property" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/property" }, "data": { - "id": "PR2afc54910c5746f5ade01f9a935ead7d", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/last_build" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d", - "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e" + "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213" }, "meta": { "build_status": null, @@ -168852,12 +176821,12 @@ "data": [ { "type": "rules", - "id": "RL4cec0f390ef84248b87de167ac1c4baf" + "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/rules", - "self": "https://reactor.adobe.io/libraries/LB2654503642d746da8dfebcf0ab61b16e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/rules", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/rules" } }, "response_code": 200, @@ -169017,16 +176986,16 @@ "response": { "data": [ { - "id": "PR2afc54910c5746f5ade01f9a935ead7d", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:07:55.374Z", + "created_at": "2022-02-04T21:15:22.127Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:07:55.374Z", + "updated_at": "2022-02-04T21:15:22.127Z", "platform": "web", "development": false, - "token": "147a0a2ba89c", + "token": "c6ed98042056", "domains": [ "example.com" ], @@ -169036,7 +177005,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/company" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -169045,52 +177014,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/callbacks" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/hosts" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/environments" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/libraries" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/data_elements" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/extensions" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/rules" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/notes" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/environments", - "extensions": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/extensions", - "rules": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d/rules", - "self": "https://reactor.adobe.io/properties/PR2afc54910c5746f5ade01f9a935ead7d" + "data_elements": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements", + "environments": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments", + "extensions": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions", + "rules": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules", + "self": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49" }, "meta": { "rights": [ @@ -169119,7 +177088,7 @@ }, { "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/properties/PR2afc54910c5746f5ade01f9a935ead7d", + "endpoint": "/properties/PR00cf7577d691402cbf09399e6cf75e49", "method": "DELETE", "request": null, "response": null, @@ -169166,16 +177135,16 @@ }, "response": { "data": { - "id": "PRce8e45173d944e84b7195ff2a37e77ba", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:01.327Z", + "created_at": "2022-02-04T21:15:28.504Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:01.327Z", + "updated_at": "2022-02-04T21:15:28.504Z", "platform": "web", "development": false, - "token": "fc31cf0c60c9", + "token": "9299eac2fec9", "domains": [ "example.com" ], @@ -169185,7 +177154,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/company" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -169194,52 +177163,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/callbacks" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/hosts" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/environments" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/libraries" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/data_elements" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/extensions" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/rules" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/notes" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/data_elements", - "environments": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/environments", - "extensions": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/extensions", - "rules": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/rules", - "self": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba" + "data_elements": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments", + "extensions": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions", + "rules": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules", + "self": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d" }, "meta": { "rights": [ @@ -171712,10 +179681,10 @@ }, "response": { "data": { - "id": "EX9ed6d34c575943869fd988bbcfc16b36", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:06.720Z", + "created_at": "2022-02-04T21:15:34.017Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -171723,7 +179692,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:06.720Z", + "updated_at": "2022-02-04T21:15:34.017Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -171733,40 +179702,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/libraries" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/revisions" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/notes" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/property" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/property" }, "data": { - "id": "PRce8e45173d944e84b7195ff2a37e77ba", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/origin" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/origin" }, "data": { - "id": "EX9ed6d34c575943869fd988bbcfc16b36", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171775,7 +179744,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36/extension_package" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171784,9 +179753,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", - "origin": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36", - "self": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36", + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754", + "self": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -174207,14 +182176,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:08:06 -0700", + "name": "My Data Element 2022-02-04 14:15:34 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX9ed6d34c575943869fd988bbcfc16b36", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } } @@ -174224,18 +182193,18 @@ }, "response": { "data": { - "id": "DE352514cc9f1045fea93a7e319c577ddc", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:08:07.003Z", + "created_at": "2022-02-04T21:15:34.445Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:08:06 -0700", + "name": "My Data Element 2022-02-04 14:15:34 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:07.003Z", + "updated_at": "2022-02-04T21:15:34.445Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -174247,49 +182216,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/libraries" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/revisions" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/notes" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/property" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/property" }, "data": { - "id": "PRce8e45173d944e84b7195ff2a37e77ba", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/origin" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/origin" }, "data": { - "id": "DE352514cc9f1045fea93a7e319c577ddc", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/extension" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/extension" }, "data": { - "id": "EX9ed6d34c575943869fd988bbcfc16b36", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -174298,19 +182267,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/updated_with_extension" }, "data": { - "id": "EX30da09b63b2745baa7937683522aec44", + "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", - "origin": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc", - "self": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc", - "extension": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36" + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "self": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" }, "meta": { "latest_revision_number": 0 @@ -174331,24 +182300,24 @@ "meta": { "action": "revise" }, - "id": "DE352514cc9f1045fea93a7e319c577ddc", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements" } }, "response": { "data": { - "id": "DEf9976aa224c4495eb76f43439c08485e", + "id": "DE5dc1eb864df14754b25ec38bb14f1714", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:08:07.151Z", + "created_at": "2022-02-04T21:15:34.677Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:08:06 -0700", + "name": "My Data Element 2022-02-04 14:15:34 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:07.151Z", + "updated_at": "2022-02-04T21:15:34.677Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -174360,49 +182329,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/notes" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/property" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/property" }, "data": { - "id": "PRce8e45173d944e84b7195ff2a37e77ba", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/origin" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/origin" }, "data": { - "id": "DE352514cc9f1045fea93a7e319c577ddc", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/extension" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/extension" }, "data": { - "id": "EX9ed6d34c575943869fd988bbcfc16b36", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -174411,19 +182380,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension" }, "data": { - "id": "EX30da09b63b2745baa7937683522aec44", + "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", - "origin": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc", - "self": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e", - "extension": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36" + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "self": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714", + "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" }, "meta": { "latest_revision_number": 1 @@ -174446,7 +182415,7 @@ "data_elements": { "data": [ { - "id": "DEf9976aa224c4495eb76f43439c08485e", + "id": "DE5dc1eb864df14754b25ec38bb14f1714", "type": "data_elements" } ] @@ -174457,49 +182426,49 @@ }, "response": { "data": { - "id": "LBe586f10fbad747b5bb6070ffc2ef3e21", + "id": "LB2881517ffbcf4882ad56332c3c707d57", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:07.276Z", + "created_at": "2022-02-04T21:15:34.877Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:07.276Z", + "updated_at": "2022-02-04T21:15:34.877Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/builds" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/extensions", - "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/extensions", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/notes" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/rules", - "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/rules", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/rules" } }, "upstream_library": { @@ -174507,23 +182476,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/property" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/property" }, "data": { - "id": "PRce8e45173d944e84b7195ff2a37e77ba", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21/last_build" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", - "self": "https://reactor.adobe.io/libraries/LBe586f10fbad747b5bb6070ffc2ef3e21" + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57" }, "meta": { "build_status": null, @@ -174542,18 +182511,18 @@ "response": { "data": [ { - "id": "DEf9976aa224c4495eb76f43439c08485e", + "id": "DE5dc1eb864df14754b25ec38bb14f1714", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:08:07.151Z", + "created_at": "2022-02-04T21:15:34.677Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:08:06 -0700", + "name": "My Data Element 2022-02-04 14:15:34 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:07.151Z", + "updated_at": "2022-02-04T21:15:34.677Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -174565,49 +182534,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/notes" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/property" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/property" }, "data": { - "id": "PRce8e45173d944e84b7195ff2a37e77ba", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/origin" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/origin" }, "data": { - "id": "DE352514cc9f1045fea93a7e319c577ddc", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/extension" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/extension" }, "data": { - "id": "EX9ed6d34c575943869fd988bbcfc16b36", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -174616,19 +182585,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension" }, "data": { - "id": "EX30da09b63b2745baa7937683522aec44", + "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba", - "origin": "https://reactor.adobe.io/data_elements/DE352514cc9f1045fea93a7e319c577ddc", - "self": "https://reactor.adobe.io/data_elements/DEf9976aa224c4495eb76f43439c08485e", - "extension": "https://reactor.adobe.io/extensions/EX9ed6d34c575943869fd988bbcfc16b36" + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "self": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714", + "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" }, "meta": { "latest_revision_number": 1 @@ -174802,16 +182771,16 @@ "response": { "data": [ { - "id": "PRce8e45173d944e84b7195ff2a37e77ba", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:01.327Z", + "created_at": "2022-02-04T21:15:28.504Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:01.327Z", + "updated_at": "2022-02-04T21:15:28.504Z", "platform": "web", "development": false, - "token": "fc31cf0c60c9", + "token": "9299eac2fec9", "domains": [ "example.com" ], @@ -174821,7 +182790,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/company" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -174830,52 +182799,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/callbacks" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/hosts" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/environments" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/libraries" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/data_elements" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/extensions" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/rules" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/notes" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/data_elements", - "environments": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/environments", - "extensions": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/extensions", - "rules": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba/rules", - "self": "https://reactor.adobe.io/properties/PRce8e45173d944e84b7195ff2a37e77ba" + "data_elements": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments", + "extensions": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions", + "rules": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules", + "self": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d" }, "meta": { "rights": [ @@ -174904,7 +182873,7 @@ }, { "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/properties/PRce8e45173d944e84b7195ff2a37e77ba", + "endpoint": "/properties/PR4d4dd5a62df04d25b05585ea68efad0d", "method": "DELETE", "request": null, "response": null, @@ -174951,16 +182920,16 @@ }, "response": { "data": { - "id": "PR893f5271737c4f66a7a1e820fe26a803", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:07.854Z", + "created_at": "2022-02-04T21:15:35.867Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:07.854Z", + "updated_at": "2022-02-04T21:15:35.867Z", "platform": "web", "development": false, - "token": "c1ce248dcc27", + "token": "600ea868bf83", "domains": [ "example.com" ], @@ -174970,7 +182939,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/company" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -174979,52 +182948,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/callbacks" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/hosts" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/environments" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/libraries" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/data_elements" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/extensions" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/rules" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/notes" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/data_elements", - "environments": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/environments", - "extensions": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/extensions", - "rules": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/rules", - "self": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803" + "data_elements": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements", + "environments": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments", + "extensions": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions", + "rules": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules", + "self": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da" }, "meta": { "rights": [ @@ -177497,10 +185466,10 @@ }, "response": { "data": { - "id": "EX1acbb1114db04587a99a9211dbabfc05", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:13.319Z", + "created_at": "2022-02-04T21:15:41.423Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -177508,7 +185477,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:13.319Z", + "updated_at": "2022-02-04T21:15:41.423Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -177518,40 +185487,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/libraries" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/revisions" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/notes" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/property" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/property" }, "data": { - "id": "PR893f5271737c4f66a7a1e820fe26a803", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/origin" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/origin" }, "data": { - "id": "EX1acbb1114db04587a99a9211dbabfc05", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -177560,7 +185529,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05/extension_package" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -177569,9 +185538,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803", - "origin": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05", - "self": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05", + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "self": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -177594,16 +185563,16 @@ "meta": { "action": "revise" }, - "id": "EX1acbb1114db04587a99a9211dbabfc05", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions" } }, "response": { "data": { - "id": "EXdbbff2b2c6844cfc9e5c5d7ee383517a", + "id": "EX867a8b99a2964f489634cf847e050462", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:13.336Z", + "created_at": "2022-02-04T21:15:41.453Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -177611,7 +185580,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:13.336Z", + "updated_at": "2022-02-04T21:15:41.453Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -177621,40 +185590,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/libraries" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/revisions" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/notes" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/property" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/property" }, "data": { - "id": "PR893f5271737c4f66a7a1e820fe26a803", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/origin" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/origin" }, "data": { - "id": "EX1acbb1114db04587a99a9211dbabfc05", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -177663,7 +185632,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -177672,9 +185641,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803", - "origin": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05", - "self": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a", + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "self": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -177699,7 +185668,7 @@ "extensions": { "data": [ { - "id": "EXdbbff2b2c6844cfc9e5c5d7ee383517a", + "id": "EX867a8b99a2964f489634cf847e050462", "type": "extensions" } ] @@ -177710,49 +185679,49 @@ }, "response": { "data": { - "id": "LB75858ada1ca64081b1da1dcbb15d163d", + "id": "LBe7f77d967d754d83941565a0614cb93c", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:13.568Z", + "created_at": "2022-02-04T21:15:42.001Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:13.568Z", + "updated_at": "2022-02-04T21:15:42.001Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/builds" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/data_elements", - "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/extensions", - "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/extensions", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/notes" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/rules", - "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/rules", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/rules" } }, "upstream_library": { @@ -177760,23 +185729,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/property" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/property" }, "data": { - "id": "PR893f5271737c4f66a7a1e820fe26a803", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d/last_build" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803", - "self": "https://reactor.adobe.io/libraries/LB75858ada1ca64081b1da1dcbb15d163d" + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c" }, "meta": { "build_status": null, @@ -177795,10 +185764,10 @@ "response": { "data": [ { - "id": "EXdbbff2b2c6844cfc9e5c5d7ee383517a", + "id": "EX867a8b99a2964f489634cf847e050462", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:13.336Z", + "created_at": "2022-02-04T21:15:41.453Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -177806,7 +185775,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:13.336Z", + "updated_at": "2022-02-04T21:15:41.453Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -177816,40 +185785,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/libraries" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/revisions" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/notes" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/property" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/property" }, "data": { - "id": "PR893f5271737c4f66a7a1e820fe26a803", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/origin" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/origin" }, "data": { - "id": "EX1acbb1114db04587a99a9211dbabfc05", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -177858,7 +185827,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -177867,9 +185836,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803", - "origin": "https://reactor.adobe.io/extensions/EX1acbb1114db04587a99a9211dbabfc05", - "self": "https://reactor.adobe.io/extensions/EXdbbff2b2c6844cfc9e5c5d7ee383517a", + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "self": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -178045,16 +186014,16 @@ "response": { "data": [ { - "id": "PR893f5271737c4f66a7a1e820fe26a803", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:07.854Z", + "created_at": "2022-02-04T21:15:35.867Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:07.854Z", + "updated_at": "2022-02-04T21:15:35.867Z", "platform": "web", "development": false, - "token": "c1ce248dcc27", + "token": "600ea868bf83", "domains": [ "example.com" ], @@ -178064,7 +186033,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/company" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -178073,52 +186042,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/callbacks" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/hosts" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/environments" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/libraries" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/data_elements" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/extensions" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/rules" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/notes" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/data_elements", - "environments": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/environments", - "extensions": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/extensions", - "rules": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803/rules", - "self": "https://reactor.adobe.io/properties/PR893f5271737c4f66a7a1e820fe26a803" + "data_elements": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements", + "environments": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments", + "extensions": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions", + "rules": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules", + "self": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da" }, "meta": { "rights": [ @@ -178147,7 +186116,7 @@ }, { "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/properties/PR893f5271737c4f66a7a1e820fe26a803", + "endpoint": "/properties/PR84846622a21e4c6d938342005aa8d4da", "method": "DELETE", "request": null, "response": null, @@ -178194,16 +186163,16 @@ }, "response": { "data": { - "id": "PR5deadf6edfcd4188961820c47389001d", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:14.151Z", + "created_at": "2022-02-04T21:15:42.831Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:14.151Z", + "updated_at": "2022-02-04T21:15:42.831Z", "platform": "web", "development": false, - "token": "918ebf664f17", + "token": "ce321895e2f2", "domains": [ "example.com" ], @@ -178213,7 +186182,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/company" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -178222,52 +186191,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/callbacks" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/hosts" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/environments" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/libraries" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/data_elements" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/extensions" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/rules" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/notes" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/environments", - "extensions": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/extensions", - "rules": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/rules", - "self": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d" + "data_elements": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments", + "extensions": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions", + "rules": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules", + "self": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2" }, "meta": { "rights": [ @@ -178298,10 +186267,10 @@ }, "response": { "data": { - "id": "RLbcce3a4227874ae187dcfccbd40d4a17", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:19.404Z", + "created_at": "2022-02-04T21:15:48.188Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -178309,54 +186278,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:19.404Z", + "updated_at": "2022-02-04T21:15:48.188Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/libraries" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/revisions" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/notes" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/property" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/property" }, "data": { - "id": "PR5deadf6edfcd4188961820c47389001d", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/origin" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/origin" }, "data": { - "id": "RLbcce3a4227874ae187dcfccbd40d4a17", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/rule_components" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d", - "origin": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17", - "self": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17", - "rule_components": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17/rule_components" + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "self": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "rule_components": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/rule_components" }, "meta": { "latest_revision_number": 0 @@ -178377,16 +186346,16 @@ "meta": { "action": "revise" }, - "id": "RLbcce3a4227874ae187dcfccbd40d4a17", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules" } }, "response": { "data": { - "id": "RL447163d8cb5740b8972485af5e776c6e", + "id": "RLd06eb24b8f714907a922855d74432897", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:19.598Z", + "created_at": "2022-02-04T21:15:48.352Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -178394,54 +186363,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:19.598Z", + "updated_at": "2022-02-04T21:15:48.352Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/libraries" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/revisions" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/notes" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/property" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/property" }, "data": { - "id": "PR5deadf6edfcd4188961820c47389001d", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/origin" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/origin" }, "data": { - "id": "RLbcce3a4227874ae187dcfccbd40d4a17", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/rule_components" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d", - "origin": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17", - "self": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e", - "rule_components": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/rule_components" + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "self": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897", + "rule_components": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" }, "meta": { "latest_revision_number": 1 @@ -178464,7 +186433,7 @@ "rules": { "data": [ { - "id": "RL447163d8cb5740b8972485af5e776c6e", + "id": "RLd06eb24b8f714907a922855d74432897", "type": "rules" } ] @@ -178475,49 +186444,49 @@ }, "response": { "data": { - "id": "LBaf6bbf7247b04e269db7cadb86a262af", + "id": "LB8d6a98778a4f4212a80a8741fa6310f2", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:19.729Z", + "created_at": "2022-02-04T21:15:48.542Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:19.729Z", + "updated_at": "2022-02-04T21:15:48.542Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/builds" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/data_elements", - "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/extensions", - "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/extensions", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/notes" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/rules", - "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/rules", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/rules" } }, "upstream_library": { @@ -178525,23 +186494,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/property" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/property" }, "data": { - "id": "PR5deadf6edfcd4188961820c47389001d", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af/last_build" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d", - "self": "https://reactor.adobe.io/libraries/LBaf6bbf7247b04e269db7cadb86a262af" + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2" }, "meta": { "build_status": null, @@ -178560,10 +186529,10 @@ "response": { "data": [ { - "id": "RL447163d8cb5740b8972485af5e776c6e", + "id": "RLd06eb24b8f714907a922855d74432897", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:19.598Z", + "created_at": "2022-02-04T21:15:48.352Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -178571,54 +186540,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:19.598Z", + "updated_at": "2022-02-04T21:15:48.352Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/libraries" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/revisions" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/notes" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/property" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/property" }, "data": { - "id": "PR5deadf6edfcd4188961820c47389001d", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/origin" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/origin" }, "data": { - "id": "RLbcce3a4227874ae187dcfccbd40d4a17", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/rule_components" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d", - "origin": "https://reactor.adobe.io/rules/RLbcce3a4227874ae187dcfccbd40d4a17", - "self": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e", - "rule_components": "https://reactor.adobe.io/rules/RL447163d8cb5740b8972485af5e776c6e/rule_components" + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "self": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897", + "rule_components": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" }, "meta": { "latest_revision_number": 1 @@ -178792,16 +186761,16 @@ "response": { "data": [ { - "id": "PR5deadf6edfcd4188961820c47389001d", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:14.151Z", + "created_at": "2022-02-04T21:15:42.831Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:14.151Z", + "updated_at": "2022-02-04T21:15:42.831Z", "platform": "web", "development": false, - "token": "918ebf664f17", + "token": "ce321895e2f2", "domains": [ "example.com" ], @@ -178811,7 +186780,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/company" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -178820,52 +186789,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/callbacks" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/hosts" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/environments" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/libraries" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/data_elements" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/extensions" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/rules" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/notes" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/environments", - "extensions": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/extensions", - "rules": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d/rules", - "self": "https://reactor.adobe.io/properties/PR5deadf6edfcd4188961820c47389001d" + "data_elements": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments", + "extensions": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions", + "rules": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules", + "self": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2" }, "meta": { "rights": [ @@ -178894,7 +186863,7 @@ }, { "name": "libraries.add_data_element_to_a_library", - "endpoint": "/properties/PR5deadf6edfcd4188961820c47389001d", + "endpoint": "/properties/PR5bf1906d271643578df6d2bd9e8737a2", "method": "DELETE", "request": null, "response": null, @@ -178941,16 +186910,16 @@ }, "response": { "data": { - "id": "PR486bd28087414b489745bfeabd936645", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:20.264Z", + "created_at": "2022-02-04T21:15:49.280Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:20.264Z", + "updated_at": "2022-02-04T21:15:49.280Z", "platform": "web", "development": false, - "token": "86b46b212cec", + "token": "13220e04df43", "domains": [ "example.com" ], @@ -178960,7 +186929,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/company" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -178969,52 +186938,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/callbacks" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/hosts" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/environments" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/libraries" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/data_elements" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/extensions" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/rules" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/notes" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/data_elements", - "environments": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/environments", - "extensions": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/extensions", - "rules": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/rules", - "self": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645" + "data_elements": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments", + "extensions": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions", + "rules": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules", + "self": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45" }, "meta": { "rights": [ @@ -179045,49 +187014,49 @@ }, "response": { "data": { - "id": "LB0fe2ffad1bde4ce9b465ba53864e280a", + "id": "LB287bf20510ed40a89970fae188750e7d", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:25.478Z", + "created_at": "2022-02-04T21:15:54.723Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:25.478Z", + "updated_at": "2022-02-04T21:15:54.723Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/builds" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/extensions", - "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/extensions", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/notes" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/rules", - "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/rules", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/rules" } }, "upstream_library": { @@ -179095,23 +187064,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/property" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/property" }, "data": { - "id": "PR486bd28087414b489745bfeabd936645", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/last_build" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645", - "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a" + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d" }, "meta": { "build_status": null, @@ -181578,10 +189547,10 @@ }, "response": { "data": { - "id": "EX5491cd40c0c54140bf8be4204c0073e5", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:25.729Z", + "created_at": "2022-02-04T21:15:55.173Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -181589,7 +189558,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:25.729Z", + "updated_at": "2022-02-04T21:15:55.173Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -181599,40 +189568,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/libraries" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/revisions" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/notes" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/property" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/property" }, "data": { - "id": "PR486bd28087414b489745bfeabd936645", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/origin" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/origin" }, "data": { - "id": "EX5491cd40c0c54140bf8be4204c0073e5", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -181641,7 +189610,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5/extension_package" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -181650,9 +189619,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645", - "origin": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5", - "self": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5", + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "origin": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e", + "self": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -184073,14 +192042,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:08:25 -0700", + "name": "My Data Element 2022-02-04 14:15:55 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX5491cd40c0c54140bf8be4204c0073e5", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions" } } @@ -184090,18 +192059,18 @@ }, "response": { "data": { - "id": "DEd72a3ede5ddd41e2bb374b28c356bd72", + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:08:26.028Z", + "created_at": "2022-02-04T21:15:55.583Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:08:25 -0700", + "name": "My Data Element 2022-02-04 14:15:55 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:26.028Z", + "updated_at": "2022-02-04T21:15:55.583Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -184113,49 +192082,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/libraries" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/revisions" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/notes" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/property" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/property" }, "data": { - "id": "PR486bd28087414b489745bfeabd936645", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/origin" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/origin" }, "data": { - "id": "DEd72a3ede5ddd41e2bb374b28c356bd72", + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/extension" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/extension" }, "data": { - "id": "EX5491cd40c0c54140bf8be4204c0073e5", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -184164,19 +192133,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/updated_with_extension" }, "data": { - "id": "EXa8324b731793469db071e5c4f91558d3", + "id": "EX3f55d520e69c4a1b96fbe40f6ae97f33", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645", - "origin": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72", - "self": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72", - "extension": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5" + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "origin": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", + "self": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", + "extension": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e" }, "meta": { "latest_revision_number": 0 @@ -184197,24 +192166,24 @@ "meta": { "action": "revise" }, - "id": "DEd72a3ede5ddd41e2bb374b28c356bd72", + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", "type": "data_elements" } }, "response": { "data": { - "id": "DE41a3061476b3498287891af4cfac72a8", + "id": "DE4f3c9b127873475681a6ad37ec0726e3", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:08:26.152Z", + "created_at": "2022-02-04T21:15:55.776Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:08:25 -0700", + "name": "My Data Element 2022-02-04 14:15:55 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:26.152Z", + "updated_at": "2022-02-04T21:15:55.776Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -184226,49 +192195,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/libraries" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/revisions" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/notes" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/property" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/property" }, "data": { - "id": "PR486bd28087414b489745bfeabd936645", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/origin" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/origin" }, "data": { - "id": "DEd72a3ede5ddd41e2bb374b28c356bd72", + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/extension" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/extension" }, "data": { - "id": "EX5491cd40c0c54140bf8be4204c0073e5", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -184277,19 +192246,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/updated_with_extension" }, "data": { - "id": "EXa8324b731793469db071e5c4f91558d3", + "id": "EX3f55d520e69c4a1b96fbe40f6ae97f33", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645", - "origin": "https://reactor.adobe.io/data_elements/DEd72a3ede5ddd41e2bb374b28c356bd72", - "self": "https://reactor.adobe.io/data_elements/DE41a3061476b3498287891af4cfac72a8", - "extension": "https://reactor.adobe.io/extensions/EX5491cd40c0c54140bf8be4204c0073e5" + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "origin": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", + "self": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3", + "extension": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e" }, "meta": { "latest_revision_number": 1 @@ -184306,7 +192275,7 @@ "request": { "data": [ { - "id": "DE41a3061476b3498287891af4cfac72a8", + "id": "DE4f3c9b127873475681a6ad37ec0726e3", "type": "data_elements" } ] @@ -184315,12 +192284,12 @@ "data": [ { "type": "data_elements", - "id": "DE41a3061476b3498287891af4cfac72a8" + "id": "DE4f3c9b127873475681a6ad37ec0726e3" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0fe2ffad1bde4ce9b465ba53864e280a/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/data_elements" } }, "response_code": 200, @@ -184480,16 +192449,16 @@ "response": { "data": [ { - "id": "PR486bd28087414b489745bfeabd936645", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:20.264Z", + "created_at": "2022-02-04T21:15:49.280Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:20.264Z", + "updated_at": "2022-02-04T21:15:49.280Z", "platform": "web", "development": false, - "token": "86b46b212cec", + "token": "13220e04df43", "domains": [ "example.com" ], @@ -184499,7 +192468,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/company" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -184508,52 +192477,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/callbacks" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/hosts" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/environments" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/libraries" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/data_elements" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/extensions" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/rules" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/notes" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/data_elements", - "environments": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/environments", - "extensions": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/extensions", - "rules": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645/rules", - "self": "https://reactor.adobe.io/properties/PR486bd28087414b489745bfeabd936645" + "data_elements": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments", + "extensions": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions", + "rules": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules", + "self": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45" }, "meta": { "rights": [ @@ -184582,7 +192551,7 @@ }, { "name": "libraries.add_rules_to_a_library", - "endpoint": "/properties/PR486bd28087414b489745bfeabd936645", + "endpoint": "/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", "method": "DELETE", "request": null, "response": null, @@ -184629,16 +192598,16 @@ }, "response": { "data": { - "id": "PR0b1eac1ff75b46698453e0a0174d2d58", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:26.763Z", + "created_at": "2022-02-04T21:15:56.502Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:26.763Z", + "updated_at": "2022-02-04T21:15:56.502Z", "platform": "web", "development": false, - "token": "6df02ad4fe74", + "token": "cda3a64d0ab2", "domains": [ "example.com" ], @@ -184648,7 +192617,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/company" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -184657,52 +192626,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/callbacks" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/hosts" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/environments" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/libraries" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/data_elements" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/extensions" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/rules" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/notes" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/environments", - "extensions": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/extensions", - "rules": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/rules", - "self": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58" + "data_elements": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments", + "extensions": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions", + "rules": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules", + "self": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00" }, "meta": { "rights": [ @@ -184733,49 +192702,49 @@ }, "response": { "data": { - "id": "LBad5947c9bfc54e6d9fde6452384e5926", + "id": "LB19a68405b55041919e1144464361e247", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:32.004Z", + "created_at": "2022-02-04T21:16:01.864Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:32.004Z", + "updated_at": "2022-02-04T21:16:01.864Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/builds" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/data_elements", - "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/data_elements", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/extensions", - "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/extensions", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/notes" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/rules", - "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/rules", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/rules" } }, "upstream_library": { @@ -184783,23 +192752,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/property" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/property" }, "data": { - "id": "PR0b1eac1ff75b46698453e0a0174d2d58", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/last_build" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58", - "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926" + "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247" }, "meta": { "build_status": null, @@ -184824,10 +192793,10 @@ }, "response": { "data": { - "id": "RL97e55c7650284dcebf18bc1faba70dfe", + "id": "RLeae22d889b2f42268dce6c98facef369", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:32.082Z", + "created_at": "2022-02-04T21:16:01.997Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -184835,54 +192804,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:32.082Z", + "updated_at": "2022-02-04T21:16:01.997Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/libraries" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/revisions" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/notes" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/property" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/property" }, "data": { - "id": "PR0b1eac1ff75b46698453e0a0174d2d58", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/origin" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/origin" }, "data": { - "id": "RL97e55c7650284dcebf18bc1faba70dfe", + "id": "RLeae22d889b2f42268dce6c98facef369", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/rule_components" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58", - "origin": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe", - "self": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe", - "rule_components": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe/rule_components" + "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "origin": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", + "self": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", + "rule_components": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/rule_components" }, "meta": { "latest_revision_number": 0 @@ -184903,16 +192872,16 @@ "meta": { "action": "revise" }, - "id": "RL97e55c7650284dcebf18bc1faba70dfe", + "id": "RLeae22d889b2f42268dce6c98facef369", "type": "rules" } }, "response": { "data": { - "id": "RLc017326d8ed14b93afbeae5293f98ae1", + "id": "RLddede74922684bddac5df041809bb6cb", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:32.193Z", + "created_at": "2022-02-04T21:16:02.217Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -184920,54 +192889,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:32.193Z", + "updated_at": "2022-02-04T21:16:02.217Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/libraries" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/revisions" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/notes" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/property" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/property" }, "data": { - "id": "PR0b1eac1ff75b46698453e0a0174d2d58", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/origin" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/origin" }, "data": { - "id": "RL97e55c7650284dcebf18bc1faba70dfe", + "id": "RLeae22d889b2f42268dce6c98facef369", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/rule_components" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58", - "origin": "https://reactor.adobe.io/rules/RL97e55c7650284dcebf18bc1faba70dfe", - "self": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1", - "rule_components": "https://reactor.adobe.io/rules/RLc017326d8ed14b93afbeae5293f98ae1/rule_components" + "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "origin": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", + "self": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb", + "rule_components": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/rule_components" }, "meta": { "latest_revision_number": 1 @@ -184984,7 +192953,7 @@ "request": { "data": [ { - "id": "RLc017326d8ed14b93afbeae5293f98ae1", + "id": "RLddede74922684bddac5df041809bb6cb", "type": "rules" } ] @@ -184993,12 +192962,12 @@ "data": [ { "type": "rules", - "id": "RLc017326d8ed14b93afbeae5293f98ae1" + "id": "RLddede74922684bddac5df041809bb6cb" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/rules", - "self": "https://reactor.adobe.io/libraries/LBad5947c9bfc54e6d9fde6452384e5926/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/rules", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/rules" } }, "response_code": 200, @@ -185158,16 +193127,16 @@ "response": { "data": [ { - "id": "PR0b1eac1ff75b46698453e0a0174d2d58", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:26.763Z", + "created_at": "2022-02-04T21:15:56.502Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:26.763Z", + "updated_at": "2022-02-04T21:15:56.502Z", "platform": "web", "development": false, - "token": "6df02ad4fe74", + "token": "cda3a64d0ab2", "domains": [ "example.com" ], @@ -185177,7 +193146,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/company" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -185186,52 +193155,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/callbacks" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/hosts" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/environments" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/libraries" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/data_elements" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/extensions" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/rules" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/notes" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/environments", - "extensions": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/extensions", - "rules": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58/rules", - "self": "https://reactor.adobe.io/properties/PR0b1eac1ff75b46698453e0a0174d2d58" + "data_elements": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments", + "extensions": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions", + "rules": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules", + "self": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00" }, "meta": { "rights": [ @@ -185260,7 +193229,7 @@ }, { "name": "libraries.add_extensions_to_a_library", - "endpoint": "/properties/PR0b1eac1ff75b46698453e0a0174d2d58", + "endpoint": "/properties/PRa83b3c98ec9b40e8ad257056745f5c00", "method": "DELETE", "request": null, "response": null, @@ -185307,16 +193276,16 @@ }, "response": { "data": { - "id": "PRf382e62b56e5482085b810a1822b845c", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:32.752Z", + "created_at": "2022-02-04T21:16:03.250Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:32.752Z", + "updated_at": "2022-02-04T21:16:03.250Z", "platform": "web", "development": false, - "token": "73edf77ee694", + "token": "d0fea5e33d55", "domains": [ "example.com" ], @@ -185326,7 +193295,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/company" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -185335,52 +193304,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/callbacks" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/hosts" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/environments" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/libraries" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/data_elements" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/extensions" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/rules" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/notes" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/environments", - "extensions": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/extensions", - "rules": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/rules", - "self": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c" + "data_elements": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments", + "extensions": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions", + "rules": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules", + "self": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1" }, "meta": { "rights": [ @@ -185411,49 +193380,49 @@ }, "response": { "data": { - "id": "LB2965db2120684b43a64da0e92d0f8a2d", + "id": "LB0757c98cffb744d28060f9299675b2bd", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:37.955Z", + "created_at": "2022-02-04T21:16:08.628Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:37.955Z", + "updated_at": "2022-02-04T21:16:08.628Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/builds" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/data_elements", - "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/data_elements", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/extensions", - "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/extensions", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/notes" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/rules", - "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/rules", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/rules" } }, "upstream_library": { @@ -185461,23 +193430,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/property" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/property" }, "data": { - "id": "PRf382e62b56e5482085b810a1822b845c", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/last_build" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c", - "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d" + "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd" }, "meta": { "build_status": null, @@ -187944,10 +195913,10 @@ }, "response": { "data": { - "id": "EXb13739dda30c4f88be67713c7702e9cf", + "id": "EX84615a64998f464189c8e648498f8b3c", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:38.217Z", + "created_at": "2022-02-04T21:16:09.058Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -187955,7 +195924,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:38.217Z", + "updated_at": "2022-02-04T21:16:09.058Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -187965,40 +195934,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/libraries" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/revisions" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/notes" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/property" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/property" }, "data": { - "id": "PRf382e62b56e5482085b810a1822b845c", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/origin" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/origin" }, "data": { - "id": "EXb13739dda30c4f88be67713c7702e9cf", + "id": "EX84615a64998f464189c8e648498f8b3c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -188007,7 +195976,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf/extension_package" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -188016,9 +195985,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c", - "origin": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf", - "self": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf", + "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", + "origin": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", + "self": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -188041,16 +196010,16 @@ "meta": { "action": "revise" }, - "id": "EXb13739dda30c4f88be67713c7702e9cf", + "id": "EX84615a64998f464189c8e648498f8b3c", "type": "extensions" } }, "response": { "data": { - "id": "EXa1fba724b3d14b95be4e12210e5e39c4", + "id": "EX4324c746b61f4e2ba94f15a847d01b3c", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:38.234Z", + "created_at": "2022-02-04T21:16:09.084Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -188058,7 +196027,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:38.234Z", + "updated_at": "2022-02-04T21:16:09.084Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -188068,40 +196037,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/libraries" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/revisions" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/notes" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/property" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/property" }, "data": { - "id": "PRf382e62b56e5482085b810a1822b845c", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/origin" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/origin" }, "data": { - "id": "EXb13739dda30c4f88be67713c7702e9cf", + "id": "EX84615a64998f464189c8e648498f8b3c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -188110,7 +196079,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4/extension_package" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -188119,9 +196088,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c", - "origin": "https://reactor.adobe.io/extensions/EXb13739dda30c4f88be67713c7702e9cf", - "self": "https://reactor.adobe.io/extensions/EXa1fba724b3d14b95be4e12210e5e39c4", + "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", + "origin": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", + "self": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -188140,7 +196109,7 @@ "request": { "data": [ { - "id": "EXa1fba724b3d14b95be4e12210e5e39c4", + "id": "EX4324c746b61f4e2ba94f15a847d01b3c", "type": "extensions" } ] @@ -188149,12 +196118,12 @@ "data": [ { "type": "extensions", - "id": "EXa1fba724b3d14b95be4e12210e5e39c4" + "id": "EX4324c746b61f4e2ba94f15a847d01b3c" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/extensions", - "self": "https://reactor.adobe.io/libraries/LB2965db2120684b43a64da0e92d0f8a2d/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/extensions", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/extensions" } }, "response_code": 200, @@ -188314,16 +196283,16 @@ "response": { "data": [ { - "id": "PRf382e62b56e5482085b810a1822b845c", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:32.752Z", + "created_at": "2022-02-04T21:16:03.250Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:32.752Z", + "updated_at": "2022-02-04T21:16:03.250Z", "platform": "web", "development": false, - "token": "73edf77ee694", + "token": "d0fea5e33d55", "domains": [ "example.com" ], @@ -188333,7 +196302,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/company" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -188342,52 +196311,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/callbacks" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/hosts" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/environments" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/libraries" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/data_elements" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/extensions" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/rules" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/notes" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/environments", - "extensions": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/extensions", - "rules": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c/rules", - "self": "https://reactor.adobe.io/properties/PRf382e62b56e5482085b810a1822b845c" + "data_elements": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments", + "extensions": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions", + "rules": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules", + "self": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1" }, "meta": { "rights": [ @@ -188416,7 +196385,7 @@ }, { "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/properties/PRf382e62b56e5482085b810a1822b845c", + "endpoint": "/properties/PR226936b2eb2247249927760aa7d192d1", "method": "DELETE", "request": null, "response": null, @@ -188463,16 +196432,16 @@ }, "response": { "data": { - "id": "PR8888c5a9a9c4476aa62f40f18fca1999", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:39.002Z", + "created_at": "2022-02-04T21:16:10.139Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:39.002Z", + "updated_at": "2022-02-04T21:16:10.139Z", "platform": "web", "development": false, - "token": "d14c0903a084", + "token": "62cde65e4899", "domains": [ "example.com" ], @@ -188482,7 +196451,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/company" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -188491,52 +196460,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/callbacks" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/hosts" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/environments" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/libraries" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/data_elements" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/extensions" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/rules" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/notes" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/environments", - "extensions": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/extensions", - "rules": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/rules", - "self": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999" + "data_elements": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments", + "extensions": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions", + "rules": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules", + "self": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13" }, "meta": { "rights": [ @@ -191009,10 +198978,10 @@ }, "response": { "data": { - "id": "EX3829eda4b03242639d000ec28f7ff3f1", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:44.346Z", + "created_at": "2022-02-04T21:16:15.652Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -191020,7 +198989,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:44.346Z", + "updated_at": "2022-02-04T21:16:15.652Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -191030,40 +198999,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/libraries" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/revisions" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/notes" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/property" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/property" }, "data": { - "id": "PR8888c5a9a9c4476aa62f40f18fca1999", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/origin" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/origin" }, "data": { - "id": "EX3829eda4b03242639d000ec28f7ff3f1", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191072,7 +199041,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191081,9 +199050,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", - "origin": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1", - "self": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1", + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6", + "self": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -193504,14 +201473,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:08:44 -0700", + "name": "My Data Element 2022-02-04 14:16:16 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX3829eda4b03242639d000ec28f7ff3f1", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } } @@ -193521,18 +201490,18 @@ }, "response": { "data": { - "id": "DE1b3a80f420db4519871a71faed544a7a", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:08:44.653Z", + "created_at": "2022-02-04T21:16:16.152Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:08:44 -0700", + "name": "My Data Element 2022-02-04 14:16:16 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:44.653Z", + "updated_at": "2022-02-04T21:16:16.152Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -193544,49 +201513,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/libraries" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/revisions" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/notes" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/property" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/property" }, "data": { - "id": "PR8888c5a9a9c4476aa62f40f18fca1999", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/origin" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/origin" }, "data": { - "id": "DE1b3a80f420db4519871a71faed544a7a", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/extension" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/extension" }, "data": { - "id": "EX3829eda4b03242639d000ec28f7ff3f1", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -193595,19 +201564,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/updated_with_extension" }, "data": { - "id": "EX9dc1790ba19a485884fe9ec2c5ede31f", + "id": "EXb372e30163784bec90ab89ba3bf64020", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", - "origin": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a", - "self": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a", - "extension": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1" + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "self": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" }, "meta": { "latest_revision_number": 0 @@ -193628,24 +201597,24 @@ "meta": { "action": "revise" }, - "id": "DE1b3a80f420db4519871a71faed544a7a", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "response": { "data": { - "id": "DE5e6ce61947c54137a7e142896d3337a2", + "id": "DEa93870a42dee41eb8a08884e15998f33", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:08:44.759Z", + "created_at": "2022-02-04T21:16:16.325Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:08:44 -0700", + "name": "My Data Element 2022-02-04 14:16:16 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:44.759Z", + "updated_at": "2022-02-04T21:16:16.325Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -193657,49 +201626,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/notes" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/property" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/property" }, "data": { - "id": "PR8888c5a9a9c4476aa62f40f18fca1999", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/origin" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/origin" }, "data": { - "id": "DE1b3a80f420db4519871a71faed544a7a", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/extension" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/extension" }, "data": { - "id": "EX3829eda4b03242639d000ec28f7ff3f1", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -193708,19 +201677,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension" }, "data": { - "id": "EX9dc1790ba19a485884fe9ec2c5ede31f", + "id": "EXb372e30163784bec90ab89ba3bf64020", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", - "origin": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a", - "self": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2", - "extension": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1" + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "self": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33", + "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" }, "meta": { "latest_revision_number": 1 @@ -193743,7 +201712,7 @@ "data_elements": { "data": [ { - "id": "DE5e6ce61947c54137a7e142896d3337a2", + "id": "DEa93870a42dee41eb8a08884e15998f33", "type": "data_elements" } ] @@ -193754,49 +201723,49 @@ }, "response": { "data": { - "id": "LB320244cee42e448ebdc3e3540d3b958a", + "id": "LB4c08fbd7fa6e4397b66f92f72c60f587", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:44.870Z", + "created_at": "2022-02-04T21:16:16.509Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:44.870Z", + "updated_at": "2022-02-04T21:16:16.509Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/builds" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/data_elements", - "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/extensions", - "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/extensions", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/notes" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/rules", - "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/rules", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/rules" } }, "upstream_library": { @@ -193804,23 +201773,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/property" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/property" }, "data": { - "id": "PR8888c5a9a9c4476aa62f40f18fca1999", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/last_build" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", - "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a" + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587" }, "meta": { "build_status": null, @@ -193842,24 +201811,24 @@ "meta": { "action": "revise" }, - "id": "DE1b3a80f420db4519871a71faed544a7a", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "response": { "data": { - "id": "DE5e6ce61947c54137a7e142896d3337a2", + "id": "DEa93870a42dee41eb8a08884e15998f33", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:08:44.759Z", + "created_at": "2022-02-04T21:16:16.325Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:08:44 -0700", + "name": "My Data Element 2022-02-04 14:16:16 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:44.759Z", + "updated_at": "2022-02-04T21:16:16.325Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -193871,49 +201840,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/notes" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/property" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/property" }, "data": { - "id": "PR8888c5a9a9c4476aa62f40f18fca1999", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/origin" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/origin" }, "data": { - "id": "DE1b3a80f420db4519871a71faed544a7a", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/extension" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/extension" }, "data": { - "id": "EX3829eda4b03242639d000ec28f7ff3f1", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -193922,19 +201891,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension" }, "data": { - "id": "EX9dc1790ba19a485884fe9ec2c5ede31f", + "id": "EXb372e30163784bec90ab89ba3bf64020", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999", - "origin": "https://reactor.adobe.io/data_elements/DE1b3a80f420db4519871a71faed544a7a", - "self": "https://reactor.adobe.io/data_elements/DE5e6ce61947c54137a7e142896d3337a2", - "extension": "https://reactor.adobe.io/extensions/EX3829eda4b03242639d000ec28f7ff3f1" + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "self": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33", + "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" }, "meta": { "latest_revision_number": 1 @@ -193951,7 +201920,7 @@ "request": { "data": [ { - "id": "DE5e6ce61947c54137a7e142896d3337a2", + "id": "DEa93870a42dee41eb8a08884e15998f33", "type": "data_elements" } ] @@ -193960,12 +201929,12 @@ "data": [ { "type": "data_elements", - "id": "DE5e6ce61947c54137a7e142896d3337a2" + "id": "DEa93870a42dee41eb8a08884e15998f33" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/data_elements", - "self": "https://reactor.adobe.io/libraries/LB320244cee42e448ebdc3e3540d3b958a/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/data_elements" } }, "response_code": 200, @@ -194125,16 +202094,16 @@ "response": { "data": [ { - "id": "PR8888c5a9a9c4476aa62f40f18fca1999", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:39.002Z", + "created_at": "2022-02-04T21:16:10.139Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:39.002Z", + "updated_at": "2022-02-04T21:16:10.139Z", "platform": "web", "development": false, - "token": "d14c0903a084", + "token": "62cde65e4899", "domains": [ "example.com" ], @@ -194144,7 +202113,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/company" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -194153,52 +202122,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/callbacks" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/hosts" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/environments" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/libraries" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/data_elements" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/extensions" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/rules" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/notes" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/environments", - "extensions": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/extensions", - "rules": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999/rules", - "self": "https://reactor.adobe.io/properties/PR8888c5a9a9c4476aa62f40f18fca1999" + "data_elements": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments", + "extensions": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions", + "rules": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules", + "self": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13" }, "meta": { "rights": [ @@ -194227,7 +202196,7 @@ }, { "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/properties/PR8888c5a9a9c4476aa62f40f18fca1999", + "endpoint": "/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", "method": "DELETE", "request": null, "response": null, @@ -194274,16 +202243,16 @@ }, "response": { "data": { - "id": "PR25a74e0756fb427f8c1d2fd458602206", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:45.430Z", + "created_at": "2022-02-04T21:16:17.857Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:45.430Z", + "updated_at": "2022-02-04T21:16:17.857Z", "platform": "web", "development": false, - "token": "2ddc5e6ca346", + "token": "cc222f216f5c", "domains": [ "example.com" ], @@ -194293,7 +202262,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/company" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -194302,52 +202271,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/callbacks" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/hosts" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/environments" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/libraries" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/data_elements" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/extensions" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/rules" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/notes" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/data_elements", - "environments": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/environments", - "extensions": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/extensions", - "rules": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/rules", - "self": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206" + "data_elements": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments", + "extensions": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions", + "rules": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules", + "self": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe" }, "meta": { "rights": [ @@ -196820,10 +204789,10 @@ }, "response": { "data": { - "id": "EX094b7e79d61b4c97b045f04afed85686", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:50.896Z", + "created_at": "2022-02-04T21:16:23.435Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -196831,7 +204800,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:50.896Z", + "updated_at": "2022-02-04T21:16:23.435Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -196841,40 +204810,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/libraries" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/revisions" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/notes" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/property" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/property" }, "data": { - "id": "PR25a74e0756fb427f8c1d2fd458602206", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/origin" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/origin" }, "data": { - "id": "EX094b7e79d61b4c97b045f04afed85686", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -196883,7 +204852,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686/extension_package" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -196892,9 +204861,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206", - "origin": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686", - "self": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686", + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "self": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -196917,16 +204886,16 @@ "meta": { "action": "revise" }, - "id": "EX094b7e79d61b4c97b045f04afed85686", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "response": { "data": { - "id": "EX72d307ce459848b5ba37c85b4fde1001", + "id": "EX43323b53f2e7476f8177c1a376a28ffa", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:50.916Z", + "created_at": "2022-02-04T21:16:23.460Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -196934,7 +204903,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:50.916Z", + "updated_at": "2022-02-04T21:16:23.460Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -196944,40 +204913,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/libraries" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/revisions" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/notes" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/property" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/property" }, "data": { - "id": "PR25a74e0756fb427f8c1d2fd458602206", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/origin" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/origin" }, "data": { - "id": "EX094b7e79d61b4c97b045f04afed85686", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -196986,7 +204955,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/extension_package" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -196995,9 +204964,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206", - "origin": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686", - "self": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001", + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "self": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -197022,7 +204991,7 @@ "extensions": { "data": [ { - "id": "EX72d307ce459848b5ba37c85b4fde1001", + "id": "EX43323b53f2e7476f8177c1a376a28ffa", "type": "extensions" } ] @@ -197033,49 +205002,49 @@ }, "response": { "data": { - "id": "LBa7b50fc2181f4c87a2d424355ab6e0c5", + "id": "LBfc1359e20be44099b4d55818973e0355", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:51.216Z", + "created_at": "2022-02-04T21:16:23.804Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:51.216Z", + "updated_at": "2022-02-04T21:16:23.804Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/builds" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/data_elements", - "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/extensions", - "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/extensions", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/notes" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/rules", - "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/rules", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/rules" } }, "upstream_library": { @@ -197083,23 +205052,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/property" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/property" }, "data": { - "id": "PR25a74e0756fb427f8c1d2fd458602206", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/last_build" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206", - "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5" + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355" }, "meta": { "build_status": null, @@ -197121,16 +205090,16 @@ "meta": { "action": "revise" }, - "id": "EX094b7e79d61b4c97b045f04afed85686", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "response": { "data": { - "id": "EX72d307ce459848b5ba37c85b4fde1001", + "id": "EX43323b53f2e7476f8177c1a376a28ffa", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:08:50.916Z", + "created_at": "2022-02-04T21:16:23.460Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -197138,7 +205107,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:50.916Z", + "updated_at": "2022-02-04T21:16:23.460Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -197148,40 +205117,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/libraries" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/revisions" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/notes" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/property" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/property" }, "data": { - "id": "PR25a74e0756fb427f8c1d2fd458602206", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/origin" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/origin" }, "data": { - "id": "EX094b7e79d61b4c97b045f04afed85686", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -197190,7 +205159,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001/extension_package" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -197199,9 +205168,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206", - "origin": "https://reactor.adobe.io/extensions/EX094b7e79d61b4c97b045f04afed85686", - "self": "https://reactor.adobe.io/extensions/EX72d307ce459848b5ba37c85b4fde1001", + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "self": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -197220,7 +205189,7 @@ "request": { "data": [ { - "id": "EX72d307ce459848b5ba37c85b4fde1001", + "id": "EX43323b53f2e7476f8177c1a376a28ffa", "type": "extensions" } ] @@ -197229,12 +205198,12 @@ "data": [ { "type": "extensions", - "id": "EX72d307ce459848b5ba37c85b4fde1001" + "id": "EX43323b53f2e7476f8177c1a376a28ffa" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/extensions", - "self": "https://reactor.adobe.io/libraries/LBa7b50fc2181f4c87a2d424355ab6e0c5/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/extensions", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/extensions" } }, "response_code": 200, @@ -197394,16 +205363,16 @@ "response": { "data": [ { - "id": "PR25a74e0756fb427f8c1d2fd458602206", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:45.430Z", + "created_at": "2022-02-04T21:16:17.857Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:45.430Z", + "updated_at": "2022-02-04T21:16:17.857Z", "platform": "web", "development": false, - "token": "2ddc5e6ca346", + "token": "cc222f216f5c", "domains": [ "example.com" ], @@ -197413,7 +205382,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/company" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -197422,52 +205391,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/callbacks" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/hosts" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/environments" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/libraries" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/data_elements" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/extensions" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/rules" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/notes" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/data_elements", - "environments": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/environments", - "extensions": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/extensions", - "rules": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206/rules", - "self": "https://reactor.adobe.io/properties/PR25a74e0756fb427f8c1d2fd458602206" + "data_elements": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments", + "extensions": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions", + "rules": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules", + "self": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe" }, "meta": { "rights": [ @@ -197496,7 +205465,7 @@ }, { "name": "libraries.replace_rules_on_a_library", - "endpoint": "/properties/PR25a74e0756fb427f8c1d2fd458602206", + "endpoint": "/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", "method": "DELETE", "request": null, "response": null, @@ -197543,16 +205512,16 @@ }, "response": { "data": { - "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:52.023Z", + "created_at": "2022-02-04T21:16:24.781Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:52.023Z", + "updated_at": "2022-02-04T21:16:24.781Z", "platform": "web", "development": false, - "token": "73583b63afd2", + "token": "5c5a856ca7a1", "domains": [ "example.com" ], @@ -197562,7 +205531,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/company" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -197571,52 +205540,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/callbacks" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/hosts" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/environments" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/libraries" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/data_elements" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/extensions" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/rules" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/notes" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/environments", - "extensions": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/extensions", - "rules": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/rules", - "self": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d" + "data_elements": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments", + "extensions": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions", + "rules": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules", + "self": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2" }, "meta": { "rights": [ @@ -197647,10 +205616,10 @@ }, "response": { "data": { - "id": "RL154859b8c14e448486b9f9105c0ef4f2", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:57.269Z", + "created_at": "2022-02-04T21:16:30.066Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -197658,54 +205627,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:08:57.269Z", + "updated_at": "2022-02-04T21:16:30.066Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/libraries" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/revisions" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/notes" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/property" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/property" }, "data": { - "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/origin" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/origin" }, "data": { - "id": "RL154859b8c14e448486b9f9105c0ef4f2", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/rule_components" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", - "origin": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2", - "self": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2", - "rule_components": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2/rule_components" + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "self": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "rule_components": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/rule_components" }, "meta": { "latest_revision_number": 0 @@ -197726,16 +205695,16 @@ "meta": { "action": "revise" }, - "id": "RL154859b8c14e448486b9f9105c0ef4f2", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "response": { "data": { - "id": "RL807c7d8760454d02901ee21026d1f919", + "id": "RL87cc465285554a43b8d17e11b3a60132", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:57.391Z", + "created_at": "2022-02-04T21:16:30.253Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -197743,54 +205712,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:57.391Z", + "updated_at": "2022-02-04T21:16:30.253Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/libraries" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/revisions" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/notes" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/property" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/property" }, "data": { - "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/origin" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/origin" }, "data": { - "id": "RL154859b8c14e448486b9f9105c0ef4f2", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/rule_components" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", - "origin": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2", - "self": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919", - "rule_components": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/rule_components" + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "self": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132", + "rule_components": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" }, "meta": { "latest_revision_number": 1 @@ -197813,7 +205782,7 @@ "rules": { "data": [ { - "id": "RL807c7d8760454d02901ee21026d1f919", + "id": "RL87cc465285554a43b8d17e11b3a60132", "type": "rules" } ] @@ -197824,49 +205793,49 @@ }, "response": { "data": { - "id": "LBda7bc6972477433588d1888d29f8b6d1", + "id": "LB0322a2e12de949bfb23c5088eae66b7c", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:08:57.496Z", + "created_at": "2022-02-04T21:16:30.420Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:08:57.496Z", + "updated_at": "2022-02-04T21:16:30.420Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/builds" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/data_elements", - "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/extensions", - "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/extensions", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/notes" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/rules", - "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/rules", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/rules" } }, "upstream_library": { @@ -197874,23 +205843,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/property" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/property" }, "data": { - "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/last_build" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", - "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1" + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c" }, "meta": { "build_status": null, @@ -197912,16 +205881,16 @@ "meta": { "action": "revise" }, - "id": "RL154859b8c14e448486b9f9105c0ef4f2", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "response": { "data": { - "id": "RL807c7d8760454d02901ee21026d1f919", + "id": "RL87cc465285554a43b8d17e11b3a60132", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:08:57.391Z", + "created_at": "2022-02-04T21:16:30.253Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -197929,54 +205898,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:08:57.391Z", + "updated_at": "2022-02-04T21:16:30.253Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/libraries" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/revisions" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/notes" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/property" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/property" }, "data": { - "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/origin" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/origin" }, "data": { - "id": "RL154859b8c14e448486b9f9105c0ef4f2", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/rule_components" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", - "origin": "https://reactor.adobe.io/rules/RL154859b8c14e448486b9f9105c0ef4f2", - "self": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919", - "rule_components": "https://reactor.adobe.io/rules/RL807c7d8760454d02901ee21026d1f919/rule_components" + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "self": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132", + "rule_components": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" }, "meta": { "latest_revision_number": 1 @@ -197993,7 +205962,7 @@ "request": { "data": [ { - "id": "RL807c7d8760454d02901ee21026d1f919", + "id": "RL87cc465285554a43b8d17e11b3a60132", "type": "rules" } ] @@ -198002,12 +205971,12 @@ "data": [ { "type": "rules", - "id": "RL807c7d8760454d02901ee21026d1f919" + "id": "RL87cc465285554a43b8d17e11b3a60132" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/rules", - "self": "https://reactor.adobe.io/libraries/LBda7bc6972477433588d1888d29f8b6d1/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/rules", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/rules" } }, "response_code": 200, @@ -198167,16 +206136,16 @@ "response": { "data": [ { - "id": "PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:52.023Z", + "created_at": "2022-02-04T21:16:24.781Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:52.023Z", + "updated_at": "2022-02-04T21:16:24.781Z", "platform": "web", "development": false, - "token": "73583b63afd2", + "token": "5c5a856ca7a1", "domains": [ "example.com" ], @@ -198186,7 +206155,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/company" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -198195,52 +206164,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/callbacks" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/hosts" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/environments" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/libraries" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/data_elements" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/extensions" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/rules" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/notes" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/environments", - "extensions": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/extensions", - "rules": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d/rules", - "self": "https://reactor.adobe.io/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d" + "data_elements": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments", + "extensions": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions", + "rules": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules", + "self": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2" }, "meta": { "rights": [ @@ -198269,7 +206238,7 @@ }, { "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/properties/PR62c7f2f5d3f0485fad9e8dca8d76ba5d", + "endpoint": "/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", "method": "DELETE", "request": null, "response": null, @@ -198316,16 +206285,16 @@ }, "response": { "data": { - "id": "PR3ab65fefe13546b89e364957682d8968", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:58.125Z", + "created_at": "2022-02-04T21:16:31.592Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:58.125Z", + "updated_at": "2022-02-04T21:16:31.592Z", "platform": "web", "development": false, - "token": "2a04c3ebfec9", + "token": "5204a0c4bdf8", "domains": [ "example.com" ], @@ -198335,7 +206304,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/company" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -198344,52 +206313,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/callbacks" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/hosts" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/environments" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/libraries" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/data_elements" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/extensions" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/rules" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/notes" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/environments", - "extensions": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/extensions", - "rules": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/rules", - "self": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968" + "data_elements": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments", + "extensions": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions", + "rules": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules", + "self": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923" }, "meta": { "rights": [ @@ -200862,10 +208831,10 @@ }, "response": { "data": { - "id": "EX9f7598462a46445882d3ba19dfbc9764", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:09:03.484Z", + "created_at": "2022-02-04T21:16:37.139Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -200873,7 +208842,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:09:03.484Z", + "updated_at": "2022-02-04T21:16:37.139Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -200883,40 +208852,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/libraries" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/revisions" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/notes" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/property" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/property" }, "data": { - "id": "PR3ab65fefe13546b89e364957682d8968", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/origin" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/origin" }, "data": { - "id": "EX9f7598462a46445882d3ba19dfbc9764", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200925,7 +208894,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764/extension_package" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200934,9 +208903,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968", - "origin": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764", - "self": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764", + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "origin": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694", + "self": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -203357,14 +211326,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:09:03 -0700", + "name": "My Data Element 2022-02-04 14:16:37 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX9f7598462a46445882d3ba19dfbc9764", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions" } } @@ -203374,18 +211343,18 @@ }, "response": { "data": { - "id": "DE2bd043ecc978418c80e226c0fc71d114", + "id": "DE6b00fee7b6234cb883171f2e619b166d", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:09:03.809Z", + "created_at": "2022-02-04T21:16:37.624Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:09:03 -0700", + "name": "My Data Element 2022-02-04 14:16:37 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:09:03.809Z", + "updated_at": "2022-02-04T21:16:37.624Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -203397,49 +211366,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/libraries" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/revisions" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/notes" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/property" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/property" }, "data": { - "id": "PR3ab65fefe13546b89e364957682d8968", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/origin" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/origin" }, "data": { - "id": "DE2bd043ecc978418c80e226c0fc71d114", + "id": "DE6b00fee7b6234cb883171f2e619b166d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/extension" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/extension" }, "data": { - "id": "EX9f7598462a46445882d3ba19dfbc9764", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -203448,19 +211417,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/updated_with_extension" }, "data": { - "id": "EX5e1587148e3645d6a976b03e82d2e861", + "id": "EX257bf6ddcac2421dbfe7f44e10870fbe", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968", - "origin": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114", - "self": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114", - "extension": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764" + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "origin": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", + "self": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", + "extension": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694" }, "meta": { "latest_revision_number": 0 @@ -203481,24 +211450,24 @@ "meta": { "action": "revise" }, - "id": "DE2bd043ecc978418c80e226c0fc71d114", + "id": "DE6b00fee7b6234cb883171f2e619b166d", "type": "data_elements" } }, "response": { "data": { - "id": "DE0857ff83f2f7426cbc56975ca2efa04e", + "id": "DEd8fb45560c194c66ba8cb64298215215", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:09:03.927Z", + "created_at": "2022-02-04T21:16:37.890Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:09:03 -0700", + "name": "My Data Element 2022-02-04 14:16:37 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:09:03.927Z", + "updated_at": "2022-02-04T21:16:37.890Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -203510,49 +211479,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/libraries" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/revisions" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/notes" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/property" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/property" }, "data": { - "id": "PR3ab65fefe13546b89e364957682d8968", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/origin" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/origin" }, "data": { - "id": "DE2bd043ecc978418c80e226c0fc71d114", + "id": "DE6b00fee7b6234cb883171f2e619b166d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/extension" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/extension" }, "data": { - "id": "EX9f7598462a46445882d3ba19dfbc9764", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -203561,19 +211530,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/updated_with_extension" }, "data": { - "id": "EX5e1587148e3645d6a976b03e82d2e861", + "id": "EX257bf6ddcac2421dbfe7f44e10870fbe", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968", - "origin": "https://reactor.adobe.io/data_elements/DE2bd043ecc978418c80e226c0fc71d114", - "self": "https://reactor.adobe.io/data_elements/DE0857ff83f2f7426cbc56975ca2efa04e", - "extension": "https://reactor.adobe.io/extensions/EX9f7598462a46445882d3ba19dfbc9764" + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "origin": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", + "self": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215", + "extension": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694" }, "meta": { "latest_revision_number": 1 @@ -203596,7 +211565,7 @@ "data_elements": { "data": [ { - "id": "DE0857ff83f2f7426cbc56975ca2efa04e", + "id": "DEd8fb45560c194c66ba8cb64298215215", "type": "data_elements" } ] @@ -203607,49 +211576,49 @@ }, "response": { "data": { - "id": "LB868067fcac1048afafc8c24296179904", + "id": "LB3161bb88db194606baa9aa67e1703cc4", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:09:04.042Z", + "created_at": "2022-02-04T21:16:38.126Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:09:04.042Z", + "updated_at": "2022-02-04T21:16:38.126Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/builds" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/data_elements", - "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/data_elements", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/extensions", - "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/extensions", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/notes" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/rules", - "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/rules", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/rules" } }, "upstream_library": { @@ -203657,23 +211626,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/property" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/property" }, "data": { - "id": "PR3ab65fefe13546b89e364957682d8968", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/last_build" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968", - "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904" + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4" }, "meta": { "build_status": null, @@ -203691,7 +211660,7 @@ "request": { "data": [ { - "id": "DE0857ff83f2f7426cbc56975ca2efa04e", + "id": "DEd8fb45560c194c66ba8cb64298215215", "type": "data_elements" } ] @@ -203701,8 +211670,8 @@ ], "links": { - "related": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/data_elements", - "self": "https://reactor.adobe.io/libraries/LB868067fcac1048afafc8c24296179904/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/data_elements", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/data_elements" } }, "response_code": 200, @@ -203862,16 +211831,16 @@ "response": { "data": [ { - "id": "PR3ab65fefe13546b89e364957682d8968", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:08:58.125Z", + "created_at": "2022-02-04T21:16:31.592Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:08:58.125Z", + "updated_at": "2022-02-04T21:16:31.592Z", "platform": "web", "development": false, - "token": "2a04c3ebfec9", + "token": "5204a0c4bdf8", "domains": [ "example.com" ], @@ -203881,7 +211850,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/company" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -203890,52 +211859,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/callbacks" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/hosts" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/environments" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/libraries" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/data_elements" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/extensions" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/rules" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/notes" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/environments", - "extensions": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/extensions", - "rules": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968/rules", - "self": "https://reactor.adobe.io/properties/PR3ab65fefe13546b89e364957682d8968" + "data_elements": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments", + "extensions": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions", + "rules": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules", + "self": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923" }, "meta": { "rights": [ @@ -203964,7 +211933,7 @@ }, { "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/properties/PR3ab65fefe13546b89e364957682d8968", + "endpoint": "/properties/PR90073be089594ea7adca7388fc36e923", "method": "DELETE", "request": null, "response": null, @@ -204011,16 +211980,16 @@ }, "response": { "data": { - "id": "PRa32c0583091e483689198fee73d5f2c2", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:04.581Z", + "created_at": "2022-02-04T21:16:38.943Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:04.581Z", + "updated_at": "2022-02-04T21:16:38.943Z", "platform": "web", "development": false, - "token": "ebb2ec09f201", + "token": "e1fea5591b6f", "domains": [ "example.com" ], @@ -204030,7 +211999,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/company" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -204039,52 +212008,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/callbacks" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/hosts" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/environments" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/libraries" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/data_elements" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/extensions" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/rules" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/notes" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/environments", - "extensions": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/extensions", - "rules": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/rules", - "self": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2" + "data_elements": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments", + "extensions": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions", + "rules": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules", + "self": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06" }, "meta": { "rights": [ @@ -206557,10 +214526,10 @@ }, "response": { "data": { - "id": "EX2592979db16e46369311bcca6a5f09bc", + "id": "EX10dea5ae29234be186dd6a53822ca28d", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:09:10.038Z", + "created_at": "2022-02-04T21:16:44.460Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -206568,7 +214537,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:09:10.038Z", + "updated_at": "2022-02-04T21:16:44.460Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -206578,40 +214547,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/libraries" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/revisions" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/notes" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/property" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/property" }, "data": { - "id": "PRa32c0583091e483689198fee73d5f2c2", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/origin" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/origin" }, "data": { - "id": "EX2592979db16e46369311bcca6a5f09bc", + "id": "EX10dea5ae29234be186dd6a53822ca28d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -206620,7 +214589,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc/extension_package" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -206629,9 +214598,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2", - "origin": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc", - "self": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc", + "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "origin": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", + "self": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -206654,16 +214623,16 @@ "meta": { "action": "revise" }, - "id": "EX2592979db16e46369311bcca6a5f09bc", + "id": "EX10dea5ae29234be186dd6a53822ca28d", "type": "extensions" } }, "response": { "data": { - "id": "EX8d94cb2dc10744eaac6affff4cbb4da0", + "id": "EX9c63d48005fa407a9d6e9dc480e1693b", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:09:10.055Z", + "created_at": "2022-02-04T21:16:44.488Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -206671,7 +214640,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:09:10.055Z", + "updated_at": "2022-02-04T21:16:44.488Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -206681,40 +214650,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/libraries" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/revisions" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/notes" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/property" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/property" }, "data": { - "id": "PRa32c0583091e483689198fee73d5f2c2", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/origin" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/origin" }, "data": { - "id": "EX2592979db16e46369311bcca6a5f09bc", + "id": "EX10dea5ae29234be186dd6a53822ca28d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -206723,7 +214692,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -206732,9 +214701,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2", - "origin": "https://reactor.adobe.io/extensions/EX2592979db16e46369311bcca6a5f09bc", - "self": "https://reactor.adobe.io/extensions/EX8d94cb2dc10744eaac6affff4cbb4da0", + "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "origin": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", + "self": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -206759,7 +214728,7 @@ "extensions": { "data": [ { - "id": "EX8d94cb2dc10744eaac6affff4cbb4da0", + "id": "EX9c63d48005fa407a9d6e9dc480e1693b", "type": "extensions" } ] @@ -206770,49 +214739,49 @@ }, "response": { "data": { - "id": "LBc7141fb4925d46dba4c434f8feea7a57", + "id": "LBc91b599c1eca4d65a7ea8aca852b9e9e", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:09:10.294Z", + "created_at": "2022-02-04T21:16:44.878Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:09:10.294Z", + "updated_at": "2022-02-04T21:16:44.878Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/builds" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/extensions", - "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/extensions", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/notes" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/rules", - "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/rules", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/rules" } }, "upstream_library": { @@ -206820,23 +214789,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/property" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/property" }, "data": { - "id": "PRa32c0583091e483689198fee73d5f2c2", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/last_build" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2", - "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57" + "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e" }, "meta": { "build_status": null, @@ -206854,7 +214823,7 @@ "request": { "data": [ { - "id": "EX8d94cb2dc10744eaac6affff4cbb4da0", + "id": "EX9c63d48005fa407a9d6e9dc480e1693b", "type": "extensions" } ] @@ -206864,8 +214833,8 @@ ], "links": { - "related": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/extensions", - "self": "https://reactor.adobe.io/libraries/LBc7141fb4925d46dba4c434f8feea7a57/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/extensions", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/extensions" } }, "response_code": 200, @@ -207025,16 +214994,16 @@ "response": { "data": [ { - "id": "PRa32c0583091e483689198fee73d5f2c2", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:04.581Z", + "created_at": "2022-02-04T21:16:38.943Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:04.581Z", + "updated_at": "2022-02-04T21:16:38.943Z", "platform": "web", "development": false, - "token": "ebb2ec09f201", + "token": "e1fea5591b6f", "domains": [ "example.com" ], @@ -207044,7 +215013,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/company" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -207053,52 +215022,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/callbacks" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/hosts" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/environments" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/libraries" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/data_elements" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/extensions" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/rules" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/notes" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/environments", - "extensions": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/extensions", - "rules": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2/rules", - "self": "https://reactor.adobe.io/properties/PRa32c0583091e483689198fee73d5f2c2" + "data_elements": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments", + "extensions": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions", + "rules": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules", + "self": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06" }, "meta": { "rights": [ @@ -207127,7 +215096,7 @@ }, { "name": "libraries.remove_rules_from_a_library", - "endpoint": "/properties/PRa32c0583091e483689198fee73d5f2c2", + "endpoint": "/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "method": "DELETE", "request": null, "response": null, @@ -207174,16 +215143,16 @@ }, "response": { "data": { - "id": "PR162b3a5b4b954fda8080ec00b0e2396e", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:10.862Z", + "created_at": "2022-02-04T21:16:45.657Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:10.862Z", + "updated_at": "2022-02-04T21:16:45.657Z", "platform": "web", "development": false, - "token": "9b944f339d45", + "token": "4ca8f7c722ae", "domains": [ "example.com" ], @@ -207193,7 +215162,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/company" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -207202,52 +215171,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/callbacks" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/hosts" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/environments" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/libraries" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/data_elements" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/extensions" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/rules" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/notes" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/environments", - "extensions": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/extensions", - "rules": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/rules", - "self": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e" + "data_elements": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules", + "self": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968" }, "meta": { "rights": [ @@ -207278,10 +215247,10 @@ }, "response": { "data": { - "id": "RL5eb77912716543e09149686508125a4b", + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:09:16.086Z", + "created_at": "2022-02-04T21:16:51.004Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -207289,54 +215258,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:09:16.086Z", + "updated_at": "2022-02-04T21:16:51.004Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/libraries" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/revisions" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/notes" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/property" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/property" }, "data": { - "id": "PR162b3a5b4b954fda8080ec00b0e2396e", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/origin" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/origin" }, "data": { - "id": "RL5eb77912716543e09149686508125a4b", + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/rule_components" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e", - "origin": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b", - "self": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b", - "rule_components": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b/rule_components" + "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", + "origin": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", + "self": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", + "rule_components": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/rule_components" }, "meta": { "latest_revision_number": 0 @@ -207357,16 +215326,16 @@ "meta": { "action": "revise" }, - "id": "RL5eb77912716543e09149686508125a4b", + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", "type": "rules" } }, "response": { "data": { - "id": "RL2d0989e776c34d4da50e295390343700", + "id": "RL0b3bfbea4a814cc29d888c2e347c114e", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:09:16.173Z", + "created_at": "2022-02-04T21:16:51.202Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -207374,54 +215343,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:09:16.173Z", + "updated_at": "2022-02-04T21:16:51.202Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/libraries" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/revisions" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/notes" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/property" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/property" }, "data": { - "id": "PR162b3a5b4b954fda8080ec00b0e2396e", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/origin" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/origin" }, "data": { - "id": "RL5eb77912716543e09149686508125a4b", + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/rule_components" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e", - "origin": "https://reactor.adobe.io/rules/RL5eb77912716543e09149686508125a4b", - "self": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700", - "rule_components": "https://reactor.adobe.io/rules/RL2d0989e776c34d4da50e295390343700/rule_components" + "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", + "origin": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", + "self": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e", + "rule_components": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/rule_components" }, "meta": { "latest_revision_number": 1 @@ -207444,7 +215413,7 @@ "rules": { "data": [ { - "id": "RL2d0989e776c34d4da50e295390343700", + "id": "RL0b3bfbea4a814cc29d888c2e347c114e", "type": "rules" } ] @@ -207455,49 +215424,49 @@ }, "response": { "data": { - "id": "LB29dd53014db24a298efa4be0c50bfc37", + "id": "LBda1bc7c6a0ee4dfe84ec1a1b19006882", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:09:16.287Z", + "created_at": "2022-02-04T21:16:51.411Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:09:16.287Z", + "updated_at": "2022-02-04T21:16:51.411Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/builds" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/data_elements", - "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/data_elements", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/extensions", - "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/extensions", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/notes" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/rules", - "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/rules", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/rules" } }, "upstream_library": { @@ -207505,23 +215474,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/property" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/property" }, "data": { - "id": "PR162b3a5b4b954fda8080ec00b0e2396e", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/last_build" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e", - "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37" + "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882" }, "meta": { "build_status": null, @@ -207539,7 +215508,7 @@ "request": { "data": [ { - "id": "RL2d0989e776c34d4da50e295390343700", + "id": "RL0b3bfbea4a814cc29d888c2e347c114e", "type": "rules" } ] @@ -207549,8 +215518,8 @@ ], "links": { - "related": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/rules", - "self": "https://reactor.adobe.io/libraries/LB29dd53014db24a298efa4be0c50bfc37/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/rules", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/rules" } }, "response_code": 200, @@ -207710,16 +215679,16 @@ "response": { "data": [ { - "id": "PR162b3a5b4b954fda8080ec00b0e2396e", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:10.862Z", + "created_at": "2022-02-04T21:16:45.657Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:10.862Z", + "updated_at": "2022-02-04T21:16:45.657Z", "platform": "web", "development": false, - "token": "9b944f339d45", + "token": "4ca8f7c722ae", "domains": [ "example.com" ], @@ -207729,7 +215698,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/company" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -207738,52 +215707,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/callbacks" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/hosts" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/environments" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/libraries" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/data_elements" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/extensions" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/rules" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/notes" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/environments", - "extensions": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/extensions", - "rules": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e/rules", - "self": "https://reactor.adobe.io/properties/PR162b3a5b4b954fda8080ec00b0e2396e" + "data_elements": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules", + "self": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968" }, "meta": { "rights": [ @@ -207812,7 +215781,7 @@ }, { "name": "libraries.delete_a_library", - "endpoint": "/properties/PR162b3a5b4b954fda8080ec00b0e2396e", + "endpoint": "/properties/PRe94744ba52124fb3855e6b08afe2e968", "method": "DELETE", "request": null, "response": null, @@ -207859,16 +215828,16 @@ }, "response": { "data": { - "id": "PR84c3d80d5975415bafce1cd15f1fa553", + "id": "PR410b91a3b0be4629b9ce78a12342d52c", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:16.798Z", + "created_at": "2022-02-04T21:16:52.660Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:16.798Z", + "updated_at": "2022-02-04T21:16:52.660Z", "platform": "web", "development": false, - "token": "4fc1e9c66c08", + "token": "a3d046e23a52", "domains": [ "example.com" ], @@ -207878,7 +215847,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/company" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -207887,52 +215856,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/callbacks" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/hosts" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/environments" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/libraries" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/data_elements" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/extensions" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/rules" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/notes" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/data_elements", - "environments": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/environments", - "extensions": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/extensions", - "rules": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/rules", - "self": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553" + "data_elements": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments", + "extensions": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions", + "rules": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules", + "self": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c" }, "meta": { "rights": [ @@ -207963,49 +215932,49 @@ }, "response": { "data": { - "id": "LB12aa909311a64f3b9036c8c4d6c9d129", + "id": "LB6c0338b5ba5746f38884e46adefdffd3", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:09:22.021Z", + "created_at": "2022-02-04T21:16:58.080Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:09:22.021Z", + "updated_at": "2022-02-04T21:16:58.080Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/builds" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/data_elements", - "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/extensions", - "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/extensions", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/notes" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/rules", - "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/rules", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/rules" } }, "upstream_library": { @@ -208013,23 +215982,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/property" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/property" }, "data": { - "id": "PR84c3d80d5975415bafce1cd15f1fa553", + "id": "PR410b91a3b0be4629b9ce78a12342d52c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129/last_build" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553", - "self": "https://reactor.adobe.io/libraries/LB12aa909311a64f3b9036c8c4d6c9d129" + "property": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3" }, "meta": { "build_status": null, @@ -208203,16 +216172,16 @@ "response": { "data": [ { - "id": "PR84c3d80d5975415bafce1cd15f1fa553", + "id": "PR410b91a3b0be4629b9ce78a12342d52c", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:16.798Z", + "created_at": "2022-02-04T21:16:52.660Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:16.798Z", + "updated_at": "2022-02-04T21:16:52.660Z", "platform": "web", "development": false, - "token": "4fc1e9c66c08", + "token": "a3d046e23a52", "domains": [ "example.com" ], @@ -208222,7 +216191,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/company" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -208231,52 +216200,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/callbacks" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/hosts" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/environments" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/libraries" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/data_elements" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/extensions" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/rules" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/notes" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/data_elements", - "environments": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/environments", - "extensions": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/extensions", - "rules": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553/rules", - "self": "https://reactor.adobe.io/properties/PR84c3d80d5975415bafce1cd15f1fa553" + "data_elements": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments", + "extensions": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions", + "rules": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules", + "self": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c" }, "meta": { "rights": [ @@ -208305,7 +216274,7 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "/properties/PR84c3d80d5975415bafce1cd15f1fa553", + "endpoint": "/properties/PR410b91a3b0be4629b9ce78a12342d52c", "method": "DELETE", "request": null, "response": null, @@ -208352,16 +216321,16 @@ }, "response": { "data": { - "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:22.547Z", + "created_at": "2022-02-04T21:16:58.964Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:22.547Z", + "updated_at": "2022-02-04T21:16:58.964Z", "platform": "web", "development": false, - "token": "b20bfeed55e4", + "token": "a48e48de1e97", "domains": [ "example.com" ], @@ -208371,7 +216340,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/company" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -208380,52 +216349,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/callbacks" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/hosts" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/environments" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/libraries" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/data_elements" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/extensions" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/rules" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/notes" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/environments", - "extensions": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/extensions", - "rules": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/rules", - "self": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c" + "data_elements": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements", + "environments": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments", + "extensions": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions", + "rules": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules", + "self": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770" }, "meta": { "rights": [ @@ -208444,7 +216413,7 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/hosts", + "endpoint": "/properties/PR327c81aebb79451cb9f516de54572770/hosts", "method": "POST", "request": { "data": { @@ -208457,33 +216426,33 @@ }, "response": { "data": { - "id": "HTa1cb1df5f4d449bb9357d29fbe011ff4", + "id": "HTc37330c0b44f435a983bda0f05540bd1", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:09:27.773Z", + "created_at": "2022-02-04T21:17:04.371Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:09:27.773Z", + "updated_at": "2022-02-04T21:17:04.371Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa1cb1df5f4d449bb9357d29fbe011ff4/property" + "related": "https://reactor.adobe.io/hosts/HTc37330c0b44f435a983bda0f05540bd1/property" }, "data": { - "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", - "self": "https://reactor.adobe.io/hosts/HTa1cb1df5f4d449bb9357d29fbe011ff4" + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/hosts/HTc37330c0b44f435a983bda0f05540bd1" } } }, @@ -208503,7 +216472,7 @@ "relationships": { "host": { "data": { - "id": "HTa1cb1df5f4d449bb9357d29fbe011ff4", + "id": "HTc37330c0b44f435a983bda0f05540bd1", "type": "hosts" } } @@ -208513,81 +216482,81 @@ }, "response": { "data": { - "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:09:27.863Z", - "library_path": "17e0df72ece8/b20bfeed55e4", - "library_name": "launch-af2e9b2ce7a5-development.min.js", + "created_at": "2022-02-04T21:17:04.507Z", + "library_path": "17e0df72ece8/a48e48de1e97", + "library_name": "launch-67ea8b72a9f7-development.min.js", "library_entry_points": [ { - "library_name": "launch-af2e9b2ce7a5-development.min.js", + "library_name": "launch-67ea8b72a9f7-development.min.js", "minified": true, "references": [ - "17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js" + "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js" ], - "license_path": "17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.js" + "license_path": "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" }, { - "library_name": "launch-af2e9b2ce7a5-development.js", + "library_name": "launch-67ea8b72a9f7-development.js", "minified": false, "references": [ - "17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.js" + "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:09:27.863Z", + "updated_at": "2022-02-04T21:17:04.507Z", "status": "succeeded", - "token": "af2e9b2ce7a5" + "token": "67ea8b72a9f7" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/library" + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/builds" + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/host", - "self": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/relationships/host" + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/host", + "self": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/relationships/host" }, "data": { - "id": "HTa1cb1df5f4d449bb9357d29fbe011ff4", + "id": "HTc37330c0b44f435a983bda0f05540bd1", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d/property" + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/property" }, "data": { - "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", - "self": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d" + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" } ] } @@ -208610,49 +216579,49 @@ }, "response": { "data": { - "id": "LB3eabbb69f0cf402e9083b2910c7ab991", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:09:27.951Z", + "created_at": "2022-02-04T21:17:04.628Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:09:27.951Z", + "updated_at": "2022-02-04T21:17:04.628Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/builds" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/data_elements", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/extensions", - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/extensions", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/notes" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/rules", - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/rules", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/rules" } }, "upstream_library": { @@ -208660,23 +216629,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/property" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/property" }, "data": { - "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/last_build" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991" + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926" }, "meta": { "build_status": null, @@ -208693,18 +216662,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" } }, "response": { "data": { - "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/environment", - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/environment", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" } }, "response_code": 200, @@ -208717,66 +216686,66 @@ "request": null, "response": { "data": { - "id": "BL91fa748e53c24fc49b489e0cbf5b9e83", + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:28.187Z", + "created_at": "2022-02-04T21:17:04.976Z", "status": "pending", - "updated_at": "2022-01-20T22:09:28.187Z", - "token": "54a272a00ac3" + "updated_at": "2022-02-04T21:17:04.976Z", + "token": "c2df1427eca1" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/data_elements" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/extensions" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/rules" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/environment" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" }, "data": { - "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/library" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" }, "data": { - "id": "LB3eabbb69f0cf402e9083b2910c7ab991", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/property" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" }, "data": { - "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d", - "library": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991", - "self": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83" + "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", + "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", + "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/54a272a00ac3/launch-af2e9b2ce7a5-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -208787,71 +216756,71 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83", + "endpoint": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1", "method": "GET", "request": null, "response": { "data": { - "id": "BL91fa748e53c24fc49b489e0cbf5b9e83", + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:28.187Z", + "created_at": "2022-02-04T21:17:04.976Z", "status": "pending", - "updated_at": "2022-01-20T22:09:28.187Z", - "token": "54a272a00ac3" + "updated_at": "2022-02-04T21:17:04.976Z", + "token": "c2df1427eca1" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/data_elements" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/extensions" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/rules" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/environment" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" }, "data": { - "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/library" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" }, "data": { - "id": "LB3eabbb69f0cf402e9083b2910c7ab991", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/property" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" }, "data": { - "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d", - "library": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991", - "self": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83" + "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", + "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", + "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/54a272a00ac3/launch-af2e9b2ce7a5-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -208862,71 +216831,71 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83", + "endpoint": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1", "method": "GET", "request": null, "response": { "data": { - "id": "BL91fa748e53c24fc49b489e0cbf5b9e83", + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:28.187Z", + "created_at": "2022-02-04T21:17:04.976Z", "status": "succeeded", - "updated_at": "2022-01-20T22:09:29.526Z", - "token": "54a272a00ac3" + "updated_at": "2022-02-04T21:17:07.725Z", + "token": "c2df1427eca1" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/data_elements" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/extensions" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/rules" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/environment" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" }, "data": { - "id": "EN4410e3e9d2ed41e0a4180d5a076a2a1d", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/library" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" }, "data": { - "id": "LB3eabbb69f0cf402e9083b2910c7ab991", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83/property" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" }, "data": { - "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN4410e3e9d2ed41e0a4180d5a076a2a1d", - "library": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991", - "self": "https://reactor.adobe.io/builds/BL91fa748e53c24fc49b489e0cbf5b9e83" + "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", + "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", + "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/launch-af2e9b2ce7a5-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b20bfeed55e4/54a272a00ac3/launch-af2e9b2ce7a5-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -208941,7 +216910,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB3eabbb69f0cf402e9083b2910c7ab991", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries", "meta": { "action": "submit" @@ -208950,49 +216919,49 @@ }, "response": { "data": { - "id": "LB3eabbb69f0cf402e9083b2910c7ab991", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:09:27.951Z", + "created_at": "2022-02-04T21:17:04.628Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2022-01-20T22:09:33.471Z", + "updated_at": "2022-02-04T21:17:10.327Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/builds" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/data_elements", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/extensions", - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/extensions", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/notes" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/rules", - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/rules", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/rules" } }, "upstream_library": { @@ -209000,26 +216969,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/property" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/property" }, "data": { - "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991/last_build" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/last_build" }, "data": { - "id": "BL91fa748e53c24fc49b489e0cbf5b9e83", + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", - "self": "https://reactor.adobe.io/libraries/LB3eabbb69f0cf402e9083b2910c7ab991" + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926" }, "meta": { "build_status": null @@ -209183,16 +217152,16 @@ "response": { "data": [ { - "id": "PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:22.547Z", + "created_at": "2022-02-04T21:16:58.964Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:22.547Z", + "updated_at": "2022-02-04T21:16:58.964Z", "platform": "web", "development": false, - "token": "b20bfeed55e4", + "token": "a48e48de1e97", "domains": [ "example.com" ], @@ -209202,7 +217171,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/company" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -209211,52 +217180,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/callbacks" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/hosts" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/environments" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/libraries" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/data_elements" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/extensions" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/rules" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/notes" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/environments", - "extensions": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/extensions", - "rules": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c/rules", - "self": "https://reactor.adobe.io/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c" + "data_elements": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements", + "environments": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments", + "extensions": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions", + "rules": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules", + "self": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770" }, "meta": { "rights": [ @@ -209285,7 +217254,7 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "/properties/PR4ca3805f98bf462e8d8fb1ede64f7b5c", + "endpoint": "/properties/PR327c81aebb79451cb9f516de54572770", "method": "DELETE", "request": null, "response": null, @@ -209332,16 +217301,16 @@ }, "response": { "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:33.921Z", + "created_at": "2022-02-04T21:17:10.948Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:33.921Z", + "updated_at": "2022-02-04T21:17:10.948Z", "platform": "web", "development": false, - "token": "5249cfe8c16b", + "token": "dd2530caf6b5", "domains": [ "example.com" ], @@ -209351,7 +217320,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/company" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -209360,52 +217329,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/callbacks" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/hosts" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/environments" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/libraries" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/data_elements" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/extensions" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/rules" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/notes" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/data_elements", - "environments": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/environments", - "extensions": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/extensions", - "rules": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/rules", - "self": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005" + "data_elements": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules", + "self": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f" }, "meta": { "rights": [ @@ -209424,7 +217393,7 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "/properties/PR351c414cb64940828b774d5f84e37005/hosts", + "endpoint": "/properties/PR3fd711b5d2544341911c62c499209f7f/hosts", "method": "POST", "request": { "data": { @@ -209437,33 +217406,33 @@ }, "response": { "data": { - "id": "HT0ca563d84f724fe59be78cd3530eb2b0", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:09:39.157Z", + "created_at": "2022-02-04T21:17:16.255Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:09:39.157Z", + "updated_at": "2022-02-04T21:17:16.255Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT0ca563d84f724fe59be78cd3530eb2b0/property" + "related": "https://reactor.adobe.io/hosts/HTcc65e0920f9941bdab43ae7e2d419f83/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", - "self": "https://reactor.adobe.io/hosts/HT0ca563d84f724fe59be78cd3530eb2b0" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/hosts/HTcc65e0920f9941bdab43ae7e2d419f83" } } }, @@ -209483,7 +217452,7 @@ "relationships": { "host": { "data": { - "id": "HT0ca563d84f724fe59be78cd3530eb2b0", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts" } } @@ -209493,81 +217462,81 @@ }, "response": { "data": { - "id": "EN228064bff1dc46e5871fb06f098bad18", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:09:39.246Z", - "library_path": "17e0df72ece8/5249cfe8c16b", - "library_name": "launch-0b199a05e438-development.min.js", + "created_at": "2022-02-04T21:17:16.378Z", + "library_path": "17e0df72ece8/dd2530caf6b5", + "library_name": "launch-cb2112ca81d2-development.min.js", "library_entry_points": [ { - "library_name": "launch-0b199a05e438-development.min.js", + "library_name": "launch-cb2112ca81d2-development.min.js", "minified": true, "references": [ - "17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js" + "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js" ], - "license_path": "17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.js" + "license_path": "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" }, { - "library_name": "launch-0b199a05e438-development.js", + "library_name": "launch-cb2112ca81d2-development.js", "minified": false, "references": [ - "17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.js" + "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:09:39.246Z", + "updated_at": "2022-02-04T21:17:16.378Z", "status": "succeeded", - "token": "0b199a05e438" + "token": "cb2112ca81d2" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/library" + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/builds" + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/host", - "self": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/relationships/host" + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/host", + "self": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/relationships/host" }, "data": { - "id": "HT0ca563d84f724fe59be78cd3530eb2b0", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18/property" + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", - "self": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" } ] } @@ -209590,49 +217559,49 @@ }, "response": { "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:09:39.334Z", + "created_at": "2022-02-04T21:17:16.508Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:09:39.334Z", + "updated_at": "2022-02-04T21:17:16.508Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/builds" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/data_elements", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/extensions", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/notes" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/rules", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" } }, "upstream_library": { @@ -209640,23 +217609,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/property" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/last_build" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" }, "meta": { "build_status": null, @@ -209673,18 +217642,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN228064bff1dc46e5871fb06f098bad18", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" } }, "response": { "data": { - "id": "EN228064bff1dc46e5871fb06f098bad18", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/environment", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" } }, "response_code": 200, @@ -209697,66 +217666,66 @@ "request": null, "response": { "data": { - "id": "BL3d3942548c06438bbb567e0370be338f", + "id": "BLc7ee261c14a3493387a55a6b03e4b130", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:39.583Z", + "created_at": "2022-02-04T21:17:16.905Z", "status": "pending", - "updated_at": "2022-01-20T22:09:39.583Z", - "token": "f403fe32acd4" + "updated_at": "2022-02-04T21:17:16.905Z", + "token": "f44055bfc81d" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/data_elements" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/extensions" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/rules" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/environment" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" }, "data": { - "id": "EN228064bff1dc46e5871fb06f098bad18", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/library" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" }, "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/property" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18", - "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", - "self": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f" + "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/f403fe32acd4/launch-0b199a05e438-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -209767,71 +217736,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f", + "endpoint": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130", "method": "GET", "request": null, "response": { "data": { - "id": "BL3d3942548c06438bbb567e0370be338f", + "id": "BLc7ee261c14a3493387a55a6b03e4b130", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:39.583Z", + "created_at": "2022-02-04T21:17:16.905Z", "status": "pending", - "updated_at": "2022-01-20T22:09:39.583Z", - "token": "f403fe32acd4" + "updated_at": "2022-02-04T21:17:16.905Z", + "token": "f44055bfc81d" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/data_elements" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/extensions" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/rules" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/environment" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" }, "data": { - "id": "EN228064bff1dc46e5871fb06f098bad18", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/library" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" }, "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/property" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18", - "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", - "self": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f" + "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/f403fe32acd4/launch-0b199a05e438-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -209842,71 +217811,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f", + "endpoint": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130", "method": "GET", "request": null, "response": { "data": { - "id": "BL3d3942548c06438bbb567e0370be338f", + "id": "BLc7ee261c14a3493387a55a6b03e4b130", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:39.583Z", + "created_at": "2022-02-04T21:17:16.905Z", "status": "succeeded", - "updated_at": "2022-01-20T22:09:40.891Z", - "token": "f403fe32acd4" + "updated_at": "2022-02-04T21:17:18.925Z", + "token": "f44055bfc81d" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/data_elements" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/extensions" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/rules" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/environment" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" }, "data": { - "id": "EN228064bff1dc46e5871fb06f098bad18", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/library" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" }, "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f/property" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN228064bff1dc46e5871fb06f098bad18", - "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", - "self": "https://reactor.adobe.io/builds/BL3d3942548c06438bbb567e0370be338f" + "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-0b199a05e438-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/f403fe32acd4/launch-0b199a05e438-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -209921,7 +217890,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries", "meta": { "action": "submit" @@ -209930,49 +217899,49 @@ }, "response": { "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:09:39.334Z", + "created_at": "2022-02-04T21:17:16.508Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2022-01-20T22:09:44.886Z", + "updated_at": "2022-02-04T21:17:22.276Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/builds" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/data_elements", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/extensions", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/notes" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/rules", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" } }, "upstream_library": { @@ -209980,26 +217949,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/property" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/last_build" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" }, "data": { - "id": "BL3d3942548c06438bbb567e0370be338f", + "id": "BLc7ee261c14a3493387a55a6b03e4b130", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" }, "meta": { "build_status": null @@ -210022,7 +217991,7 @@ "relationships": { "host": { "data": { - "id": "HT0ca563d84f724fe59be78cd3530eb2b0", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts" } } @@ -210032,81 +218001,81 @@ }, "response": { "data": { - "id": "EN6d2996202bce486baefe68a2c138738f", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:09:45.021Z", - "library_path": "17e0df72ece8/5249cfe8c16b", - "library_name": "launch-a630dcedb1e5-staging.min.js", + "created_at": "2022-02-04T21:17:22.425Z", + "library_path": "17e0df72ece8/dd2530caf6b5", + "library_name": "launch-de7ef5a48283-staging.min.js", "library_entry_points": [ { - "library_name": "launch-a630dcedb1e5-staging.min.js", + "library_name": "launch-de7ef5a48283-staging.min.js", "minified": true, "references": [ - "17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js" + "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js" ], - "license_path": "17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.js" + "license_path": "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" }, { - "library_name": "launch-a630dcedb1e5-staging.js", + "library_name": "launch-de7ef5a48283-staging.js", "minified": false, "references": [ - "17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.js" + "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" ] } ], "name": "Staging Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "staging", - "updated_at": "2022-01-20T22:09:45.021Z", + "updated_at": "2022-02-04T21:17:22.425Z", "status": "succeeded", - "token": "a630dcedb1e5" + "token": "de7ef5a48283" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/library" + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/builds" + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/host", - "self": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/host", + "self": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/relationships/host" }, "data": { - "id": "HT0ca563d84f724fe59be78cd3530eb2b0", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f/property" + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", - "self": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" } ] } @@ -210121,18 +218090,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN6d2996202bce486baefe68a2c138738f", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments" } }, "response": { "data": { - "id": "EN6d2996202bce486baefe68a2c138738f", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/environment", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" } }, "response_code": 200, @@ -210145,66 +218114,66 @@ "request": null, "response": { "data": { - "id": "BLb79d9a20ead24135b9d766ca346d1d7d", + "id": "BL534f2d049a814adbbe592546ea796824", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:45.333Z", + "created_at": "2022-02-04T21:17:22.770Z", "status": "pending", - "updated_at": "2022-01-20T22:09:45.333Z", - "token": "91e1b0623684" + "updated_at": "2022-02-04T21:17:22.770Z", + "token": "545f09ef3189" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/data_elements" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/extensions" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/rules" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/environment" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" }, "data": { - "id": "EN6d2996202bce486baefe68a2c138738f", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/library" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" }, "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/property" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f", - "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", - "self": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d" + "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/91e1b0623684/launch-a630dcedb1e5-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -210215,71 +218184,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d", + "endpoint": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824", "method": "GET", "request": null, "response": { "data": { - "id": "BLb79d9a20ead24135b9d766ca346d1d7d", + "id": "BL534f2d049a814adbbe592546ea796824", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:45.333Z", + "created_at": "2022-02-04T21:17:22.770Z", "status": "pending", - "updated_at": "2022-01-20T22:09:45.333Z", - "token": "91e1b0623684" + "updated_at": "2022-02-04T21:17:22.770Z", + "token": "545f09ef3189" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/data_elements" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/extensions" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/rules" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/environment" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" }, "data": { - "id": "EN6d2996202bce486baefe68a2c138738f", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/library" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" }, "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/property" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f", - "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", - "self": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d" + "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/91e1b0623684/launch-a630dcedb1e5-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -210290,71 +218259,444 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d", + "endpoint": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824", "method": "GET", "request": null, "response": { "data": { - "id": "BLb79d9a20ead24135b9d766ca346d1d7d", + "id": "BL534f2d049a814adbbe592546ea796824", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:45.333Z", + "created_at": "2022-02-04T21:17:22.770Z", "status": "succeeded", - "updated_at": "2022-01-20T22:09:46.562Z", - "token": "91e1b0623684" + "updated_at": "2022-02-04T21:17:25.127Z", + "token": "545f09ef3189" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" + }, + "data": { + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "meta": { + "action": "approve" + } + } + }, + "response": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:16.508Z", + "name": "My Library", + "published_at": null, + "state": "approved", + "updated_at": "2022-02-04T21:17:28.307Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" + }, + "data": { + "id": "BL534f2d049a814adbbe592546ea796824", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Production Environment A", + "stage": "production" + }, + "relationships": { + "host": { + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:17:28.749Z", + "library_path": "17e0df72ece8/dd2530caf6b5", + "library_name": "launch-4a998d23a699.min.js", + "library_entry_points": [ + { + "library_name": "launch-4a998d23a699.min.js", + "minified": true, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js" + ], + "license_path": "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" + }, + { + "library_name": "launch-4a998d23a699.js", + "minified": false, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" + ] + } + ], + "name": "Production Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "production", + "updated_at": "2022-02-04T21:17:28.749Z", + "status": "succeeded", + "token": "4a998d23a699" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/host", + "self": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/relationships/host" + }, + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLdee0f78b03f14a41b3e4060356ed633a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:29.450Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:29.450Z", + "token": "2b6df4992b47" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" + }, + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BLdee0f78b03f14a41b3e4060356ed633a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:29.450Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:29.450Z", + "token": "2b6df4992b47" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/data_elements" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/extensions" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/rules" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/environment" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" }, "data": { - "id": "EN6d2996202bce486baefe68a2c138738f", + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/library" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" }, "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d/property" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN6d2996202bce486baefe68a2c138738f", - "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", - "self": "https://reactor.adobe.io/builds/BLb79d9a20ead24135b9d766ca346d1d7d" + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-a630dcedb1e5-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/91e1b0623684/launch-a630dcedb1e5-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", "archive": false, "host_type_of": "akamai" } @@ -210365,369 +218707,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", - "type": "libraries", - "meta": { - "action": "approve" - } - } - }, - "response": { - "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", - "type": "libraries", - "attributes": { - "created_at": "2022-01-20T22:09:39.334Z", - "name": "My Library", - "published_at": null, - "state": "approved", - "updated_at": "2022-01-20T22:09:50.600Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/data_elements", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/extensions", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/rules", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/property" - }, - "data": { - "id": "PR351c414cb64940828b774d5f84e37005", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/last_build" - }, - "data": { - "id": "BLb79d9a20ead24135b9d766ca346d1d7d", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Production Environment A", - "stage": "production" - }, - "relationships": { - "host": { - "data": { - "id": "HT0ca563d84f724fe59be78cd3530eb2b0", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN67a095aadcde4c23b2a92733086d90cd", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-01-20T22:09:50.744Z", - "library_path": "17e0df72ece8/5249cfe8c16b", - "library_name": "launch-5e816795cca7.min.js", - "library_entry_points": [ - { - "library_name": "launch-5e816795cca7.min.js", - "minified": true, - "references": [ - "17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js" - ], - "license_path": "17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.js" - }, - { - "library_name": "launch-5e816795cca7.js", - "minified": false, - "references": [ - "17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.js" - ] - } - ], - "name": "Production Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "production", - "updated_at": "2022-01-20T22:09:50.744Z", - "status": "succeeded", - "token": "5e816795cca7" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/host", - "self": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/relationships/host" - }, - "data": { - "id": "HT0ca563d84f724fe59be78cd3530eb2b0", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd/property" - }, - "data": { - "id": "PR351c414cb64940828b774d5f84e37005", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", - "self": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN67a095aadcde4c23b2a92733086d90cd", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN67a095aadcde4c23b2a92733086d90cd", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/environment", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLe793523a4bb746fda5ebdab4b9c4c6b4", - "type": "builds", - "attributes": { - "created_at": "2022-01-20T22:09:51.007Z", - "status": "pending", - "updated_at": "2022-01-20T22:09:51.007Z", - "token": "cefbfaf3a816" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/environment" - }, - "data": { - "id": "EN67a095aadcde4c23b2a92733086d90cd", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/library" - }, - "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/property" - }, - "data": { - "id": "PR351c414cb64940828b774d5f84e37005", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd", - "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", - "self": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/cefbfaf3a816/launch-5e816795cca7.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4", + "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", "method": "GET", "request": null, "response": { "data": { - "id": "BLe793523a4bb746fda5ebdab4b9c4c6b4", + "id": "BLdee0f78b03f14a41b3e4060356ed633a", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:51.007Z", + "created_at": "2022-02-04T21:17:29.450Z", "status": "pending", - "updated_at": "2022-01-20T22:09:51.007Z", - "token": "cefbfaf3a816" + "updated_at": "2022-02-04T21:17:29.450Z", + "token": "2b6df4992b47" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/data_elements" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/extensions" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/rules" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/environment" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" }, "data": { - "id": "EN67a095aadcde4c23b2a92733086d90cd", + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/library" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" }, "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/property" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd", - "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", - "self": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4" + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/cefbfaf3a816/launch-5e816795cca7.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", "archive": false, "host_type_of": "akamai" } @@ -210738,71 +218782,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4", + "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", "method": "GET", "request": null, "response": { "data": { - "id": "BLe793523a4bb746fda5ebdab4b9c4c6b4", + "id": "BLdee0f78b03f14a41b3e4060356ed633a", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:09:51.007Z", + "created_at": "2022-02-04T21:17:29.450Z", "status": "succeeded", - "updated_at": "2022-01-20T22:09:52.274Z", - "token": "cefbfaf3a816" + "updated_at": "2022-02-04T21:17:37.180Z", + "token": "2b6df4992b47" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/data_elements" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/extensions" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/rules" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/environment" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" }, "data": { - "id": "EN67a095aadcde4c23b2a92733086d90cd", + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/library" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" }, "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4/property" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN67a095aadcde4c23b2a92733086d90cd", - "library": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629", - "self": "https://reactor.adobe.io/builds/BLe793523a4bb746fda5ebdab4b9c4c6b4" + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/launch-5e816795cca7.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5249cfe8c16b/cefbfaf3a816/launch-5e816795cca7.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", "archive": false, "available_for_republish": true, "host_type_of": "akamai" @@ -210819,49 +218863,49 @@ "request": null, "response": { "data": { - "id": "LB36273b8d1e0147ce89d7a727f298f629", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:09:39.334Z", + "created_at": "2022-02-04T21:17:16.508Z", "name": "My Library", - "published_at": "2022-01-20T22:09:52.384Z", + "published_at": "2022-02-04T21:17:37.637Z", "state": "published", - "updated_at": "2022-01-20T22:09:52.393Z", + "updated_at": "2022-02-04T21:17:37.660Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/builds" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/data_elements", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/extensions", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/notes" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/rules", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" } }, "upstream_library": { @@ -210869,26 +218913,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/property" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" }, "data": { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629/last_build" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" }, "data": { - "id": "BLe793523a4bb746fda5ebdab4b9c4c6b4", + "id": "BLdee0f78b03f14a41b3e4060356ed633a", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005", - "self": "https://reactor.adobe.io/libraries/LB36273b8d1e0147ce89d7a727f298f629" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" }, "meta": { "build_status": null, @@ -211053,16 +219097,16 @@ "response": { "data": [ { - "id": "PR351c414cb64940828b774d5f84e37005", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:33.921Z", + "created_at": "2022-02-04T21:17:10.948Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:33.921Z", + "updated_at": "2022-02-04T21:17:10.948Z", "platform": "web", "development": false, - "token": "5249cfe8c16b", + "token": "dd2530caf6b5", "domains": [ "example.com" ], @@ -211072,7 +219116,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/company" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -211081,52 +219125,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/callbacks" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/hosts" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/environments" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/libraries" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/data_elements" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/extensions" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/rules" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/notes" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/data_elements", - "environments": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/environments", - "extensions": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/extensions", - "rules": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005/rules", - "self": "https://reactor.adobe.io/properties/PR351c414cb64940828b774d5f84e37005" + "data_elements": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules", + "self": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f" }, "meta": { "rights": [ @@ -211155,7 +219199,7 @@ }, { "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/PR351c414cb64940828b774d5f84e37005", + "endpoint": "/properties/PR3fd711b5d2544341911c62c499209f7f", "method": "DELETE", "request": null, "response": null, @@ -211202,16 +219246,16 @@ }, "response": { "data": { - "id": "PR125e39531e64453f8deeddb419ee2106", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:56.657Z", + "created_at": "2022-02-04T21:17:42.159Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:56.657Z", + "updated_at": "2022-02-04T21:17:42.159Z", "platform": "web", "development": false, - "token": "c7878bc9dce2", + "token": "fc5ed1d3da91", "domains": [ "example.com" ], @@ -211221,7 +219265,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/company" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -211230,52 +219274,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/callbacks" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/hosts" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/environments" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/libraries" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/data_elements" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/extensions" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/rules" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/notes" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/data_elements", - "environments": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/environments", - "extensions": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/extensions", - "rules": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/rules", - "self": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106" + "data_elements": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments", + "extensions": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions", + "rules": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules", + "self": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b" }, "meta": { "rights": [ @@ -211306,49 +219350,49 @@ }, "response": { "data": { - "id": "LB1f26e14fed0e44469c22a4250766ff34", + "id": "LB75e58f5b917a4b30a50754841dc564c2", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:01.864Z", + "created_at": "2022-02-04T21:17:47.772Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:01.864Z", + "updated_at": "2022-02-04T21:17:47.772Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/builds" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/data_elements", - "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/data_elements", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/extensions", - "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/extensions", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/notes" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/rules", - "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/rules", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/rules" } }, "upstream_library": { @@ -211356,23 +219400,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/property" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/property" }, "data": { - "id": "PR125e39531e64453f8deeddb419ee2106", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/last_build" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106", - "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34" + "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2" }, "meta": { "build_status": null, @@ -211385,7 +219429,7 @@ }, { "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/PR125e39531e64453f8deeddb419ee2106/hosts", + "endpoint": "/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts", "method": "POST", "request": { "data": { @@ -211398,33 +219442,33 @@ }, "response": { "data": { - "id": "HT6782ee79740b4381a267eb39269c4fe2", + "id": "HT30053f2aba0942e98d0873c49a36b7c4", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:10:01.950Z", + "created_at": "2022-02-04T21:17:48.037Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:10:01.950Z", + "updated_at": "2022-02-04T21:17:48.037Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT6782ee79740b4381a267eb39269c4fe2/property" + "related": "https://reactor.adobe.io/hosts/HT30053f2aba0942e98d0873c49a36b7c4/property" }, "data": { - "id": "PR125e39531e64453f8deeddb419ee2106", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106", - "self": "https://reactor.adobe.io/hosts/HT6782ee79740b4381a267eb39269c4fe2" + "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "self": "https://reactor.adobe.io/hosts/HT30053f2aba0942e98d0873c49a36b7c4" } } }, @@ -211444,7 +219488,7 @@ "relationships": { "host": { "data": { - "id": "HT6782ee79740b4381a267eb39269c4fe2", + "id": "HT30053f2aba0942e98d0873c49a36b7c4", "type": "hosts" } } @@ -211454,81 +219498,81 @@ }, "response": { "data": { - "id": "ENe385bac173494925aaa362433f393d08", + "id": "EN60271674f05a4f87a2500311f490bb72", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:10:02.035Z", - "library_path": "17e0df72ece8/c7878bc9dce2", - "library_name": "launch-baccd090cb9b-development.min.js", + "created_at": "2022-02-04T21:17:48.276Z", + "library_path": "17e0df72ece8/fc5ed1d3da91", + "library_name": "launch-e730528fa3ee-development.min.js", "library_entry_points": [ { - "library_name": "launch-baccd090cb9b-development.min.js", + "library_name": "launch-e730528fa3ee-development.min.js", "minified": true, "references": [ - "17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.min.js" + "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.min.js" ], - "license_path": "17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.js" + "license_path": "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" }, { - "library_name": "launch-baccd090cb9b-development.js", + "library_name": "launch-e730528fa3ee-development.js", "minified": false, "references": [ - "17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.js" + "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:10:02.035Z", + "updated_at": "2022-02-04T21:17:48.276Z", "status": "succeeded", - "token": "baccd090cb9b" + "token": "e730528fa3ee" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/library" + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/builds" + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/host", - "self": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/relationships/host" + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/host", + "self": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/relationships/host" }, "data": { - "id": "HT6782ee79740b4381a267eb39269c4fe2", + "id": "HT30053f2aba0942e98d0873c49a36b7c4", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08/property" + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/property" }, "data": { - "id": "PR125e39531e64453f8deeddb419ee2106", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106", - "self": "https://reactor.adobe.io/environments/ENe385bac173494925aaa362433f393d08" + "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "self": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/c7878bc9dce2/launch-baccd090cb9b-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" } ] } @@ -211543,18 +219587,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENe385bac173494925aaa362433f393d08", + "id": "EN60271674f05a4f87a2500311f490bb72", "type": "environments" } }, "response": { "data": { - "id": "ENe385bac173494925aaa362433f393d08", + "id": "EN60271674f05a4f87a2500311f490bb72", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/environment", - "self": "https://reactor.adobe.io/libraries/LB1f26e14fed0e44469c22a4250766ff34/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/environment", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/environment" } }, "response_code": 200, @@ -211714,16 +219758,16 @@ "response": { "data": [ { - "id": "PR125e39531e64453f8deeddb419ee2106", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:09:56.657Z", + "created_at": "2022-02-04T21:17:42.159Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:09:56.657Z", + "updated_at": "2022-02-04T21:17:42.159Z", "platform": "web", "development": false, - "token": "c7878bc9dce2", + "token": "fc5ed1d3da91", "domains": [ "example.com" ], @@ -211733,7 +219777,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/company" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -211742,52 +219786,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/callbacks" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/hosts" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/environments" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/libraries" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/data_elements" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/extensions" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/rules" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/notes" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/data_elements", - "environments": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/environments", - "extensions": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/extensions", - "rules": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106/rules", - "self": "https://reactor.adobe.io/properties/PR125e39531e64453f8deeddb419ee2106" + "data_elements": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments", + "extensions": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions", + "rules": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules", + "self": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b" }, "meta": { "rights": [ @@ -211816,7 +219860,7 @@ }, { "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/PR125e39531e64453f8deeddb419ee2106", + "endpoint": "/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", "method": "DELETE", "request": null, "response": null, @@ -211863,16 +219907,16 @@ }, "response": { "data": { - "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:02.616Z", + "created_at": "2022-02-04T21:17:49.559Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:02.616Z", + "updated_at": "2022-02-04T21:17:49.559Z", "platform": "web", "development": false, - "token": "681ce2eaace3", + "token": "372fa8fce92a", "domains": [ "example.com" ], @@ -211882,7 +219926,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/company" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -211891,52 +219935,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/callbacks" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/hosts" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/environments" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/libraries" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/data_elements" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/extensions" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/rules" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/notes" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/environments", - "extensions": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/extensions", - "rules": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/rules", - "self": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c" + "data_elements": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments", + "extensions": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions", + "rules": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules", + "self": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea" }, "meta": { "rights": [ @@ -211955,7 +219999,7 @@ }, { "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/hosts", + "endpoint": "/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts", "method": "POST", "request": { "data": { @@ -211968,33 +220012,33 @@ }, "response": { "data": { - "id": "HT057c02138a304796bf651e40eccf87ee", + "id": "HTabdfae383e4244a78511592a75130f11", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:10:07.917Z", + "created_at": "2022-02-04T21:17:55.092Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:10:07.917Z", + "updated_at": "2022-02-04T21:17:55.092Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT057c02138a304796bf651e40eccf87ee/property" + "related": "https://reactor.adobe.io/hosts/HTabdfae383e4244a78511592a75130f11/property" }, "data": { - "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c", - "self": "https://reactor.adobe.io/hosts/HT057c02138a304796bf651e40eccf87ee" + "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "self": "https://reactor.adobe.io/hosts/HTabdfae383e4244a78511592a75130f11" } } }, @@ -212014,7 +220058,7 @@ "relationships": { "host": { "data": { - "id": "HT057c02138a304796bf651e40eccf87ee", + "id": "HTabdfae383e4244a78511592a75130f11", "type": "hosts" } } @@ -212024,81 +220068,81 @@ }, "response": { "data": { - "id": "ENe9ca962bb185497e9a985e53460fd54b", + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:10:08.025Z", - "library_path": "17e0df72ece8/681ce2eaace3", - "library_name": "launch-253cd9fff644-development.min.js", + "created_at": "2022-02-04T21:17:55.324Z", + "library_path": "17e0df72ece8/372fa8fce92a", + "library_name": "launch-1dd555515ec9-development.min.js", "library_entry_points": [ { - "library_name": "launch-253cd9fff644-development.min.js", + "library_name": "launch-1dd555515ec9-development.min.js", "minified": true, "references": [ - "17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.min.js" + "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.min.js" ], - "license_path": "17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.js" + "license_path": "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" }, { - "library_name": "launch-253cd9fff644-development.js", + "library_name": "launch-1dd555515ec9-development.js", "minified": false, "references": [ - "17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.js" + "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:10:08.025Z", + "updated_at": "2022-02-04T21:17:55.324Z", "status": "succeeded", - "token": "253cd9fff644" + "token": "1dd555515ec9" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/library" + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/builds" + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/host", - "self": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/relationships/host" + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/host", + "self": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/relationships/host" }, "data": { - "id": "HT057c02138a304796bf651e40eccf87ee", + "id": "HTabdfae383e4244a78511592a75130f11", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b/property" + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/property" }, "data": { - "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c", - "self": "https://reactor.adobe.io/environments/ENe9ca962bb185497e9a985e53460fd54b" + "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "self": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/681ce2eaace3/launch-253cd9fff644-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" } ] } @@ -212121,49 +220165,49 @@ }, "response": { "data": { - "id": "LB6a5c48f2cab3465797de32b8fa710f45", + "id": "LBc02a1644948f489b8542e43bb5588cdf", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:08.121Z", + "created_at": "2022-02-04T21:17:55.508Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:08.121Z", + "updated_at": "2022-02-04T21:17:55.508Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/builds" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/extensions", - "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/extensions", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/notes" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/rules", - "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/rules", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/rules" } }, "upstream_library": { @@ -212171,23 +220215,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/property" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/property" }, "data": { - "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/last_build" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c", - "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45" + "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf" }, "meta": { "build_status": null, @@ -212204,18 +220248,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENe9ca962bb185497e9a985e53460fd54b", + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", "type": "environments" } }, "response": { "data": { - "id": "ENe9ca962bb185497e9a985e53460fd54b", + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/environment", - "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/environment", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" } }, "response_code": 200, @@ -212228,12 +220272,12 @@ "request": null, "response": { "data": { - "id": "ENe9ca962bb185497e9a985e53460fd54b", + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/environment", - "self": "https://reactor.adobe.io/libraries/LB6a5c48f2cab3465797de32b8fa710f45/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/environment", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" } }, "response_code": 200, @@ -212393,16 +220437,16 @@ "response": { "data": [ { - "id": "PRc9c739e2111d4ba3bb4688e358cc4b5c", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:02.616Z", + "created_at": "2022-02-04T21:17:49.559Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:02.616Z", + "updated_at": "2022-02-04T21:17:49.559Z", "platform": "web", "development": false, - "token": "681ce2eaace3", + "token": "372fa8fce92a", "domains": [ "example.com" ], @@ -212412,7 +220456,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/company" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -212421,52 +220465,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/callbacks" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/hosts" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/environments" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/libraries" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/data_elements" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/extensions" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/rules" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/notes" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/environments", - "extensions": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/extensions", - "rules": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c/rules", - "self": "https://reactor.adobe.io/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c" + "data_elements": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments", + "extensions": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions", + "rules": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules", + "self": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea" }, "meta": { "rights": [ @@ -212495,7 +220539,7 @@ }, { "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/PRc9c739e2111d4ba3bb4688e358cc4b5c", + "endpoint": "/properties/PRa810ffa232f545e0b8cbed8ac82097ea", "method": "DELETE", "request": null, "response": null, @@ -212542,16 +220586,16 @@ }, "response": { "data": { - "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:08.818Z", + "created_at": "2022-02-04T21:17:56.981Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:08.818Z", + "updated_at": "2022-02-04T21:17:56.981Z", "platform": "web", "development": false, - "token": "fb08ac45c8c8", + "token": "2cd8a184a4f1", "domains": [ "example.com" ], @@ -212561,7 +220605,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/company" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -212570,52 +220614,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/callbacks" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/hosts" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/environments" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/libraries" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/data_elements" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/extensions" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/rules" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/notes" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/data_elements", - "environments": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/environments", - "extensions": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/extensions", - "rules": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/rules", - "self": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb" + "data_elements": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments", + "extensions": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions", + "rules": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules", + "self": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600" }, "meta": { "rights": [ @@ -212634,7 +220678,7 @@ }, { "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/hosts", + "endpoint": "/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts", "method": "POST", "request": { "data": { @@ -212647,33 +220691,33 @@ }, "response": { "data": { - "id": "HT9a0eaea3c1ff4e56a7e0b75baca2e43e", + "id": "HTa2fb19fda0d24755bd2b9736291782ed", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:10:14.029Z", + "created_at": "2022-02-04T21:18:02.380Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:10:14.029Z", + "updated_at": "2022-02-04T21:18:02.380Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT9a0eaea3c1ff4e56a7e0b75baca2e43e/property" + "related": "https://reactor.adobe.io/hosts/HTa2fb19fda0d24755bd2b9736291782ed/property" }, "data": { - "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb", - "self": "https://reactor.adobe.io/hosts/HT9a0eaea3c1ff4e56a7e0b75baca2e43e" + "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", + "self": "https://reactor.adobe.io/hosts/HTa2fb19fda0d24755bd2b9736291782ed" } } }, @@ -212693,7 +220737,7 @@ "relationships": { "host": { "data": { - "id": "HT9a0eaea3c1ff4e56a7e0b75baca2e43e", + "id": "HTa2fb19fda0d24755bd2b9736291782ed", "type": "hosts" } } @@ -212703,81 +220747,81 @@ }, "response": { "data": { - "id": "EN993c9981b85b4ebab11b5d42add61787", + "id": "ENa2ee834d8ffe45c099b641064248f1d3", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:10:14.124Z", - "library_path": "17e0df72ece8/fb08ac45c8c8", - "library_name": "launch-343efe3cce6c-development.min.js", + "created_at": "2022-02-04T21:18:02.517Z", + "library_path": "17e0df72ece8/2cd8a184a4f1", + "library_name": "launch-bf77578cb66e-development.min.js", "library_entry_points": [ { - "library_name": "launch-343efe3cce6c-development.min.js", + "library_name": "launch-bf77578cb66e-development.min.js", "minified": true, "references": [ - "17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.min.js" + "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.min.js" ], - "license_path": "17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.js" + "license_path": "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" }, { - "library_name": "launch-343efe3cce6c-development.js", + "library_name": "launch-bf77578cb66e-development.js", "minified": false, "references": [ - "17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.js" + "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:10:14.124Z", + "updated_at": "2022-02-04T21:18:02.517Z", "status": "succeeded", - "token": "343efe3cce6c" + "token": "bf77578cb66e" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/library" + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/builds" + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/host", - "self": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/relationships/host" + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/host", + "self": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/relationships/host" }, "data": { - "id": "HT9a0eaea3c1ff4e56a7e0b75baca2e43e", + "id": "HTa2fb19fda0d24755bd2b9736291782ed", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787/property" + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/property" }, "data": { - "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb", - "self": "https://reactor.adobe.io/environments/EN993c9981b85b4ebab11b5d42add61787" + "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", + "self": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/fb08ac45c8c8/launch-343efe3cce6c-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" } ] } @@ -212800,49 +220844,49 @@ }, "response": { "data": { - "id": "LB5af4eb3bcb534477ba2e61e6e87aea70", + "id": "LBe3f8f6cc30d94a21908fda2268beac8c", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:14.198Z", + "created_at": "2022-02-04T21:18:02.634Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:14.198Z", + "updated_at": "2022-02-04T21:18:02.634Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/builds" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/extensions", - "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/extensions", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/notes" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/rules", - "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/rules", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/rules" } }, "upstream_library": { @@ -212850,23 +220894,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/property" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/property" }, "data": { - "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/last_build" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb", - "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70" + "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c" }, "meta": { "build_status": null, @@ -212883,18 +220927,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN993c9981b85b4ebab11b5d42add61787", + "id": "ENa2ee834d8ffe45c099b641064248f1d3", "type": "environments" } }, "response": { "data": { - "id": "EN993c9981b85b4ebab11b5d42add61787", + "id": "ENa2ee834d8ffe45c099b641064248f1d3", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/environment", - "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/environment", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment" } }, "response_code": 200, @@ -212919,8 +220963,8 @@ "response": { "data": null, "links": { - "self": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/relationships/environment", - "related": "https://reactor.adobe.io/libraries/LB5af4eb3bcb534477ba2e61e6e87aea70/environment" + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment", + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/environment" } }, "response_code": 200, @@ -213080,16 +221124,16 @@ "response": { "data": [ { - "id": "PR02ae83bcb3c4459ca9044a34b0e85dbb", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:08.818Z", + "created_at": "2022-02-04T21:17:56.981Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:08.818Z", + "updated_at": "2022-02-04T21:17:56.981Z", "platform": "web", "development": false, - "token": "fb08ac45c8c8", + "token": "2cd8a184a4f1", "domains": [ "example.com" ], @@ -213099,7 +221143,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/company" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -213108,52 +221152,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/callbacks" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/hosts" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/environments" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/libraries" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/data_elements" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/extensions" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/rules" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/notes" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/data_elements", - "environments": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/environments", - "extensions": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/extensions", - "rules": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb/rules", - "self": "https://reactor.adobe.io/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb" + "data_elements": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments", + "extensions": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions", + "rules": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules", + "self": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600" }, "meta": { "rights": [ @@ -213182,7 +221226,7 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/PR02ae83bcb3c4459ca9044a34b0e85dbb", + "endpoint": "/properties/PRf066d8c3ce7d40488e12c94557afb600", "method": "DELETE", "request": null, "response": null, @@ -213229,16 +221273,16 @@ }, "response": { "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:14.946Z", + "created_at": "2022-02-04T21:18:03.958Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:14.946Z", + "updated_at": "2022-02-04T21:18:03.958Z", "platform": "web", "development": false, - "token": "393df31c54d9", + "token": "0b9767ab51ba", "domains": [ "example.com" ], @@ -213248,7 +221292,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/company" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -213257,52 +221301,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/callbacks" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/hosts" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/environments" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/libraries" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/data_elements" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/extensions" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/rules" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/notes" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/environments", - "extensions": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/extensions", - "rules": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/rules", - "self": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a" + "data_elements": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments", + "extensions": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions", + "rules": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules", + "self": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831" }, "meta": { "rights": [ @@ -213321,7 +221365,7 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/PR7d55e92495904d7db83b01f48504893a/hosts", + "endpoint": "/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts", "method": "POST", "request": { "data": { @@ -213334,33 +221378,33 @@ }, "response": { "data": { - "id": "HT78afd84696014c56868e086911fad5fb", + "id": "HTa00f6a4fb6244e70823b659c05650f79", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:10:20.188Z", + "created_at": "2022-02-04T21:18:09.313Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:10:20.188Z", + "updated_at": "2022-02-04T21:18:09.313Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT78afd84696014c56868e086911fad5fb/property" + "related": "https://reactor.adobe.io/hosts/HTa00f6a4fb6244e70823b659c05650f79/property" }, "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", - "self": "https://reactor.adobe.io/hosts/HT78afd84696014c56868e086911fad5fb" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/hosts/HTa00f6a4fb6244e70823b659c05650f79" } } }, @@ -213380,7 +221424,7 @@ "relationships": { "host": { "data": { - "id": "HT78afd84696014c56868e086911fad5fb", + "id": "HTa00f6a4fb6244e70823b659c05650f79", "type": "hosts" } } @@ -213390,81 +221434,81 @@ }, "response": { "data": { - "id": "EN8ae56530be264dbb989cec1b4eed5d9e", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:10:20.262Z", - "library_path": "17e0df72ece8/393df31c54d9", - "library_name": "launch-34ccb8b8499f-development.min.js", + "created_at": "2022-02-04T21:18:09.488Z", + "library_path": "17e0df72ece8/0b9767ab51ba", + "library_name": "launch-21501b684566-development.min.js", "library_entry_points": [ { - "library_name": "launch-34ccb8b8499f-development.min.js", + "library_name": "launch-21501b684566-development.min.js", "minified": true, "references": [ - "17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js" + "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js" ], - "license_path": "17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.js" + "license_path": "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" }, { - "library_name": "launch-34ccb8b8499f-development.js", + "library_name": "launch-21501b684566-development.js", "minified": false, "references": [ - "17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.js" + "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:10:20.262Z", + "updated_at": "2022-02-04T21:18:09.488Z", "status": "succeeded", - "token": "34ccb8b8499f" + "token": "21501b684566" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/library" + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/builds" + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/host", - "self": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/relationships/host" + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/host", + "self": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/relationships/host" }, "data": { - "id": "HT78afd84696014c56868e086911fad5fb", + "id": "HTa00f6a4fb6244e70823b659c05650f79", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e/property" + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/property" }, "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", - "self": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" } ] } @@ -213487,49 +221531,49 @@ }, "response": { "data": { - "id": "LBa0d841c4e4bd483ba047f18cd173e37b", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:20.358Z", + "created_at": "2022-02-04T21:18:09.635Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:20.358Z", + "updated_at": "2022-02-04T21:18:09.635Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/builds" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/data_elements", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/extensions", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/notes" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/rules", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" } }, "upstream_library": { @@ -213537,23 +221581,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/property" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" }, "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/last_build" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" }, "meta": { "build_status": null, @@ -213570,18 +221614,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN8ae56530be264dbb989cec1b4eed5d9e", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" } }, "response": { "data": { - "id": "EN8ae56530be264dbb989cec1b4eed5d9e", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/environment", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/environment", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" } }, "response_code": 200, @@ -213594,66 +221638,66 @@ "request": null, "response": { "data": { - "id": "BLd5c106cae6994ea4b8ec68f5746743e0", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:10:20.605Z", + "created_at": "2022-02-04T21:18:10.064Z", "status": "pending", - "updated_at": "2022-01-20T22:10:20.605Z", - "token": "41a911d3cce7" + "updated_at": "2022-02-04T21:18:10.064Z", + "token": "c8c7cf48b943" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/data_elements" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/extensions" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/rules" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/environment" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" }, "data": { - "id": "EN8ae56530be264dbb989cec1b4eed5d9e", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/library" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" }, "data": { - "id": "LBa0d841c4e4bd483ba047f18cd173e37b", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/property" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" }, "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e", - "library": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b", - "self": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0" + "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", + "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", + "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/41a911d3cce7/launch-34ccb8b8499f-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -213664,71 +221708,71 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0", + "endpoint": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "method": "GET", "request": null, "response": { "data": { - "id": "BLd5c106cae6994ea4b8ec68f5746743e0", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:10:20.605Z", + "created_at": "2022-02-04T21:18:10.064Z", "status": "pending", - "updated_at": "2022-01-20T22:10:20.605Z", - "token": "41a911d3cce7" + "updated_at": "2022-02-04T21:18:10.064Z", + "token": "c8c7cf48b943" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/data_elements" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/extensions" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/rules" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/environment" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" }, "data": { - "id": "EN8ae56530be264dbb989cec1b4eed5d9e", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/library" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" }, "data": { - "id": "LBa0d841c4e4bd483ba047f18cd173e37b", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/property" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" }, "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e", - "library": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b", - "self": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0" + "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", + "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", + "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/41a911d3cce7/launch-34ccb8b8499f-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -213739,71 +221783,71 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0", + "endpoint": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "method": "GET", "request": null, "response": { "data": { - "id": "BLd5c106cae6994ea4b8ec68f5746743e0", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:10:20.605Z", + "created_at": "2022-02-04T21:18:10.064Z", "status": "succeeded", - "updated_at": "2022-01-20T22:10:21.829Z", - "token": "41a911d3cce7" + "updated_at": "2022-02-04T21:18:13.490Z", + "token": "c8c7cf48b943" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/data_elements" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/extensions" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/rules" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/environment" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" }, "data": { - "id": "EN8ae56530be264dbb989cec1b4eed5d9e", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/library" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" }, "data": { - "id": "LBa0d841c4e4bd483ba047f18cd173e37b", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0/property" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" }, "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN8ae56530be264dbb989cec1b4eed5d9e", - "library": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b", - "self": "https://reactor.adobe.io/builds/BLd5c106cae6994ea4b8ec68f5746743e0" + "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", + "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", + "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/launch-34ccb8b8499f-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/393df31c54d9/41a911d3cce7/launch-34ccb8b8499f-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -213818,7 +221862,7 @@ "method": "PATCH", "request": { "data": { - "id": "LBa0d841c4e4bd483ba047f18cd173e37b", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries", "meta": { "action": "submit" @@ -213827,49 +221871,49 @@ }, "response": { "data": { - "id": "LBa0d841c4e4bd483ba047f18cd173e37b", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:20.358Z", + "created_at": "2022-02-04T21:18:09.635Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2022-01-20T22:10:25.879Z", + "updated_at": "2022-02-04T21:18:15.481Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/builds" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/data_elements", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/extensions", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/notes" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/rules", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" } }, "upstream_library": { @@ -213877,26 +221921,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/property" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" }, "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/last_build" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" }, "data": { - "id": "BLd5c106cae6994ea4b8ec68f5746743e0", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" }, "meta": { "build_status": null @@ -213920,79 +221964,79 @@ }, "response": { "data": { - "id": "LB01f799827b45453f93f59b46c02751d5", + "id": "LB451eb3928c3c4c18817ae32a2b2fb6be", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:26.021Z", + "created_at": "2022-02-04T21:18:15.676Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:26.021Z", + "updated_at": "2022-02-04T21:18:15.676Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/builds" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/data_elements", - "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/data_elements", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/extensions", - "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/extensions", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/notes" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/rules", - "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/rules", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/rules" } }, "upstream_library": { "links": { - "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/upstream_library" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/upstream_library" }, "data": { - "id": "LBa0d841c4e4bd483ba047f18cd173e37b", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "upstream_libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/property" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/property" }, "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5/last_build" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", - "self": "https://reactor.adobe.io/libraries/LB01f799827b45453f93f59b46c02751d5" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be" }, "meta": { "build_status": null, @@ -214010,49 +222054,49 @@ "request": null, "response": { "data": { - "id": "LBa0d841c4e4bd483ba047f18cd173e37b", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:20.358Z", + "created_at": "2022-02-04T21:18:09.635Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2022-01-20T22:10:25.879Z", + "updated_at": "2022-02-04T21:18:15.481Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/builds" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/data_elements", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/extensions", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/notes" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/rules", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" } }, "upstream_library": { @@ -214060,26 +222104,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/property" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" }, "data": { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b/last_build" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" }, "data": { - "id": "BLd5c106cae6994ea4b8ec68f5746743e0", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a", - "self": "https://reactor.adobe.io/libraries/LBa0d841c4e4bd483ba047f18cd173e37b" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" }, "meta": { "build_status": null @@ -214243,16 +222287,16 @@ "response": { "data": [ { - "id": "PR7d55e92495904d7db83b01f48504893a", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:14.946Z", + "created_at": "2022-02-04T21:18:03.958Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:14.946Z", + "updated_at": "2022-02-04T21:18:03.958Z", "platform": "web", "development": false, - "token": "393df31c54d9", + "token": "0b9767ab51ba", "domains": [ "example.com" ], @@ -214262,7 +222306,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/company" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -214271,52 +222315,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/callbacks" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/hosts" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/environments" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/libraries" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/data_elements" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/extensions" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/rules" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/notes" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/environments", - "extensions": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/extensions", - "rules": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a/rules", - "self": "https://reactor.adobe.io/properties/PR7d55e92495904d7db83b01f48504893a" + "data_elements": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments", + "extensions": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions", + "rules": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules", + "self": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831" }, "meta": { "rights": [ @@ -214345,7 +222389,7 @@ }, { "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/PR7d55e92495904d7db83b01f48504893a", + "endpoint": "/properties/PRc6a8880505ee4cbfa8533850d7214831", "method": "DELETE", "request": null, "response": null, @@ -214392,16 +222436,16 @@ }, "response": { "data": { - "id": "PR2ca429f70bf64eed8222e44a894970d1", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:26.494Z", + "created_at": "2022-02-04T21:18:16.507Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:26.494Z", + "updated_at": "2022-02-04T21:18:16.507Z", "platform": "web", "development": false, - "token": "8d8cd0419fae", + "token": "3a52ee20897e", "domains": [ "example.com" ], @@ -214411,7 +222455,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/company" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -214420,52 +222464,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/hosts" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/environments" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/libraries" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/extensions" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/rules" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/notes" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/environments", - "extensions": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/extensions", - "rules": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/rules", - "self": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1" + "data_elements": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules", + "self": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128" }, "meta": { "rights": [ @@ -214484,7 +222528,7 @@ }, { "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/PR2ca429f70bf64eed8222e44a894970d1/hosts", + "endpoint": "/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts", "method": "POST", "request": { "data": { @@ -214497,33 +222541,33 @@ }, "response": { "data": { - "id": "HTe5ab4aace2b2413e80bf65480cfdfdcd", + "id": "HT0d8d5bc71b314a3e96c43db44634f814", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:10:31.693Z", + "created_at": "2022-02-04T21:18:21.981Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:10:31.693Z", + "updated_at": "2022-02-04T21:18:21.981Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTe5ab4aace2b2413e80bf65480cfdfdcd/property" + "related": "https://reactor.adobe.io/hosts/HT0d8d5bc71b314a3e96c43db44634f814/property" }, "data": { - "id": "PR2ca429f70bf64eed8222e44a894970d1", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1", - "self": "https://reactor.adobe.io/hosts/HTe5ab4aace2b2413e80bf65480cfdfdcd" + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/hosts/HT0d8d5bc71b314a3e96c43db44634f814" } } }, @@ -214543,7 +222587,7 @@ "relationships": { "host": { "data": { - "id": "HTe5ab4aace2b2413e80bf65480cfdfdcd", + "id": "HT0d8d5bc71b314a3e96c43db44634f814", "type": "hosts" } } @@ -214553,81 +222597,81 @@ }, "response": { "data": { - "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:10:31.799Z", - "library_path": "17e0df72ece8/8d8cd0419fae", - "library_name": "launch-8ee236644244-development.min.js", + "created_at": "2022-02-04T21:18:22.116Z", + "library_path": "17e0df72ece8/3a52ee20897e", + "library_name": "launch-19c20ce3ce50-development.min.js", "library_entry_points": [ { - "library_name": "launch-8ee236644244-development.min.js", + "library_name": "launch-19c20ce3ce50-development.min.js", "minified": true, "references": [ - "17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.min.js" + "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js" ], - "license_path": "17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.js" + "license_path": "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" }, { - "library_name": "launch-8ee236644244-development.js", + "library_name": "launch-19c20ce3ce50-development.js", "minified": false, "references": [ - "17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.js" + "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:10:31.799Z", + "updated_at": "2022-02-04T21:18:22.116Z", "status": "succeeded", - "token": "8ee236644244" + "token": "19c20ce3ce50" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/library" + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/builds" + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/host", - "self": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/host", + "self": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/relationships/host" }, "data": { - "id": "HTe5ab4aace2b2413e80bf65480cfdfdcd", + "id": "HT0d8d5bc71b314a3e96c43db44634f814", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4/property" + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/property" }, "data": { - "id": "PR2ca429f70bf64eed8222e44a894970d1", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1", - "self": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4" + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" } ] } @@ -214650,49 +222694,49 @@ }, "response": { "data": { - "id": "LBdd8f2d2002d24cd995c3d89afeb3e887", + "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:31.908Z", + "created_at": "2022-02-04T21:18:22.266Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:31.908Z", + "updated_at": "2022-02-04T21:18:22.266Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/builds" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/data_elements", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/extensions", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/extensions", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/notes" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/rules", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/rules", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/rules" } }, "upstream_library": { @@ -214700,23 +222744,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/property" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/property" }, "data": { - "id": "PR2ca429f70bf64eed8222e44a894970d1", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/last_build" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887" + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925" }, "meta": { "build_status": null, @@ -214733,18 +222777,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments" } }, "response": { "data": { - "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/environment", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/environment", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" } }, "response_code": 200, @@ -214757,66 +222801,66 @@ "request": null, "response": { "data": { - "id": "BL34269d8da9c0409c9d00e605ac03d104", + "id": "BLe0e12c90a2ef4ad0b9033773cccd53b1", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:10:32.188Z", + "created_at": "2022-02-04T21:18:22.769Z", "status": "pending", - "updated_at": "2022-01-20T22:10:32.188Z", - "token": "55f8d7e07d47" + "updated_at": "2022-02-04T21:18:22.769Z", + "token": "dcaea7cd4b49" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/data_elements" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/extensions" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/rules" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/environment" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/environment" }, "data": { - "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/library" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/library" }, "data": { - "id": "LBdd8f2d2002d24cd995c3d89afeb3e887", + "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104/property" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/property" }, "data": { - "id": "PR2ca429f70bf64eed8222e44a894970d1", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN3e37c39ff15f4bc195b0486ff26f35b4", - "library": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887", - "self": "https://reactor.adobe.io/builds/BL34269d8da9c0409c9d00e605ac03d104" + "environment": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672", + "library": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925", + "self": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/launch-8ee236644244-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/8d8cd0419fae/55f8d7e07d47/launch-8ee236644244-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/dcaea7cd4b49/launch-19c20ce3ce50-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -214832,53 +222876,53 @@ "request": null, "response": { "data": { - "id": "LBdd8f2d2002d24cd995c3d89afeb3e887", + "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:31.908Z", + "created_at": "2022-02-04T21:18:22.266Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:31.908Z", + "updated_at": "2022-02-04T21:18:22.266Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/builds" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/builds" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/environment", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/environment", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" }, "data": { - "id": "EN3e37c39ff15f4bc195b0486ff26f35b4", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/data_elements", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/extensions", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/extensions", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/notes" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/rules", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/rules", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/rules" } }, "upstream_library": { @@ -214886,26 +222930,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/property" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/property" }, "data": { - "id": "PR2ca429f70bf64eed8222e44a894970d1", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887/last_build" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/last_build" }, "data": { - "id": "BL34269d8da9c0409c9d00e605ac03d104", + "id": "BLe0e12c90a2ef4ad0b9033773cccd53b1", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1", - "self": "https://reactor.adobe.io/libraries/LBdd8f2d2002d24cd995c3d89afeb3e887" + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925" }, "meta": { "build_status": "pending", @@ -215070,16 +223114,16 @@ "response": { "data": [ { - "id": "PR2ca429f70bf64eed8222e44a894970d1", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:26.494Z", + "created_at": "2022-02-04T21:18:16.507Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:26.494Z", + "updated_at": "2022-02-04T21:18:16.507Z", "platform": "web", "development": false, - "token": "8d8cd0419fae", + "token": "3a52ee20897e", "domains": [ "example.com" ], @@ -215089,7 +223133,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/company" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -215098,52 +223142,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/hosts" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/environments" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/libraries" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/extensions" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/rules" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/notes" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/environments", - "extensions": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/extensions", - "rules": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1/rules", - "self": "https://reactor.adobe.io/properties/PR2ca429f70bf64eed8222e44a894970d1" + "data_elements": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules", + "self": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128" }, "meta": { "rights": [ @@ -215172,7 +223216,7 @@ }, { "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/PR2ca429f70bf64eed8222e44a894970d1", + "endpoint": "/properties/PRe3ec866402d5461fad8b53aac9d9d128", "method": "DELETE", "request": null, "response": null, @@ -215219,16 +223263,16 @@ }, "response": { "data": { - "id": "PR2faf6f2d00f445638451b4b27c7cd620", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:32.895Z", + "created_at": "2022-02-04T21:18:23.912Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:32.895Z", + "updated_at": "2022-02-04T21:18:23.912Z", "platform": "web", "development": false, - "token": "f12778bc2444", + "token": "aa8a28fd8395", "domains": [ "example.com" ], @@ -215238,7 +223282,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/company" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -215247,52 +223291,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/callbacks" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/hosts" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/environments" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/libraries" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/data_elements" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/extensions" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/rules" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/notes" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/environments", - "extensions": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/extensions", - "rules": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/rules", - "self": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620" + "data_elements": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules", + "self": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad" }, "meta": { "rights": [ @@ -215323,49 +223367,49 @@ }, "response": { "data": { - "id": "LB76b52785825c4627879f06e2f466f129", + "id": "LB2a048bc635e74bdea1e19fb56ae575b8", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:38.182Z", + "created_at": "2022-02-04T21:18:29.304Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:38.182Z", + "updated_at": "2022-02-04T21:18:29.304Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/builds" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/data_elements", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/extensions", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/extensions", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/notes" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/rules", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/rules", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/rules" } }, "upstream_library": { @@ -215373,23 +223417,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/property" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/property" }, "data": { - "id": "PR2faf6f2d00f445638451b4b27c7cd620", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/last_build" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129" + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8" }, "meta": { "build_status": null, @@ -215402,7 +223446,7 @@ }, { "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/PR2faf6f2d00f445638451b4b27c7cd620/hosts", + "endpoint": "/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts", "method": "POST", "request": { "data": { @@ -215415,33 +223459,33 @@ }, "response": { "data": { - "id": "HT6c88415352c8434fa8cf5ca60cbb84e9", + "id": "HT755cb7bacbf442278a08cf2071253e53", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:10:38.263Z", + "created_at": "2022-02-04T21:18:29.477Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:10:38.263Z", + "updated_at": "2022-02-04T21:18:29.477Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT6c88415352c8434fa8cf5ca60cbb84e9/property" + "related": "https://reactor.adobe.io/hosts/HT755cb7bacbf442278a08cf2071253e53/property" }, "data": { - "id": "PR2faf6f2d00f445638451b4b27c7cd620", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620", - "self": "https://reactor.adobe.io/hosts/HT6c88415352c8434fa8cf5ca60cbb84e9" + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/hosts/HT755cb7bacbf442278a08cf2071253e53" } } }, @@ -215461,7 +223505,7 @@ "relationships": { "host": { "data": { - "id": "HT6c88415352c8434fa8cf5ca60cbb84e9", + "id": "HT755cb7bacbf442278a08cf2071253e53", "type": "hosts" } } @@ -215471,81 +223515,81 @@ }, "response": { "data": { - "id": "EN51e7efc7b00b43a3a7197236c740652e", + "id": "EN3a978bd476654f6d84b9e067074e7dd9", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:10:38.353Z", - "library_path": "17e0df72ece8/f12778bc2444", - "library_name": "launch-b7fd8aa05932-development.min.js", + "created_at": "2022-02-04T21:18:29.648Z", + "library_path": "17e0df72ece8/aa8a28fd8395", + "library_name": "launch-052a0193438e-development.min.js", "library_entry_points": [ { - "library_name": "launch-b7fd8aa05932-development.min.js", + "library_name": "launch-052a0193438e-development.min.js", "minified": true, "references": [ - "17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.min.js" + "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.min.js" ], - "license_path": "17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.js" + "license_path": "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" }, { - "library_name": "launch-b7fd8aa05932-development.js", + "library_name": "launch-052a0193438e-development.js", "minified": false, "references": [ - "17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.js" + "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:10:38.353Z", + "updated_at": "2022-02-04T21:18:29.648Z", "status": "succeeded", - "token": "b7fd8aa05932" + "token": "052a0193438e" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/library" + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/builds" + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/host", - "self": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/relationships/host" + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/host", + "self": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/relationships/host" }, "data": { - "id": "HT6c88415352c8434fa8cf5ca60cbb84e9", + "id": "HT755cb7bacbf442278a08cf2071253e53", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e/property" + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/property" }, "data": { - "id": "PR2faf6f2d00f445638451b4b27c7cd620", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620", - "self": "https://reactor.adobe.io/environments/EN51e7efc7b00b43a3a7197236c740652e" + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/f12778bc2444/launch-b7fd8aa05932-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" } ] } @@ -215560,18 +223604,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN51e7efc7b00b43a3a7197236c740652e", + "id": "EN3a978bd476654f6d84b9e067074e7dd9", "type": "environments" } }, "response": { "data": { - "id": "EN51e7efc7b00b43a3a7197236c740652e", + "id": "EN3a978bd476654f6d84b9e067074e7dd9", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/environment", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/environment", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" } }, "response_code": 200, @@ -215584,53 +223628,53 @@ "request": null, "response": { "data": { - "id": "LB76b52785825c4627879f06e2f466f129", + "id": "LB2a048bc635e74bdea1e19fb56ae575b8", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:38.182Z", + "created_at": "2022-02-04T21:18:29.304Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:38.182Z", + "updated_at": "2022-02-04T21:18:29.304Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/builds" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/builds" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/environment", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/environment", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" }, "data": { - "id": "EN51e7efc7b00b43a3a7197236c740652e", + "id": "EN3a978bd476654f6d84b9e067074e7dd9", "type": "environments" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/data_elements", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/extensions", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/extensions", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/notes" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/rules", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/rules", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/rules" } }, "upstream_library": { @@ -215638,23 +223682,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/property" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/property" }, "data": { - "id": "PR2faf6f2d00f445638451b4b27c7cd620", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129/last_build" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620", - "self": "https://reactor.adobe.io/libraries/LB76b52785825c4627879f06e2f466f129" + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8" }, "meta": { "build_status": null, @@ -215819,16 +223863,16 @@ "response": { "data": [ { - "id": "PR2faf6f2d00f445638451b4b27c7cd620", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:32.895Z", + "created_at": "2022-02-04T21:18:23.912Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:32.895Z", + "updated_at": "2022-02-04T21:18:23.912Z", "platform": "web", "development": false, - "token": "f12778bc2444", + "token": "aa8a28fd8395", "domains": [ "example.com" ], @@ -215838,7 +223882,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/company" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -215847,52 +223891,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/callbacks" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/hosts" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/environments" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/libraries" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/data_elements" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/extensions" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/rules" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/notes" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/environments", - "extensions": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/extensions", - "rules": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620/rules", - "self": "https://reactor.adobe.io/properties/PR2faf6f2d00f445638451b4b27c7cd620" + "data_elements": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules", + "self": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad" }, "meta": { "rights": [ @@ -215921,7 +223965,7 @@ }, { "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/properties/PR2faf6f2d00f445638451b4b27c7cd620", + "endpoint": "/properties/PRdd198b4caa1849958bf7ce1494e9cbad", "method": "DELETE", "request": null, "response": null, @@ -215968,16 +224012,16 @@ }, "response": { "data": { - "id": "PR26efdb189370412eb4555dc50d5ed62f", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:39.011Z", + "created_at": "2022-02-04T21:18:31.230Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:39.011Z", + "updated_at": "2022-02-04T21:18:31.230Z", "platform": "web", "development": false, - "token": "e935341a9ac3", + "token": "d4f2dd1bd66a", "domains": [ "example.com" ], @@ -215987,7 +224031,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/company" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -215996,52 +224040,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/callbacks" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/hosts" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/environments" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/libraries" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/data_elements" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/extensions" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/rules" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/notes" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/environments", - "extensions": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/extensions", - "rules": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/rules", - "self": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f" + "data_elements": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments", + "extensions": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions", + "rules": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules", + "self": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0" }, "meta": { "rights": [ @@ -216072,49 +224116,49 @@ }, "response": { "data": { - "id": "LB26b916add890455dbcac84ff46860b30", + "id": "LB74fd437e5f5d44c5a7c8b405cef5f20f", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:44.228Z", + "created_at": "2022-02-04T21:18:36.691Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:44.228Z", + "updated_at": "2022-02-04T21:18:36.691Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/builds" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/data_elements", - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/extensions", - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/extensions", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/notes" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/rules", - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/rules", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/rules" } }, "upstream_library": { @@ -216122,23 +224166,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/property" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/property" }, "data": { - "id": "PR26efdb189370412eb4555dc50d5ed62f", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/last_build" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30" + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f" }, "meta": { "build_status": null, @@ -218605,10 +226649,10 @@ }, "response": { "data": { - "id": "EXfbdfe6ccc74d416ebc10218f70017def", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:10:44.457Z", + "created_at": "2022-02-04T21:18:37.744Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -218616,7 +226660,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:10:44.457Z", + "updated_at": "2022-02-04T21:18:37.744Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -218626,40 +226670,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/libraries" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/revisions" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/notes" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/property" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/property" }, "data": { - "id": "PR26efdb189370412eb4555dc50d5ed62f", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/origin" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/origin" }, "data": { - "id": "EXfbdfe6ccc74d416ebc10218f70017def", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -218668,7 +226712,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def/extension_package" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -218677,9 +226721,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", - "origin": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def", - "self": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def", + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "origin": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24", + "self": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -221100,14 +229144,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:10:44 -0700", + "name": "My Data Element 2022-02-04 14:18:38 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EXfbdfe6ccc74d416ebc10218f70017def", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions" } } @@ -221117,18 +229161,18 @@ }, "response": { "data": { - "id": "DEa4fbc75c8ca34ee3844883ab061a5783", + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:10:44.755Z", + "created_at": "2022-02-04T21:18:38.439Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:10:44 -0700", + "name": "My Data Element 2022-02-04 14:18:38 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:10:44.755Z", + "updated_at": "2022-02-04T21:18:38.439Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -221140,49 +229184,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/libraries" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/revisions" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/notes" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/property" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/property" }, "data": { - "id": "PR26efdb189370412eb4555dc50d5ed62f", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/origin" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/origin" }, "data": { - "id": "DEa4fbc75c8ca34ee3844883ab061a5783", + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/extension" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/extension" }, "data": { - "id": "EXfbdfe6ccc74d416ebc10218f70017def", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -221191,19 +229235,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/updated_with_extension" }, "data": { - "id": "EX8aa6ba26d84e4ee395594a8175c1e53c", + "id": "EX19a74434452c415b9d367f581aea02e8", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", - "origin": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783", - "self": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783", - "extension": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def" + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "origin": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", + "self": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", + "extension": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24" }, "meta": { "latest_revision_number": 0 @@ -221224,24 +229268,24 @@ "meta": { "action": "revise" }, - "id": "DEa4fbc75c8ca34ee3844883ab061a5783", + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", "type": "data_elements" } }, "response": { "data": { - "id": "DE0cac044dce974e8dacff7d51d7499191", + "id": "DE74f161f1917643df99e4f9cbc2ede75e", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:10:44.864Z", + "created_at": "2022-02-04T21:18:38.632Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:10:44 -0700", + "name": "My Data Element 2022-02-04 14:18:38 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:10:44.864Z", + "updated_at": "2022-02-04T21:18:38.632Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -221253,49 +229297,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/libraries" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/revisions" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/notes" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/property" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/property" }, "data": { - "id": "PR26efdb189370412eb4555dc50d5ed62f", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/origin" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/origin" }, "data": { - "id": "DEa4fbc75c8ca34ee3844883ab061a5783", + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/extension" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/extension" }, "data": { - "id": "EXfbdfe6ccc74d416ebc10218f70017def", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -221304,19 +229348,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/updated_with_extension" }, "data": { - "id": "EX8aa6ba26d84e4ee395594a8175c1e53c", + "id": "EX19a74434452c415b9d367f581aea02e8", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", - "origin": "https://reactor.adobe.io/data_elements/DEa4fbc75c8ca34ee3844883ab061a5783", - "self": "https://reactor.adobe.io/data_elements/DE0cac044dce974e8dacff7d51d7499191", - "extension": "https://reactor.adobe.io/extensions/EXfbdfe6ccc74d416ebc10218f70017def" + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "origin": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", + "self": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e", + "extension": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24" }, "meta": { "latest_revision_number": 1 @@ -221333,7 +229377,7 @@ "request": { "data": [ { - "id": "DE0cac044dce974e8dacff7d51d7499191", + "id": "DE74f161f1917643df99e4f9cbc2ede75e", "type": "data_elements" } ] @@ -221342,12 +229386,12 @@ "data": [ { "type": "data_elements", - "id": "DE0cac044dce974e8dacff7d51d7499191" + "id": "DE74f161f1917643df99e4f9cbc2ede75e" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/data_elements", - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" } }, "response_code": 200, @@ -221361,49 +229405,49 @@ "response": { "data": [ { - "id": "LB26b916add890455dbcac84ff46860b30", + "id": "LB74fd437e5f5d44c5a7c8b405cef5f20f", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:44.228Z", + "created_at": "2022-02-04T21:18:36.691Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:44.228Z", + "updated_at": "2022-02-04T21:18:36.691Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/builds" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/data_elements", - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/extensions", - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/extensions", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/notes" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/rules", - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/rules", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/rules" } }, "upstream_library": { @@ -221411,23 +229455,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/property" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/property" }, "data": { - "id": "PR26efdb189370412eb4555dc50d5ed62f", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30/last_build" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f", - "self": "https://reactor.adobe.io/libraries/LB26b916add890455dbcac84ff46860b30" + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f" }, "meta": { "build_status": null, @@ -221602,16 +229646,16 @@ "response": { "data": [ { - "id": "PR26efdb189370412eb4555dc50d5ed62f", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:39.011Z", + "created_at": "2022-02-04T21:18:31.230Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:39.011Z", + "updated_at": "2022-02-04T21:18:31.230Z", "platform": "web", "development": false, - "token": "e935341a9ac3", + "token": "d4f2dd1bd66a", "domains": [ "example.com" ], @@ -221621,7 +229665,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/company" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221630,52 +229674,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/callbacks" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/hosts" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/environments" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/libraries" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/data_elements" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/extensions" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/rules" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/notes" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/environments", - "extensions": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/extensions", - "rules": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f/rules", - "self": "https://reactor.adobe.io/properties/PR26efdb189370412eb4555dc50d5ed62f" + "data_elements": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments", + "extensions": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions", + "rules": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules", + "self": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0" }, "meta": { "rights": [ @@ -221704,7 +229748,7 @@ }, { "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/properties/PR26efdb189370412eb4555dc50d5ed62f", + "endpoint": "/properties/PRbaf2dad61cee45e3ae11afca34cddca0", "method": "DELETE", "request": null, "response": null, @@ -221751,16 +229795,16 @@ }, "response": { "data": { - "id": "PRc94f9b02d56342de9fd1d2154bbf548b", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:45.539Z", + "created_at": "2022-02-04T21:18:39.822Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:45.539Z", + "updated_at": "2022-02-04T21:18:39.822Z", "platform": "web", "development": false, - "token": "3fb0a007105d", + "token": "cf04d6f0557e", "domains": [ "example.com" ], @@ -221770,7 +229814,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/company" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221779,52 +229823,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/callbacks" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/hosts" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/environments" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/libraries" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/data_elements" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/extensions" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/rules" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/notes" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/environments", - "extensions": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/extensions", - "rules": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/rules", - "self": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b" + "data_elements": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules", + "self": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f" }, "meta": { "rights": [ @@ -221855,10 +229899,10 @@ }, "response": { "data": { - "id": "RL2fbc1252e86e4599a0e528fa5bd9ece8", + "id": "RL9d8135f60157401b969d64eb0490eef9", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:10:50.756Z", + "created_at": "2022-02-04T21:18:45.197Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -221866,54 +229910,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:10:50.756Z", + "updated_at": "2022-02-04T21:18:45.197Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/libraries" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/revisions" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/notes" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/property" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/property" }, "data": { - "id": "PRc94f9b02d56342de9fd1d2154bbf548b", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/origin" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/origin" }, "data": { - "id": "RL2fbc1252e86e4599a0e528fa5bd9ece8", + "id": "RL9d8135f60157401b969d64eb0490eef9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/rule_components" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b", - "origin": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8", - "self": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8", - "rule_components": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8/rule_components" + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "origin": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", + "self": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", + "rule_components": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/rule_components" }, "meta": { "latest_revision_number": 0 @@ -221934,16 +229978,16 @@ "meta": { "action": "revise" }, - "id": "RL2fbc1252e86e4599a0e528fa5bd9ece8", + "id": "RL9d8135f60157401b969d64eb0490eef9", "type": "rules" } }, "response": { "data": { - "id": "RL42d553ba7a6347a08537c66b1e56956d", + "id": "RLffc4e2fd339a4bdd922c840d0e8e2ba5", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:10:50.880Z", + "created_at": "2022-02-04T21:18:45.427Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -221951,54 +229995,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:10:50.880Z", + "updated_at": "2022-02-04T21:18:45.427Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/libraries" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/revisions" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/notes" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/property" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/property" }, "data": { - "id": "PRc94f9b02d56342de9fd1d2154bbf548b", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/origin" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/origin" }, "data": { - "id": "RL2fbc1252e86e4599a0e528fa5bd9ece8", + "id": "RL9d8135f60157401b969d64eb0490eef9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/rule_components" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b", - "origin": "https://reactor.adobe.io/rules/RL2fbc1252e86e4599a0e528fa5bd9ece8", - "self": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d", - "rule_components": "https://reactor.adobe.io/rules/RL42d553ba7a6347a08537c66b1e56956d/rule_components" + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "origin": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", + "self": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5", + "rule_components": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/rule_components" }, "meta": { "latest_revision_number": 1 @@ -222021,7 +230065,7 @@ "rules": { "data": [ { - "id": "RL42d553ba7a6347a08537c66b1e56956d", + "id": "RLffc4e2fd339a4bdd922c840d0e8e2ba5", "type": "rules" } ] @@ -222032,49 +230076,49 @@ }, "response": { "data": { - "id": "LB5dd307611c5a489cae847dd5792f2b90", + "id": "LB5c58657373934d4da113a18669828e69", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:50.981Z", + "created_at": "2022-02-04T21:18:45.613Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:50.981Z", + "updated_at": "2022-02-04T21:18:45.613Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/builds" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/extensions", - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/extensions", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/notes" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/rules", - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/rules", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/rules" } }, "upstream_library": { @@ -222082,23 +230126,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/property" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/property" }, "data": { - "id": "PRc94f9b02d56342de9fd1d2154bbf548b", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/last_build" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b", - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90" + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69" }, "meta": { "build_status": null, @@ -222117,49 +230161,49 @@ "response": { "data": [ { - "id": "LB5dd307611c5a489cae847dd5792f2b90", + "id": "LB5c58657373934d4da113a18669828e69", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:50.981Z", + "created_at": "2022-02-04T21:18:45.613Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:50.981Z", + "updated_at": "2022-02-04T21:18:45.613Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/builds" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/extensions", - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/extensions", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/notes" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/rules", - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/rules", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/rules" } }, "upstream_library": { @@ -222167,23 +230211,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/property" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/property" }, "data": { - "id": "PRc94f9b02d56342de9fd1d2154bbf548b", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90/last_build" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b", - "self": "https://reactor.adobe.io/libraries/LB5dd307611c5a489cae847dd5792f2b90" + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69" }, "meta": { "build_status": null, @@ -222358,16 +230402,16 @@ "response": { "data": [ { - "id": "PRc94f9b02d56342de9fd1d2154bbf548b", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:45.539Z", + "created_at": "2022-02-04T21:18:39.822Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:45.539Z", + "updated_at": "2022-02-04T21:18:39.822Z", "platform": "web", "development": false, - "token": "3fb0a007105d", + "token": "cf04d6f0557e", "domains": [ "example.com" ], @@ -222377,7 +230421,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/company" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222386,52 +230430,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/callbacks" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/hosts" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/environments" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/libraries" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/data_elements" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/extensions" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/rules" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/notes" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/environments", - "extensions": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/extensions", - "rules": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b/rules", - "self": "https://reactor.adobe.io/properties/PRc94f9b02d56342de9fd1d2154bbf548b" + "data_elements": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules", + "self": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f" }, "meta": { "rights": [ @@ -222460,7 +230504,7 @@ }, { "name": "libraries.create_a_note_on_a_library", - "endpoint": "/properties/PRc94f9b02d56342de9fd1d2154bbf548b", + "endpoint": "/properties/PRc8b1431b817743e09c6197057b09e30f", "method": "DELETE", "request": null, "response": null, @@ -222507,16 +230551,16 @@ }, "response": { "data": { - "id": "PR5369fc0c77c347eb9ba4f4a54766e5a0", + "id": "PRc16de87af05c47e8af578c2315674d17", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:51.576Z", + "created_at": "2022-02-04T21:18:46.559Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:51.576Z", + "updated_at": "2022-02-04T21:18:46.559Z", "platform": "web", "development": false, - "token": "496239fed746", + "token": "8c9985fe31ff", "domains": [ "example.com" ], @@ -222526,7 +230570,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/company" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222535,52 +230579,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/callbacks" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/hosts" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/environments" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/libraries" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/data_elements" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/extensions" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/rules" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/notes" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/environments", - "extensions": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/extensions", - "rules": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/rules", - "self": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0" + "data_elements": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments", + "extensions": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions", + "rules": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules", + "self": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17" }, "meta": { "rights": [ @@ -222611,49 +230655,49 @@ }, "response": { "data": { - "id": "LB6736bdecf6da485893b54adbdb2a05bb", + "id": "LBc1c2d8c7b2284ae0a37f1903a7f56fd4", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:10:56.860Z", + "created_at": "2022-02-04T21:18:51.982Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:10:56.860Z", + "updated_at": "2022-02-04T21:18:51.982Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/builds" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/extensions", - "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/extensions", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/notes" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/rules", - "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/rules", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/rules" } }, "upstream_library": { @@ -222661,23 +230705,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/property" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/property" }, "data": { - "id": "PR5369fc0c77c347eb9ba4f4a54766e5a0", + "id": "PRc16de87af05c47e8af578c2315674d17", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb/last_build" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0", - "self": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb" + "property": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4" }, "meta": { "build_status": null, @@ -222702,28 +230746,28 @@ }, "response": { "data": { - "id": "NT171e0cfe0c3a497cb60228cd37b1d56e", + "id": "NT4303db6516184973a11a2c9db88e4611", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:10:56.947Z", + "created_at": "2022-02-04T21:18:52.146Z", "text": "this note on a library intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4" }, "data": { - "id": "LB6736bdecf6da485893b54adbdb2a05bb", + "id": "LBc1c2d8c7b2284ae0a37f1903a7f56fd4", "type": "libraries" } } }, "links": { - "resource": "https://reactor.adobe.io/libraries/LB6736bdecf6da485893b54adbdb2a05bb", - "self": "https://reactor.adobe.io/notes/NT171e0cfe0c3a497cb60228cd37b1d56e" + "resource": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4", + "self": "https://reactor.adobe.io/notes/NT4303db6516184973a11a2c9db88e4611" } } }, @@ -222884,16 +230928,16 @@ "response": { "data": [ { - "id": "PR5369fc0c77c347eb9ba4f4a54766e5a0", + "id": "PRc16de87af05c47e8af578c2315674d17", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:51.576Z", + "created_at": "2022-02-04T21:18:46.559Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:51.576Z", + "updated_at": "2022-02-04T21:18:46.559Z", "platform": "web", "development": false, - "token": "496239fed746", + "token": "8c9985fe31ff", "domains": [ "example.com" ], @@ -222903,7 +230947,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/company" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222912,52 +230956,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/callbacks" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/hosts" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/environments" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/libraries" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/data_elements" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/extensions" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/rules" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/notes" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/environments", - "extensions": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/extensions", - "rules": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0/rules", - "self": "https://reactor.adobe.io/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0" + "data_elements": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments", + "extensions": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions", + "rules": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules", + "self": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17" }, "meta": { "rights": [ @@ -222986,7 +231030,7 @@ }, { "name": "libraries.list_notes_for_a_library", - "endpoint": "/properties/PR5369fc0c77c347eb9ba4f4a54766e5a0", + "endpoint": "/properties/PRc16de87af05c47e8af578c2315674d17", "method": "DELETE", "request": null, "response": null, @@ -223033,16 +231077,16 @@ }, "response": { "data": { - "id": "PRc807233541f0493f97765a01718b03cd", + "id": "PR3d20075488934d50886a18f4ea838086", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:57.397Z", + "created_at": "2022-02-04T21:18:52.749Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:57.397Z", + "updated_at": "2022-02-04T21:18:52.749Z", "platform": "web", "development": false, - "token": "df4f1b50731b", + "token": "2d8835f35634", "domains": [ "example.com" ], @@ -223052,7 +231096,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/company" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -223061,52 +231105,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/callbacks" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/hosts" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/environments" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/libraries" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/data_elements" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/extensions" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/rules" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/notes" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/environments", - "extensions": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/extensions", - "rules": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/rules", - "self": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd" + "data_elements": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments", + "extensions": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions", + "rules": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules", + "self": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086" }, "meta": { "rights": [ @@ -223137,49 +231181,49 @@ }, "response": { "data": { - "id": "LB896f3b0d712943bc91f83ba81d8a2d0b", + "id": "LBed1c044738404c31930702fab4c5c34c", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:11:02.630Z", + "created_at": "2022-02-04T21:18:58.066Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:11:02.630Z", + "updated_at": "2022-02-04T21:18:58.066Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/builds" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/data_elements", - "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/data_elements", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/extensions", - "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/extensions", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/notes" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/rules", - "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/rules", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/rules" } }, "upstream_library": { @@ -223187,23 +231231,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/property" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/property" }, "data": { - "id": "PRc807233541f0493f97765a01718b03cd", + "id": "PR3d20075488934d50886a18f4ea838086", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b/last_build" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd", - "self": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b" + "property": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" }, "meta": { "build_status": null, @@ -223228,28 +231272,28 @@ }, "response": { "data": { - "id": "NT1fd6483ed3e94bcd9cc2c55dc91b66b7", + "id": "NT767a64c4647148779cc0d4e84e38232f", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:11:02.711Z", + "created_at": "2022-02-04T21:18:58.199Z", "text": "this is a note on a library" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" }, "data": { - "id": "LB896f3b0d712943bc91f83ba81d8a2d0b", + "id": "LBed1c044738404c31930702fab4c5c34c", "type": "libraries" } } }, "links": { - "resource": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b", - "self": "https://reactor.adobe.io/notes/NT1fd6483ed3e94bcd9cc2c55dc91b66b7" + "resource": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c", + "self": "https://reactor.adobe.io/notes/NT767a64c4647148779cc0d4e84e38232f" } } }, @@ -223264,28 +231308,28 @@ "response": { "data": [ { - "id": "NT1fd6483ed3e94bcd9cc2c55dc91b66b7", + "id": "NT767a64c4647148779cc0d4e84e38232f", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:11:02.711Z", + "created_at": "2022-02-04T21:18:58.199Z", "text": "this is a note on a library" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" }, "data": { - "id": "LB896f3b0d712943bc91f83ba81d8a2d0b", + "id": "LBed1c044738404c31930702fab4c5c34c", "type": "libraries" } } }, "links": { - "resource": "https://reactor.adobe.io/libraries/LB896f3b0d712943bc91f83ba81d8a2d0b", - "self": "https://reactor.adobe.io/notes/NT1fd6483ed3e94bcd9cc2c55dc91b66b7" + "resource": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c", + "self": "https://reactor.adobe.io/notes/NT767a64c4647148779cc0d4e84e38232f" } } ], @@ -223456,16 +231500,16 @@ "response": { "data": [ { - "id": "PRc807233541f0493f97765a01718b03cd", + "id": "PR3d20075488934d50886a18f4ea838086", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:10:57.397Z", + "created_at": "2022-02-04T21:18:52.749Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:10:57.397Z", + "updated_at": "2022-02-04T21:18:52.749Z", "platform": "web", "development": false, - "token": "df4f1b50731b", + "token": "2d8835f35634", "domains": [ "example.com" ], @@ -223475,7 +231519,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/company" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -223484,52 +231528,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/callbacks" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/hosts" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/environments" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/libraries" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/data_elements" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/extensions" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/rules" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/notes" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/environments", - "extensions": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/extensions", - "rules": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd/rules", - "self": "https://reactor.adobe.io/properties/PRc807233541f0493f97765a01718b03cd" + "data_elements": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments", + "extensions": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions", + "rules": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules", + "self": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086" }, "meta": { "rights": [ @@ -223558,7 +231602,7 @@ }, { "name": "notes.get_a_note", - "endpoint": "/properties/PRc807233541f0493f97765a01718b03cd", + "endpoint": "/properties/PR3d20075488934d50886a18f4ea838086", "method": "DELETE", "request": null, "response": null, @@ -223605,16 +231649,16 @@ }, "response": { "data": { - "id": "PRcca8df5d50864a378eeb7545b91865f3", + "id": "PRa279272befa54e2ba5f188e07ccdac32", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:03.136Z", + "created_at": "2022-02-04T21:18:58.954Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:03.136Z", + "updated_at": "2022-02-04T21:18:58.954Z", "platform": "web", "development": false, - "token": "2f4c6c3ff525", + "token": "c9ecd8d92e44", "domains": [ "example.com" ], @@ -223624,7 +231668,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/company" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -223633,52 +231677,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/callbacks" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/hosts" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/environments" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/libraries" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/data_elements" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/extensions" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/rules" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/notes" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/environments", - "extensions": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/extensions", - "rules": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/rules", - "self": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3" + "data_elements": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments", + "extensions": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions", + "rules": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules", + "self": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" }, "meta": { "rights": [ @@ -223709,28 +231753,28 @@ }, "response": { "data": { - "id": "NT361ddfb23a084c879611d5c2108b4b7e", + "id": "NT6e9864b799b541ea929950a14535116b", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:11:08.413Z", + "created_at": "2022-02-04T21:19:04.231Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" }, "data": { - "id": "PRcca8df5d50864a378eeb7545b91865f3", + "id": "PRa279272befa54e2ba5f188e07ccdac32", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3", - "self": "https://reactor.adobe.io/notes/NT361ddfb23a084c879611d5c2108b4b7e" + "resource": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32", + "self": "https://reactor.adobe.io/notes/NT6e9864b799b541ea929950a14535116b" } } }, @@ -223744,28 +231788,28 @@ "request": null, "response": { "data": { - "id": "NT361ddfb23a084c879611d5c2108b4b7e", + "id": "NT6e9864b799b541ea929950a14535116b", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:11:08.413Z", + "created_at": "2022-02-04T21:19:04.231Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" }, "data": { - "id": "PRcca8df5d50864a378eeb7545b91865f3", + "id": "PRa279272befa54e2ba5f188e07ccdac32", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3", - "self": "https://reactor.adobe.io/notes/NT361ddfb23a084c879611d5c2108b4b7e" + "resource": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32", + "self": "https://reactor.adobe.io/notes/NT6e9864b799b541ea929950a14535116b" } } }, @@ -223783,7 +231827,7 @@ "type": "users", "attributes": { "active_org": "08364A825824E04F0A494115@AdobeOrg", - "expires_in": 1088, + "expires_in": 527, "display_name": "George Ciltaru", "job_function": null, "email": "ciltaru@adobe.com", @@ -223796,42 +231840,42 @@ ], "product_contexts": [ + "dma_audiencemanager_int", "dma_tartan", "dma_reactor", - "dma_dtm", - "dma_audiencemanager_int", - "dma_auditor" + "dma_auditor", + "dma_dtm" ], "tenant_id": "reactorqe" }, - "5D1328435BF324E90A49402A@AdobeOrg": { - "name": "Platform UI - INT", - "admin": false, + "233432C559D3F8C90A49410E@AdobeOrg": { + "name": "QE Launch Automation", + "admin": true, "active": false, "login_companies": [ ], "product_contexts": [ + "dma_audiencemanager_int", + "dma_tartan", "dma_reactor", - "acp", - "dma_tartan" + "dma_reactor_api" ], - "tenant_id": "platformuiintenv" + "tenant_id": "launchautomation" }, - "233432C559D3F8C90A49410E@AdobeOrg": { - "name": "QE Launch Automation", - "admin": true, + "5D1328435BF324E90A49402A@AdobeOrg": { + "name": "Platform UI - INT", + "admin": false, "active": false, "login_companies": [ ], "product_contexts": [ - "dma_audiencemanager_int", - "dma_tartan", + "acp", "dma_reactor", - "dma_reactor_api" + "dma_tartan" ], - "tenant_id": "launchautomation" + "tenant_id": "platformuiintenv" }, "4F0D9DF45824DEC70A49422D@AdobeOrg": { "name": "Activation Reactor Integrations", @@ -223841,8 +231885,8 @@ ], "product_contexts": [ - "dma_reactor", "dma_tartan", + "dma_reactor", "dma_audiencemanager_int" ], "tenant_id": "reactorintegration" @@ -223855,8 +231899,8 @@ ], "product_contexts": [ - "dma_reactor", "acp", + "dma_reactor", "dma_tartan" ], "tenant_id": "aepstreamingservicesstg" @@ -224030,16 +232074,16 @@ "response": { "data": [ { - "id": "PRcca8df5d50864a378eeb7545b91865f3", + "id": "PRa279272befa54e2ba5f188e07ccdac32", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:03.136Z", + "created_at": "2022-02-04T21:18:58.954Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:03.136Z", + "updated_at": "2022-02-04T21:18:58.954Z", "platform": "web", "development": false, - "token": "2f4c6c3ff525", + "token": "c9ecd8d92e44", "domains": [ "example.com" ], @@ -224049,7 +232093,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/company" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -224058,52 +232102,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/callbacks" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/hosts" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/environments" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/libraries" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/data_elements" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/extensions" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/rules" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/notes" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/environments", - "extensions": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/extensions", - "rules": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3/rules", - "self": "https://reactor.adobe.io/properties/PRcca8df5d50864a378eeb7545b91865f3" + "data_elements": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments", + "extensions": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions", + "rules": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules", + "self": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" }, "meta": { "rights": [ @@ -224132,7 +232176,7 @@ }, { "name": "properties.create_a_property", - "endpoint": "/properties/PRcca8df5d50864a378eeb7545b91865f3", + "endpoint": "/properties/PRa279272befa54e2ba5f188e07ccdac32", "method": "DELETE", "request": null, "response": null, @@ -224157,16 +232201,16 @@ }, "response": { "data": { - "id": "PR5378793183f94f72b87887dcb442202a", + "id": "PR54337e629a994650bb58a313bc960a15", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:08.869Z", + "created_at": "2022-02-04T21:19:04.966Z", "enabled": true, "name": "Kessel Property A", - "updated_at": "2022-01-20T22:11:08.869Z", + "updated_at": "2022-02-04T21:19:04.966Z", "platform": "web", "development": false, - "token": "6b4056f68edb", + "token": "2bb012dffae0", "domains": [ "example.com" ], @@ -224176,7 +232220,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/company" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -224185,52 +232229,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/callbacks" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/hosts" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/environments" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/libraries" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/data_elements" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/extensions" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/rules" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/notes" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/environments", - "extensions": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/extensions", - "rules": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/rules", - "self": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a" + "data_elements": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements", + "environments": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments", + "extensions": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions", + "rules": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules", + "self": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15" }, "meta": { "rights": [ @@ -224401,16 +232445,16 @@ "response": { "data": [ { - "id": "PR5378793183f94f72b87887dcb442202a", + "id": "PR54337e629a994650bb58a313bc960a15", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:08.869Z", + "created_at": "2022-02-04T21:19:04.966Z", "enabled": true, "name": "Kessel Property A", - "updated_at": "2022-01-20T22:11:08.869Z", + "updated_at": "2022-02-04T21:19:04.966Z", "platform": "web", "development": false, - "token": "6b4056f68edb", + "token": "2bb012dffae0", "domains": [ "example.com" ], @@ -224420,7 +232464,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/company" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -224429,52 +232473,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/callbacks" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/hosts" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/environments" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/libraries" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/data_elements" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/extensions" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/rules" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/notes" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/environments", - "extensions": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/extensions", - "rules": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a/rules", - "self": "https://reactor.adobe.io/properties/PR5378793183f94f72b87887dcb442202a" + "data_elements": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements", + "environments": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments", + "extensions": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions", + "rules": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules", + "self": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15" }, "meta": { "rights": [ @@ -224503,7 +232547,7 @@ }, { "name": "properties.get_a_property", - "endpoint": "/properties/PR5378793183f94f72b87887dcb442202a", + "endpoint": "/properties/PR54337e629a994650bb58a313bc960a15", "method": "DELETE", "request": null, "response": null, @@ -224550,16 +232594,16 @@ }, "response": { "data": { - "id": "PR8c394a41016149b09c1c54b266c29552", + "id": "PR0daf41218b7e496fb617f085f0a6fdc3", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:09.509Z", + "created_at": "2022-02-04T21:19:05.921Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:09.509Z", + "updated_at": "2022-02-04T21:19:05.921Z", "platform": "web", "development": false, - "token": "1d7bf1f8f269", + "token": "700c695339ea", "domains": [ "example.com" ], @@ -224569,7 +232613,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/company" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -224578,52 +232622,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/callbacks" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/hosts" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/libraries" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/notes" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments", - "extensions": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions", - "rules": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules", - "self": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552" + "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", + "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", + "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", + "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" }, "meta": { "rights": [ @@ -224647,16 +232691,16 @@ "request": null, "response": { "data": { - "id": "PR8c394a41016149b09c1c54b266c29552", + "id": "PR0daf41218b7e496fb617f085f0a6fdc3", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:09.509Z", + "created_at": "2022-02-04T21:19:05.921Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:09.509Z", + "updated_at": "2022-02-04T21:19:05.921Z", "platform": "web", "development": false, - "token": "1d7bf1f8f269", + "token": "700c695339ea", "domains": [ "example.com" ], @@ -224666,7 +232710,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/company" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -224675,52 +232719,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/callbacks" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/hosts" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/libraries" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/notes" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments", - "extensions": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions", - "rules": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules", - "self": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552" + "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", + "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", + "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", + "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" }, "meta": { "rights": [ @@ -224891,16 +232935,16 @@ "response": { "data": [ { - "id": "PR8c394a41016149b09c1c54b266c29552", + "id": "PR0daf41218b7e496fb617f085f0a6fdc3", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:09.509Z", + "created_at": "2022-02-04T21:19:05.921Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:09.509Z", + "updated_at": "2022-02-04T21:19:05.921Z", "platform": "web", "development": false, - "token": "1d7bf1f8f269", + "token": "700c695339ea", "domains": [ "example.com" ], @@ -224910,7 +232954,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/company" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -224919,52 +232963,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/callbacks" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/hosts" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/libraries" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/notes" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/environments", - "extensions": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/extensions", - "rules": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552/rules", - "self": "https://reactor.adobe.io/properties/PR8c394a41016149b09c1c54b266c29552" + "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", + "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", + "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", + "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" }, "meta": { "rights": [ @@ -224993,7 +233037,7 @@ }, { "name": "properties.list_properties_for_a_company", - "endpoint": "/properties/PR8c394a41016149b09c1c54b266c29552", + "endpoint": "/properties/PR0daf41218b7e496fb617f085f0a6fdc3", "method": "DELETE", "request": null, "response": null, @@ -225040,16 +233084,16 @@ }, "response": { "data": { - "id": "PR436fbd7259c7480a8b957563856aa406", + "id": "PR2917daa0c6384802a23bed1d99a77fea", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:15.102Z", + "created_at": "2022-02-04T21:19:11.994Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:15.102Z", + "updated_at": "2022-02-04T21:19:11.994Z", "platform": "web", "development": false, - "token": "c58f134a8e08", + "token": "869caa83d1b9", "domains": [ "example.com" ], @@ -225059,7 +233103,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/company" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -225068,52 +233112,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/callbacks" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/hosts" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/libraries" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/notes" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements", - "environments": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments", - "extensions": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions", - "rules": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules", - "self": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406" + "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", + "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" }, "meta": { "rights": [ @@ -225138,16 +233182,16 @@ "response": { "data": [ { - "id": "PR436fbd7259c7480a8b957563856aa406", + "id": "PR2917daa0c6384802a23bed1d99a77fea", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:15.102Z", + "created_at": "2022-02-04T21:19:11.994Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:15.102Z", + "updated_at": "2022-02-04T21:19:11.994Z", "platform": "web", "development": false, - "token": "c58f134a8e08", + "token": "869caa83d1b9", "domains": [ "example.com" ], @@ -225157,7 +233201,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/company" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -225166,52 +233210,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/callbacks" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/hosts" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/libraries" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/notes" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements", - "environments": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments", - "extensions": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions", - "rules": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules", - "self": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406" + "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", + "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" }, "meta": { "rights": [ @@ -225986,16 +234030,16 @@ "response": { "data": [ { - "id": "PR436fbd7259c7480a8b957563856aa406", + "id": "PR2917daa0c6384802a23bed1d99a77fea", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:15.102Z", + "created_at": "2022-02-04T21:19:11.994Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:15.102Z", + "updated_at": "2022-02-04T21:19:11.994Z", "platform": "web", "development": false, - "token": "c58f134a8e08", + "token": "869caa83d1b9", "domains": [ "example.com" ], @@ -226005,7 +234049,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/company" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -226014,52 +234058,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/callbacks" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/hosts" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/libraries" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/notes" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/data_elements", - "environments": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/environments", - "extensions": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/extensions", - "rules": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406/rules", - "self": "https://reactor.adobe.io/properties/PR436fbd7259c7480a8b957563856aa406" + "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", + "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" }, "meta": { "rights": [ @@ -226088,7 +234132,7 @@ }, { "name": "properties.update_a_property", - "endpoint": "/properties/PR436fbd7259c7480a8b957563856aa406", + "endpoint": "/properties/PR2917daa0c6384802a23bed1d99a77fea", "method": "DELETE", "request": null, "response": null, @@ -226135,16 +234179,16 @@ }, "response": { "data": { - "id": "PR4e349bc96f1b4beaa4a504acebd8ff85", + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:20.864Z", + "created_at": "2022-02-04T21:19:18.228Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:20.864Z", + "updated_at": "2022-02-04T21:19:18.228Z", "platform": "web", "development": false, - "token": "d80bfddbc364", + "token": "c30919f275c5", "domains": [ "example.com" ], @@ -226154,7 +234198,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/company" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -226163,52 +234207,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/callbacks" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/hosts" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/libraries" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/notes" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments", - "extensions": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions", - "rules": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules", - "self": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85" + "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", + "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" }, "meta": { "rights": [ @@ -226237,22 +234281,22 @@ "example.com" ] }, - "id": "PR4e349bc96f1b4beaa4a504acebd8ff85", + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", "type": "properties" } }, "response": { "data": { - "id": "PR4e349bc96f1b4beaa4a504acebd8ff85", + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:20.864Z", + "created_at": "2022-02-04T21:19:18.228Z", "enabled": true, "name": "Kessel Property B", - "updated_at": "2022-01-20T22:11:26.126Z", + "updated_at": "2022-02-04T21:19:23.585Z", "platform": "web", "development": false, - "token": "d80bfddbc364", + "token": "c30919f275c5", "domains": [ "example.com" ], @@ -226262,7 +234306,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/company" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -226271,52 +234315,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/callbacks" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/hosts" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/libraries" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/notes" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments", - "extensions": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions", - "rules": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules", - "self": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85" + "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", + "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" }, "meta": { "rights": [ @@ -226487,16 +234531,16 @@ "response": { "data": [ { - "id": "PR4e349bc96f1b4beaa4a504acebd8ff85", + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:20.864Z", + "created_at": "2022-02-04T21:19:18.228Z", "enabled": true, "name": "Kessel Property B", - "updated_at": "2022-01-20T22:11:26.126Z", + "updated_at": "2022-02-04T21:19:23.585Z", "platform": "web", "development": false, - "token": "d80bfddbc364", + "token": "c30919f275c5", "domains": [ "example.com" ], @@ -226506,7 +234550,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/company" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -226515,52 +234559,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/callbacks" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/hosts" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/libraries" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/notes" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/environments", - "extensions": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/extensions", - "rules": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85/rules", - "self": "https://reactor.adobe.io/properties/PR4e349bc96f1b4beaa4a504acebd8ff85" + "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", + "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" }, "meta": { "rights": [ @@ -226589,7 +234633,7 @@ }, { "name": "properties.delete_a_property", - "endpoint": "/properties/PR4e349bc96f1b4beaa4a504acebd8ff85", + "endpoint": "/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f", "method": "DELETE", "request": null, "response": null, @@ -226636,16 +234680,16 @@ }, "response": { "data": { - "id": "PR266716be856a4360875e7eec5f263a4a", + "id": "PRc78e7f3512d14db59214517cfccf23e7", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:26.701Z", + "created_at": "2022-02-04T21:19:24.346Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:26.701Z", + "updated_at": "2022-02-04T21:19:24.346Z", "platform": "web", "development": false, - "token": "657db2313e3f", + "token": "b6482ebcdfb2", "domains": [ "example.com" ], @@ -226655,7 +234699,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/company" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -226664,52 +234708,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/callbacks" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/hosts" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/environments" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/libraries" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/data_elements" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/extensions" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/rules" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/notes" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/environments", - "extensions": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/extensions", - "rules": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a/rules", - "self": "https://reactor.adobe.io/properties/PR266716be856a4360875e7eec5f263a4a" + "data_elements": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/environments", + "extensions": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/extensions", + "rules": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/rules", + "self": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7" }, "meta": { "rights": [ @@ -226943,16 +234987,16 @@ }, "response": { "data": { - "id": "PRc28bd45fbeed44b1a7fc71b02456001a", + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:32.437Z", + "created_at": "2022-02-04T21:19:30.719Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:32.437Z", + "updated_at": "2022-02-04T21:19:30.719Z", "platform": "web", "development": false, - "token": "0397e1cc7b91", + "token": "7c4722031d2c", "domains": [ "example.com" ], @@ -226962,7 +235006,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/company" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -226971,52 +235015,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/callbacks" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/hosts" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/libraries" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/notes" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments", - "extensions": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions", - "rules": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules", - "self": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a" + "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", + "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" }, "meta": { "rights": [ @@ -227047,49 +235091,49 @@ }, "response": { "data": { - "id": "LB84514eddeee44cadbdc375a906f57f57", + "id": "LB7bd6481de3db4b648877e23030c36677", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:11:37.704Z", + "created_at": "2022-02-04T21:19:36.111Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:11:37.704Z", + "updated_at": "2022-02-04T21:19:36.111Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/builds" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/data_elements", - "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/data_elements", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/extensions", - "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/extensions", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/notes" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/rules", - "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/rules", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/rules" } }, "upstream_library": { @@ -227097,23 +235141,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/property" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/property" }, "data": { - "id": "PRc28bd45fbeed44b1a7fc71b02456001a", + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57/last_build" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a", - "self": "https://reactor.adobe.io/libraries/LB84514eddeee44cadbdc375a906f57f57" + "property": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677" }, "meta": { "build_status": null, @@ -227131,16 +235175,16 @@ "request": null, "response": { "data": { - "id": "PRc28bd45fbeed44b1a7fc71b02456001a", + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:32.437Z", + "created_at": "2022-02-04T21:19:30.719Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:32.437Z", + "updated_at": "2022-02-04T21:19:30.719Z", "platform": "web", "development": false, - "token": "0397e1cc7b91", + "token": "7c4722031d2c", "domains": [ "example.com" ], @@ -227150,7 +235194,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/company" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -227159,52 +235203,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/callbacks" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/hosts" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/libraries" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/notes" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments", - "extensions": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions", - "rules": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules", - "self": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a" + "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", + "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" }, "meta": { "rights": [ @@ -227375,16 +235419,16 @@ "response": { "data": [ { - "id": "PRc28bd45fbeed44b1a7fc71b02456001a", + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:32.437Z", + "created_at": "2022-02-04T21:19:30.719Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:32.437Z", + "updated_at": "2022-02-04T21:19:30.719Z", "platform": "web", "development": false, - "token": "0397e1cc7b91", + "token": "7c4722031d2c", "domains": [ "example.com" ], @@ -227394,7 +235438,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/company" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -227403,52 +235447,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/callbacks" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/hosts" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/libraries" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/notes" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/environments", - "extensions": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/extensions", - "rules": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a/rules", - "self": "https://reactor.adobe.io/properties/PRc28bd45fbeed44b1a7fc71b02456001a" + "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", + "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" }, "meta": { "rights": [ @@ -227477,7 +235521,7 @@ }, { "name": "properties.get_the_property_for_a_host", - "endpoint": "/properties/PRc28bd45fbeed44b1a7fc71b02456001a", + "endpoint": "/properties/PR9d0f8ecdca9946dc8df2e098718d1868", "method": "DELETE", "request": null, "response": null, @@ -227524,16 +235568,16 @@ }, "response": { "data": { - "id": "PRb5bf7836126c4557a150b07e142f600b", + "id": "PR04d95bbde18646be9d48f22f27503cd8", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:38.246Z", + "created_at": "2022-02-04T21:19:36.968Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:38.246Z", + "updated_at": "2022-02-04T21:19:36.968Z", "platform": "web", "development": false, - "token": "cba6a5a804df", + "token": "4e28a086d9ad", "domains": [ "example.com" ], @@ -227543,7 +235587,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/company" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -227552,52 +235596,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/callbacks" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/hosts" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/libraries" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/notes" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments", - "extensions": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions", - "rules": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules", - "self": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b" + "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", + "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", + "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", + "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" }, "meta": { "rights": [ @@ -227616,7 +235660,7 @@ }, { "name": "properties.get_the_property_for_a_host", - "endpoint": "/properties/PRb5bf7836126c4557a150b07e142f600b/hosts", + "endpoint": "/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts", "method": "POST", "request": { "data": { @@ -227629,33 +235673,33 @@ }, "response": { "data": { - "id": "HTbe1d28fc8a7b407a89156677a615bf35", + "id": "HT1e4d5cb87bd3472da957cce6d2f79b7c", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:11:43.507Z", + "created_at": "2022-02-04T21:19:42.419Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:11:43.507Z", + "updated_at": "2022-02-04T21:19:42.419Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTbe1d28fc8a7b407a89156677a615bf35/property" + "related": "https://reactor.adobe.io/hosts/HT1e4d5cb87bd3472da957cce6d2f79b7c/property" }, "data": { - "id": "PRb5bf7836126c4557a150b07e142f600b", + "id": "PR04d95bbde18646be9d48f22f27503cd8", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b", - "self": "https://reactor.adobe.io/hosts/HTbe1d28fc8a7b407a89156677a615bf35" + "property": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8", + "self": "https://reactor.adobe.io/hosts/HT1e4d5cb87bd3472da957cce6d2f79b7c" } } }, @@ -227669,16 +235713,16 @@ "request": null, "response": { "data": { - "id": "PRb5bf7836126c4557a150b07e142f600b", + "id": "PR04d95bbde18646be9d48f22f27503cd8", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:38.246Z", + "created_at": "2022-02-04T21:19:36.968Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:38.246Z", + "updated_at": "2022-02-04T21:19:36.968Z", "platform": "web", "development": false, - "token": "cba6a5a804df", + "token": "4e28a086d9ad", "domains": [ "example.com" ], @@ -227688,7 +235732,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/company" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -227697,52 +235741,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/callbacks" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/hosts" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/libraries" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/notes" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments", - "extensions": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions", - "rules": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules", - "self": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b" + "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", + "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", + "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", + "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" }, "meta": { "rights": [ @@ -227913,16 +235957,16 @@ "response": { "data": [ { - "id": "PRb5bf7836126c4557a150b07e142f600b", + "id": "PR04d95bbde18646be9d48f22f27503cd8", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:38.246Z", + "created_at": "2022-02-04T21:19:36.968Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:38.246Z", + "updated_at": "2022-02-04T21:19:36.968Z", "platform": "web", "development": false, - "token": "cba6a5a804df", + "token": "4e28a086d9ad", "domains": [ "example.com" ], @@ -227932,7 +235976,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/company" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -227941,52 +235985,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/callbacks" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/hosts" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/libraries" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/notes" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/environments", - "extensions": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/extensions", - "rules": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b/rules", - "self": "https://reactor.adobe.io/properties/PRb5bf7836126c4557a150b07e142f600b" + "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", + "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", + "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", + "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" }, "meta": { "rights": [ @@ -228015,7 +236059,7 @@ }, { "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/PRb5bf7836126c4557a150b07e142f600b", + "endpoint": "/properties/PR04d95bbde18646be9d48f22f27503cd8", "method": "DELETE", "request": null, "response": null, @@ -228062,16 +236106,16 @@ }, "response": { "data": { - "id": "PRa0f0ee24b84f442dbda969c200d956ed", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:43.984Z", + "created_at": "2022-02-04T21:19:43.251Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:43.984Z", + "updated_at": "2022-02-04T21:19:43.251Z", "platform": "web", "development": false, - "token": "da43f695c85b", + "token": "50fe8d863632", "domains": [ "example.com" ], @@ -228081,7 +236125,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/company" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228090,52 +236134,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/callbacks" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/hosts" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/libraries" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/notes" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules", - "self": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed" + "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", + "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", + "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", + "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" }, "meta": { "rights": [ @@ -228154,7 +236198,7 @@ }, { "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/PRa0f0ee24b84f442dbda969c200d956ed/hosts", + "endpoint": "/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts", "method": "POST", "request": { "data": { @@ -228167,33 +236211,33 @@ }, "response": { "data": { - "id": "HT73c011a6b06f48869499c05487f0f0a4", + "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:11:49.217Z", + "created_at": "2022-02-04T21:19:48.578Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:11:49.217Z", + "updated_at": "2022-02-04T21:19:48.578Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT73c011a6b06f48869499c05487f0f0a4/property" + "related": "https://reactor.adobe.io/hosts/HT4df6255cf8ea463aa9efaa9d841d1b06/property" }, "data": { - "id": "PRa0f0ee24b84f442dbda969c200d956ed", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed", - "self": "https://reactor.adobe.io/hosts/HT73c011a6b06f48869499c05487f0f0a4" + "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "self": "https://reactor.adobe.io/hosts/HT4df6255cf8ea463aa9efaa9d841d1b06" } } }, @@ -228213,7 +236257,7 @@ "relationships": { "host": { "data": { - "id": "HT73c011a6b06f48869499c05487f0f0a4", + "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", "type": "hosts" } } @@ -228223,81 +236267,81 @@ }, "response": { "data": { - "id": "EN4e96ec95fe944df4bd0b5cdcfaa302be", + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:11:49.320Z", - "library_path": "17e0df72ece8/da43f695c85b", - "library_name": "launch-0ea8022612d9-development.min.js", + "created_at": "2022-02-04T21:19:48.682Z", + "library_path": "17e0df72ece8/50fe8d863632", + "library_name": "launch-09f75204ba91-development.min.js", "library_entry_points": [ { - "library_name": "launch-0ea8022612d9-development.min.js", + "library_name": "launch-09f75204ba91-development.min.js", "minified": true, "references": [ - "17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.min.js" + "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js" ], - "license_path": "17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.js" + "license_path": "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" }, { - "library_name": "launch-0ea8022612d9-development.js", + "library_name": "launch-09f75204ba91-development.js", "minified": false, "references": [ - "17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.js" + "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:11:49.320Z", + "updated_at": "2022-02-04T21:19:48.682Z", "status": "succeeded", - "token": "0ea8022612d9" + "token": "09f75204ba91" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/library" + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/builds" + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/host", - "self": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/relationships/host" + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/host", + "self": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/relationships/host" }, "data": { - "id": "HT73c011a6b06f48869499c05487f0f0a4", + "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be/property" + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/property" }, "data": { - "id": "PRa0f0ee24b84f442dbda969c200d956ed", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed", - "self": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be" + "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "self": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" } ] } @@ -228320,49 +236364,49 @@ }, "response": { "data": { - "id": "LB59490c6c168d4627a375f102e659a53e", + "id": "LBcfa64f463276408d872677c0640e8669", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:11:49.431Z", + "created_at": "2022-02-04T21:19:48.776Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:11:49.431Z", + "updated_at": "2022-02-04T21:19:48.776Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/builds" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/data_elements", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/extensions", - "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/extensions", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/notes" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/rules", - "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/rules", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/rules" } }, "upstream_library": { @@ -228370,23 +236414,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/property" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/property" }, "data": { - "id": "PRa0f0ee24b84f442dbda969c200d956ed", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/last_build" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed", - "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e" + "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669" }, "meta": { "build_status": null, @@ -228403,18 +236447,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN4e96ec95fe944df4bd0b5cdcfaa302be", + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", "type": "environments" } }, "response": { "data": { - "id": "EN4e96ec95fe944df4bd0b5cdcfaa302be", + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/environment", - "self": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/environment", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/environment" } }, "response_code": 200, @@ -228427,66 +236471,66 @@ "request": null, "response": { "data": { - "id": "BL482cb9ed0a394d59838022665c9707a1", + "id": "BLc6f9567164cd4a0dbfd5a3065cb0702c", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:11:49.786Z", + "created_at": "2022-02-04T21:19:49.177Z", "status": "pending", - "updated_at": "2022-01-20T22:11:49.786Z", - "token": "3454e2e28311" + "updated_at": "2022-02-04T21:19:49.177Z", + "token": "6f6ca7fcbc0b" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/data_elements" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/extensions" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/rules" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/environment" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/environment" }, "data": { - "id": "EN4e96ec95fe944df4bd0b5cdcfaa302be", + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/library" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/library" }, "data": { - "id": "LB59490c6c168d4627a375f102e659a53e", + "id": "LBcfa64f463276408d872677c0640e8669", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1/property" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/property" }, "data": { - "id": "PRa0f0ee24b84f442dbda969c200d956ed", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN4e96ec95fe944df4bd0b5cdcfaa302be", - "library": "https://reactor.adobe.io/libraries/LB59490c6c168d4627a375f102e659a53e", - "self": "https://reactor.adobe.io/builds/BL482cb9ed0a394d59838022665c9707a1" + "environment": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0", + "library": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669", + "self": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/launch-0ea8022612d9-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/da43f695c85b/3454e2e28311/launch-0ea8022612d9-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/6f6ca7fcbc0b/launch-09f75204ba91-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -228502,16 +236546,16 @@ "request": null, "response": { "data": { - "id": "PRa0f0ee24b84f442dbda969c200d956ed", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:43.984Z", + "created_at": "2022-02-04T21:19:43.251Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:43.984Z", + "updated_at": "2022-02-04T21:19:43.251Z", "platform": "web", "development": false, - "token": "da43f695c85b", + "token": "50fe8d863632", "domains": [ "example.com" ], @@ -228521,7 +236565,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/company" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228530,52 +236574,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/callbacks" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/hosts" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/libraries" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/notes" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules", - "self": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed" + "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", + "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", + "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", + "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" }, "meta": { "rights": [ @@ -228746,16 +236790,16 @@ "response": { "data": [ { - "id": "PRa0f0ee24b84f442dbda969c200d956ed", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:43.984Z", + "created_at": "2022-02-04T21:19:43.251Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:43.984Z", + "updated_at": "2022-02-04T21:19:43.251Z", "platform": "web", "development": false, - "token": "da43f695c85b", + "token": "50fe8d863632", "domains": [ "example.com" ], @@ -228765,7 +236809,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/company" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228774,52 +236818,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/callbacks" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/hosts" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/libraries" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/notes" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed/rules", - "self": "https://reactor.adobe.io/properties/PRa0f0ee24b84f442dbda969c200d956ed" + "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", + "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", + "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", + "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" }, "meta": { "rights": [ @@ -228848,7 +236892,7 @@ }, { "name": "properties.get_the_property_for_a_callback", - "endpoint": "/properties/PRa0f0ee24b84f442dbda969c200d956ed", + "endpoint": "/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", "method": "DELETE", "request": null, "response": null, @@ -228895,16 +236939,16 @@ }, "response": { "data": { - "id": "PR8176994e76f14f69937dc8084a05e9be", + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:50.529Z", + "created_at": "2022-02-04T21:19:50.234Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:50.529Z", + "updated_at": "2022-02-04T21:19:50.234Z", "platform": "web", "development": false, - "token": "b339fc6a9351", + "token": "721b5df27d99", "domains": [ "example.com" ], @@ -228914,7 +236958,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/company" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228923,52 +236967,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/callbacks" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/hosts" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/libraries" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/notes" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments", - "extensions": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions", - "rules": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules", - "self": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be" + "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", + "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" }, "meta": { "rights": [ @@ -229001,30 +237045,30 @@ }, "response": { "data": { - "id": "CB1601ead31dad43dbbb2101ae846ca006", + "id": "CBdd716be26f824ca18f1859df2003d56f", "type": "callbacks", "attributes": { - "created_at": "2022-01-20T22:11:55.907Z", + "created_at": "2022-02-04T21:19:55.537Z", "subscriptions": [ "rule.created" ], - "updated_at": "2022-01-20T22:11:55.907Z", + "updated_at": "2022-02-04T21:19:55.537Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB1601ead31dad43dbbb2101ae846ca006/property" + "related": "https://reactor.adobe.io/callbacks/CBdd716be26f824ca18f1859df2003d56f/property" }, "data": { - "id": "PR8176994e76f14f69937dc8084a05e9be", + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be", - "self": "https://reactor.adobe.io/callbacks/CB1601ead31dad43dbbb2101ae846ca006" + "property": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0", + "self": "https://reactor.adobe.io/callbacks/CBdd716be26f824ca18f1859df2003d56f" } } }, @@ -229038,16 +237082,16 @@ "request": null, "response": { "data": { - "id": "PR8176994e76f14f69937dc8084a05e9be", + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:50.529Z", + "created_at": "2022-02-04T21:19:50.234Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:50.529Z", + "updated_at": "2022-02-04T21:19:50.234Z", "platform": "web", "development": false, - "token": "b339fc6a9351", + "token": "721b5df27d99", "domains": [ "example.com" ], @@ -229057,7 +237101,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/company" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -229066,52 +237110,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/callbacks" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/hosts" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/libraries" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/notes" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments", - "extensions": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions", - "rules": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules", - "self": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be" + "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", + "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" }, "meta": { "rights": [ @@ -229282,16 +237326,16 @@ "response": { "data": [ { - "id": "PR8176994e76f14f69937dc8084a05e9be", + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:50.529Z", + "created_at": "2022-02-04T21:19:50.234Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:50.529Z", + "updated_at": "2022-02-04T21:19:50.234Z", "platform": "web", "development": false, - "token": "b339fc6a9351", + "token": "721b5df27d99", "domains": [ "example.com" ], @@ -229301,7 +237345,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/company" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -229310,52 +237354,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/callbacks" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/hosts" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/libraries" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/notes" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/environments", - "extensions": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/extensions", - "rules": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be/rules", - "self": "https://reactor.adobe.io/properties/PR8176994e76f14f69937dc8084a05e9be" + "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", + "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" }, "meta": { "rights": [ @@ -229384,7 +237428,7 @@ }, { "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/properties/PR8176994e76f14f69937dc8084a05e9be", + "endpoint": "/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0", "method": "DELETE", "request": null, "response": null, @@ -229431,16 +237475,16 @@ }, "response": { "data": { - "id": "PRec39b502d4424241aac88efee3493e19", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:56.415Z", + "created_at": "2022-02-04T21:19:56.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:56.415Z", + "updated_at": "2022-02-04T21:19:56.453Z", "platform": "web", "development": false, - "token": "e397a483705f", + "token": "e71a95b3bcc5", "domains": [ "example.com" ], @@ -229450,7 +237494,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/company" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -229459,52 +237503,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/callbacks" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/hosts" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/libraries" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/notes" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements", - "environments": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments", - "extensions": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions", - "rules": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules", - "self": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19" + "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", + "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", + "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", + "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" }, "meta": { "rights": [ @@ -231977,10 +240021,10 @@ }, "response": { "data": { - "id": "EX2a9fd5debdef49bfaa0c071c76d96aea", + "id": "EX68c62bdb41174438b2cd98d8bd560946", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:12:01.852Z", + "created_at": "2022-02-04T21:20:02.046Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -231988,7 +240032,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:01.852Z", + "updated_at": "2022-02-04T21:20:02.046Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -231998,40 +240042,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/libraries" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/revisions" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/notes" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/property" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/property" }, "data": { - "id": "PRec39b502d4424241aac88efee3493e19", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/origin" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/origin" }, "data": { - "id": "EX2a9fd5debdef49bfaa0c071c76d96aea", + "id": "EX68c62bdb41174438b2cd98d8bd560946", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -232040,7 +240084,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea/extension_package" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -232049,9 +240093,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19", - "origin": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea", - "self": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea", + "property": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", + "origin": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946", + "self": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -234472,14 +242516,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:12:02 -0700", + "name": "My Data Element 2022-02-04 14:20:02 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX2a9fd5debdef49bfaa0c071c76d96aea", + "id": "EX68c62bdb41174438b2cd98d8bd560946", "type": "extensions" } } @@ -234489,18 +242533,18 @@ }, "response": { "data": { - "id": "DEb9e491652b954137886b08cf7346ef10", + "id": "DEb2e94370fde7447faf522cd653e11568", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:12:02.246Z", + "created_at": "2022-02-04T21:20:02.546Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:12:02 -0700", + "name": "My Data Element 2022-02-04 14:20:02 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:02.246Z", + "updated_at": "2022-02-04T21:20:02.546Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -234512,49 +242556,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/notes" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/property" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/property" }, "data": { - "id": "PRec39b502d4424241aac88efee3493e19", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/origin" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/origin" }, "data": { - "id": "DEb9e491652b954137886b08cf7346ef10", + "id": "DEb2e94370fde7447faf522cd653e11568", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/extension" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/extension" }, "data": { - "id": "EX2a9fd5debdef49bfaa0c071c76d96aea", + "id": "EX68c62bdb41174438b2cd98d8bd560946", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -234563,19 +242607,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/updated_with_extension" }, "data": { - "id": "EXddecead8055540379c64529aba71f3b7", + "id": "EX50f3e20f61834ce296b50e99b8eafdf1", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19", - "origin": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10", - "self": "https://reactor.adobe.io/data_elements/DEb9e491652b954137886b08cf7346ef10", - "extension": "https://reactor.adobe.io/extensions/EX2a9fd5debdef49bfaa0c071c76d96aea" + "property": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", + "origin": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568", + "self": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568", + "extension": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946" }, "meta": { "latest_revision_number": 0 @@ -234592,16 +242636,16 @@ "request": null, "response": { "data": { - "id": "PRec39b502d4424241aac88efee3493e19", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:56.415Z", + "created_at": "2022-02-04T21:19:56.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:56.415Z", + "updated_at": "2022-02-04T21:19:56.453Z", "platform": "web", "development": false, - "token": "e397a483705f", + "token": "e71a95b3bcc5", "domains": [ "example.com" ], @@ -234611,7 +242655,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/company" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -234620,52 +242664,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/callbacks" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/hosts" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/libraries" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/notes" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements", - "environments": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments", - "extensions": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions", - "rules": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules", - "self": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19" + "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", + "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", + "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", + "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" }, "meta": { "rights": [ @@ -234836,16 +242880,16 @@ "response": { "data": [ { - "id": "PRec39b502d4424241aac88efee3493e19", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:11:56.415Z", + "created_at": "2022-02-04T21:19:56.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:11:56.415Z", + "updated_at": "2022-02-04T21:19:56.453Z", "platform": "web", "development": false, - "token": "e397a483705f", + "token": "e71a95b3bcc5", "domains": [ "example.com" ], @@ -234855,7 +242899,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/company" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -234864,52 +242908,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/callbacks" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/hosts" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/libraries" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/notes" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/data_elements", - "environments": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/environments", - "extensions": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/extensions", - "rules": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19/rules", - "self": "https://reactor.adobe.io/properties/PRec39b502d4424241aac88efee3493e19" + "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", + "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", + "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", + "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" }, "meta": { "rights": [ @@ -234938,7 +242982,7 @@ }, { "name": "properties.get_the_property_for_an_environment", - "endpoint": "/properties/PRec39b502d4424241aac88efee3493e19", + "endpoint": "/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", "method": "DELETE", "request": null, "response": null, @@ -234985,16 +243029,16 @@ }, "response": { "data": { - "id": "PR9f5510ce186a41158ab6ac97f03fff30", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:02.904Z", + "created_at": "2022-02-04T21:20:03.314Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:02.904Z", + "updated_at": "2022-02-04T21:20:03.314Z", "platform": "web", "development": false, - "token": "d4c987abfe6b", + "token": "24a3cdccfbfc", "domains": [ "example.com" ], @@ -235004,7 +243048,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/company" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -235013,52 +243057,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/callbacks" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/hosts" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/libraries" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/notes" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments", - "extensions": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions", - "rules": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules", - "self": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30" + "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", + "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", + "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", + "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" }, "meta": { "rights": [ @@ -235077,7 +243121,7 @@ }, { "name": "properties.get_the_property_for_an_environment", - "endpoint": "/properties/PR9f5510ce186a41158ab6ac97f03fff30/hosts", + "endpoint": "/properties/PR6cc96114ef204c91bce242195c019ada/hosts", "method": "POST", "request": { "data": { @@ -235090,33 +243134,33 @@ }, "response": { "data": { - "id": "HT82e998d6ee0e4cfcb1c097f4fc173730", + "id": "HT9256cce862d143b8944b13028805fecf", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:12:08.210Z", + "created_at": "2022-02-04T21:20:08.732Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:12:08.210Z", + "updated_at": "2022-02-04T21:20:08.732Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT82e998d6ee0e4cfcb1c097f4fc173730/property" + "related": "https://reactor.adobe.io/hosts/HT9256cce862d143b8944b13028805fecf/property" }, "data": { - "id": "PR9f5510ce186a41158ab6ac97f03fff30", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30", - "self": "https://reactor.adobe.io/hosts/HT82e998d6ee0e4cfcb1c097f4fc173730" + "property": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada", + "self": "https://reactor.adobe.io/hosts/HT9256cce862d143b8944b13028805fecf" } } }, @@ -235136,7 +243180,7 @@ "relationships": { "host": { "data": { - "id": "HT82e998d6ee0e4cfcb1c097f4fc173730", + "id": "HT9256cce862d143b8944b13028805fecf", "type": "hosts" } } @@ -235146,81 +243190,81 @@ }, "response": { "data": { - "id": "EN374c00d190894abbb16f698f210f6f9b", + "id": "ENea58bd9f480243ef840c31e1beee9551", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:12:08.323Z", - "library_path": "17e0df72ece8/d4c987abfe6b", - "library_name": "launch-c8f64b3e5273-development.min.js", + "created_at": "2022-02-04T21:20:08.832Z", + "library_path": "17e0df72ece8/24a3cdccfbfc", + "library_name": "launch-3f3d52a1a674-development.min.js", "library_entry_points": [ { - "library_name": "launch-c8f64b3e5273-development.min.js", + "library_name": "launch-3f3d52a1a674-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.min.js" + "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.min.js" ], - "license_path": "17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.js" + "license_path": "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" }, { - "library_name": "launch-c8f64b3e5273-development.js", + "library_name": "launch-3f3d52a1a674-development.js", "minified": false, "references": [ - "17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.js" + "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:12:08.323Z", + "updated_at": "2022-02-04T21:20:08.832Z", "status": "succeeded", - "token": "c8f64b3e5273" + "token": "3f3d52a1a674" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/library" + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/builds" + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/host", - "self": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/relationships/host" + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/host", + "self": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/relationships/host" }, "data": { - "id": "HT82e998d6ee0e4cfcb1c097f4fc173730", + "id": "HT9256cce862d143b8944b13028805fecf", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b/property" + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/property" }, "data": { - "id": "PR9f5510ce186a41158ab6ac97f03fff30", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30", - "self": "https://reactor.adobe.io/environments/EN374c00d190894abbb16f698f210f6f9b" + "property": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada", + "self": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d4c987abfe6b/launch-c8f64b3e5273-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" } ] } @@ -235236,16 +243280,16 @@ "request": null, "response": { "data": { - "id": "PR9f5510ce186a41158ab6ac97f03fff30", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:02.904Z", + "created_at": "2022-02-04T21:20:03.314Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:02.904Z", + "updated_at": "2022-02-04T21:20:03.314Z", "platform": "web", "development": false, - "token": "d4c987abfe6b", + "token": "24a3cdccfbfc", "domains": [ "example.com" ], @@ -235255,7 +243299,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/company" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -235264,52 +243308,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/callbacks" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/hosts" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/libraries" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/notes" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments", - "extensions": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions", - "rules": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules", - "self": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30" + "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", + "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", + "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", + "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" }, "meta": { "rights": [ @@ -235480,16 +243524,16 @@ "response": { "data": [ { - "id": "PR9f5510ce186a41158ab6ac97f03fff30", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:02.904Z", + "created_at": "2022-02-04T21:20:03.314Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:02.904Z", + "updated_at": "2022-02-04T21:20:03.314Z", "platform": "web", "development": false, - "token": "d4c987abfe6b", + "token": "24a3cdccfbfc", "domains": [ "example.com" ], @@ -235499,7 +243543,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/company" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -235508,52 +243552,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/callbacks" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/hosts" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/libraries" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/notes" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/environments", - "extensions": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/extensions", - "rules": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30/rules", - "self": "https://reactor.adobe.io/properties/PR9f5510ce186a41158ab6ac97f03fff30" + "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", + "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", + "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", + "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" }, "meta": { "rights": [ @@ -235582,7 +243626,7 @@ }, { "name": "properties.get_the_property_for_an_extension", - "endpoint": "/properties/PR9f5510ce186a41158ab6ac97f03fff30", + "endpoint": "/properties/PR6cc96114ef204c91bce242195c019ada", "method": "DELETE", "request": null, "response": null, @@ -235629,16 +243673,16 @@ }, "response": { "data": { - "id": "PRa464cd8d5f2a4663a4e75b19f06d4bec", + "id": "PR950ebfe72b324d319d9fd70cf3288b06", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:08.900Z", + "created_at": "2022-02-04T21:20:09.505Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:08.900Z", + "updated_at": "2022-02-04T21:20:09.505Z", "platform": "web", "development": false, - "token": "5fc6ab5ba07c", + "token": "cc47871724cc", "domains": [ "example.com" ], @@ -235648,7 +243692,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/company" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -235657,52 +243701,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/callbacks" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/hosts" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/libraries" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/notes" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments", - "extensions": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions", - "rules": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules", - "self": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec" + "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", + "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", + "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", + "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", + "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" }, "meta": { "rights": [ @@ -238175,10 +246219,10 @@ }, "response": { "data": { - "id": "EX7fd18761165b41019e1c9b34ff8596d6", + "id": "EX7b2e65b2d87a4ccebbabae823ef6967a", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:12:14.376Z", + "created_at": "2022-02-04T21:20:15.048Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -238186,7 +246230,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:14.376Z", + "updated_at": "2022-02-04T21:20:15.048Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -238196,40 +246240,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/libraries" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/revisions" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/notes" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/property" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/property" }, "data": { - "id": "PRa464cd8d5f2a4663a4e75b19f06d4bec", + "id": "PR950ebfe72b324d319d9fd70cf3288b06", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/origin" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/origin" }, "data": { - "id": "EX7fd18761165b41019e1c9b34ff8596d6", + "id": "EX7b2e65b2d87a4ccebbabae823ef6967a", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -238238,7 +246282,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -238247,9 +246291,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec", - "origin": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6", - "self": "https://reactor.adobe.io/extensions/EX7fd18761165b41019e1c9b34ff8596d6", + "property": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06", + "origin": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a", + "self": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -238268,16 +246312,16 @@ "request": null, "response": { "data": { - "id": "PRa464cd8d5f2a4663a4e75b19f06d4bec", + "id": "PR950ebfe72b324d319d9fd70cf3288b06", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:08.900Z", + "created_at": "2022-02-04T21:20:09.505Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:08.900Z", + "updated_at": "2022-02-04T21:20:09.505Z", "platform": "web", "development": false, - "token": "5fc6ab5ba07c", + "token": "cc47871724cc", "domains": [ "example.com" ], @@ -238287,7 +246331,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/company" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -238296,52 +246340,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/callbacks" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/hosts" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/libraries" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/notes" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments", - "extensions": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions", - "rules": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules", - "self": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec" + "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", + "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", + "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", + "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", + "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" }, "meta": { "rights": [ @@ -238512,16 +246556,16 @@ "response": { "data": [ { - "id": "PRa464cd8d5f2a4663a4e75b19f06d4bec", + "id": "PR950ebfe72b324d319d9fd70cf3288b06", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:08.900Z", + "created_at": "2022-02-04T21:20:09.505Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:08.900Z", + "updated_at": "2022-02-04T21:20:09.505Z", "platform": "web", "development": false, - "token": "5fc6ab5ba07c", + "token": "cc47871724cc", "domains": [ "example.com" ], @@ -238531,7 +246575,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/company" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -238540,52 +246584,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/callbacks" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/hosts" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/libraries" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/notes" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/environments", - "extensions": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/extensions", - "rules": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec/rules", - "self": "https://reactor.adobe.io/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec" + "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", + "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", + "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", + "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", + "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" }, "meta": { "rights": [ @@ -238614,7 +246658,7 @@ }, { "name": "properties.get_the_property_for_a_rule", - "endpoint": "/properties/PRa464cd8d5f2a4663a4e75b19f06d4bec", + "endpoint": "/properties/PR950ebfe72b324d319d9fd70cf3288b06", "method": "DELETE", "request": null, "response": null, @@ -238661,16 +246705,16 @@ }, "response": { "data": { - "id": "PRf2b025a8e8f04922944e92dc9af01ed8", + "id": "PR414f35e646e84cf194d28a7623cdd6e5", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:15.323Z", + "created_at": "2022-02-04T21:20:15.747Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:15.323Z", + "updated_at": "2022-02-04T21:20:15.747Z", "platform": "web", "development": false, - "token": "5a7d294ae466", + "token": "a016d74ef565", "domains": [ "example.com" ], @@ -238680,7 +246724,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/company" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -238689,52 +246733,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/callbacks" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/hosts" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/libraries" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/notes" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments", - "extensions": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions", - "rules": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules", - "self": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8" + "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", + "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", + "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", + "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" }, "meta": { "rights": [ @@ -238765,10 +246809,10 @@ }, "response": { "data": { - "id": "RLcd1c57e2f44a4c71b5455c8662d8b289", + "id": "RL025900ff901445f78f2e6d62b308031d", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:12:20.738Z", + "created_at": "2022-02-04T21:20:21.061Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -238776,54 +246820,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:20.738Z", + "updated_at": "2022-02-04T21:20:21.061Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/libraries" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/revisions" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/notes" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/property" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/property" }, "data": { - "id": "PRf2b025a8e8f04922944e92dc9af01ed8", + "id": "PR414f35e646e84cf194d28a7623cdd6e5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/origin" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/origin" }, "data": { - "id": "RLcd1c57e2f44a4c71b5455c8662d8b289", + "id": "RL025900ff901445f78f2e6d62b308031d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/rule_components" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8", - "origin": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289", - "self": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289", - "rule_components": "https://reactor.adobe.io/rules/RLcd1c57e2f44a4c71b5455c8662d8b289/rule_components" + "property": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5", + "origin": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d", + "self": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d", + "rule_components": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/rule_components" }, "meta": { "latest_revision_number": 0 @@ -238840,16 +246884,16 @@ "request": null, "response": { "data": { - "id": "PRf2b025a8e8f04922944e92dc9af01ed8", + "id": "PR414f35e646e84cf194d28a7623cdd6e5", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:15.323Z", + "created_at": "2022-02-04T21:20:15.747Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:15.323Z", + "updated_at": "2022-02-04T21:20:15.747Z", "platform": "web", "development": false, - "token": "5a7d294ae466", + "token": "a016d74ef565", "domains": [ "example.com" ], @@ -238859,7 +246903,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/company" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -238868,52 +246912,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/callbacks" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/hosts" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/libraries" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/notes" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments", - "extensions": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions", - "rules": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules", - "self": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8" + "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", + "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", + "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", + "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" }, "meta": { "rights": [ @@ -239084,16 +247128,16 @@ "response": { "data": [ { - "id": "PRf2b025a8e8f04922944e92dc9af01ed8", + "id": "PR414f35e646e84cf194d28a7623cdd6e5", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:15.323Z", + "created_at": "2022-02-04T21:20:15.747Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:15.323Z", + "updated_at": "2022-02-04T21:20:15.747Z", "platform": "web", "development": false, - "token": "5a7d294ae466", + "token": "a016d74ef565", "domains": [ "example.com" ], @@ -239103,7 +247147,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/company" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -239112,52 +247156,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/callbacks" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/hosts" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/libraries" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/notes" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/environments", - "extensions": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/extensions", - "rules": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8/rules", - "self": "https://reactor.adobe.io/properties/PRf2b025a8e8f04922944e92dc9af01ed8" + "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", + "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", + "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", + "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" }, "meta": { "rights": [ @@ -239186,7 +247230,7 @@ }, { "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/PRf2b025a8e8f04922944e92dc9af01ed8", + "endpoint": "/properties/PR414f35e646e84cf194d28a7623cdd6e5", "method": "DELETE", "request": null, "response": null, @@ -239230,21 +247274,21 @@ }, "response": { "data": { - "id": "PR1afab864c94f4503b74213a744c63690", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:21.577Z", + "created_at": "2022-02-04T21:20:21.838Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:12:21.577Z", + "updated_at": "2022-02-04T21:20:21.838Z", "platform": "edge", "development": false, - "token": "33691daea8ed" + "token": "7e4268ea00b9" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/company" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -239253,52 +247297,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/callbacks" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/hosts" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/libraries" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/notes" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments", - "extensions": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions", - "rules": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules", - "self": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690" + "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", + "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", + "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", + "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" }, "meta": { "rights": [ @@ -239317,7 +247361,7 @@ }, { "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/PR1afab864c94f4503b74213a744c63690/hosts", + "endpoint": "/properties/PR8474eb13290c4453a757e2431a0ce170/hosts", "method": "POST", "request": { "data": { @@ -239330,33 +247374,33 @@ }, "response": { "data": { - "id": "HT106f005718dd4ffca2c5be0837141381", + "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:12:26.881Z", + "created_at": "2022-02-04T21:20:27.089Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:12:26.881Z", + "updated_at": "2022-02-04T21:20:27.089Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT106f005718dd4ffca2c5be0837141381/property" + "related": "https://reactor.adobe.io/hosts/HT4d8c813e62b44ad092dcf3c1754b1aee/property" }, "data": { - "id": "PR1afab864c94f4503b74213a744c63690", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690", - "self": "https://reactor.adobe.io/hosts/HT106f005718dd4ffca2c5be0837141381" + "property": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170", + "self": "https://reactor.adobe.io/hosts/HT4d8c813e62b44ad092dcf3c1754b1aee" } } }, @@ -239376,7 +247420,7 @@ "relationships": { "host": { "data": { - "id": "HT106f005718dd4ffca2c5be0837141381", + "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", "type": "hosts" } } @@ -239386,72 +247430,72 @@ }, "response": { "data": { - "id": "ENccd6b82b89b44aa8ba2c4874edd3d2cd", + "id": "EN21afcfc7631d448ab8ff14eed24004ea", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:12:26.979Z", - "library_path": "17e0df72ece8/33691daea8ed", - "library_name": "launch-04ad4289b0e8-development.min.js", + "created_at": "2022-02-04T21:20:27.238Z", + "library_path": "17e0df72ece8/7e4268ea00b9", + "library_name": "launch-a5cbb1e914b0-development.min.js", "library_entry_points": [ { - "library_name": "launch-04ad4289b0e8-development.min.js", + "library_name": "launch-a5cbb1e914b0-development.min.js", "minified": true, "references": [ - "17e0df72ece8/33691daea8ed/launch-04ad4289b0e8-development.min.js" + "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.min.js" ], - "license_path": "17e0df72ece8/33691daea8ed/launch-04ad4289b0e8-development.js" + "license_path": "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.js" }, { - "library_name": "launch-04ad4289b0e8-development.js", + "library_name": "launch-a5cbb1e914b0-development.js", "minified": false, "references": [ - "17e0df72ece8/33691daea8ed/launch-04ad4289b0e8-development.js" + "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:12:26.979Z", + "updated_at": "2022-02-04T21:20:27.238Z", "status": "succeeded", - "token": "04ad4289b0e8" + "token": "a5cbb1e914b0" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/library" + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/builds" + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/host", - "self": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/relationships/host" + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/host", + "self": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/relationships/host" }, "data": { - "id": "HT106f005718dd4ffca2c5be0837141381", + "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd/property" + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/property" }, "data": { - "id": "PR1afab864c94f4503b74213a744c63690", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690", - "self": "https://reactor.adobe.io/environments/ENccd6b82b89b44aa8ba2c4874edd3d2cd" + "property": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170", + "self": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea" }, "meta": { "archive_encrypted": false @@ -239477,7 +247521,7 @@ "relationships": { "environment": { "data": { - "id": "ENccd6b82b89b44aa8ba2c4874edd3d2cd", + "id": "EN21afcfc7631d448ab8ff14eed24004ea", "type": "environments" } } @@ -239487,11 +247531,11 @@ }, "response": { "data": { - "id": "SE2a0a324f5486462daad76ea294d25081", + "id": "SE4430dd3df1c44bc1be64a74ede88c14c", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:12:27.143Z", - "updated_at": "2022-01-20T22:12:27.143Z", + "created_at": "2022-02-04T21:20:27.450Z", + "updated_at": "2022-02-04T21:20:27.450Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -239504,19 +247548,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/property" + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/property" }, "data": { - "id": "PR1afab864c94f4503b74213a744c63690", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/environment" + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/environment" }, "data": { - "id": "ENccd6b82b89b44aa8ba2c4874edd3d2cd", + "id": "EN21afcfc7631d448ab8ff14eed24004ea", "type": "environments" }, "meta": { @@ -239525,18 +247569,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/notes" + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/data_elements" + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081", - "property": "https://reactor.adobe.io/secrets/SE2a0a324f5486462daad76ea294d25081/property" + "self": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c", + "property": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/property" } } }, @@ -239550,21 +247594,21 @@ "request": null, "response": { "data": { - "id": "PR1afab864c94f4503b74213a744c63690", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:21.577Z", + "created_at": "2022-02-04T21:20:21.838Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:12:21.577Z", + "updated_at": "2022-02-04T21:20:21.838Z", "platform": "edge", "development": false, - "token": "33691daea8ed" + "token": "7e4268ea00b9" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/company" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -239573,52 +247617,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/callbacks" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/hosts" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/libraries" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/notes" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments", - "extensions": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions", - "rules": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules", - "self": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690" + "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", + "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", + "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", + "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" }, "meta": { "rights": [ @@ -239789,21 +247833,21 @@ "response": { "data": [ { - "id": "PR1afab864c94f4503b74213a744c63690", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:21.577Z", + "created_at": "2022-02-04T21:20:21.838Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:12:21.577Z", + "updated_at": "2022-02-04T21:20:21.838Z", "platform": "edge", "development": false, - "token": "33691daea8ed" + "token": "7e4268ea00b9" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/company" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -239812,52 +247856,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/callbacks" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/hosts" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/libraries" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/notes" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/environments", - "extensions": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/extensions", - "rules": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690/rules", - "self": "https://reactor.adobe.io/properties/PR1afab864c94f4503b74213a744c63690" + "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", + "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", + "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", + "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" }, "meta": { "rights": [ @@ -239886,7 +247930,7 @@ }, { "name": "properties.create_a_note_on_a_property", - "endpoint": "/properties/PR1afab864c94f4503b74213a744c63690", + "endpoint": "/properties/PR8474eb13290c4453a757e2431a0ce170", "method": "DELETE", "request": null, "response": null, @@ -239933,16 +247977,16 @@ }, "response": { "data": { - "id": "PRc0d474f86637439ca650fbd9575003a3", + "id": "PR5f399a97b47c4284ad8095bcf45b68b0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:28.189Z", + "created_at": "2022-02-04T21:20:28.274Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:28.189Z", + "updated_at": "2022-02-04T21:20:28.274Z", "platform": "web", "development": false, - "token": "8c2ba746aede", + "token": "daeb4712401c", "domains": [ "example.com" ], @@ -239952,7 +247996,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/company" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -239961,52 +248005,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/callbacks" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/hosts" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/environments" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/libraries" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/data_elements" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/extensions" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/rules" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/notes" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/environments", - "extensions": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/extensions", - "rules": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/rules", - "self": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3" + "data_elements": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules", + "self": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" }, "meta": { "rights": [ @@ -240037,28 +248081,28 @@ }, "response": { "data": { - "id": "NTbdddf8cc6b6d41759472912300539468", + "id": "NTf85320c5f0bc4d69a62fd60595edef95", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:12:33.592Z", + "created_at": "2022-02-04T21:20:33.606Z", "text": "this note on a property intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" }, "data": { - "id": "PRc0d474f86637439ca650fbd9575003a3", + "id": "PR5f399a97b47c4284ad8095bcf45b68b0", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3", - "self": "https://reactor.adobe.io/notes/NTbdddf8cc6b6d41759472912300539468" + "resource": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0", + "self": "https://reactor.adobe.io/notes/NTf85320c5f0bc4d69a62fd60595edef95" } } }, @@ -240219,16 +248263,16 @@ "response": { "data": [ { - "id": "PRc0d474f86637439ca650fbd9575003a3", + "id": "PR5f399a97b47c4284ad8095bcf45b68b0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:28.189Z", + "created_at": "2022-02-04T21:20:28.274Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:28.189Z", + "updated_at": "2022-02-04T21:20:28.274Z", "platform": "web", "development": false, - "token": "8c2ba746aede", + "token": "daeb4712401c", "domains": [ "example.com" ], @@ -240238,7 +248282,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/company" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -240247,52 +248291,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/callbacks" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/hosts" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/environments" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/libraries" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/data_elements" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/extensions" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/rules" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/notes" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/environments", - "extensions": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/extensions", - "rules": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3/rules", - "self": "https://reactor.adobe.io/properties/PRc0d474f86637439ca650fbd9575003a3" + "data_elements": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules", + "self": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" }, "meta": { "rights": [ @@ -240321,7 +248365,7 @@ }, { "name": "properties.list_notes_for_a_property", - "endpoint": "/properties/PRc0d474f86637439ca650fbd9575003a3", + "endpoint": "/properties/PR5f399a97b47c4284ad8095bcf45b68b0", "method": "DELETE", "request": null, "response": null, @@ -240368,16 +248412,16 @@ }, "response": { "data": { - "id": "PR105a80d6a94c4aa8b5a56da13debaaf7", + "id": "PR16fefbc6982b42cb96dedf79dd81d774", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:34.191Z", + "created_at": "2022-02-04T21:20:34.156Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:34.191Z", + "updated_at": "2022-02-04T21:20:34.156Z", "platform": "web", "development": false, - "token": "e85852d56345", + "token": "1f1da96e9cc5", "domains": [ "example.com" ], @@ -240387,7 +248431,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/company" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -240396,52 +248440,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/callbacks" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/hosts" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/environments" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/libraries" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/data_elements" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/extensions" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/rules" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/notes" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/data_elements", - "environments": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/environments", - "extensions": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/extensions", - "rules": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/rules", - "self": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7" + "data_elements": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements", + "environments": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments", + "extensions": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions", + "rules": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules", + "self": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" }, "meta": { "rights": [ @@ -240472,28 +248516,28 @@ }, "response": { "data": { - "id": "NTa276128ad6c249f997a59cd0b4eabc45", + "id": "NTbc2b112dbc7444398e52008d6441c7ef", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:12:39.438Z", + "created_at": "2022-02-04T21:20:39.515Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" }, "data": { - "id": "PR105a80d6a94c4aa8b5a56da13debaaf7", + "id": "PR16fefbc6982b42cb96dedf79dd81d774", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7", - "self": "https://reactor.adobe.io/notes/NTa276128ad6c249f997a59cd0b4eabc45" + "resource": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774", + "self": "https://reactor.adobe.io/notes/NTbc2b112dbc7444398e52008d6441c7ef" } } }, @@ -240508,28 +248552,28 @@ "response": { "data": [ { - "id": "NTa276128ad6c249f997a59cd0b4eabc45", + "id": "NTbc2b112dbc7444398e52008d6441c7ef", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:12:39.438Z", + "created_at": "2022-02-04T21:20:39.515Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" }, "data": { - "id": "PR105a80d6a94c4aa8b5a56da13debaaf7", + "id": "PR16fefbc6982b42cb96dedf79dd81d774", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7", - "self": "https://reactor.adobe.io/notes/NTa276128ad6c249f997a59cd0b4eabc45" + "resource": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774", + "self": "https://reactor.adobe.io/notes/NTbc2b112dbc7444398e52008d6441c7ef" } } ], @@ -240700,16 +248744,16 @@ "response": { "data": [ { - "id": "PR105a80d6a94c4aa8b5a56da13debaaf7", + "id": "PR16fefbc6982b42cb96dedf79dd81d774", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:34.191Z", + "created_at": "2022-02-04T21:20:34.156Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:34.191Z", + "updated_at": "2022-02-04T21:20:34.156Z", "platform": "web", "development": false, - "token": "e85852d56345", + "token": "1f1da96e9cc5", "domains": [ "example.com" ], @@ -240719,7 +248763,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/company" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -240728,52 +248772,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/callbacks" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/hosts" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/environments" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/libraries" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/data_elements" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/extensions" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/rules" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/notes" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/data_elements", - "environments": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/environments", - "extensions": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/extensions", - "rules": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7/rules", - "self": "https://reactor.adobe.io/properties/PR105a80d6a94c4aa8b5a56da13debaaf7" + "data_elements": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements", + "environments": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments", + "extensions": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions", + "rules": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules", + "self": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" }, "meta": { "rights": [ @@ -240802,7 +248846,7 @@ }, { "name": "rule_components.create_an_event_rule_component", - "endpoint": "/properties/PR105a80d6a94c4aa8b5a56da13debaaf7", + "endpoint": "/properties/PR16fefbc6982b42cb96dedf79dd81d774", "method": "DELETE", "request": null, "response": null, @@ -240849,16 +248893,16 @@ }, "response": { "data": { - "id": "PR9a439eb964d44c6085fddac375d015ba", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:39.893Z", + "created_at": "2022-02-04T21:20:41.241Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:39.893Z", + "updated_at": "2022-02-04T21:20:41.241Z", "platform": "web", "development": false, - "token": "93c27f7b3d9e", + "token": "243067f58fd7", "domains": [ "example.com" ], @@ -240868,7 +248912,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/company" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -240877,52 +248921,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/callbacks" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/hosts" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/environments" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/libraries" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/data_elements" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/extensions" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/rules" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/notes" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/environments", - "extensions": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/extensions", - "rules": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/rules", - "self": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba" + "data_elements": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments", + "extensions": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions", + "rules": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules", + "self": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" }, "meta": { "rights": [ @@ -243395,10 +251439,10 @@ }, "response": { "data": { - "id": "EXded56b9027554190b4c68a553c88d6be", + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:12:45.297Z", + "created_at": "2022-02-04T21:20:47.133Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -243406,7 +251450,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:45.297Z", + "updated_at": "2022-02-04T21:20:47.133Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -243416,40 +251460,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/libraries" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/revisions" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/notes" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/property" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/property" }, "data": { - "id": "PR9a439eb964d44c6085fddac375d015ba", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/origin" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/origin" }, "data": { - "id": "EXded56b9027554190b4c68a553c88d6be", + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -243458,7 +251502,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be/extension_package" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -243467,9 +251511,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba", - "origin": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be", - "self": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be", + "property": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a", + "origin": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "self": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -243495,10 +251539,10 @@ }, "response": { "data": { - "id": "RL9d5dc6fb80ed489eacdbad89eeeb62c3", + "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:12:45.495Z", + "created_at": "2022-02-04T21:20:47.408Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -243506,54 +251550,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:45.495Z", + "updated_at": "2022-02-04T21:20:47.408Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/libraries" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/revisions" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/notes" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/property" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/property" }, "data": { - "id": "PR9a439eb964d44c6085fddac375d015ba", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/origin" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/origin" }, "data": { - "id": "RL9d5dc6fb80ed489eacdbad89eeeb62c3", + "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/rule_components" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba", - "origin": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3", - "self": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3", - "rule_components": "https://reactor.adobe.io/rules/RL9d5dc6fb80ed489eacdbad89eeeb62c3/rule_components" + "property": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a", + "origin": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa", + "self": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa", + "rule_components": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/rule_components" }, "meta": { "latest_revision_number": 0 @@ -245979,14 +254023,14 @@ "relationships": { "extension": { "data": { - "id": "EXded56b9027554190b4c68a553c88d6be", + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL9d5dc6fb80ed489eacdbad89eeeb62c3", + "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", "type": "rules" } ] @@ -245997,10 +254041,10 @@ }, "response": { "data": { - "id": "RC5bd43ff7ea5240ef8cd102b54d08e9e4", + "id": "RC6e900dd795c84922865ca52cf26844a3", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:12:45.740Z", + "created_at": "2022-02-04T21:20:47.807Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -246013,13 +254057,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:45.740Z", + "updated_at": "2022-02-04T21:20:47.807Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -246028,56 +254072,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/updated_with_extension" }, "data": { - "id": "EXa1961995aafa4703addb74db653d55a2", + "id": "EXc5b0f43004f24c698ecbbbe40d33c370", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/extension" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/extension" }, "data": { - "id": "EXded56b9027554190b4c68a553c88d6be", + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/notes" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/origin" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/origin" }, "data": { - "id": "RC5bd43ff7ea5240ef8cd102b54d08e9e4", + "id": "RC6e900dd795c84922865ca52cf26844a3", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" }, "data": { - "id": "PR9a439eb964d44c6085fddac375d015ba", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/rules" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXded56b9027554190b4c68a553c88d6be", - "origin": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4", - "rules": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4/rules", - "self": "https://reactor.adobe.io/rule_components/RC5bd43ff7ea5240ef8cd102b54d08e9e4" + "extension": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "origin": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3", + "rules": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/rules", + "self": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3" }, "meta": { "latest_revision_number": 0 @@ -246241,16 +254285,16 @@ "response": { "data": [ { - "id": "PR9a439eb964d44c6085fddac375d015ba", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:39.893Z", + "created_at": "2022-02-04T21:20:41.241Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:39.893Z", + "updated_at": "2022-02-04T21:20:41.241Z", "platform": "web", "development": false, - "token": "93c27f7b3d9e", + "token": "243067f58fd7", "domains": [ "example.com" ], @@ -246260,7 +254304,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/company" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -246269,52 +254313,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/callbacks" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/hosts" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/environments" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/libraries" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/data_elements" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/extensions" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/rules" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/notes" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/environments", - "extensions": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/extensions", - "rules": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba/rules", - "self": "https://reactor.adobe.io/properties/PR9a439eb964d44c6085fddac375d015ba" + "data_elements": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments", + "extensions": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions", + "rules": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules", + "self": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" }, "meta": { "rights": [ @@ -246343,7 +254387,7 @@ }, { "name": "rule_components.get_a_rule_component", - "endpoint": "/properties/PR9a439eb964d44c6085fddac375d015ba", + "endpoint": "/properties/PR03f31d12bf9346d491aa06c7a406e40a", "method": "DELETE", "request": null, "response": null, @@ -246390,16 +254434,16 @@ }, "response": { "data": { - "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:46.284Z", + "created_at": "2022-02-04T21:20:48.815Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:46.284Z", + "updated_at": "2022-02-04T21:20:48.815Z", "platform": "web", "development": false, - "token": "a717299bba0d", + "token": "acc04cfef31d", "domains": [ "example.com" ], @@ -246409,7 +254453,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/company" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -246418,52 +254462,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/callbacks" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/hosts" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/environments" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/libraries" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/data_elements" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/extensions" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/rules" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/notes" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/environments", - "extensions": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/extensions", - "rules": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/rules", - "self": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2" + "data_elements": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments", + "extensions": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions", + "rules": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules", + "self": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" }, "meta": { "rights": [ @@ -248936,10 +256980,10 @@ }, "response": { "data": { - "id": "EX3dcb852ba53047e2859e5ae37d848c9a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:12:51.802Z", + "created_at": "2022-02-04T21:20:54.488Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -248947,7 +256991,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:51.802Z", + "updated_at": "2022-02-04T21:20:54.488Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -248957,40 +257001,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/libraries" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/revisions" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/notes" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/property" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/property" }, "data": { - "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/origin" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/origin" }, "data": { - "id": "EX3dcb852ba53047e2859e5ae37d848c9a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -248999,7 +257043,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -249008,9 +257052,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2", - "origin": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a", - "self": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a", + "property": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5", + "origin": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "self": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -251438,10 +259482,10 @@ }, "response": { "data": { - "id": "RLc86b3bc9799e46b1bdaec032f40e700a", + "id": "RLda35f8eb72c14d74993ae46a1a310141", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:12:52.182Z", + "created_at": "2022-02-04T21:20:54.985Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -251449,54 +259493,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:52.182Z", + "updated_at": "2022-02-04T21:20:54.985Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/libraries" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/revisions" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/notes" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/property" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/property" }, "data": { - "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/origin" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/origin" }, "data": { - "id": "RLc86b3bc9799e46b1bdaec032f40e700a", + "id": "RLda35f8eb72c14d74993ae46a1a310141", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/rule_components" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2", - "origin": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a", - "self": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a", - "rule_components": "https://reactor.adobe.io/rules/RLc86b3bc9799e46b1bdaec032f40e700a/rule_components" + "property": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5", + "origin": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141", + "self": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141", + "rule_components": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/rule_components" }, "meta": { "latest_revision_number": 0 @@ -251520,14 +259564,14 @@ "relationships": { "extension": { "data": { - "id": "EX3dcb852ba53047e2859e5ae37d848c9a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLc86b3bc9799e46b1bdaec032f40e700a", + "id": "RLda35f8eb72c14d74993ae46a1a310141", "type": "rules" } ] @@ -251538,10 +259582,10 @@ }, "response": { "data": { - "id": "RC58b8b5ca1d634a31a52f6a479fbeff81", + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:12:52.400Z", + "created_at": "2022-02-04T21:20:55.346Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -251554,13 +259598,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:52.400Z", + "updated_at": "2022-02-04T21:20:55.346Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -251569,56 +259613,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension" }, "data": { - "id": "EX99014eada5a44bb18c53e1e8cff14550", + "id": "EX7b4433e2a61240f9b0e37687721169f4", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/extension" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/extension" }, "data": { - "id": "EX3dcb852ba53047e2859e5ae37d848c9a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/notes" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/origin" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/origin" }, "data": { - "id": "RC58b8b5ca1d634a31a52f6a479fbeff81", + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" }, "data": { - "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/rules" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a", - "origin": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81", - "rules": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/rules", - "self": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81" + "extension": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "origin": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56", + "rules": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules", + "self": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56" }, "meta": { "latest_revision_number": 0 @@ -251635,10 +259679,10 @@ "request": null, "response": { "data": { - "id": "RC58b8b5ca1d634a31a52f6a479fbeff81", + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:12:52.400Z", + "created_at": "2022-02-04T21:20:55.346Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -251651,13 +259695,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:52.400Z", + "updated_at": "2022-02-04T21:20:55.346Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -251666,56 +259710,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension" }, "data": { - "id": "EX99014eada5a44bb18c53e1e8cff14550", + "id": "EX7b4433e2a61240f9b0e37687721169f4", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/extension" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/extension" }, "data": { - "id": "EX3dcb852ba53047e2859e5ae37d848c9a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/notes" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/origin" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/origin" }, "data": { - "id": "RC58b8b5ca1d634a31a52f6a479fbeff81", + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" }, "data": { - "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/rules" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX3dcb852ba53047e2859e5ae37d848c9a", - "origin": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81", - "rules": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81/rules", - "self": "https://reactor.adobe.io/rule_components/RC58b8b5ca1d634a31a52f6a479fbeff81" + "extension": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "origin": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56", + "rules": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules", + "self": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56" }, "meta": { "latest_revision_number": 0 @@ -251879,16 +259923,16 @@ "response": { "data": [ { - "id": "PR91b455d1508f4ab8a5e0b5543fd845d2", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:46.284Z", + "created_at": "2022-02-04T21:20:48.815Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:46.284Z", + "updated_at": "2022-02-04T21:20:48.815Z", "platform": "web", "development": false, - "token": "a717299bba0d", + "token": "acc04cfef31d", "domains": [ "example.com" ], @@ -251898,7 +259942,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/company" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -251907,52 +259951,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/callbacks" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/hosts" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/environments" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/libraries" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/data_elements" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/extensions" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/rules" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/notes" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/environments", - "extensions": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/extensions", - "rules": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2/rules", - "self": "https://reactor.adobe.io/properties/PR91b455d1508f4ab8a5e0b5543fd845d2" + "data_elements": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments", + "extensions": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions", + "rules": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules", + "self": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" }, "meta": { "rights": [ @@ -251981,7 +260025,7 @@ }, { "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/properties/PR91b455d1508f4ab8a5e0b5543fd845d2", + "endpoint": "/properties/PR90093fe15481478a869bc61611923da5", "method": "DELETE", "request": null, "response": null, @@ -252028,16 +260072,16 @@ }, "response": { "data": { - "id": "PR042fcd41353f4b1e94ef98f8acf21911", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:53.230Z", + "created_at": "2022-02-04T21:20:56.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:53.230Z", + "updated_at": "2022-02-04T21:20:56.471Z", "platform": "web", "development": false, - "token": "ca5a2a8fb928", + "token": "548fb8f2bf66", "domains": [ "example.com" ], @@ -252047,7 +260091,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/company" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -252056,52 +260100,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/callbacks" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/hosts" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/environments" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/libraries" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/data_elements" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/extensions" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/rules" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/notes" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/data_elements", - "environments": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/environments", - "extensions": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/extensions", - "rules": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/rules", - "self": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911" + "data_elements": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments", + "extensions": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions", + "rules": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules", + "self": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" }, "meta": { "rights": [ @@ -254574,10 +262618,10 @@ }, "response": { "data": { - "id": "EX16b87adc29bf49c595cd5905d31c4c7f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:12:58.663Z", + "created_at": "2022-02-04T21:21:02.319Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -254585,7 +262629,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:58.663Z", + "updated_at": "2022-02-04T21:21:02.319Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -254595,40 +262639,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/libraries" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/revisions" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/notes" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/property" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/property" }, "data": { - "id": "PR042fcd41353f4b1e94ef98f8acf21911", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/origin" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/origin" }, "data": { - "id": "EX16b87adc29bf49c595cd5905d31c4c7f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -254637,7 +262681,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f/extension_package" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -254646,9 +262690,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911", - "origin": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f", - "self": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f", + "property": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6", + "origin": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "self": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -257076,10 +265120,10 @@ }, "response": { "data": { - "id": "RL93ec1078d4e541e188cbfbce6029bd7b", + "id": "RL0067ca7b763b45de91383539856c6d6b", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:12:58.986Z", + "created_at": "2022-02-04T21:21:02.936Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -257087,54 +265131,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:58.986Z", + "updated_at": "2022-02-04T21:21:02.936Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/libraries" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/revisions" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/notes" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/property" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/property" }, "data": { - "id": "PR042fcd41353f4b1e94ef98f8acf21911", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/origin" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/origin" }, "data": { - "id": "RL93ec1078d4e541e188cbfbce6029bd7b", + "id": "RL0067ca7b763b45de91383539856c6d6b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/rule_components" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911", - "origin": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b", - "self": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b", - "rule_components": "https://reactor.adobe.io/rules/RL93ec1078d4e541e188cbfbce6029bd7b/rule_components" + "property": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6", + "origin": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b", + "self": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b", + "rule_components": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -257158,14 +265202,14 @@ "relationships": { "extension": { "data": { - "id": "EX16b87adc29bf49c595cd5905d31c4c7f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL93ec1078d4e541e188cbfbce6029bd7b", + "id": "RL0067ca7b763b45de91383539856c6d6b", "type": "rules" } ] @@ -257176,10 +265220,10 @@ }, "response": { "data": { - "id": "RC4cbf156cd07c4bcbbba0bace26431536", + "id": "RC0569e9ddaf864c35b956b29eb281222d", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:12:59.149Z", + "created_at": "2022-02-04T21:21:03.340Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -257192,13 +265236,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:59.149Z", + "updated_at": "2022-02-04T21:21:03.340Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -257207,56 +265251,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension" }, "data": { - "id": "EX81af58eb2bb04ad595f96611ef061433", + "id": "EX1458c013cb414ecda99213351c9a2549", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/extension" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/extension" }, "data": { - "id": "EX16b87adc29bf49c595cd5905d31c4c7f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/notes" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/origin" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/origin" }, "data": { - "id": "RC4cbf156cd07c4bcbbba0bace26431536", + "id": "RC0569e9ddaf864c35b956b29eb281222d", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" }, "data": { - "id": "PR042fcd41353f4b1e94ef98f8acf21911", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/rules" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f", - "origin": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536", - "rules": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/rules", - "self": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536" + "extension": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "origin": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d", + "rules": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules", + "self": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d" }, "meta": { "latest_revision_number": 0 @@ -257274,10 +265318,10 @@ "response": { "data": [ { - "id": "RC4cbf156cd07c4bcbbba0bace26431536", + "id": "RC0569e9ddaf864c35b956b29eb281222d", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:12:59.149Z", + "created_at": "2022-02-04T21:21:03.340Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -257290,13 +265334,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:12:59.149Z", + "updated_at": "2022-02-04T21:21:03.340Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -257305,56 +265349,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension" }, "data": { - "id": "EX81af58eb2bb04ad595f96611ef061433", + "id": "EX1458c013cb414ecda99213351c9a2549", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/extension" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/extension" }, "data": { - "id": "EX16b87adc29bf49c595cd5905d31c4c7f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/notes" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/origin" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/origin" }, "data": { - "id": "RC4cbf156cd07c4bcbbba0bace26431536", + "id": "RC0569e9ddaf864c35b956b29eb281222d", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" }, "data": { - "id": "PR042fcd41353f4b1e94ef98f8acf21911", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/rules" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX16b87adc29bf49c595cd5905d31c4c7f", - "origin": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536", - "rules": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536/rules", - "self": "https://reactor.adobe.io/rule_components/RC4cbf156cd07c4bcbbba0bace26431536" + "extension": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "origin": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d", + "rules": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules", + "self": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d" }, "meta": { "latest_revision_number": 0 @@ -257528,16 +265572,16 @@ "response": { "data": [ { - "id": "PR042fcd41353f4b1e94ef98f8acf21911", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:53.230Z", + "created_at": "2022-02-04T21:20:56.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:53.230Z", + "updated_at": "2022-02-04T21:20:56.471Z", "platform": "web", "development": false, - "token": "ca5a2a8fb928", + "token": "548fb8f2bf66", "domains": [ "example.com" ], @@ -257547,7 +265591,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/company" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -257556,52 +265600,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/callbacks" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/hosts" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/environments" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/libraries" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/data_elements" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/extensions" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/rules" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/notes" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/data_elements", - "environments": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/environments", - "extensions": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/extensions", - "rules": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911/rules", - "self": "https://reactor.adobe.io/properties/PR042fcd41353f4b1e94ef98f8acf21911" + "data_elements": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments", + "extensions": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions", + "rules": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules", + "self": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" }, "meta": { "rights": [ @@ -257630,7 +265674,7 @@ }, { "name": "rule_components.update_a_rule_component", - "endpoint": "/properties/PR042fcd41353f4b1e94ef98f8acf21911", + "endpoint": "/properties/PR79a817596045471098326b2a0a192bd6", "method": "DELETE", "request": null, "response": null, @@ -257677,16 +265721,16 @@ }, "response": { "data": { - "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:59.797Z", + "created_at": "2022-02-04T21:21:04.576Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:59.797Z", + "updated_at": "2022-02-04T21:21:04.576Z", "platform": "web", "development": false, - "token": "b5395ea4e47a", + "token": "ca9d18f63e25", "domains": [ "example.com" ], @@ -257696,7 +265740,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/company" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -257705,52 +265749,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/callbacks" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/hosts" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/environments" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/libraries" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/data_elements" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/extensions" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/rules" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/notes" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/environments", - "extensions": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/extensions", - "rules": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/rules", - "self": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df" + "data_elements": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments", + "extensions": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions", + "rules": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules", + "self": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" }, "meta": { "rights": [ @@ -260223,10 +268267,10 @@ }, "response": { "data": { - "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:13:05.266Z", + "created_at": "2022-02-04T21:21:10.199Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -260234,7 +268278,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:05.266Z", + "updated_at": "2022-02-04T21:21:10.199Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -260244,40 +268288,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/libraries" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/revisions" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/notes" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/property" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/property" }, "data": { - "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/origin" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/origin" }, "data": { - "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -260286,7 +268330,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -260295,9 +268339,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df", - "origin": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404", - "self": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404", + "property": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", + "origin": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "self": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -262725,10 +270769,10 @@ }, "response": { "data": { - "id": "RL8d7eb07eeb894a8eb2afc006b9634614", + "id": "RL1b94ac2896ba48f497d08930de6f202a", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:05.611Z", + "created_at": "2022-02-04T21:21:10.680Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -262736,54 +270780,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:05.611Z", + "updated_at": "2022-02-04T21:21:10.680Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/libraries" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/revisions" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/notes" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/property" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/property" }, "data": { - "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/origin" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/origin" }, "data": { - "id": "RL8d7eb07eeb894a8eb2afc006b9634614", + "id": "RL1b94ac2896ba48f497d08930de6f202a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/rule_components" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df", - "origin": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614", - "self": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614", - "rule_components": "https://reactor.adobe.io/rules/RL8d7eb07eeb894a8eb2afc006b9634614/rule_components" + "property": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", + "origin": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a", + "self": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a", + "rule_components": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/rule_components" }, "meta": { "latest_revision_number": 0 @@ -262807,14 +270851,14 @@ "relationships": { "extension": { "data": { - "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL8d7eb07eeb894a8eb2afc006b9634614", + "id": "RL1b94ac2896ba48f497d08930de6f202a", "type": "rules" } ] @@ -262825,10 +270869,10 @@ }, "response": { "data": { - "id": "RCcced1805b4e44cf7bae933020ae20d45", + "id": "RCd805910675f54b1cb1522bc5461fdb8f", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:05.842Z", + "created_at": "2022-02-04T21:21:10.936Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -262841,13 +270885,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:05.842Z", + "updated_at": "2022-02-04T21:21:10.936Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -262856,56 +270900,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension" }, "data": { - "id": "EX7fc0670d1eaa4c82b27d6e9cd381d902", + "id": "EXeab4aae084014cb0a4df9927b4080cfb", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/extension" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/extension" }, "data": { - "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/notes" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/origin" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/origin" }, "data": { - "id": "RCcced1805b4e44cf7bae933020ae20d45", + "id": "RCd805910675f54b1cb1522bc5461fdb8f", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" }, "data": { - "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/rules" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404", - "origin": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45", - "rules": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/rules", - "self": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45" + "extension": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "origin": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f", + "rules": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules", + "self": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f" }, "meta": { "latest_revision_number": 0 @@ -262926,15 +270970,15 @@ "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" }, "type": "rule_components", - "id": "RCcced1805b4e44cf7bae933020ae20d45" + "id": "RCd805910675f54b1cb1522bc5461fdb8f" } }, "response": { "data": { - "id": "RCcced1805b4e44cf7bae933020ae20d45", + "id": "RCd805910675f54b1cb1522bc5461fdb8f", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:05.842Z", + "created_at": "2022-02-04T21:21:10.936Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -262947,13 +270991,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:06.190Z", + "updated_at": "2022-02-04T21:21:11.435Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -262962,56 +271006,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension" }, "data": { - "id": "EX7fc0670d1eaa4c82b27d6e9cd381d902", + "id": "EXeab4aae084014cb0a4df9927b4080cfb", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/extension" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/extension" }, "data": { - "id": "EXb9b5d7b3f4ed4b33af90b7c36fd25404", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/notes" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/origin" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/origin" }, "data": { - "id": "RCcced1805b4e44cf7bae933020ae20d45", + "id": "RCd805910675f54b1cb1522bc5461fdb8f", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" }, "data": { - "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/rules" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXb9b5d7b3f4ed4b33af90b7c36fd25404", - "origin": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45", - "rules": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45/rules", - "self": "https://reactor.adobe.io/rule_components/RCcced1805b4e44cf7bae933020ae20d45" + "extension": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "origin": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f", + "rules": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules", + "self": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f" }, "meta": { "latest_revision_number": 0 @@ -263175,16 +271219,16 @@ "response": { "data": [ { - "id": "PR9cccfc8a3a1f449c99b3f9148d7ad9df", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:12:59.797Z", + "created_at": "2022-02-04T21:21:04.576Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:12:59.797Z", + "updated_at": "2022-02-04T21:21:04.576Z", "platform": "web", "development": false, - "token": "b5395ea4e47a", + "token": "ca9d18f63e25", "domains": [ "example.com" ], @@ -263194,7 +271238,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/company" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -263203,52 +271247,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/callbacks" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/hosts" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/environments" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/libraries" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/data_elements" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/extensions" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/rules" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/notes" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/environments", - "extensions": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/extensions", - "rules": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df/rules", - "self": "https://reactor.adobe.io/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df" + "data_elements": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments", + "extensions": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions", + "rules": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules", + "self": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" }, "meta": { "rights": [ @@ -263277,7 +271321,7 @@ }, { "name": "rule_components.delete_a_rule_component", - "endpoint": "/properties/PR9cccfc8a3a1f449c99b3f9148d7ad9df", + "endpoint": "/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", "method": "DELETE", "request": null, "response": null, @@ -263324,16 +271368,16 @@ }, "response": { "data": { - "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:06.994Z", + "created_at": "2022-02-04T21:21:12.393Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:06.994Z", + "updated_at": "2022-02-04T21:21:12.393Z", "platform": "web", "development": false, - "token": "88f1a17e3e94", + "token": "9da50d2f8617", "domains": [ "example.com" ], @@ -263343,7 +271387,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/company" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -263352,52 +271396,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/callbacks" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/hosts" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/environments" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/libraries" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/data_elements" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/extensions" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/rules" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/notes" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/environments", - "extensions": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/extensions", - "rules": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/rules", - "self": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa" + "data_elements": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements", + "environments": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments", + "extensions": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions", + "rules": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules", + "self": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" }, "meta": { "rights": [ @@ -265870,10 +273914,10 @@ }, "response": { "data": { - "id": "EX649a763ab5954c98a0da7cdfe9967146", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:13:12.475Z", + "created_at": "2022-02-04T21:21:18.105Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -265881,7 +273925,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:12.475Z", + "updated_at": "2022-02-04T21:21:18.105Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -265891,40 +273935,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/libraries" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/revisions" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/notes" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/property" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/property" }, "data": { - "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/origin" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/origin" }, "data": { - "id": "EX649a763ab5954c98a0da7cdfe9967146", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -265933,7 +273977,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146/extension_package" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -265942,9 +273986,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa", - "origin": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146", - "self": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146", + "property": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71", + "origin": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "self": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -268372,10 +276416,10 @@ }, "response": { "data": { - "id": "RL27bc2ab6ce204027aa12ca277fa2fe26", + "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:12.783Z", + "created_at": "2022-02-04T21:21:18.532Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -268383,54 +276427,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:12.783Z", + "updated_at": "2022-02-04T21:21:18.532Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/libraries" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/revisions" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/notes" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/property" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/property" }, "data": { - "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/origin" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/origin" }, "data": { - "id": "RL27bc2ab6ce204027aa12ca277fa2fe26", + "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/rule_components" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa", - "origin": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26", - "self": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26", - "rule_components": "https://reactor.adobe.io/rules/RL27bc2ab6ce204027aa12ca277fa2fe26/rule_components" + "property": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71", + "origin": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb", + "self": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb", + "rule_components": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/rule_components" }, "meta": { "latest_revision_number": 0 @@ -268454,14 +276498,14 @@ "relationships": { "extension": { "data": { - "id": "EX649a763ab5954c98a0da7cdfe9967146", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL27bc2ab6ce204027aa12ca277fa2fe26", + "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", "type": "rules" } ] @@ -268472,10 +276516,10 @@ }, "response": { "data": { - "id": "RC2b845f4ea7ac4a10b92f14ab99b1f99b", + "id": "RCad0592a15ecd45d286c86d3872606bf9", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:12.983Z", + "created_at": "2022-02-04T21:21:18.812Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -268488,13 +276532,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:12.983Z", + "updated_at": "2022-02-04T21:21:18.812Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -268503,56 +276547,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension" }, "data": { - "id": "EX9501de81e0d146b2887919d31117cd7c", + "id": "EXb2705029ae164c8497d03822020b1eed", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/extension" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/extension" }, "data": { - "id": "EX649a763ab5954c98a0da7cdfe9967146", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/notes" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/origin" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/origin" }, "data": { - "id": "RC2b845f4ea7ac4a10b92f14ab99b1f99b", + "id": "RCad0592a15ecd45d286c86d3872606bf9", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" }, "data": { - "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/rules" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146", - "origin": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b", - "rules": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/rules", - "self": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b" + "extension": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "origin": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9", + "rules": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules", + "self": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9" }, "meta": { "latest_revision_number": 0 @@ -268578,12 +276622,12 @@ "request": null, "response": { "data": { - "id": "RC2b845f4ea7ac4a10b92f14ab99b1f99b", + "id": "RCad0592a15ecd45d286c86d3872606bf9", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:12.983Z", + "created_at": "2022-02-04T21:21:18.812Z", "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": "2022-01-20T22:13:13.208Z", + "deleted_at": "2022-02-04T21:21:19.162Z", "dirty": true, "name": "My Example Click Event", "negate": false, @@ -268594,13 +276638,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:13.268Z", + "updated_at": "2022-02-04T21:21:19.277Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -268609,56 +276653,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension" }, "data": { - "id": "EX9501de81e0d146b2887919d31117cd7c", + "id": "EXb2705029ae164c8497d03822020b1eed", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/extension" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/extension" }, "data": { - "id": "EX649a763ab5954c98a0da7cdfe9967146", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/notes" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/origin" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/origin" }, "data": { - "id": "RC2b845f4ea7ac4a10b92f14ab99b1f99b", + "id": "RCad0592a15ecd45d286c86d3872606bf9", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" }, "data": { - "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/rules" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX649a763ab5954c98a0da7cdfe9967146", - "origin": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b", - "rules": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b/rules", - "self": "https://reactor.adobe.io/rule_components/RC2b845f4ea7ac4a10b92f14ab99b1f99b" + "extension": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "origin": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9", + "rules": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules", + "self": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9" }, "meta": { "latest_revision_number": 0 @@ -268822,16 +276866,16 @@ "response": { "data": [ { - "id": "PRd4dc4884a4a549bfb81dd72f46bc11fa", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:06.994Z", + "created_at": "2022-02-04T21:21:12.393Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:06.994Z", + "updated_at": "2022-02-04T21:21:12.393Z", "platform": "web", "development": false, - "token": "88f1a17e3e94", + "token": "9da50d2f8617", "domains": [ "example.com" ], @@ -268841,7 +276885,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/company" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -268850,52 +276894,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/callbacks" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/hosts" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/environments" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/libraries" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/data_elements" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/extensions" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/rules" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/notes" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/environments", - "extensions": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/extensions", - "rules": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa/rules", - "self": "https://reactor.adobe.io/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa" + "data_elements": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements", + "environments": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments", + "extensions": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions", + "rules": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules", + "self": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" }, "meta": { "rights": [ @@ -268924,7 +276968,7 @@ }, { "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/properties/PRd4dc4884a4a549bfb81dd72f46bc11fa", + "endpoint": "/properties/PR936915ee13104f5192acb884a8cfce71", "method": "DELETE", "request": null, "response": null, @@ -268971,16 +277015,16 @@ }, "response": { "data": { - "id": "PRb47df18e09f8444e888d8cf76ef8b177", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:13.926Z", + "created_at": "2022-02-04T21:21:20.561Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:13.926Z", + "updated_at": "2022-02-04T21:21:20.561Z", "platform": "web", "development": false, - "token": "35f69c38fef6", + "token": "c7ed0e2a1917", "domains": [ "example.com" ], @@ -268990,7 +277034,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/company" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -268999,52 +277043,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/callbacks" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/hosts" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/environments" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/libraries" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/data_elements" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/extensions" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/rules" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/notes" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/environments", - "extensions": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/extensions", - "rules": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/rules", - "self": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177" + "data_elements": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments", + "extensions": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions", + "rules": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules", + "self": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" }, "meta": { "rights": [ @@ -271517,10 +279561,10 @@ }, "response": { "data": { - "id": "EXe8e80d72e3a3401988e63660fd935bfa", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:13:19.495Z", + "created_at": "2022-02-04T21:21:26.179Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -271528,7 +279572,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:19.495Z", + "updated_at": "2022-02-04T21:21:26.179Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -271538,40 +279582,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/libraries" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/revisions" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/notes" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/property" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/property" }, "data": { - "id": "PRb47df18e09f8444e888d8cf76ef8b177", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/origin" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/origin" }, "data": { - "id": "EXe8e80d72e3a3401988e63660fd935bfa", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -271580,7 +279624,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/extension_package" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -271589,9 +279633,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177", - "origin": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", - "self": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", + "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "origin": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "self": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -274019,10 +282063,10 @@ }, "response": { "data": { - "id": "RL87b9d2d0bcf740f284a3a0897a7f6fcb", + "id": "RLb05b210326a749fa870f611817336bec", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:19.780Z", + "created_at": "2022-02-04T21:21:26.539Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -274030,54 +282074,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:19.780Z", + "updated_at": "2022-02-04T21:21:26.539Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/libraries" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/revisions" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/notes" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/property" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/property" }, "data": { - "id": "PRb47df18e09f8444e888d8cf76ef8b177", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/origin" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/origin" }, "data": { - "id": "RL87b9d2d0bcf740f284a3a0897a7f6fcb", + "id": "RLb05b210326a749fa870f611817336bec", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/rule_components" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177", - "origin": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb", - "self": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb", - "rule_components": "https://reactor.adobe.io/rules/RL87b9d2d0bcf740f284a3a0897a7f6fcb/rule_components" + "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "origin": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec", + "self": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec", + "rule_components": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/rule_components" }, "meta": { "latest_revision_number": 0 @@ -274101,14 +282145,14 @@ "relationships": { "extension": { "data": { - "id": "EXe8e80d72e3a3401988e63660fd935bfa", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL87b9d2d0bcf740f284a3a0897a7f6fcb", + "id": "RLb05b210326a749fa870f611817336bec", "type": "rules" } ] @@ -274119,10 +282163,10 @@ }, "response": { "data": { - "id": "RCdf16248d6c604857a27dda43bb71c9fa", + "id": "RC9f299c0b9cf04c08bc18e2c1d3fde61d", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:19.917Z", + "created_at": "2022-02-04T21:21:26.793Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -274135,13 +282179,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:19.917Z", + "updated_at": "2022-02-04T21:21:26.793Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -274150,56 +282194,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/updated_with_extension" }, "data": { - "id": "EX94eb8e0a8f4647ada332bcb81e85f89f", + "id": "EX577b4f4a0a524a08986a612c0ce68c88", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/extension" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/extension" }, "data": { - "id": "EXe8e80d72e3a3401988e63660fd935bfa", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/notes" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/origin" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/origin" }, "data": { - "id": "RCdf16248d6c604857a27dda43bb71c9fa", + "id": "RC9f299c0b9cf04c08bc18e2c1d3fde61d", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" }, "data": { - "id": "PRb47df18e09f8444e888d8cf76ef8b177", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/rules" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", - "origin": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa", - "rules": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa/rules", - "self": "https://reactor.adobe.io/rule_components/RCdf16248d6c604857a27dda43bb71c9fa" + "extension": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "origin": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d", + "rules": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/rules", + "self": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d" }, "meta": { "latest_revision_number": 0 @@ -274216,10 +282260,10 @@ "request": null, "response": { "data": { - "id": "EXe8e80d72e3a3401988e63660fd935bfa", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:13:19.495Z", + "created_at": "2022-02-04T21:21:26.179Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -274227,7 +282271,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:19.495Z", + "updated_at": "2022-02-04T21:21:26.179Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -274237,40 +282281,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/libraries" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/revisions" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/notes" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/property" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/property" }, "data": { - "id": "PRb47df18e09f8444e888d8cf76ef8b177", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/origin" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/origin" }, "data": { - "id": "EXe8e80d72e3a3401988e63660fd935bfa", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -274279,7 +282323,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa/extension_package" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -274288,9 +282332,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177", - "origin": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", - "self": "https://reactor.adobe.io/extensions/EXe8e80d72e3a3401988e63660fd935bfa", + "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "origin": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "self": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -274456,16 +282500,16 @@ "response": { "data": [ { - "id": "PRb47df18e09f8444e888d8cf76ef8b177", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:13.926Z", + "created_at": "2022-02-04T21:21:20.561Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:13.926Z", + "updated_at": "2022-02-04T21:21:20.561Z", "platform": "web", "development": false, - "token": "35f69c38fef6", + "token": "c7ed0e2a1917", "domains": [ "example.com" ], @@ -274475,7 +282519,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/company" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -274484,52 +282528,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/callbacks" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/hosts" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/environments" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/libraries" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/data_elements" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/extensions" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/rules" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/notes" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/environments", - "extensions": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/extensions", - "rules": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177/rules", - "self": "https://reactor.adobe.io/properties/PRb47df18e09f8444e888d8cf76ef8b177" + "data_elements": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments", + "extensions": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions", + "rules": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules", + "self": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" }, "meta": { "rights": [ @@ -274558,7 +282602,7 @@ }, { "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/properties/PRb47df18e09f8444e888d8cf76ef8b177", + "endpoint": "/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", "method": "DELETE", "request": null, "response": null, @@ -274605,16 +282649,16 @@ }, "response": { "data": { - "id": "PR97da7e3886a140a2aa4d7c9b02c70991", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:20.537Z", + "created_at": "2022-02-04T21:21:27.901Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:20.537Z", + "updated_at": "2022-02-04T21:21:27.901Z", "platform": "web", "development": false, - "token": "fa05b063e2cf", + "token": "8bd0d357c87f", "domains": [ "example.com" ], @@ -274624,7 +282668,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/company" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -274633,52 +282677,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/callbacks" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/hosts" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/environments" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/libraries" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/data_elements" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/extensions" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/rules" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/notes" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/data_elements", - "environments": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/environments", - "extensions": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/extensions", - "rules": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/rules", - "self": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" + "data_elements": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules", + "self": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "meta": { "rights": [ @@ -277151,10 +285195,10 @@ }, "response": { "data": { - "id": "EX9a97f306305c4c43afd2f3a75efc8378", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:13:25.959Z", + "created_at": "2022-02-04T21:21:33.897Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -277162,7 +285206,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:25.959Z", + "updated_at": "2022-02-04T21:21:33.897Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -277172,40 +285216,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/libraries" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/revisions" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/notes" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/property" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/property" }, "data": { - "id": "PR97da7e3886a140a2aa4d7c9b02c70991", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/origin" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/origin" }, "data": { - "id": "EX9a97f306305c4c43afd2f3a75efc8378", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -277214,7 +285258,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378/extension_package" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -277223,9 +285267,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991", - "origin": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", - "self": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", + "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", + "origin": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "self": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -279653,10 +287697,10 @@ }, "response": { "data": { - "id": "RLb5d4285016f24c08a61c83e6f26979d6", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:26.378Z", + "created_at": "2022-02-04T21:21:34.670Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -279664,54 +287708,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:26.378Z", + "updated_at": "2022-02-04T21:21:34.670Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/libraries" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/revisions" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/notes" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/property" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/property" }, "data": { - "id": "PR97da7e3886a140a2aa4d7c9b02c70991", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/origin" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/origin" }, "data": { - "id": "RLb5d4285016f24c08a61c83e6f26979d6", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/rule_components" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991", - "origin": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6", - "self": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6", - "rule_components": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6/rule_components" + "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", + "origin": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", + "self": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", + "rule_components": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/rule_components" }, "meta": { "latest_revision_number": 0 @@ -279735,14 +287779,14 @@ "relationships": { "extension": { "data": { - "id": "EX9a97f306305c4c43afd2f3a75efc8378", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLb5d4285016f24c08a61c83e6f26979d6", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules" } ] @@ -279753,10 +287797,10 @@ }, "response": { "data": { - "id": "RC6204765a7faf477ca07471c6b3c91a3a", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:26.589Z", + "created_at": "2022-02-04T21:21:35.056Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -279769,13 +287813,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:26.589Z", + "updated_at": "2022-02-04T21:21:35.056Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -279784,56 +287828,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension" }, "data": { - "id": "EXa0c8d038707a490094a0201920aa5278", + "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/extension" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/extension" }, "data": { - "id": "EX9a97f306305c4c43afd2f3a75efc8378", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/notes" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/origin" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/origin" }, "data": { - "id": "RC6204765a7faf477ca07471c6b3c91a3a", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "data": { - "id": "PR97da7e3886a140a2aa4d7c9b02c70991", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/rules" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", - "origin": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a", - "rules": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/rules", - "self": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a" + "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", + "rules": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules", + "self": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7" }, "meta": { "latest_revision_number": 0 @@ -279854,16 +287898,16 @@ "meta": { "action": "revise" }, - "id": "RLb5d4285016f24c08a61c83e6f26979d6", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules" } }, "response": { "data": { - "id": "RLc861a74c479e4048b7085ab6d8e89596", + "id": "RL9cd74ddbe2884c6cb512ac3d279b6000", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:26.735Z", + "created_at": "2022-02-04T21:21:35.478Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -279871,54 +287915,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:13:26.837Z", + "updated_at": "2022-02-04T21:21:35.818Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/libraries" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/revisions" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/notes" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/property" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/property" }, "data": { - "id": "PR97da7e3886a140a2aa4d7c9b02c70991", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/origin" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/origin" }, "data": { - "id": "RLb5d4285016f24c08a61c83e6f26979d6", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/rule_components" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991", - "origin": "https://reactor.adobe.io/rules/RLb5d4285016f24c08a61c83e6f26979d6", - "self": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596", - "rule_components": "https://reactor.adobe.io/rules/RLc861a74c479e4048b7085ab6d8e89596/rule_components" + "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", + "origin": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", + "self": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000", + "rule_components": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components" }, "meta": { "latest_revision_number": 1 @@ -279930,16 +287974,16 @@ }, { "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/rules/RLc861a74c479e4048b7085ab6d8e89596/rule_components", + "endpoint": "/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components", "method": "GET", "request": null, "response": { "data": [ { - "id": "RC80219df8a6ee49fd81e6237b054430c1", + "id": "RC5cbd6e6ecd914e46af8f7637ed303050", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:26.814Z", + "created_at": "2022-02-04T21:21:35.742Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": false, @@ -279952,13 +287996,13 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:13:26.814Z", + "updated_at": "2022-02-04T21:21:35.742Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -279967,56 +288011,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/updated_with_extension" }, "data": { - "id": "EXa0c8d038707a490094a0201920aa5278", + "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/extension" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/extension" }, "data": { - "id": "EX9a97f306305c4c43afd2f3a75efc8378", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/notes" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/origin" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/origin" }, "data": { - "id": "RC6204765a7faf477ca07471c6b3c91a3a", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "data": { - "id": "PR97da7e3886a140a2aa4d7c9b02c70991", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/rules" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", - "origin": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a", - "rules": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1/rules", - "self": "https://reactor.adobe.io/rule_components/RC80219df8a6ee49fd81e6237b054430c1" + "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", + "rules": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/rules", + "self": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050" }, "meta": { "latest_revision_number": 1 @@ -280043,10 +288087,10 @@ "request": null, "response": { "data": { - "id": "RC6204765a7faf477ca07471c6b3c91a3a", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:26.589Z", + "created_at": "2022-02-04T21:21:35.056Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": false, @@ -280059,13 +288103,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:26.589Z", + "updated_at": "2022-02-04T21:21:35.056Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -280074,56 +288118,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension" }, "data": { - "id": "EXa0c8d038707a490094a0201920aa5278", + "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/extension" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/extension" }, "data": { - "id": "EX9a97f306305c4c43afd2f3a75efc8378", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/notes" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/origin" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/origin" }, "data": { - "id": "RC6204765a7faf477ca07471c6b3c91a3a", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "data": { - "id": "PR97da7e3886a140a2aa4d7c9b02c70991", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/rules" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX9a97f306305c4c43afd2f3a75efc8378", - "origin": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a", - "rules": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a/rules", - "self": "https://reactor.adobe.io/rule_components/RC6204765a7faf477ca07471c6b3c91a3a" + "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", + "rules": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules", + "self": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7" }, "meta": { "latest_revision_number": 1 @@ -280287,16 +288331,16 @@ "response": { "data": [ { - "id": "PR97da7e3886a140a2aa4d7c9b02c70991", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:20.537Z", + "created_at": "2022-02-04T21:21:27.901Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:20.537Z", + "updated_at": "2022-02-04T21:21:27.901Z", "platform": "web", "development": false, - "token": "fa05b063e2cf", + "token": "8bd0d357c87f", "domains": [ "example.com" ], @@ -280306,7 +288350,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/company" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -280315,52 +288359,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/callbacks" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/hosts" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/environments" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/libraries" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/data_elements" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/extensions" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/rules" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/notes" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/data_elements", - "environments": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/environments", - "extensions": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/extensions", - "rules": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991/rules", - "self": "https://reactor.adobe.io/properties/PR97da7e3886a140a2aa4d7c9b02c70991" + "data_elements": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules", + "self": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "meta": { "rights": [ @@ -280389,7 +288433,7 @@ }, { "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/properties/PR97da7e3886a140a2aa4d7c9b02c70991", + "endpoint": "/properties/PRed833e8d813945dc92bb99f4829e18bc", "method": "DELETE", "request": null, "response": null, @@ -280436,16 +288480,16 @@ }, "response": { "data": { - "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:27.497Z", + "created_at": "2022-02-04T21:21:37.568Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:27.497Z", + "updated_at": "2022-02-04T21:21:37.568Z", "platform": "web", "development": false, - "token": "85175c002d3f", + "token": "57ddbd45ff2f", "domains": [ "example.com" ], @@ -280455,7 +288499,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/company" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -280464,52 +288508,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/callbacks" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/hosts" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/environments" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/libraries" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/data_elements" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/extensions" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/rules" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/notes" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/environments", - "extensions": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/extensions", - "rules": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/rules", - "self": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b" + "data_elements": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements", + "environments": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments", + "extensions": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions", + "rules": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules", + "self": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" }, "meta": { "rights": [ @@ -282982,10 +291026,10 @@ }, "response": { "data": { - "id": "EX7d07a7a9319f40aab0af79af4e192f01", + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:13:33.016Z", + "created_at": "2022-02-04T21:21:43.429Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -282993,7 +291037,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:33.016Z", + "updated_at": "2022-02-04T21:21:43.429Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -283003,40 +291047,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/libraries" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/revisions" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/notes" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/property" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/property" }, "data": { - "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/origin" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/origin" }, "data": { - "id": "EX7d07a7a9319f40aab0af79af4e192f01", + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -283045,7 +291089,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01/extension_package" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -283054,9 +291098,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b", - "origin": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01", - "self": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01", + "property": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077", + "origin": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", + "self": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -285484,10 +293528,10 @@ }, "response": { "data": { - "id": "RLaf546d18099246b088964adb2b4af74c", + "id": "RL48318a7e7e7240b690a7fa2bd775d110", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:33.388Z", + "created_at": "2022-02-04T21:21:43.953Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -285495,54 +293539,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:33.388Z", + "updated_at": "2022-02-04T21:21:43.953Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/libraries" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/revisions" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/notes" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/property" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/property" }, "data": { - "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/origin" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/origin" }, "data": { - "id": "RLaf546d18099246b088964adb2b4af74c", + "id": "RL48318a7e7e7240b690a7fa2bd775d110", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/rule_components" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b", - "origin": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c", - "self": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c", - "rule_components": "https://reactor.adobe.io/rules/RLaf546d18099246b088964adb2b4af74c/rule_components" + "property": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077", + "origin": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110", + "self": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110", + "rule_components": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/rule_components" }, "meta": { "latest_revision_number": 0 @@ -285566,14 +293610,14 @@ "relationships": { "extension": { "data": { - "id": "EX7d07a7a9319f40aab0af79af4e192f01", + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLaf546d18099246b088964adb2b4af74c", + "id": "RL48318a7e7e7240b690a7fa2bd775d110", "type": "rules" } ] @@ -285584,10 +293628,10 @@ }, "response": { "data": { - "id": "RC0156c98d225b40d789dcce5104828f32", + "id": "RC23ef63ca67ce420899f2ed664ea2bef3", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:33.597Z", + "created_at": "2022-02-04T21:21:44.407Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -285600,13 +293644,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:33.597Z", + "updated_at": "2022-02-04T21:21:44.407Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -285615,56 +293659,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/updated_with_extension" }, "data": { - "id": "EXd3dd95b1542f4c749380648d200267fa", + "id": "EXb0637dda301440a79848a8959d601c49", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/extension" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/extension" }, "data": { - "id": "EX7d07a7a9319f40aab0af79af4e192f01", + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/notes" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/origin" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/origin" }, "data": { - "id": "RC0156c98d225b40d789dcce5104828f32", + "id": "RC23ef63ca67ce420899f2ed664ea2bef3", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" }, "data": { - "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/rules" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX7d07a7a9319f40aab0af79af4e192f01", - "origin": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32", - "rules": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32/rules", - "self": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32" + "extension": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", + "origin": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3", + "rules": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/rules", + "self": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3" }, "meta": { "latest_revision_number": 0 @@ -285688,28 +293732,28 @@ }, "response": { "data": { - "id": "NT8d6065c5f8aa4191899e6dc3d004b855", + "id": "NT74f12535b060499ea413a0c68d260fac", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:13:33.786Z", + "created_at": "2022-02-04T21:21:44.798Z", "text": "this note on a rule component intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3" }, "data": { - "id": "RC0156c98d225b40d789dcce5104828f32", + "id": "RC23ef63ca67ce420899f2ed664ea2bef3", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RC0156c98d225b40d789dcce5104828f32", - "self": "https://reactor.adobe.io/notes/NT8d6065c5f8aa4191899e6dc3d004b855" + "resource": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3", + "self": "https://reactor.adobe.io/notes/NT74f12535b060499ea413a0c68d260fac" } } }, @@ -285870,16 +293914,16 @@ "response": { "data": [ { - "id": "PR9ed21ddb1d714ca48fcce9b51af0992b", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:27.497Z", + "created_at": "2022-02-04T21:21:37.568Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:27.497Z", + "updated_at": "2022-02-04T21:21:37.568Z", "platform": "web", "development": false, - "token": "85175c002d3f", + "token": "57ddbd45ff2f", "domains": [ "example.com" ], @@ -285889,7 +293933,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/company" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -285898,52 +293942,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/callbacks" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/hosts" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/environments" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/libraries" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/data_elements" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/extensions" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/rules" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/notes" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/environments", - "extensions": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/extensions", - "rules": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b/rules", - "self": "https://reactor.adobe.io/properties/PR9ed21ddb1d714ca48fcce9b51af0992b" + "data_elements": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements", + "environments": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments", + "extensions": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions", + "rules": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules", + "self": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" }, "meta": { "rights": [ @@ -285972,7 +294016,7 @@ }, { "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/properties/PR9ed21ddb1d714ca48fcce9b51af0992b", + "endpoint": "/properties/PRca779c5e28a446148725aaed9d50a077", "method": "DELETE", "request": null, "response": null, @@ -286019,16 +294063,16 @@ }, "response": { "data": { - "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:34.362Z", + "created_at": "2022-02-04T21:21:45.644Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:34.362Z", + "updated_at": "2022-02-04T21:21:45.644Z", "platform": "web", "development": false, - "token": "64044442db11", + "token": "f73ebbf37fac", "domains": [ "example.com" ], @@ -286038,7 +294082,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/company" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -286047,52 +294091,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/callbacks" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/hosts" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/environments" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/libraries" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/data_elements" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/extensions" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/rules" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/notes" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/environments", - "extensions": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/extensions", - "rules": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/rules", - "self": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e" + "data_elements": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules", + "self": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" }, "meta": { "rights": [ @@ -288565,10 +296609,10 @@ }, "response": { "data": { - "id": "EXbd6f4c671c2a4d0a87e818f774b13df6", + "id": "EX1447b7a3919343d4b3a89f0686c40f74", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:13:40.095Z", + "created_at": "2022-02-04T21:21:51.259Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -288576,7 +296620,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:40.095Z", + "updated_at": "2022-02-04T21:21:51.259Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -288586,40 +296630,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/libraries" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/revisions" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/notes" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/property" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/property" }, "data": { - "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/origin" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/origin" }, "data": { - "id": "EXbd6f4c671c2a4d0a87e818f774b13df6", + "id": "EX1447b7a3919343d4b3a89f0686c40f74", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -288628,7 +296672,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6/extension_package" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -288637,9 +296681,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e", - "origin": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6", - "self": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6", + "property": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", + "origin": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", + "self": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -291067,10 +299111,10 @@ }, "response": { "data": { - "id": "RLae7ce84f30304396b1287bb527d93288", + "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:40.490Z", + "created_at": "2022-02-04T21:21:51.630Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -291078,54 +299122,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:40.490Z", + "updated_at": "2022-02-04T21:21:51.630Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/libraries" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/revisions" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/notes" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/property" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/property" }, "data": { - "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/origin" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/origin" }, "data": { - "id": "RLae7ce84f30304396b1287bb527d93288", + "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/rule_components" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e", - "origin": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288", - "self": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288", - "rule_components": "https://reactor.adobe.io/rules/RLae7ce84f30304396b1287bb527d93288/rule_components" + "property": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", + "origin": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c", + "self": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c", + "rule_components": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/rule_components" }, "meta": { "latest_revision_number": 0 @@ -291149,14 +299193,14 @@ "relationships": { "extension": { "data": { - "id": "EXbd6f4c671c2a4d0a87e818f774b13df6", + "id": "EX1447b7a3919343d4b3a89f0686c40f74", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLae7ce84f30304396b1287bb527d93288", + "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", "type": "rules" } ] @@ -291167,10 +299211,10 @@ }, "response": { "data": { - "id": "RCa2409ab16326439d85ac8c365960b198", + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:13:40.680Z", + "created_at": "2022-02-04T21:21:51.870Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -291183,13 +299227,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:40.680Z", + "updated_at": "2022-02-04T21:21:51.870Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -291198,56 +299242,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/updated_with_extension" }, "data": { - "id": "EXcad4f8eca269490689e793daabee97ff", + "id": "EX393cf46db8f94c97aeaaac07632b6ccb", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/extension" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/extension" }, "data": { - "id": "EXbd6f4c671c2a4d0a87e818f774b13df6", + "id": "EX1447b7a3919343d4b3a89f0686c40f74", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/notes" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/origin" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/origin" }, "data": { - "id": "RCa2409ab16326439d85ac8c365960b198", + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" }, "data": { - "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/rules" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXbd6f4c671c2a4d0a87e818f774b13df6", - "origin": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198", - "rules": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198/rules", - "self": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198" + "extension": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", + "origin": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", + "rules": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/rules", + "self": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" }, "meta": { "latest_revision_number": 0 @@ -291271,28 +299315,28 @@ }, "response": { "data": { - "id": "NT778082c1440f428fa8b1c57f0be1443d", + "id": "NTdfc138a2203b4878ae0da67c643c22c7", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:13:40.895Z", + "created_at": "2022-02-04T21:21:52.060Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" }, "data": { - "id": "RCa2409ab16326439d85ac8c365960b198", + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198", - "self": "https://reactor.adobe.io/notes/NT778082c1440f428fa8b1c57f0be1443d" + "resource": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", + "self": "https://reactor.adobe.io/notes/NTdfc138a2203b4878ae0da67c643c22c7" } } }, @@ -291307,28 +299351,28 @@ "response": { "data": [ { - "id": "NT778082c1440f428fa8b1c57f0be1443d", + "id": "NTdfc138a2203b4878ae0da67c643c22c7", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:13:40.895Z", + "created_at": "2022-02-04T21:21:52.060Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" }, "data": { - "id": "RCa2409ab16326439d85ac8c365960b198", + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RCa2409ab16326439d85ac8c365960b198", - "self": "https://reactor.adobe.io/notes/NT778082c1440f428fa8b1c57f0be1443d" + "resource": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", + "self": "https://reactor.adobe.io/notes/NTdfc138a2203b4878ae0da67c643c22c7" } } ], @@ -291499,16 +299543,16 @@ "response": { "data": [ { - "id": "PR9f64cd451bff40f4ac9dc6ac69cb4f7e", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:34.362Z", + "created_at": "2022-02-04T21:21:45.644Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:34.362Z", + "updated_at": "2022-02-04T21:21:45.644Z", "platform": "web", "development": false, - "token": "64044442db11", + "token": "f73ebbf37fac", "domains": [ "example.com" ], @@ -291518,7 +299562,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/company" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -291527,52 +299571,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/callbacks" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/hosts" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/environments" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/libraries" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/data_elements" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/extensions" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/rules" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/notes" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/environments", - "extensions": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/extensions", - "rules": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e/rules", - "self": "https://reactor.adobe.io/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e" + "data_elements": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules", + "self": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" }, "meta": { "rights": [ @@ -291601,7 +299645,7 @@ }, { "name": "rules.create_a_rule", - "endpoint": "/properties/PR9f64cd451bff40f4ac9dc6ac69cb4f7e", + "endpoint": "/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", "method": "DELETE", "request": null, "response": null, @@ -291648,16 +299692,16 @@ }, "response": { "data": { - "id": "PRca7b96ed41524a3682126fdc895921ca", + "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:41.725Z", + "created_at": "2022-02-04T21:21:52.685Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:41.725Z", + "updated_at": "2022-02-04T21:21:52.685Z", "platform": "web", "development": false, - "token": "d8ee6157e695", + "token": "089b4eab036d", "domains": [ "example.com" ], @@ -291667,7 +299711,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/company" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -291676,52 +299720,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/callbacks" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/hosts" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/environments" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/libraries" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/data_elements" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/extensions" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/rules" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/notes" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/data_elements", - "environments": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/environments", - "extensions": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/extensions", - "rules": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/rules", - "self": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca" + "data_elements": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments", + "extensions": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions", + "rules": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules", + "self": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9" }, "meta": { "rights": [ @@ -291752,10 +299796,10 @@ }, "response": { "data": { - "id": "RL4d82ecb3e3d04704a28fdbd794632ad1", + "id": "RL43d52f1a43654a75aefa006e14179f01", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:46.988Z", + "created_at": "2022-02-04T21:21:57.988Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -291763,54 +299807,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:46.988Z", + "updated_at": "2022-02-04T21:21:57.988Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/libraries" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/revisions" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/notes" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/property" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/property" }, "data": { - "id": "PRca7b96ed41524a3682126fdc895921ca", + "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/origin" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/origin" }, "data": { - "id": "RL4d82ecb3e3d04704a28fdbd794632ad1", + "id": "RL43d52f1a43654a75aefa006e14179f01", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/rule_components" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca", - "origin": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1", - "self": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1", - "rule_components": "https://reactor.adobe.io/rules/RL4d82ecb3e3d04704a28fdbd794632ad1/rule_components" + "property": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9", + "origin": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01", + "self": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01", + "rule_components": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/rule_components" }, "meta": { "latest_revision_number": 0 @@ -291974,16 +300018,16 @@ "response": { "data": [ { - "id": "PRca7b96ed41524a3682126fdc895921ca", + "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:41.725Z", + "created_at": "2022-02-04T21:21:52.685Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:41.725Z", + "updated_at": "2022-02-04T21:21:52.685Z", "platform": "web", "development": false, - "token": "d8ee6157e695", + "token": "089b4eab036d", "domains": [ "example.com" ], @@ -291993,7 +300037,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/company" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -292002,52 +300046,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/callbacks" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/hosts" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/environments" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/libraries" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/data_elements" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/extensions" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/rules" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/notes" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/data_elements", - "environments": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/environments", - "extensions": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/extensions", - "rules": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca/rules", - "self": "https://reactor.adobe.io/properties/PRca7b96ed41524a3682126fdc895921ca" + "data_elements": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments", + "extensions": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions", + "rules": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules", + "self": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9" }, "meta": { "rights": [ @@ -292076,7 +300120,7 @@ }, { "name": "rules.get_a_rule", - "endpoint": "/properties/PRca7b96ed41524a3682126fdc895921ca", + "endpoint": "/properties/PR7ef9a2ac35f0469f827c7d18e86514e9", "method": "DELETE", "request": null, "response": null, @@ -292123,16 +300167,16 @@ }, "response": { "data": { - "id": "PR22dd979036964a4999a7149f87cd1170", + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:47.543Z", + "created_at": "2022-02-04T21:21:58.619Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:47.543Z", + "updated_at": "2022-02-04T21:21:58.619Z", "platform": "web", "development": false, - "token": "be5f3f6961e9", + "token": "6c60dda8bd5f", "domains": [ "example.com" ], @@ -292142,7 +300186,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/company" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -292151,52 +300195,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/callbacks" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/hosts" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/environments" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/libraries" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/data_elements" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/extensions" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/rules" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/notes" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/data_elements", - "environments": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/environments", - "extensions": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/extensions", - "rules": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/rules", - "self": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170" + "data_elements": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments", + "extensions": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions", + "rules": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules", + "self": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc" }, "meta": { "rights": [ @@ -292227,10 +300271,10 @@ }, "response": { "data": { - "id": "RL112ea573955d46818f3d5f160ab82012", + "id": "RLd6a0aace32e346749fae142b151a364d", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:52.806Z", + "created_at": "2022-02-04T21:22:03.889Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -292238,54 +300282,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:52.806Z", + "updated_at": "2022-02-04T21:22:03.889Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/libraries" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/revisions" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/notes" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/property" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/property" }, "data": { - "id": "PR22dd979036964a4999a7149f87cd1170", + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/origin" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/origin" }, "data": { - "id": "RL112ea573955d46818f3d5f160ab82012", + "id": "RLd6a0aace32e346749fae142b151a364d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/rule_components" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170", - "origin": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012", - "self": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012", - "rule_components": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/rule_components" + "property": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "origin": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "self": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "rule_components": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" }, "meta": { "latest_revision_number": 0 @@ -292302,10 +300346,10 @@ "request": null, "response": { "data": { - "id": "RL112ea573955d46818f3d5f160ab82012", + "id": "RLd6a0aace32e346749fae142b151a364d", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:52.806Z", + "created_at": "2022-02-04T21:22:03.889Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -292313,54 +300357,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:52.806Z", + "updated_at": "2022-02-04T21:22:03.889Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/libraries" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/revisions" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/notes" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/property" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/property" }, "data": { - "id": "PR22dd979036964a4999a7149f87cd1170", + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/origin" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/origin" }, "data": { - "id": "RL112ea573955d46818f3d5f160ab82012", + "id": "RLd6a0aace32e346749fae142b151a364d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/rule_components" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170", - "origin": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012", - "self": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012", - "rule_components": "https://reactor.adobe.io/rules/RL112ea573955d46818f3d5f160ab82012/rule_components" + "property": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "origin": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "self": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "rule_components": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" }, "meta": { "latest_revision_number": 0 @@ -292524,16 +300568,16 @@ "response": { "data": [ { - "id": "PR22dd979036964a4999a7149f87cd1170", + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:47.543Z", + "created_at": "2022-02-04T21:21:58.619Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:47.543Z", + "updated_at": "2022-02-04T21:21:58.619Z", "platform": "web", "development": false, - "token": "be5f3f6961e9", + "token": "6c60dda8bd5f", "domains": [ "example.com" ], @@ -292543,7 +300587,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/company" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -292552,52 +300596,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/callbacks" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/hosts" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/environments" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/libraries" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/data_elements" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/extensions" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/rules" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/notes" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/data_elements", - "environments": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/environments", - "extensions": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/extensions", - "rules": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170/rules", - "self": "https://reactor.adobe.io/properties/PR22dd979036964a4999a7149f87cd1170" + "data_elements": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments", + "extensions": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions", + "rules": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules", + "self": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc" }, "meta": { "rights": [ @@ -292626,7 +300670,7 @@ }, { "name": "rules.list_rules_for_a_property", - "endpoint": "/properties/PR22dd979036964a4999a7149f87cd1170", + "endpoint": "/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", "method": "DELETE", "request": null, "response": null, @@ -292673,16 +300717,16 @@ }, "response": { "data": { - "id": "PR5d65eacbed2c445795aa2725af3062ff", + "id": "PR4794d32d64264a55bef076dab9698532", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:53.347Z", + "created_at": "2022-02-04T21:22:04.938Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:53.347Z", + "updated_at": "2022-02-04T21:22:04.938Z", "platform": "web", "development": false, - "token": "35385f61a81a", + "token": "bf7572b989f8", "domains": [ "example.com" ], @@ -292692,7 +300736,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/company" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -292701,52 +300745,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/callbacks" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/hosts" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/environments" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/libraries" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/data_elements" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/extensions" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/rules" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/notes" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/environments", - "extensions": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/extensions", - "rules": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/rules", - "self": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff" + "data_elements": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments", + "extensions": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions", + "rules": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules", + "self": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532" }, "meta": { "rights": [ @@ -292777,10 +300821,10 @@ }, "response": { "data": { - "id": "RL2e3e86325bf5420685ed5430efe981cc", + "id": "RL0ba886ae1a4d4570a3a6948730814438", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:58.559Z", + "created_at": "2022-02-04T21:22:10.445Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -292788,54 +300832,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:58.559Z", + "updated_at": "2022-02-04T21:22:10.445Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/libraries" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/revisions" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/notes" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/property" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/property" }, "data": { - "id": "PR5d65eacbed2c445795aa2725af3062ff", + "id": "PR4794d32d64264a55bef076dab9698532", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/origin" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/origin" }, "data": { - "id": "RL2e3e86325bf5420685ed5430efe981cc", + "id": "RL0ba886ae1a4d4570a3a6948730814438", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/rule_components" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff", - "origin": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc", - "self": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc", - "rule_components": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/rule_components" + "property": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532", + "origin": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "self": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "rule_components": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" }, "meta": { "latest_revision_number": 0 @@ -292853,10 +300897,10 @@ "response": { "data": [ { - "id": "RL2e3e86325bf5420685ed5430efe981cc", + "id": "RL0ba886ae1a4d4570a3a6948730814438", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:13:58.559Z", + "created_at": "2022-02-04T21:22:10.445Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -292864,54 +300908,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:13:58.559Z", + "updated_at": "2022-02-04T21:22:10.445Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/libraries" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/revisions" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/notes" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/property" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/property" }, "data": { - "id": "PR5d65eacbed2c445795aa2725af3062ff", + "id": "PR4794d32d64264a55bef076dab9698532", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/origin" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/origin" }, "data": { - "id": "RL2e3e86325bf5420685ed5430efe981cc", + "id": "RL0ba886ae1a4d4570a3a6948730814438", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/rule_components" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff", - "origin": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc", - "self": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc", - "rule_components": "https://reactor.adobe.io/rules/RL2e3e86325bf5420685ed5430efe981cc/rule_components" + "property": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532", + "origin": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "self": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "rule_components": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" }, "meta": { "latest_revision_number": 0 @@ -293085,16 +301129,16 @@ "response": { "data": [ { - "id": "PR5d65eacbed2c445795aa2725af3062ff", + "id": "PR4794d32d64264a55bef076dab9698532", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:53.347Z", + "created_at": "2022-02-04T21:22:04.938Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:53.347Z", + "updated_at": "2022-02-04T21:22:04.938Z", "platform": "web", "development": false, - "token": "35385f61a81a", + "token": "bf7572b989f8", "domains": [ "example.com" ], @@ -293104,7 +301148,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/company" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -293113,52 +301157,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/callbacks" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/hosts" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/environments" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/libraries" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/data_elements" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/extensions" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/rules" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/notes" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/environments", - "extensions": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/extensions", - "rules": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff/rules", - "self": "https://reactor.adobe.io/properties/PR5d65eacbed2c445795aa2725af3062ff" + "data_elements": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments", + "extensions": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions", + "rules": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules", + "self": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532" }, "meta": { "rights": [ @@ -293187,7 +301231,7 @@ }, { "name": "rules.update_a_rule", - "endpoint": "/properties/PR5d65eacbed2c445795aa2725af3062ff", + "endpoint": "/properties/PR4794d32d64264a55bef076dab9698532", "method": "DELETE", "request": null, "response": null, @@ -293234,16 +301278,16 @@ }, "response": { "data": { - "id": "PR0ee28d497c24412393abed379ec53976", + "id": "PRb702ec3407804e2e825a1c1e789213b8", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:59.175Z", + "created_at": "2022-02-04T21:22:11.103Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:59.175Z", + "updated_at": "2022-02-04T21:22:11.103Z", "platform": "web", "development": false, - "token": "221a0ab6e464", + "token": "8741cec2921a", "domains": [ "example.com" ], @@ -293253,7 +301297,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/company" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -293262,52 +301306,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/callbacks" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/hosts" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/environments" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/libraries" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/data_elements" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/extensions" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/rules" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/notes" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/environments", - "extensions": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/extensions", - "rules": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/rules", - "self": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976" + "data_elements": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments", + "extensions": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions", + "rules": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules", + "self": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8" }, "meta": { "rights": [ @@ -293338,10 +301382,10 @@ }, "response": { "data": { - "id": "RL435063015a774eac9621ddfde445d534", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:04.415Z", + "created_at": "2022-02-04T21:22:16.371Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -293349,54 +301393,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:04.415Z", + "updated_at": "2022-02-04T21:22:16.371Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/libraries" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/revisions" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/notes" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/property" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/property" }, "data": { - "id": "PR0ee28d497c24412393abed379ec53976", + "id": "PRb702ec3407804e2e825a1c1e789213b8", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/origin" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/origin" }, "data": { - "id": "RL435063015a774eac9621ddfde445d534", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/rule_components" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976", - "origin": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534", - "self": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534", - "rule_components": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/rule_components" + "property": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8", + "origin": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "self": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "rule_components": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -293415,16 +301459,16 @@ "attributes": { "name": "Test Rule" }, - "id": "RL435063015a774eac9621ddfde445d534", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules" } }, "response": { "data": { - "id": "RL435063015a774eac9621ddfde445d534", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:04.415Z", + "created_at": "2022-02-04T21:22:16.371Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -293432,54 +301476,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:04.531Z", + "updated_at": "2022-02-04T21:22:16.527Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/libraries" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/revisions" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/notes" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/property" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/property" }, "data": { - "id": "PR0ee28d497c24412393abed379ec53976", + "id": "PRb702ec3407804e2e825a1c1e789213b8", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/origin" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/origin" }, "data": { - "id": "RL435063015a774eac9621ddfde445d534", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/rule_components" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976", - "origin": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534", - "self": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534", - "rule_components": "https://reactor.adobe.io/rules/RL435063015a774eac9621ddfde445d534/rule_components" + "property": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8", + "origin": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "self": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "rule_components": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -293643,16 +301687,16 @@ "response": { "data": [ { - "id": "PR0ee28d497c24412393abed379ec53976", + "id": "PRb702ec3407804e2e825a1c1e789213b8", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:13:59.175Z", + "created_at": "2022-02-04T21:22:11.103Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:13:59.175Z", + "updated_at": "2022-02-04T21:22:11.103Z", "platform": "web", "development": false, - "token": "221a0ab6e464", + "token": "8741cec2921a", "domains": [ "example.com" ], @@ -293662,7 +301706,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/company" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -293671,52 +301715,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/callbacks" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/hosts" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/environments" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/libraries" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/data_elements" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/extensions" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/rules" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/notes" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/environments", - "extensions": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/extensions", - "rules": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976/rules", - "self": "https://reactor.adobe.io/properties/PR0ee28d497c24412393abed379ec53976" + "data_elements": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments", + "extensions": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions", + "rules": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules", + "self": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8" }, "meta": { "rights": [ @@ -293745,7 +301789,7 @@ }, { "name": "rules.delete_a_rule", - "endpoint": "/properties/PR0ee28d497c24412393abed379ec53976", + "endpoint": "/properties/PRb702ec3407804e2e825a1c1e789213b8", "method": "DELETE", "request": null, "response": null, @@ -293792,16 +301836,16 @@ }, "response": { "data": { - "id": "PR2c0ba9f8881040ac961c2924b453c5b5", + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:04.986Z", + "created_at": "2022-02-04T21:22:17.328Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:04.986Z", + "updated_at": "2022-02-04T21:22:17.328Z", "platform": "web", "development": false, - "token": "f5263636da71", + "token": "a6967cab34a3", "domains": [ "example.com" ], @@ -293811,7 +301855,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/company" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -293820,52 +301864,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/callbacks" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/hosts" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/environments" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/libraries" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/data_elements" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/extensions" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/rules" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/notes" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/environments", - "extensions": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/extensions", - "rules": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/rules", - "self": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5" + "data_elements": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments", + "extensions": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions", + "rules": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules", + "self": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1" }, "meta": { "rights": [ @@ -293896,10 +301940,10 @@ }, "response": { "data": { - "id": "RL40f6e98fef24407a9eda79d2fef7a9d9", + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:10.191Z", + "created_at": "2022-02-04T21:22:22.621Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -293907,54 +301951,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:10.191Z", + "updated_at": "2022-02-04T21:22:22.621Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/libraries" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/revisions" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/notes" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/property" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/property" }, "data": { - "id": "PR2c0ba9f8881040ac961c2924b453c5b5", + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/origin" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/origin" }, "data": { - "id": "RL40f6e98fef24407a9eda79d2fef7a9d9", + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/rule_components" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5", - "origin": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9", - "self": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9", - "rule_components": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/rule_components" + "property": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1", + "origin": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "self": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "rule_components": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" }, "meta": { "latest_revision_number": 0 @@ -293980,69 +302024,69 @@ "request": null, "response": { "data": { - "id": "RL40f6e98fef24407a9eda79d2fef7a9d9", + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:10.191Z", - "deleted_at": "2022-01-20T22:14:10.313Z", + "created_at": "2022-02-04T21:22:22.621Z", + "deleted_at": "2022-02-04T21:22:22.795Z", "dirty": true, "enabled": true, "name": "Example Rule", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:10.336Z", + "updated_at": "2022-02-04T21:22:22.852Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/libraries" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/revisions" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/notes" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/property" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/property" }, "data": { - "id": "PR2c0ba9f8881040ac961c2924b453c5b5", + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/origin" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/origin" }, "data": { - "id": "RL40f6e98fef24407a9eda79d2fef7a9d9", + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/rule_components" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5", - "origin": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9", - "self": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9", - "rule_components": "https://reactor.adobe.io/rules/RL40f6e98fef24407a9eda79d2fef7a9d9/rule_components" + "property": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1", + "origin": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "self": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "rule_components": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" }, "meta": { "latest_revision_number": 0, - "deleted_at": "2022-01-20T22:14:10.313Z" + "deleted_at": "2022-02-04T21:22:22.795Z" } } }, @@ -294203,16 +302247,16 @@ "response": { "data": [ { - "id": "PR2c0ba9f8881040ac961c2924b453c5b5", + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:04.986Z", + "created_at": "2022-02-04T21:22:17.328Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:04.986Z", + "updated_at": "2022-02-04T21:22:17.328Z", "platform": "web", "development": false, - "token": "f5263636da71", + "token": "a6967cab34a3", "domains": [ "example.com" ], @@ -294222,7 +302266,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/company" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -294231,52 +302275,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/callbacks" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/hosts" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/environments" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/libraries" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/data_elements" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/extensions" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/rules" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/notes" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/environments", - "extensions": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/extensions", - "rules": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5/rules", - "self": "https://reactor.adobe.io/properties/PR2c0ba9f8881040ac961c2924b453c5b5" + "data_elements": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments", + "extensions": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions", + "rules": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules", + "self": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1" }, "meta": { "rights": [ @@ -294305,7 +302349,7 @@ }, { "name": "rules.revise_a_rule", - "endpoint": "/properties/PR2c0ba9f8881040ac961c2924b453c5b5", + "endpoint": "/properties/PR481782ef3fea4e0fb29c584499ffe7c1", "method": "DELETE", "request": null, "response": null, @@ -294352,16 +302396,16 @@ }, "response": { "data": { - "id": "PRc71754d59de34352a2523506664beaed", + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:10.880Z", + "created_at": "2022-02-04T21:22:23.703Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:10.880Z", + "updated_at": "2022-02-04T21:22:23.703Z", "platform": "web", "development": false, - "token": "feea373edfe8", + "token": "ceae7642fa4c", "domains": [ "example.com" ], @@ -294371,7 +302415,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/company" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -294380,52 +302424,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/callbacks" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/hosts" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/environments" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/libraries" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/data_elements" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/extensions" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/rules" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/notes" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/environments", - "extensions": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/extensions", - "rules": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/rules", - "self": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed" + "data_elements": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments", + "extensions": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions", + "rules": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules", + "self": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb" }, "meta": { "rights": [ @@ -294456,10 +302500,10 @@ }, "response": { "data": { - "id": "RLb2fb488aacd94a4ea4169d8433203f18", + "id": "RL9b61883c50f6400dbfbafd95360be68b", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:16.107Z", + "created_at": "2022-02-04T21:22:29.055Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -294467,54 +302511,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:16.107Z", + "updated_at": "2022-02-04T21:22:29.055Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/libraries" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/revisions" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/notes" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/property" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/property" }, "data": { - "id": "PRc71754d59de34352a2523506664beaed", + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/origin" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/origin" }, "data": { - "id": "RLb2fb488aacd94a4ea4169d8433203f18", + "id": "RL9b61883c50f6400dbfbafd95360be68b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/rule_components" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed", - "origin": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18", - "self": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18", - "rule_components": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18/rule_components" + "property": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "origin": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", + "self": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", + "rule_components": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -294535,16 +302579,16 @@ "meta": { "action": "revise" }, - "id": "RLb2fb488aacd94a4ea4169d8433203f18", + "id": "RL9b61883c50f6400dbfbafd95360be68b", "type": "rules" } }, "response": { "data": { - "id": "RL5b0109743a7947e791a261bed0289b93", + "id": "RL04a3a8c6340a42adb95d936cefbd8d8c", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:16.237Z", + "created_at": "2022-02-04T21:22:29.238Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -294552,54 +302596,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:14:16.237Z", + "updated_at": "2022-02-04T21:22:29.238Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/libraries" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/revisions" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/notes" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/property" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/property" }, "data": { - "id": "PRc71754d59de34352a2523506664beaed", + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/origin" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/origin" }, "data": { - "id": "RLb2fb488aacd94a4ea4169d8433203f18", + "id": "RL9b61883c50f6400dbfbafd95360be68b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/rule_components" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed", - "origin": "https://reactor.adobe.io/rules/RLb2fb488aacd94a4ea4169d8433203f18", - "self": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93", - "rule_components": "https://reactor.adobe.io/rules/RL5b0109743a7947e791a261bed0289b93/rule_components" + "property": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "origin": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", + "self": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c", + "rule_components": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/rule_components" }, "meta": { "latest_revision_number": 1 @@ -294763,16 +302807,16 @@ "response": { "data": [ { - "id": "PRc71754d59de34352a2523506664beaed", + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:10.880Z", + "created_at": "2022-02-04T21:22:23.703Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:10.880Z", + "updated_at": "2022-02-04T21:22:23.703Z", "platform": "web", "development": false, - "token": "feea373edfe8", + "token": "ceae7642fa4c", "domains": [ "example.com" ], @@ -294782,7 +302826,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/company" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -294791,52 +302835,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/callbacks" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/hosts" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/environments" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/libraries" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/data_elements" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/extensions" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/rules" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/notes" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/environments", - "extensions": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/extensions", - "rules": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed/rules", - "self": "https://reactor.adobe.io/properties/PRc71754d59de34352a2523506664beaed" + "data_elements": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments", + "extensions": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions", + "rules": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules", + "self": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb" }, "meta": { "rights": [ @@ -294865,7 +302909,7 @@ }, { "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/properties/PRc71754d59de34352a2523506664beaed", + "endpoint": "/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "method": "DELETE", "request": null, "response": null, @@ -294912,16 +302956,16 @@ }, "response": { "data": { - "id": "PR8a5381c6151f408eadd55f5da0692297", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:16.702Z", + "created_at": "2022-02-04T21:22:29.858Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:16.702Z", + "updated_at": "2022-02-04T21:22:29.858Z", "platform": "web", "development": false, - "token": "5a2380d5da69", + "token": "aa8891f71a21", "domains": [ "example.com" ], @@ -294931,7 +302975,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/company" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -294940,52 +302984,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/callbacks" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/hosts" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/environments" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/libraries" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/data_elements" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/extensions" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/rules" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/notes" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/environments", - "extensions": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/extensions", - "rules": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/rules", - "self": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297" + "data_elements": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments", + "extensions": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions", + "rules": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules", + "self": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0" }, "meta": { "rights": [ @@ -295016,10 +303060,10 @@ }, "response": { "data": { - "id": "RLd211cd5a9a7d4783a725e98c82e0e372", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:21.971Z", + "created_at": "2022-02-04T21:22:35.243Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -295027,54 +303071,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:21.971Z", + "updated_at": "2022-02-04T21:22:35.243Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/libraries" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/revisions" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/notes" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/property" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/property" }, "data": { - "id": "PR8a5381c6151f408eadd55f5da0692297", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/origin" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/origin" }, "data": { - "id": "RLd211cd5a9a7d4783a725e98c82e0e372", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/rule_components" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297", - "origin": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", - "self": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", - "rule_components": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/rule_components" + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "rule_components": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" }, "meta": { "latest_revision_number": 0 @@ -295095,16 +303139,16 @@ "meta": { "action": "revise" }, - "id": "RLd211cd5a9a7d4783a725e98c82e0e372", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "response": { "data": { - "id": "RL89b483ee5f7b4e3388dfe8f87002c7fd", + "id": "RL27ab1476fa1d41858385f85b37a856b7", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:22.110Z", + "created_at": "2022-02-04T21:22:35.429Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -295112,54 +303156,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:14:22.110Z", + "updated_at": "2022-02-04T21:22:35.429Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/libraries" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/revisions" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/notes" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/property" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/property" }, "data": { - "id": "PR8a5381c6151f408eadd55f5da0692297", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/origin" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/origin" }, "data": { - "id": "RLd211cd5a9a7d4783a725e98c82e0e372", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/rule_components" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297", - "origin": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", - "self": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd", - "rule_components": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/rule_components" + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7", + "rule_components": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" }, "meta": { "latest_revision_number": 1 @@ -295177,130 +303221,130 @@ "response": { "data": [ { - "id": "RLd211cd5a9a7d4783a725e98c82e0e372", + "id": "RL27ab1476fa1d41858385f85b37a856b7", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:21.971Z", + "created_at": "2022-02-04T21:22:35.429Z", "deleted_at": null, "dirty": false, "enabled": true, "name": "Example Rule", "published": false, "published_at": null, - "revision_number": 0, - "updated_at": "2022-01-20T22:14:21.971Z", + "revision_number": 1, + "updated_at": "2022-02-04T21:22:35.429Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/libraries" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/revisions" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/notes" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/property" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/property" }, "data": { - "id": "PR8a5381c6151f408eadd55f5da0692297", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/origin" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/origin" }, "data": { - "id": "RLd211cd5a9a7d4783a725e98c82e0e372", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/rule_components" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297", - "origin": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", - "self": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", - "rule_components": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372/rule_components" + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7", + "rule_components": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" }, "meta": { "latest_revision_number": 1 } }, { - "id": "RL89b483ee5f7b4e3388dfe8f87002c7fd", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:22.110Z", + "created_at": "2022-02-04T21:22:35.243Z", "deleted_at": null, "dirty": false, "enabled": true, "name": "Example Rule", "published": false, "published_at": null, - "revision_number": 1, - "updated_at": "2022-01-20T22:14:22.110Z", + "revision_number": 0, + "updated_at": "2022-02-04T21:22:35.243Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/libraries" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/revisions" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/notes" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/property" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/property" }, "data": { - "id": "PR8a5381c6151f408eadd55f5da0692297", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/origin" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/origin" }, "data": { - "id": "RLd211cd5a9a7d4783a725e98c82e0e372", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/rule_components" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297", - "origin": "https://reactor.adobe.io/rules/RLd211cd5a9a7d4783a725e98c82e0e372", - "self": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd", - "rule_components": "https://reactor.adobe.io/rules/RL89b483ee5f7b4e3388dfe8f87002c7fd/rule_components" + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "rule_components": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" }, "meta": { "latest_revision_number": 1 @@ -295474,16 +303518,16 @@ "response": { "data": [ { - "id": "PR8a5381c6151f408eadd55f5da0692297", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:16.702Z", + "created_at": "2022-02-04T21:22:29.858Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:16.702Z", + "updated_at": "2022-02-04T21:22:29.858Z", "platform": "web", "development": false, - "token": "5a2380d5da69", + "token": "aa8891f71a21", "domains": [ "example.com" ], @@ -295493,7 +303537,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/company" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -295502,52 +303546,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/callbacks" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/hosts" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/environments" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/libraries" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/data_elements" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/extensions" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/rules" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/notes" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/environments", - "extensions": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/extensions", - "rules": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297/rules", - "self": "https://reactor.adobe.io/properties/PR8a5381c6151f408eadd55f5da0692297" + "data_elements": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments", + "extensions": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions", + "rules": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules", + "self": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0" }, "meta": { "rights": [ @@ -295576,7 +303620,7 @@ }, { "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/properties/PR8a5381c6151f408eadd55f5da0692297", + "endpoint": "/properties/PRccb07101b50842899aa33345568c82f0", "method": "DELETE", "request": null, "response": null, @@ -295623,16 +303667,16 @@ }, "response": { "data": { - "id": "PRf34fac9d57064c02ba30331a98820339", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:22.687Z", + "created_at": "2022-02-04T21:22:36.502Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:22.687Z", + "updated_at": "2022-02-04T21:22:36.502Z", "platform": "web", "development": false, - "token": "8ba112cc2d0d", + "token": "358e2aa8b503", "domains": [ "example.com" ], @@ -295642,7 +303686,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/company" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -295651,52 +303695,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/hosts" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/environments" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/libraries" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/extensions" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/rules" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/notes" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/environments", - "extensions": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/extensions", - "rules": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/rules", - "self": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339" + "data_elements": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules", + "self": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80" }, "meta": { "rights": [ @@ -295727,10 +303771,10 @@ }, "response": { "data": { - "id": "RL370826788c0744cc8367b1b5284054f4", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:27.930Z", + "created_at": "2022-02-04T21:22:41.823Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -295738,54 +303782,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:27.930Z", + "updated_at": "2022-02-04T21:22:41.823Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/libraries" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/revisions" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/notes" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/property" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/property" }, "data": { - "id": "PRf34fac9d57064c02ba30331a98820339", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/origin" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/origin" }, "data": { - "id": "RL370826788c0744cc8367b1b5284054f4", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/rule_components" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339", - "origin": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", - "self": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", - "rule_components": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/rule_components" + "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "self": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "rule_components": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" }, "meta": { "latest_revision_number": 0 @@ -295806,16 +303850,16 @@ "meta": { "action": "revise" }, - "id": "RL370826788c0744cc8367b1b5284054f4", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules" } }, "response": { "data": { - "id": "RLe43ac377e07b4c659f0d95586ba54311", + "id": "RL2289889ccb234b9b8a85f8e213e6166f", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:28.053Z", + "created_at": "2022-02-04T21:22:42.014Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -295823,54 +303867,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:14:28.053Z", + "updated_at": "2022-02-04T21:22:42.014Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/libraries" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/revisions" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/notes" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/property" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/property" }, "data": { - "id": "PRf34fac9d57064c02ba30331a98820339", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/origin" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/origin" }, "data": { - "id": "RL370826788c0744cc8367b1b5284054f4", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/rule_components" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339", - "origin": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", - "self": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311", - "rule_components": "https://reactor.adobe.io/rules/RLe43ac377e07b4c659f0d95586ba54311/rule_components" + "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "self": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f", + "rule_components": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/rule_components" }, "meta": { "latest_revision_number": 1 @@ -295887,10 +303931,10 @@ "request": null, "response": { "data": { - "id": "RL370826788c0744cc8367b1b5284054f4", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:27.930Z", + "created_at": "2022-02-04T21:22:41.823Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -295898,54 +303942,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:27.930Z", + "updated_at": "2022-02-04T21:22:41.823Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/libraries" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/revisions" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/notes" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/property" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/property" }, "data": { - "id": "PRf34fac9d57064c02ba30331a98820339", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/origin" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/origin" }, "data": { - "id": "RL370826788c0744cc8367b1b5284054f4", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/rule_components" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339", - "origin": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", - "self": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4", - "rule_components": "https://reactor.adobe.io/rules/RL370826788c0744cc8367b1b5284054f4/rule_components" + "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "self": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "rule_components": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" }, "meta": { "latest_revision_number": 1 @@ -296109,16 +304153,16 @@ "response": { "data": [ { - "id": "PRf34fac9d57064c02ba30331a98820339", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:22.687Z", + "created_at": "2022-02-04T21:22:36.502Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:22.687Z", + "updated_at": "2022-02-04T21:22:36.502Z", "platform": "web", "development": false, - "token": "8ba112cc2d0d", + "token": "358e2aa8b503", "domains": [ "example.com" ], @@ -296128,7 +304172,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/company" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -296137,52 +304181,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/hosts" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/environments" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/libraries" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/extensions" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/rules" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/notes" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/environments", - "extensions": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/extensions", - "rules": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339/rules", - "self": "https://reactor.adobe.io/properties/PRf34fac9d57064c02ba30331a98820339" + "data_elements": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules", + "self": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80" }, "meta": { "rights": [ @@ -296211,7 +304255,7 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/PRf34fac9d57064c02ba30331a98820339", + "endpoint": "/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "method": "DELETE", "request": null, "response": null, @@ -296258,16 +304302,16 @@ }, "response": { "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:28.561Z", + "created_at": "2022-02-04T21:22:42.802Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:28.561Z", + "updated_at": "2022-02-04T21:22:42.802Z", "platform": "web", "development": false, - "token": "26e2bceb3850", + "token": "dd180595c160", "domains": [ "example.com" ], @@ -296277,7 +304321,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/company" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -296286,52 +304330,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/callbacks" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/hosts" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/environments" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/libraries" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/data_elements" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/extensions" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/rules" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/notes" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/environments", - "extensions": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/extensions", - "rules": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/rules", - "self": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b" + "data_elements": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments", + "extensions": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions", + "rules": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules", + "self": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5" }, "meta": { "rights": [ @@ -296362,10 +304406,10 @@ }, "response": { "data": { - "id": "RL078cc280bce74986b967cfb7e9e8f961", + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:33.909Z", + "created_at": "2022-02-04T21:22:48.082Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -296373,54 +304417,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:33.909Z", + "updated_at": "2022-02-04T21:22:48.082Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/libraries" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/revisions" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/notes" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/property" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/origin" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/origin" }, "data": { - "id": "RL078cc280bce74986b967cfb7e9e8f961", + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/rule_components" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "origin": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961", - "self": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961", - "rule_components": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961/rule_components" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", + "self": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", + "rule_components": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/rule_components" }, "meta": { "latest_revision_number": 0 @@ -296441,16 +304485,16 @@ "meta": { "action": "revise" }, - "id": "RL078cc280bce74986b967cfb7e9e8f961", + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", "type": "rules" } }, "response": { "data": { - "id": "RL467c9b533a3145198bbc7e3fabe196ce", + "id": "RL19f12c9040fd4a73b1e7d87c8d6ccaf0", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:34.053Z", + "created_at": "2022-02-04T21:22:48.212Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -296458,54 +304502,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:14:34.053Z", + "updated_at": "2022-02-04T21:22:48.212Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/libraries" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/revisions" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/notes" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/property" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/origin" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/origin" }, "data": { - "id": "RL078cc280bce74986b967cfb7e9e8f961", + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/rule_components" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "origin": "https://reactor.adobe.io/rules/RL078cc280bce74986b967cfb7e9e8f961", - "self": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce", - "rule_components": "https://reactor.adobe.io/rules/RL467c9b533a3145198bbc7e3fabe196ce/rule_components" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", + "self": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0", + "rule_components": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/rule_components" }, "meta": { "latest_revision_number": 1 @@ -298971,10 +307015,10 @@ }, "response": { "data": { - "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:14:34.380Z", + "created_at": "2022-02-04T21:22:48.600Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -298982,7 +307026,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:34.380Z", + "updated_at": "2022-02-04T21:22:48.600Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -298992,40 +307036,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/libraries" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/revisions" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/notes" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/property" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/origin" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/origin" }, "data": { - "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -299034,7 +307078,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632/extension_package" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -299043,9 +307087,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "origin": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632", - "self": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632", + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", + "self": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -301466,14 +309510,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2022-01-20 15:14:34 -0700", + "name": "My Data Element 2022-02-04 14:22:48 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } } @@ -301483,18 +309527,18 @@ }, "response": { "data": { - "id": "DE77772bbbdbdd49eea61dac2499b08510", + "id": "DE986c371d78b8483f900af7b2a48c4ab1", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:14:34.695Z", + "created_at": "2022-02-04T21:22:48.998Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2022-01-20 15:14:34 -0700", + "name": "My Data Element 2022-02-04 14:22:48 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:34.695Z", + "updated_at": "2022-02-04T21:22:48.998Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -301506,49 +309550,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/libraries" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/revisions" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/notes" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/property" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/origin" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/origin" }, "data": { - "id": "DE77772bbbdbdd49eea61dac2499b08510", + "id": "DE986c371d78b8483f900af7b2a48c4ab1", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/extension" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/extension" }, "data": { - "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -301557,19 +309601,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/updated_with_extension" }, "data": { - "id": "EX7741367ce407458d81a28ef96bc00fb8", + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "origin": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510", - "self": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510", - "extension": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", + "self": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", + "extension": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b" }, "meta": { "latest_revision_number": 0 @@ -301590,24 +309634,24 @@ "meta": { "action": "revise" }, - "id": "DE77772bbbdbdd49eea61dac2499b08510", + "id": "DE986c371d78b8483f900af7b2a48c4ab1", "type": "data_elements" } }, "response": { "data": { - "id": "DE2ec4071a78f44671b650c6ec1652fa5a", + "id": "DEb6124b46c05c495588a9dbcb6f0a5c05", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:14:34.835Z", + "created_at": "2022-02-04T21:22:49.171Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2022-01-20 15:14:34 -0700", + "name": "My Data Element 2022-02-04 14:22:48 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:14:34.835Z", + "updated_at": "2022-02-04T21:22:49.171Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -301619,49 +309663,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/notes" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/property" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/origin" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/origin" }, "data": { - "id": "DE77772bbbdbdd49eea61dac2499b08510", + "id": "DE986c371d78b8483f900af7b2a48c4ab1", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/extension" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/extension" }, "data": { - "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -301670,19 +309714,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/updated_with_extension" }, "data": { - "id": "EX7741367ce407458d81a28ef96bc00fb8", + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "origin": "https://reactor.adobe.io/data_elements/DE77772bbbdbdd49eea61dac2499b08510", - "self": "https://reactor.adobe.io/data_elements/DE2ec4071a78f44671b650c6ec1652fa5a", - "extension": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", + "self": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05", + "extension": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b" }, "meta": { "latest_revision_number": 1 @@ -301703,16 +309747,16 @@ "meta": { "action": "revise" }, - "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "response": { "data": { - "id": "EX7741367ce407458d81a28ef96bc00fb8", + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:14:34.396Z", + "created_at": "2022-02-04T21:22:48.626Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -301720,7 +309764,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2022-01-20T22:14:34.396Z", + "updated_at": "2022-02-04T21:22:48.626Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -301730,40 +309774,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/libraries" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/revisions" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/notes" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/property" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/origin" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/origin" }, "data": { - "id": "EX58a62d1df4a1418e8a94b27eeaa6a632", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -301772,7 +309816,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8/extension_package" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -301781,9 +309825,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "origin": "https://reactor.adobe.io/extensions/EX58a62d1df4a1418e8a94b27eeaa6a632", - "self": "https://reactor.adobe.io/extensions/EX7741367ce407458d81a28ef96bc00fb8", + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", + "self": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -301808,7 +309852,7 @@ "data_elements": { "data": [ { - "id": "DE2ec4071a78f44671b650c6ec1652fa5a", + "id": "DEb6124b46c05c495588a9dbcb6f0a5c05", "type": "data_elements" } ] @@ -301816,7 +309860,7 @@ "extensions": { "data": [ { - "id": "EX7741367ce407458d81a28ef96bc00fb8", + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", "type": "extensions" } ] @@ -301824,7 +309868,7 @@ "rules": { "data": [ { - "id": "RL467c9b533a3145198bbc7e3fabe196ce", + "id": "RL19f12c9040fd4a73b1e7d87c8d6ccaf0", "type": "rules" } ] @@ -301835,49 +309879,49 @@ }, "response": { "data": { - "id": "LB5af3e9484288461d825cf74dacc29b97", + "id": "LB62f977184c404e02a7ff83bf0ccb189d", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:14:35.129Z", + "created_at": "2022-02-04T21:22:49.422Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:14:35.129Z", + "updated_at": "2022-02-04T21:22:49.422Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/builds" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/extensions", - "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/extensions", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/notes" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/rules", - "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/rules", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/rules" } }, "upstream_library": { @@ -301885,23 +309929,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/property" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97/last_build" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "self": "https://reactor.adobe.io/libraries/LB5af3e9484288461d825cf74dacc29b97" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d" }, "meta": { "build_status": null, @@ -301914,7 +309958,7 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/hosts", + "endpoint": "/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts", "method": "POST", "request": { "data": { @@ -301927,33 +309971,33 @@ }, "response": { "data": { - "id": "HTab68037510dc44dab5d5b4e683c2a579", + "id": "HT8e309ac8f849474e95b083cf87394191", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:14:35.299Z", + "created_at": "2022-02-04T21:22:49.634Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2022-01-20T22:14:35.299Z", + "updated_at": "2022-02-04T21:22:49.634Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTab68037510dc44dab5d5b4e683c2a579/property" + "related": "https://reactor.adobe.io/hosts/HT8e309ac8f849474e95b083cf87394191/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "self": "https://reactor.adobe.io/hosts/HTab68037510dc44dab5d5b4e683c2a579" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/hosts/HT8e309ac8f849474e95b083cf87394191" } } }, @@ -301973,7 +310017,7 @@ "relationships": { "host": { "data": { - "id": "HTab68037510dc44dab5d5b4e683c2a579", + "id": "HT8e309ac8f849474e95b083cf87394191", "type": "hosts" } } @@ -301983,81 +310027,81 @@ }, "response": { "data": { - "id": "EN47773fd645444107821c806e2bf076db", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:14:35.401Z", - "library_path": "17e0df72ece8/26e2bceb3850", - "library_name": "launch-04f5f796e0cc-development.min.js", + "created_at": "2022-02-04T21:22:49.751Z", + "library_path": "17e0df72ece8/dd180595c160", + "library_name": "launch-5dabdc25d4ac-development.min.js", "library_entry_points": [ { - "library_name": "launch-04f5f796e0cc-development.min.js", + "library_name": "launch-5dabdc25d4ac-development.min.js", "minified": true, "references": [ - "17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js" + "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js" ], - "license_path": "17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.js" + "license_path": "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" }, { - "library_name": "launch-04f5f796e0cc-development.js", + "library_name": "launch-5dabdc25d4ac-development.js", "minified": false, "references": [ - "17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.js" + "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2022-01-20T22:14:35.401Z", + "updated_at": "2022-02-04T21:22:49.751Z", "status": "succeeded", - "token": "04f5f796e0cc" + "token": "5dabdc25d4ac" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/library" + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/builds" + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/host", - "self": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/relationships/host" + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/host", + "self": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/relationships/host" }, "data": { - "id": "HTab68037510dc44dab5d5b4e683c2a579", + "id": "HT8e309ac8f849474e95b083cf87394191", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db/property" + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "self": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675" }, "meta": { "archive_encrypted": false, "script_sources": [ { "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.js" + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" } ] } @@ -302080,49 +310124,49 @@ }, "response": { "data": { - "id": "LB71462707c4174f8fbfa6d403159f88cd", + "id": "LBdf9ffc0d4927456c844930a8883f4236", "type": "libraries", "attributes": { - "created_at": "2022-01-20T22:14:35.483Z", + "created_at": "2022-02-04T21:22:49.880Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2022-01-20T22:14:35.483Z", + "updated_at": "2022-02-04T21:22:49.880Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/builds" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/data_elements", - "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/data_elements", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/extensions", - "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/extensions", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/notes" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/rules", - "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/rules", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/rules" } }, "upstream_library": { @@ -302130,23 +310174,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/property" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/last_build" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", - "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236" }, "meta": { "build_status": null, @@ -302163,18 +310207,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN47773fd645444107821c806e2bf076db", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" } }, "response": { "data": { - "id": "EN47773fd645444107821c806e2bf076db", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/environment", - "self": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/environment", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/environment" } }, "response_code": 200, @@ -302187,66 +310231,66 @@ "request": null, "response": { "data": { - "id": "BL2e91f2af3d8b46c5a9140222449d8f4f", + "id": "BL171960ef770c42968b6ab1a66311a69a", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:14:35.744Z", + "created_at": "2022-02-04T21:22:50.324Z", "status": "pending", - "updated_at": "2022-01-20T22:14:35.744Z", - "token": "91f975b29159" + "updated_at": "2022-02-04T21:22:50.324Z", + "token": "bb218511f70f" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/data_elements" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/extensions" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/rules" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/environment" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" }, "data": { - "id": "EN47773fd645444107821c806e2bf076db", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/library" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" }, "data": { - "id": "LB71462707c4174f8fbfa6d403159f88cd", + "id": "LBdf9ffc0d4927456c844930a8883f4236", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/property" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db", - "library": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd", - "self": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f" + "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", + "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", + "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/91f975b29159/launch-04f5f796e0cc-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -302257,71 +310301,71 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f", + "endpoint": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a", "method": "GET", "request": null, "response": { "data": { - "id": "BL2e91f2af3d8b46c5a9140222449d8f4f", + "id": "BL171960ef770c42968b6ab1a66311a69a", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:14:35.744Z", + "created_at": "2022-02-04T21:22:50.324Z", "status": "pending", - "updated_at": "2022-01-20T22:14:35.744Z", - "token": "91f975b29159" + "updated_at": "2022-02-04T21:22:50.324Z", + "token": "bb218511f70f" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/data_elements" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/extensions" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/rules" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/environment" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" }, "data": { - "id": "EN47773fd645444107821c806e2bf076db", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/library" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" }, "data": { - "id": "LB71462707c4174f8fbfa6d403159f88cd", + "id": "LBdf9ffc0d4927456c844930a8883f4236", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/property" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db", - "library": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd", - "self": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f" + "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", + "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", + "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/91f975b29159/launch-04f5f796e0cc-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -302332,71 +310376,71 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f", + "endpoint": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a", "method": "GET", "request": null, "response": { "data": { - "id": "BL2e91f2af3d8b46c5a9140222449d8f4f", + "id": "BL171960ef770c42968b6ab1a66311a69a", "type": "builds", "attributes": { - "created_at": "2022-01-20T22:14:35.744Z", + "created_at": "2022-02-04T21:22:50.324Z", "status": "succeeded", - "updated_at": "2022-01-20T22:14:37.291Z", - "token": "91f975b29159" + "updated_at": "2022-02-04T21:22:52.852Z", + "token": "bb218511f70f" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/data_elements" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/extensions" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/rules" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/environment" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" }, "data": { - "id": "EN47773fd645444107821c806e2bf076db", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/library" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" }, "data": { - "id": "LB71462707c4174f8fbfa6d403159f88cd", + "id": "LBdf9ffc0d4927456c844930a8883f4236", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f/property" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" }, "data": { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN47773fd645444107821c806e2bf076db", - "library": "https://reactor.adobe.io/libraries/LB71462707c4174f8fbfa6d403159f88cd", - "self": "https://reactor.adobe.io/builds/BL2e91f2af3d8b46c5a9140222449d8f4f" + "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", + "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", + "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/launch-04f5f796e0cc-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/26e2bceb3850/91f975b29159/launch-04f5f796e0cc-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -302581,16 +310625,16 @@ "response": { "data": [ { - "id": "PR7b1eb7396aac4d4c81222b9329a3f85b", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:28.561Z", + "created_at": "2022-02-04T21:22:42.802Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:28.561Z", + "updated_at": "2022-02-04T21:22:42.802Z", "platform": "web", "development": false, - "token": "26e2bceb3850", + "token": "dd180595c160", "domains": [ "example.com" ], @@ -302600,7 +310644,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/company" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -302609,52 +310653,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/callbacks" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/hosts" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/environments" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/libraries" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/data_elements" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/extensions" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/rules" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/notes" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/environments", - "extensions": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/extensions", - "rules": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b/rules", - "self": "https://reactor.adobe.io/properties/PR7b1eb7396aac4d4c81222b9329a3f85b" + "data_elements": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments", + "extensions": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions", + "rules": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules", + "self": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5" }, "meta": { "rights": [ @@ -302683,7 +310727,7 @@ }, { "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/properties/PR7b1eb7396aac4d4c81222b9329a3f85b", + "endpoint": "/properties/PRf55e8d65d71b439385ad265ce4359ea5", "method": "DELETE", "request": null, "response": null, @@ -302730,16 +310774,16 @@ }, "response": { "data": { - "id": "PR79d0150efb1a43ea85ec6b98d897259a", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:41.427Z", + "created_at": "2022-02-04T21:22:56.726Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:41.427Z", + "updated_at": "2022-02-04T21:22:56.726Z", "platform": "web", "development": false, - "token": "bd849f64ef09", + "token": "cbdb43353d13", "domains": [ "example.com" ], @@ -302749,7 +310793,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/company" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -302758,52 +310802,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/callbacks" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/hosts" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/environments" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/libraries" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/data_elements" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/extensions" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/rules" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/notes" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/environments", - "extensions": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/extensions", - "rules": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/rules", - "self": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a" + "data_elements": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements", + "environments": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments", + "extensions": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions", + "rules": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules", + "self": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" }, "meta": { "rights": [ @@ -305276,10 +313320,10 @@ }, "response": { "data": { - "id": "EXedabeb2134ed4eaea5f29cea71fc2390", + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:14:46.835Z", + "created_at": "2022-02-04T21:23:02.544Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -305287,7 +313331,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:46.835Z", + "updated_at": "2022-02-04T21:23:02.544Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -305297,40 +313341,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/libraries" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/revisions" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/notes" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/property" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/property" }, "data": { - "id": "PR79d0150efb1a43ea85ec6b98d897259a", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/origin" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/origin" }, "data": { - "id": "EXedabeb2134ed4eaea5f29cea71fc2390", + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -305339,7 +313383,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390/extension_package" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -305348,9 +313392,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a", - "origin": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390", - "self": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390", + "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", + "origin": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", + "self": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -307778,10 +315822,10 @@ }, "response": { "data": { - "id": "RL008b4365d96c474db3410121b5427403", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:47.164Z", + "created_at": "2022-02-04T21:23:03.102Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -307789,54 +315833,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:47.164Z", + "updated_at": "2022-02-04T21:23:03.102Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/libraries" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/revisions" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/notes" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/property" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/property" }, "data": { - "id": "PR79d0150efb1a43ea85ec6b98d897259a", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/origin" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/origin" }, "data": { - "id": "RL008b4365d96c474db3410121b5427403", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/rule_components" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a", - "origin": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403", - "self": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403", - "rule_components": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/rule_components" + "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", + "origin": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "self": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "rule_components": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" }, "meta": { "latest_revision_number": 0 @@ -307860,14 +315904,14 @@ "relationships": { "extension": { "data": { - "id": "EXedabeb2134ed4eaea5f29cea71fc2390", + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL008b4365d96c474db3410121b5427403", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules" } ] @@ -307878,10 +315922,10 @@ }, "response": { "data": { - "id": "RCc551c92595584774977ab0118b23eaa8", + "id": "RC54e71ca24ef74605bb295a18047b7057", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:14:47.383Z", + "created_at": "2022-02-04T21:23:03.335Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -307894,13 +315938,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:47.383Z", + "updated_at": "2022-02-04T21:23:03.335Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -307909,56 +315953,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/updated_with_extension" }, "data": { - "id": "EX18b5fad0a2fc4f508f5135921d537aea", + "id": "EX1e6744f1f08f44faa1a01930e3d0fa01", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/extension" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/extension" }, "data": { - "id": "EXedabeb2134ed4eaea5f29cea71fc2390", + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/notes" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/origin" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/origin" }, "data": { - "id": "RCc551c92595584774977ab0118b23eaa8", + "id": "RC54e71ca24ef74605bb295a18047b7057", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" }, "data": { - "id": "PR79d0150efb1a43ea85ec6b98d897259a", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/rules" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXedabeb2134ed4eaea5f29cea71fc2390", - "origin": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8", - "rules": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8/rules", - "self": "https://reactor.adobe.io/rule_components/RCc551c92595584774977ab0118b23eaa8" + "extension": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", + "origin": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057", + "rules": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/rules", + "self": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057" }, "meta": { "latest_revision_number": 0 @@ -307976,10 +316020,10 @@ "response": { "data": [ { - "id": "RL008b4365d96c474db3410121b5427403", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:47.164Z", + "created_at": "2022-02-04T21:23:03.102Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -307987,54 +316031,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:47.402Z", + "updated_at": "2022-02-04T21:23:03.362Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/libraries" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/revisions" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/notes" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/property" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/property" }, "data": { - "id": "PR79d0150efb1a43ea85ec6b98d897259a", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/origin" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/origin" }, "data": { - "id": "RL008b4365d96c474db3410121b5427403", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/rule_components" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a", - "origin": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403", - "self": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403", - "rule_components": "https://reactor.adobe.io/rules/RL008b4365d96c474db3410121b5427403/rule_components" + "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", + "origin": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "self": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "rule_components": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" }, "meta": { "latest_revision_number": 0 @@ -308199,16 +316243,16 @@ "response": { "data": [ { - "id": "PR79d0150efb1a43ea85ec6b98d897259a", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:41.427Z", + "created_at": "2022-02-04T21:22:56.726Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:41.427Z", + "updated_at": "2022-02-04T21:22:56.726Z", "platform": "web", "development": false, - "token": "bd849f64ef09", + "token": "cbdb43353d13", "domains": [ "example.com" ], @@ -308218,7 +316262,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/company" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308227,52 +316271,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/callbacks" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/hosts" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/environments" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/libraries" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/data_elements" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/extensions" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/rules" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/notes" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/environments", - "extensions": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/extensions", - "rules": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a/rules", - "self": "https://reactor.adobe.io/properties/PR79d0150efb1a43ea85ec6b98d897259a" + "data_elements": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements", + "environments": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments", + "extensions": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions", + "rules": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules", + "self": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" }, "meta": { "rights": [ @@ -308301,7 +316345,7 @@ }, { "name": "rules.create_a_note_on_a_rule", - "endpoint": "/properties/PR79d0150efb1a43ea85ec6b98d897259a", + "endpoint": "/properties/PR711358f8465945bd9d42630e0c18cf16", "method": "DELETE", "request": null, "response": null, @@ -308348,16 +316392,16 @@ }, "response": { "data": { - "id": "PR5ce8f2a952344f78b04c3ec41cf43fd9", + "id": "PRcd63fd622baf4b75bdd81c80a7618db8", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:47.969Z", + "created_at": "2022-02-04T21:23:04.265Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:47.969Z", + "updated_at": "2022-02-04T21:23:04.265Z", "platform": "web", "development": false, - "token": "2c488b03d905", + "token": "31ab3be54223", "domains": [ "example.com" ], @@ -308367,7 +316411,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/company" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308376,52 +316420,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/callbacks" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/hosts" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/environments" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/libraries" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/data_elements" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/extensions" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/rules" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/notes" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/environments", - "extensions": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/extensions", - "rules": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/rules", - "self": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9" + "data_elements": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments", + "extensions": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions", + "rules": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules", + "self": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8" }, "meta": { "rights": [ @@ -308452,10 +316496,10 @@ }, "response": { "data": { - "id": "RLd6c34daa7a094f87816e2ff16f32115a", + "id": "RLb4aff450a7fb4f6196fecb61a843b155", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:53.171Z", + "created_at": "2022-02-04T21:23:09.554Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -308463,54 +316507,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:53.171Z", + "updated_at": "2022-02-04T21:23:09.554Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/libraries" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/revisions" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/notes" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/property" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/property" }, "data": { - "id": "PR5ce8f2a952344f78b04c3ec41cf43fd9", + "id": "PRcd63fd622baf4b75bdd81c80a7618db8", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/origin" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/origin" }, "data": { - "id": "RLd6c34daa7a094f87816e2ff16f32115a", + "id": "RLb4aff450a7fb4f6196fecb61a843b155", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/rule_components" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9", - "origin": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a", - "self": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a", - "rule_components": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a/rule_components" + "property": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8", + "origin": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", + "self": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", + "rule_components": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/rule_components" }, "meta": { "latest_revision_number": 0 @@ -308534,28 +316578,28 @@ }, "response": { "data": { - "id": "NT22179834ab38410093f45105b810ba8c", + "id": "NT3e54b7aeb3b1464c9581970c372565bb", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:14:53.266Z", + "created_at": "2022-02-04T21:23:09.735Z", "text": "this note on a rule intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155" }, "data": { - "id": "RLd6c34daa7a094f87816e2ff16f32115a", + "id": "RLb4aff450a7fb4f6196fecb61a843b155", "type": "rules" } } }, "links": { - "resource": "https://reactor.adobe.io/rules/RLd6c34daa7a094f87816e2ff16f32115a", - "self": "https://reactor.adobe.io/notes/NT22179834ab38410093f45105b810ba8c" + "resource": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", + "self": "https://reactor.adobe.io/notes/NT3e54b7aeb3b1464c9581970c372565bb" } } }, @@ -308716,16 +316760,16 @@ "response": { "data": [ { - "id": "PR5ce8f2a952344f78b04c3ec41cf43fd9", + "id": "PRcd63fd622baf4b75bdd81c80a7618db8", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:47.969Z", + "created_at": "2022-02-04T21:23:04.265Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:47.969Z", + "updated_at": "2022-02-04T21:23:04.265Z", "platform": "web", "development": false, - "token": "2c488b03d905", + "token": "31ab3be54223", "domains": [ "example.com" ], @@ -308735,7 +316779,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/company" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308744,52 +316788,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/callbacks" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/hosts" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/environments" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/libraries" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/data_elements" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/extensions" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/rules" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/notes" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/environments", - "extensions": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/extensions", - "rules": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9/rules", - "self": "https://reactor.adobe.io/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9" + "data_elements": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments", + "extensions": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions", + "rules": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules", + "self": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8" }, "meta": { "rights": [ @@ -308818,7 +316862,7 @@ }, { "name": "rules.list_notes_for_a_rule", - "endpoint": "/properties/PR5ce8f2a952344f78b04c3ec41cf43fd9", + "endpoint": "/properties/PRcd63fd622baf4b75bdd81c80a7618db8", "method": "DELETE", "request": null, "response": null, @@ -308865,16 +316909,16 @@ }, "response": { "data": { - "id": "PRd256a13657724feba12916d0eab865d8", + "id": "PRffc1b75b6b5246ea84baf83acb337bb5", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:53.701Z", + "created_at": "2022-02-04T21:23:10.382Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:53.701Z", + "updated_at": "2022-02-04T21:23:10.382Z", "platform": "web", "development": false, - "token": "6cfd7927ac71", + "token": "c3e224582a35", "domains": [ "example.com" ], @@ -308884,7 +316928,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/company" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308893,52 +316937,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/callbacks" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/hosts" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/environments" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/libraries" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/data_elements" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/extensions" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/rules" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/notes" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/environments", - "extensions": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/extensions", - "rules": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/rules", - "self": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8" + "data_elements": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments", + "extensions": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions", + "rules": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules", + "self": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5" }, "meta": { "rights": [ @@ -308969,10 +317013,10 @@ }, "response": { "data": { - "id": "RL5ff0167712b74c1f842a7f1470e101aa", + "id": "RL1ed5886135c143bf96a19c91b087da53", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:14:58.944Z", + "created_at": "2022-02-04T21:23:15.727Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -308980,54 +317024,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:14:58.944Z", + "updated_at": "2022-02-04T21:23:15.727Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/libraries" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/revisions" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/notes" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/property" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/property" }, "data": { - "id": "PRd256a13657724feba12916d0eab865d8", + "id": "PRffc1b75b6b5246ea84baf83acb337bb5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/origin" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/origin" }, "data": { - "id": "RL5ff0167712b74c1f842a7f1470e101aa", + "id": "RL1ed5886135c143bf96a19c91b087da53", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/rule_components" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8", - "origin": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa", - "self": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa", - "rule_components": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa/rule_components" + "property": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5", + "origin": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "self": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "rule_components": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/rule_components" }, "meta": { "latest_revision_number": 0 @@ -309051,28 +317095,28 @@ }, "response": { "data": { - "id": "NTd9ed586a094d4958a6b185c425b4eb99", + "id": "NT75fa0b8f90d54899814946bb442cefef", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:14:59.056Z", + "created_at": "2022-02-04T21:23:15.896Z", "text": "this is a note on a rule" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53" }, "data": { - "id": "RL5ff0167712b74c1f842a7f1470e101aa", + "id": "RL1ed5886135c143bf96a19c91b087da53", "type": "rules" } } }, "links": { - "resource": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa", - "self": "https://reactor.adobe.io/notes/NTd9ed586a094d4958a6b185c425b4eb99" + "resource": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "self": "https://reactor.adobe.io/notes/NT75fa0b8f90d54899814946bb442cefef" } } }, @@ -309087,28 +317131,28 @@ "response": { "data": [ { - "id": "NTd9ed586a094d4958a6b185c425b4eb99", + "id": "NT75fa0b8f90d54899814946bb442cefef", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:14:59.056Z", + "created_at": "2022-02-04T21:23:15.896Z", "text": "this is a note on a rule" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53" }, "data": { - "id": "RL5ff0167712b74c1f842a7f1470e101aa", + "id": "RL1ed5886135c143bf96a19c91b087da53", "type": "rules" } } }, "links": { - "resource": "https://reactor.adobe.io/rules/RL5ff0167712b74c1f842a7f1470e101aa", - "self": "https://reactor.adobe.io/notes/NTd9ed586a094d4958a6b185c425b4eb99" + "resource": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "self": "https://reactor.adobe.io/notes/NT75fa0b8f90d54899814946bb442cefef" } } ], @@ -309279,16 +317323,16 @@ "response": { "data": [ { - "id": "PRd256a13657724feba12916d0eab865d8", + "id": "PRffc1b75b6b5246ea84baf83acb337bb5", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:53.701Z", + "created_at": "2022-02-04T21:23:10.382Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:53.701Z", + "updated_at": "2022-02-04T21:23:10.382Z", "platform": "web", "development": false, - "token": "6cfd7927ac71", + "token": "c3e224582a35", "domains": [ "example.com" ], @@ -309298,7 +317342,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/company" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309307,52 +317351,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/callbacks" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/hosts" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/environments" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/libraries" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/data_elements" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/extensions" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/rules" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/notes" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/environments", - "extensions": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/extensions", - "rules": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8/rules", - "self": "https://reactor.adobe.io/properties/PRd256a13657724feba12916d0eab865d8" + "data_elements": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments", + "extensions": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions", + "rules": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules", + "self": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5" }, "meta": { "rights": [ @@ -309381,7 +317425,7 @@ }, { "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/properties/PRd256a13657724feba12916d0eab865d8", + "endpoint": "/properties/PRffc1b75b6b5246ea84baf83acb337bb5", "method": "DELETE", "request": null, "response": null, @@ -309428,16 +317472,16 @@ }, "response": { "data": { - "id": "PR023470a1e1224699a1af34b46275baea", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:59.545Z", + "created_at": "2022-02-04T21:23:16.632Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:59.545Z", + "updated_at": "2022-02-04T21:23:16.632Z", "platform": "web", "development": false, - "token": "504ec3ec3bb9", + "token": "9b62c7ebb2b8", "domains": [ "example.com" ], @@ -309447,7 +317491,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/company" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309456,52 +317500,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/callbacks" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/hosts" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/environments" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/libraries" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/data_elements" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/extensions" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/rules" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/notes" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/data_elements", - "environments": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/environments", - "extensions": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/extensions", - "rules": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/rules", - "self": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea" + "data_elements": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments", + "extensions": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions", + "rules": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules", + "self": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" }, "meta": { "rights": [ @@ -311974,10 +320018,10 @@ }, "response": { "data": { - "id": "EX5fcdb2c6c4904842a06b1e59b245dd73", + "id": "EX7e97f33bb690459baef17337059e326a", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:15:04.997Z", + "created_at": "2022-02-04T21:23:22.344Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -311985,7 +320029,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:15:04.997Z", + "updated_at": "2022-02-04T21:23:22.344Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -311995,40 +320039,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/libraries" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/revisions" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/notes" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/property" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/property" }, "data": { - "id": "PR023470a1e1224699a1af34b46275baea", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/origin" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/origin" }, "data": { - "id": "EX5fcdb2c6c4904842a06b1e59b245dd73", + "id": "EX7e97f33bb690459baef17337059e326a", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -312037,7 +320081,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -312046,9 +320090,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea", - "origin": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73", - "self": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73", + "property": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41", + "origin": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", + "self": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -314476,10 +322520,10 @@ }, "response": { "data": { - "id": "RL2f13c09bff3f43ffac4a033ac3fbe73e", + "id": "RL8efca21bcb8e4ac284cc212c71397fc1", "type": "rules", "attributes": { - "created_at": "2022-01-20T22:15:05.273Z", + "created_at": "2022-02-04T21:23:23.045Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -314487,54 +322531,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:15:05.273Z", + "updated_at": "2022-02-04T21:23:23.045Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/libraries" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/revisions" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/notes" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/property" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/property" }, "data": { - "id": "PR023470a1e1224699a1af34b46275baea", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/origin" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/origin" }, "data": { - "id": "RL2f13c09bff3f43ffac4a033ac3fbe73e", + "id": "RL8efca21bcb8e4ac284cc212c71397fc1", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/rule_components" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea", - "origin": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e", - "self": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e", - "rule_components": "https://reactor.adobe.io/rules/RL2f13c09bff3f43ffac4a033ac3fbe73e/rule_components" + "property": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41", + "origin": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1", + "self": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1", + "rule_components": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/rule_components" }, "meta": { "latest_revision_number": 0 @@ -314558,14 +322602,14 @@ "relationships": { "extension": { "data": { - "id": "EX5fcdb2c6c4904842a06b1e59b245dd73", + "id": "EX7e97f33bb690459baef17337059e326a", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL2f13c09bff3f43ffac4a033ac3fbe73e", + "id": "RL8efca21bcb8e4ac284cc212c71397fc1", "type": "rules" } ] @@ -314576,10 +322620,10 @@ }, "response": { "data": { - "id": "RCa99f873e8b39484da66d6dd63255812b", + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", "type": "rule_components", "attributes": { - "created_at": "2022-01-20T22:15:05.443Z", + "created_at": "2022-02-04T21:23:23.250Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -314592,13 +322636,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:15:05.443Z", + "updated_at": "2022-02-04T21:23:23.250Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -314607,56 +322651,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/updated_with_extension" }, "data": { - "id": "EX64ef972f48e746f491ac4a3a05d5331f", + "id": "EX8b59e0e9749a42d986a1ea867666c00c", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/extension" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/extension" }, "data": { - "id": "EX5fcdb2c6c4904842a06b1e59b245dd73", + "id": "EX7e97f33bb690459baef17337059e326a", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/notes" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/origin" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/origin" }, "data": { - "id": "RCa99f873e8b39484da66d6dd63255812b", + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" }, "data": { - "id": "PR023470a1e1224699a1af34b46275baea", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/rules" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX5fcdb2c6c4904842a06b1e59b245dd73", - "origin": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b", - "rules": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b/rules", - "self": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b" + "extension": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", + "origin": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", + "rules": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/rules", + "self": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" }, "meta": { "latest_revision_number": 0 @@ -314680,28 +322724,28 @@ }, "response": { "data": { - "id": "NTc95af036ab964631bc1b801d7632ccdd", + "id": "NT202b039a024048028e60898084f961a1", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:15:05.594Z", + "created_at": "2022-02-04T21:23:23.469Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" }, "data": { - "id": "RCa99f873e8b39484da66d6dd63255812b", + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b", - "self": "https://reactor.adobe.io/notes/NTc95af036ab964631bc1b801d7632ccdd" + "resource": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", + "self": "https://reactor.adobe.io/notes/NT202b039a024048028e60898084f961a1" } } }, @@ -314716,28 +322760,28 @@ "response": { "data": [ { - "id": "NTc95af036ab964631bc1b801d7632ccdd", + "id": "NT202b039a024048028e60898084f961a1", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:15:05.594Z", + "created_at": "2022-02-04T21:23:23.469Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" }, "data": { - "id": "RCa99f873e8b39484da66d6dd63255812b", + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RCa99f873e8b39484da66d6dd63255812b", - "self": "https://reactor.adobe.io/notes/NTc95af036ab964631bc1b801d7632ccdd" + "resource": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", + "self": "https://reactor.adobe.io/notes/NT202b039a024048028e60898084f961a1" } } ], @@ -314908,16 +322952,16 @@ "response": { "data": [ { - "id": "PR023470a1e1224699a1af34b46275baea", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:14:59.545Z", + "created_at": "2022-02-04T21:23:16.632Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:14:59.545Z", + "updated_at": "2022-02-04T21:23:16.632Z", "platform": "web", "development": false, - "token": "504ec3ec3bb9", + "token": "9b62c7ebb2b8", "domains": [ "example.com" ], @@ -314927,7 +322971,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/company" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -314936,52 +322980,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/callbacks" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/hosts" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/environments" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/libraries" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/data_elements" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/extensions" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/rules" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/notes" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/data_elements", - "environments": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/environments", - "extensions": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/extensions", - "rules": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea/rules", - "self": "https://reactor.adobe.io/properties/PR023470a1e1224699a1af34b46275baea" + "data_elements": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments", + "extensions": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions", + "rules": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules", + "self": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" }, "meta": { "rights": [ @@ -315010,7 +323054,7 @@ }, { "name": "search.perform_a_search", - "endpoint": "/properties/PR023470a1e1224699a1af34b46275baea", + "endpoint": "/properties/PR06567dbf2b364045b058dc7076f2df41", "method": "DELETE", "request": null, "response": null, @@ -315057,16 +323101,16 @@ }, "response": { "data": { - "id": "PRb302b2979c894d4b99c8aba27e73fc0f", + "id": "PR2327712414f942e19c5015ea0e37e0d4", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:06.173Z", + "created_at": "2022-02-04T21:23:24.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:15:06.173Z", + "updated_at": "2022-02-04T21:23:24.471Z", "platform": "web", "development": false, - "token": "5f7e8e3089e2", + "token": "4bf8249a6f8e", "domains": [ "example.com" ], @@ -315076,7 +323120,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/company" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315085,52 +323129,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/callbacks" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/hosts" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/libraries" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/notes" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments", - "extensions": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions", - "rules": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules", - "self": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f" + "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", + "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", + "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", + "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" }, "meta": { "rights": [ @@ -315163,16 +323207,16 @@ "response": { "data": [ { - "id": "PRb302b2979c894d4b99c8aba27e73fc0f", + "id": "PR2327712414f942e19c5015ea0e37e0d4", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:06.173Z", + "created_at": "2022-02-04T21:23:24.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:15:06.173Z", + "updated_at": "2022-02-04T21:23:24.471Z", "platform": "web", "development": false, - "token": "5f7e8e3089e2", + "token": "4bf8249a6f8e", "domains": [ "example.com" ], @@ -315182,7 +323226,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/company" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315191,52 +323235,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/callbacks" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/hosts" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/libraries" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/notes" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments", - "extensions": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions", - "rules": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules", - "self": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f" + "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", + "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", + "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", + "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" }, "meta": { "match_score": 3.1645029 @@ -315404,16 +323448,16 @@ "response": { "data": [ { - "id": "PRb302b2979c894d4b99c8aba27e73fc0f", + "id": "PR2327712414f942e19c5015ea0e37e0d4", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:06.173Z", + "created_at": "2022-02-04T21:23:24.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2022-01-20T22:15:06.173Z", + "updated_at": "2022-02-04T21:23:24.471Z", "platform": "web", "development": false, - "token": "5f7e8e3089e2", + "token": "4bf8249a6f8e", "domains": [ "example.com" ], @@ -315423,7 +323467,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/company" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315432,52 +323476,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/callbacks" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/hosts" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/libraries" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/notes" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/environments", - "extensions": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/extensions", - "rules": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f/rules", - "self": "https://reactor.adobe.io/properties/PRb302b2979c894d4b99c8aba27e73fc0f" + "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", + "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", + "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", + "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" }, "meta": { "rights": [ @@ -315506,7 +323550,7 @@ }, { "name": "secrets.create_a_secret", - "endpoint": "/properties/PRb302b2979c894d4b99c8aba27e73fc0f", + "endpoint": "/properties/PR2327712414f942e19c5015ea0e37e0d4", "method": "DELETE", "request": null, "response": null, @@ -315550,21 +323594,21 @@ }, "response": { "data": { - "id": "PR59d89b62578440b48cf79e9190aed5ab", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:12.296Z", + "created_at": "2022-02-04T21:23:30.646Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:12.296Z", + "updated_at": "2022-02-04T21:23:30.646Z", "platform": "edge", "development": false, - "token": "1e4d1560cf68" + "token": "764c65ecdedc" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/company" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315573,52 +323617,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/callbacks" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/hosts" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/environments" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/libraries" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/data_elements" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/extensions" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/rules" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/notes" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/data_elements", - "environments": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/environments", - "extensions": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/extensions", - "rules": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/rules", - "self": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab" + "data_elements": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments", + "extensions": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions", + "rules": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules", + "self": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4" }, "meta": { "rights": [ @@ -315637,7 +323681,7 @@ }, { "name": "secrets.create_a_secret", - "endpoint": "/properties/PR59d89b62578440b48cf79e9190aed5ab/hosts", + "endpoint": "/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts", "method": "POST", "request": { "data": { @@ -315650,33 +323694,33 @@ }, "response": { "data": { - "id": "HT58106f984b7440ee8ff282e5102219fd", + "id": "HTebd50f9362ce48bd8c949894357e6248", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:15:17.493Z", + "created_at": "2022-02-04T21:23:35.970Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:15:17.493Z", + "updated_at": "2022-02-04T21:23:35.970Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT58106f984b7440ee8ff282e5102219fd/property" + "related": "https://reactor.adobe.io/hosts/HTebd50f9362ce48bd8c949894357e6248/property" }, "data": { - "id": "PR59d89b62578440b48cf79e9190aed5ab", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab", - "self": "https://reactor.adobe.io/hosts/HT58106f984b7440ee8ff282e5102219fd" + "property": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", + "self": "https://reactor.adobe.io/hosts/HTebd50f9362ce48bd8c949894357e6248" } } }, @@ -315696,7 +323740,7 @@ "relationships": { "host": { "data": { - "id": "HT58106f984b7440ee8ff282e5102219fd", + "id": "HTebd50f9362ce48bd8c949894357e6248", "type": "hosts" } } @@ -315706,72 +323750,72 @@ }, "response": { "data": { - "id": "EN487efcbaef3941fe8d87707f390a2200", + "id": "EN51d87273db504f76b0469b5675892cd3", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:15:17.587Z", - "library_path": "17e0df72ece8/1e4d1560cf68", - "library_name": "launch-c94a8b04d922-development.min.js", + "created_at": "2022-02-04T21:23:36.090Z", + "library_path": "17e0df72ece8/764c65ecdedc", + "library_name": "launch-71c4521dc5e2-development.min.js", "library_entry_points": [ { - "library_name": "launch-c94a8b04d922-development.min.js", + "library_name": "launch-71c4521dc5e2-development.min.js", "minified": true, "references": [ - "17e0df72ece8/1e4d1560cf68/launch-c94a8b04d922-development.min.js" + "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.min.js" ], - "license_path": "17e0df72ece8/1e4d1560cf68/launch-c94a8b04d922-development.js" + "license_path": "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.js" }, { - "library_name": "launch-c94a8b04d922-development.js", + "library_name": "launch-71c4521dc5e2-development.js", "minified": false, "references": [ - "17e0df72ece8/1e4d1560cf68/launch-c94a8b04d922-development.js" + "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:15:17.587Z", + "updated_at": "2022-02-04T21:23:36.090Z", "status": "succeeded", - "token": "c94a8b04d922" + "token": "71c4521dc5e2" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/library" + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/builds" + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/host", - "self": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/relationships/host" + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/host", + "self": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/relationships/host" }, "data": { - "id": "HT58106f984b7440ee8ff282e5102219fd", + "id": "HTebd50f9362ce48bd8c949894357e6248", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200/property" + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/property" }, "data": { - "id": "PR59d89b62578440b48cf79e9190aed5ab", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab", - "self": "https://reactor.adobe.io/environments/EN487efcbaef3941fe8d87707f390a2200" + "property": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", + "self": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3" }, "meta": { "archive_encrypted": false @@ -315797,7 +323841,7 @@ "relationships": { "environment": { "data": { - "id": "EN487efcbaef3941fe8d87707f390a2200", + "id": "EN51d87273db504f76b0469b5675892cd3", "type": "environments" } } @@ -315807,11 +323851,11 @@ }, "response": { "data": { - "id": "SE2a36c91d9a4f48c4b275de10d20f8572", + "id": "SE351b35f18f684e2cb27b7612c2158d73", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:17.725Z", - "updated_at": "2022-01-20T22:15:17.725Z", + "created_at": "2022-02-04T21:23:36.320Z", + "updated_at": "2022-02-04T21:23:36.320Z", "name": "my secret", "type_of": "token", "activated_at": null, @@ -315824,19 +323868,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/property" + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/property" }, "data": { - "id": "PR59d89b62578440b48cf79e9190aed5ab", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/environment" + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/environment" }, "data": { - "id": "EN487efcbaef3941fe8d87707f390a2200", + "id": "EN51d87273db504f76b0469b5675892cd3", "type": "environments" }, "meta": { @@ -315845,18 +323889,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/notes" + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/data_elements" + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572", - "property": "https://reactor.adobe.io/secrets/SE2a36c91d9a4f48c4b275de10d20f8572/property" + "self": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73", + "property": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/property" } } }, @@ -316017,21 +324061,21 @@ "response": { "data": [ { - "id": "PR59d89b62578440b48cf79e9190aed5ab", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:12.296Z", + "created_at": "2022-02-04T21:23:30.646Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:12.296Z", + "updated_at": "2022-02-04T21:23:30.646Z", "platform": "edge", "development": false, - "token": "1e4d1560cf68" + "token": "764c65ecdedc" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/company" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -316040,52 +324084,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/callbacks" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/hosts" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/environments" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/libraries" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/data_elements" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/extensions" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/rules" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/notes" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/data_elements", - "environments": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/environments", - "extensions": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/extensions", - "rules": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab/rules", - "self": "https://reactor.adobe.io/properties/PR59d89b62578440b48cf79e9190aed5ab" + "data_elements": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments", + "extensions": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions", + "rules": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules", + "self": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4" }, "meta": { "rights": [ @@ -316114,7 +324158,7 @@ }, { "name": "secrets.update_a_secret", - "endpoint": "/properties/PR59d89b62578440b48cf79e9190aed5ab", + "endpoint": "/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", "method": "DELETE", "request": null, "response": null, @@ -316158,21 +324202,21 @@ }, "response": { "data": { - "id": "PR50acc6821c6a499c8f5a51da35e24c09", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:18.370Z", + "created_at": "2022-02-04T21:23:37.387Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:18.370Z", + "updated_at": "2022-02-04T21:23:37.387Z", "platform": "edge", "development": false, - "token": "debd7c22fe39" + "token": "83058739edf6" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/company" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -316181,52 +324225,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/callbacks" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/hosts" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/environments" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/libraries" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/data_elements" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/extensions" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/rules" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/notes" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/data_elements", - "environments": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/environments", - "extensions": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/extensions", - "rules": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/rules", - "self": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09" + "data_elements": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements", + "environments": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments", + "extensions": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions", + "rules": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules", + "self": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278" }, "meta": { "rights": [ @@ -316245,7 +324289,7 @@ }, { "name": "secrets.update_a_secret", - "endpoint": "/properties/PR50acc6821c6a499c8f5a51da35e24c09/hosts", + "endpoint": "/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts", "method": "POST", "request": { "data": { @@ -316258,33 +324302,33 @@ }, "response": { "data": { - "id": "HTb37340e0059a438f8f226905b9fba19f", + "id": "HTf292c6d30fc4402e901af41ffce6e920", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:15:23.607Z", + "created_at": "2022-02-04T21:23:43.127Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:15:23.607Z", + "updated_at": "2022-02-04T21:23:43.127Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTb37340e0059a438f8f226905b9fba19f/property" + "related": "https://reactor.adobe.io/hosts/HTf292c6d30fc4402e901af41ffce6e920/property" }, "data": { - "id": "PR50acc6821c6a499c8f5a51da35e24c09", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09", - "self": "https://reactor.adobe.io/hosts/HTb37340e0059a438f8f226905b9fba19f" + "property": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278", + "self": "https://reactor.adobe.io/hosts/HTf292c6d30fc4402e901af41ffce6e920" } } }, @@ -316304,7 +324348,7 @@ "relationships": { "host": { "data": { - "id": "HTb37340e0059a438f8f226905b9fba19f", + "id": "HTf292c6d30fc4402e901af41ffce6e920", "type": "hosts" } } @@ -316314,72 +324358,72 @@ }, "response": { "data": { - "id": "ENf179db089e8246a89a77be6d32b395b7", + "id": "EN466fad0c68e645aab1c13a39bff410f9", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:15:23.713Z", - "library_path": "17e0df72ece8/debd7c22fe39", - "library_name": "launch-90668dfe1977-development.min.js", + "created_at": "2022-02-04T21:23:45.632Z", + "library_path": "17e0df72ece8/83058739edf6", + "library_name": "launch-1c2fc6ee6f5b-development.min.js", "library_entry_points": [ { - "library_name": "launch-90668dfe1977-development.min.js", + "library_name": "launch-1c2fc6ee6f5b-development.min.js", "minified": true, "references": [ - "17e0df72ece8/debd7c22fe39/launch-90668dfe1977-development.min.js" + "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.min.js" ], - "license_path": "17e0df72ece8/debd7c22fe39/launch-90668dfe1977-development.js" + "license_path": "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.js" }, { - "library_name": "launch-90668dfe1977-development.js", + "library_name": "launch-1c2fc6ee6f5b-development.js", "minified": false, "references": [ - "17e0df72ece8/debd7c22fe39/launch-90668dfe1977-development.js" + "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:15:23.713Z", + "updated_at": "2022-02-04T21:23:45.632Z", "status": "succeeded", - "token": "90668dfe1977" + "token": "1c2fc6ee6f5b" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/library" + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/builds" + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/host", - "self": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/relationships/host" + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/host", + "self": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/relationships/host" }, "data": { - "id": "HTb37340e0059a438f8f226905b9fba19f", + "id": "HTf292c6d30fc4402e901af41ffce6e920", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7/property" + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/property" }, "data": { - "id": "PR50acc6821c6a499c8f5a51da35e24c09", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09", - "self": "https://reactor.adobe.io/environments/ENf179db089e8246a89a77be6d32b395b7" + "property": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278", + "self": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9" }, "meta": { "archive_encrypted": false @@ -316405,7 +324449,7 @@ "relationships": { "environment": { "data": { - "id": "ENf179db089e8246a89a77be6d32b395b7", + "id": "EN466fad0c68e645aab1c13a39bff410f9", "type": "environments" } } @@ -316415,11 +324459,11 @@ }, "response": { "data": { - "id": "SE31f302c48e5a45518f71deb90897a97f", + "id": "SE70d50357a30b40e99a46dbd425b44d8a", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:23.877Z", - "updated_at": "2022-01-20T22:15:23.877Z", + "created_at": "2022-02-04T21:23:46.459Z", + "updated_at": "2022-02-04T21:23:46.459Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -316432,19 +324476,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/property" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" }, "data": { - "id": "PR50acc6821c6a499c8f5a51da35e24c09", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/environment" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/environment" }, "data": { - "id": "ENf179db089e8246a89a77be6d32b395b7", + "id": "EN466fad0c68e645aab1c13a39bff410f9", "type": "environments" }, "meta": { @@ -316453,18 +324497,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/notes" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/data_elements" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f", - "property": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/property" + "self": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a", + "property": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" } } }, @@ -316484,17 +324528,17 @@ "token": "my new secret token" } }, - "id": "SE31f302c48e5a45518f71deb90897a97f", + "id": "SE70d50357a30b40e99a46dbd425b44d8a", "type": "secrets" } }, "response": { "data": { - "id": "SE31f302c48e5a45518f71deb90897a97f", + "id": "SE70d50357a30b40e99a46dbd425b44d8a", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:23.877Z", - "updated_at": "2022-01-20T22:15:24.114Z", + "created_at": "2022-02-04T21:23:46.459Z", + "updated_at": "2022-02-04T21:23:47.642Z", "name": "my new secret", "type_of": "token", "activated_at": null, @@ -316507,19 +324551,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/property" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" }, "data": { - "id": "PR50acc6821c6a499c8f5a51da35e24c09", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/environment" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/environment" }, "data": { - "id": "ENf179db089e8246a89a77be6d32b395b7", + "id": "EN466fad0c68e645aab1c13a39bff410f9", "type": "environments" }, "meta": { @@ -316528,18 +324572,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/notes" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/data_elements" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f", - "property": "https://reactor.adobe.io/secrets/SE31f302c48e5a45518f71deb90897a97f/property" + "self": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a", + "property": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" } } }, @@ -316700,21 +324744,21 @@ "response": { "data": [ { - "id": "PR50acc6821c6a499c8f5a51da35e24c09", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:18.370Z", + "created_at": "2022-02-04T21:23:37.387Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:18.370Z", + "updated_at": "2022-02-04T21:23:37.387Z", "platform": "edge", "development": false, - "token": "debd7c22fe39" + "token": "83058739edf6" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/company" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -316723,52 +324767,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/callbacks" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/hosts" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/environments" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/libraries" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/data_elements" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/extensions" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/rules" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/notes" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/data_elements", - "environments": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/environments", - "extensions": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/extensions", - "rules": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09/rules", - "self": "https://reactor.adobe.io/properties/PR50acc6821c6a499c8f5a51da35e24c09" + "data_elements": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements", + "environments": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments", + "extensions": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions", + "rules": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules", + "self": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278" }, "meta": { "rights": [ @@ -316797,7 +324841,7 @@ }, { "name": "secrets.retry_a_secret", - "endpoint": "/properties/PR50acc6821c6a499c8f5a51da35e24c09", + "endpoint": "/properties/PR85837b31c6914e70b53a8b1d951ca278", "method": "DELETE", "request": null, "response": null, @@ -316841,21 +324885,21 @@ }, "response": { "data": { - "id": "PR7dab80ee3ea34dd78c42797e745027f9", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:24.776Z", + "created_at": "2022-02-04T21:23:50.553Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:24.776Z", + "updated_at": "2022-02-04T21:23:50.553Z", "platform": "edge", "development": false, - "token": "20a4fe442a27" + "token": "96e36e20746c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/company" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -316864,52 +324908,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/callbacks" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/hosts" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/environments" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/libraries" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/data_elements" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/extensions" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/rules" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/notes" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/environments", - "extensions": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/extensions", - "rules": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/rules", - "self": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9" + "data_elements": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments", + "extensions": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions", + "rules": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules", + "self": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f" }, "meta": { "rights": [ @@ -316928,7 +324972,7 @@ }, { "name": "secrets.retry_a_secret", - "endpoint": "/properties/PR7dab80ee3ea34dd78c42797e745027f9/hosts", + "endpoint": "/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts", "method": "POST", "request": { "data": { @@ -316941,33 +324985,33 @@ }, "response": { "data": { - "id": "HTc633f9fe611e45cfbdeb8deebc7b0ce3", + "id": "HTdf68068ac2224fce87f69302348776a1", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:15:29.996Z", + "created_at": "2022-02-04T21:23:56.727Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:15:29.996Z", + "updated_at": "2022-02-04T21:23:56.727Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTc633f9fe611e45cfbdeb8deebc7b0ce3/property" + "related": "https://reactor.adobe.io/hosts/HTdf68068ac2224fce87f69302348776a1/property" }, "data": { - "id": "PR7dab80ee3ea34dd78c42797e745027f9", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9", - "self": "https://reactor.adobe.io/hosts/HTc633f9fe611e45cfbdeb8deebc7b0ce3" + "property": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f", + "self": "https://reactor.adobe.io/hosts/HTdf68068ac2224fce87f69302348776a1" } } }, @@ -316987,7 +325031,7 @@ "relationships": { "host": { "data": { - "id": "HTc633f9fe611e45cfbdeb8deebc7b0ce3", + "id": "HTdf68068ac2224fce87f69302348776a1", "type": "hosts" } } @@ -316997,72 +325041,72 @@ }, "response": { "data": { - "id": "EN38fc7bc7e1ec45b78a77a57bce53e771", + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:15:30.116Z", - "library_path": "17e0df72ece8/20a4fe442a27", - "library_name": "launch-f9368d0a6886-development.min.js", + "created_at": "2022-02-04T21:23:56.924Z", + "library_path": "17e0df72ece8/96e36e20746c", + "library_name": "launch-800e8336051c-development.min.js", "library_entry_points": [ { - "library_name": "launch-f9368d0a6886-development.min.js", + "library_name": "launch-800e8336051c-development.min.js", "minified": true, "references": [ - "17e0df72ece8/20a4fe442a27/launch-f9368d0a6886-development.min.js" + "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.min.js" ], - "license_path": "17e0df72ece8/20a4fe442a27/launch-f9368d0a6886-development.js" + "license_path": "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.js" }, { - "library_name": "launch-f9368d0a6886-development.js", + "library_name": "launch-800e8336051c-development.js", "minified": false, "references": [ - "17e0df72ece8/20a4fe442a27/launch-f9368d0a6886-development.js" + "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:15:30.116Z", + "updated_at": "2022-02-04T21:23:56.924Z", "status": "succeeded", - "token": "f9368d0a6886" + "token": "800e8336051c" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/library" + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/builds" + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/host", - "self": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/relationships/host" + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/host", + "self": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/relationships/host" }, "data": { - "id": "HTc633f9fe611e45cfbdeb8deebc7b0ce3", + "id": "HTdf68068ac2224fce87f69302348776a1", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771/property" + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/property" }, "data": { - "id": "PR7dab80ee3ea34dd78c42797e745027f9", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9", - "self": "https://reactor.adobe.io/environments/EN38fc7bc7e1ec45b78a77a57bce53e771" + "property": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f", + "self": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f" }, "meta": { "archive_encrypted": false @@ -317088,7 +325132,7 @@ "relationships": { "environment": { "data": { - "id": "EN38fc7bc7e1ec45b78a77a57bce53e771", + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", "type": "environments" } } @@ -317098,11 +325142,11 @@ }, "response": { "data": { - "id": "SE62b1641063dd4e789022d8009be6131c", + "id": "SE87786c4429d348eda435248bb165c96e", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:30.290Z", - "updated_at": "2022-01-20T22:15:30.290Z", + "created_at": "2022-02-04T21:23:57.189Z", + "updated_at": "2022-02-04T21:23:57.189Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -317115,19 +325159,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/property" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" }, "data": { - "id": "PR7dab80ee3ea34dd78c42797e745027f9", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/environment" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/environment" }, "data": { - "id": "EN38fc7bc7e1ec45b78a77a57bce53e771", + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", "type": "environments" }, "meta": { @@ -317136,18 +325180,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/notes" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/data_elements" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c", - "property": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/property" + "self": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e", + "property": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" } } }, @@ -317166,17 +325210,17 @@ "meta": { "action": "retry" }, - "id": "SE62b1641063dd4e789022d8009be6131c", + "id": "SE87786c4429d348eda435248bb165c96e", "type": "secrets" } }, "response": { "data": { - "id": "SE62b1641063dd4e789022d8009be6131c", + "id": "SE87786c4429d348eda435248bb165c96e", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:30.290Z", - "updated_at": "2022-01-20T22:15:30.290Z", + "created_at": "2022-02-04T21:23:57.189Z", + "updated_at": "2022-02-04T21:23:57.189Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -317189,19 +325233,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/property" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" }, "data": { - "id": "PR7dab80ee3ea34dd78c42797e745027f9", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/environment" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/environment" }, "data": { - "id": "EN38fc7bc7e1ec45b78a77a57bce53e771", + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", "type": "environments" }, "meta": { @@ -317210,18 +325254,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/notes" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/data_elements" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c", - "property": "https://reactor.adobe.io/secrets/SE62b1641063dd4e789022d8009be6131c/property" + "self": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e", + "property": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" } } }, @@ -317382,21 +325426,21 @@ "response": { "data": [ { - "id": "PR7dab80ee3ea34dd78c42797e745027f9", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:24.776Z", + "created_at": "2022-02-04T21:23:50.553Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:24.776Z", + "updated_at": "2022-02-04T21:23:50.553Z", "platform": "edge", "development": false, - "token": "20a4fe442a27" + "token": "96e36e20746c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/company" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -317405,52 +325449,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/callbacks" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/hosts" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/environments" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/libraries" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/data_elements" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/extensions" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/rules" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/notes" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/environments", - "extensions": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/extensions", - "rules": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9/rules", - "self": "https://reactor.adobe.io/properties/PR7dab80ee3ea34dd78c42797e745027f9" + "data_elements": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments", + "extensions": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions", + "rules": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules", + "self": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f" }, "meta": { "rights": [ @@ -317479,7 +325523,7 @@ }, { "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/PR7dab80ee3ea34dd78c42797e745027f9", + "endpoint": "/properties/PRfea3986e080648e9bdf48ee7afe55f8f", "method": "DELETE", "request": null, "response": null, @@ -317523,21 +325567,21 @@ }, "response": { "data": { - "id": "PR3191b8d3c2614716ae73e0c15f09577c", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:31.093Z", + "created_at": "2022-02-04T21:24:04.068Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:31.093Z", + "updated_at": "2022-02-04T21:24:04.068Z", "platform": "edge", "development": false, - "token": "4f60bfe0f7f9" + "token": "b5bc98e7737c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/company" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -317546,52 +325590,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/callbacks" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/hosts" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/environments" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/libraries" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/data_elements" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/extensions" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/rules" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/notes" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/environments", - "extensions": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/extensions", - "rules": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/rules", - "self": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c" + "data_elements": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments", + "extensions": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions", + "rules": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules", + "self": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be" }, "meta": { "rights": [ @@ -317610,7 +325654,7 @@ }, { "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/PR3191b8d3c2614716ae73e0c15f09577c/hosts", + "endpoint": "/properties/PRf89759dade834005be755c552c2bd7be/hosts", "method": "POST", "request": { "data": { @@ -317623,33 +325667,33 @@ }, "response": { "data": { - "id": "HT5d7457a4b1f746d79962c939e97fb90c", + "id": "HTd1f276622bdc4dd2afdc829b92624b97", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:15:36.306Z", + "created_at": "2022-02-04T21:24:10.464Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:15:36.306Z", + "updated_at": "2022-02-04T21:24:10.464Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT5d7457a4b1f746d79962c939e97fb90c/property" + "related": "https://reactor.adobe.io/hosts/HTd1f276622bdc4dd2afdc829b92624b97/property" }, "data": { - "id": "PR3191b8d3c2614716ae73e0c15f09577c", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c", - "self": "https://reactor.adobe.io/hosts/HT5d7457a4b1f746d79962c939e97fb90c" + "property": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be", + "self": "https://reactor.adobe.io/hosts/HTd1f276622bdc4dd2afdc829b92624b97" } } }, @@ -317669,7 +325713,7 @@ "relationships": { "host": { "data": { - "id": "HT5d7457a4b1f746d79962c939e97fb90c", + "id": "HTd1f276622bdc4dd2afdc829b92624b97", "type": "hosts" } } @@ -317679,72 +325723,72 @@ }, "response": { "data": { - "id": "ENf53d4e7d2706499399c1aa21cc291b50", + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:15:36.408Z", - "library_path": "17e0df72ece8/4f60bfe0f7f9", - "library_name": "launch-6ed329a83f73-development.min.js", + "created_at": "2022-02-04T21:24:10.771Z", + "library_path": "17e0df72ece8/b5bc98e7737c", + "library_name": "launch-f34804640f86-development.min.js", "library_entry_points": [ { - "library_name": "launch-6ed329a83f73-development.min.js", + "library_name": "launch-f34804640f86-development.min.js", "minified": true, "references": [ - "17e0df72ece8/4f60bfe0f7f9/launch-6ed329a83f73-development.min.js" + "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.min.js" ], - "license_path": "17e0df72ece8/4f60bfe0f7f9/launch-6ed329a83f73-development.js" + "license_path": "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.js" }, { - "library_name": "launch-6ed329a83f73-development.js", + "library_name": "launch-f34804640f86-development.js", "minified": false, "references": [ - "17e0df72ece8/4f60bfe0f7f9/launch-6ed329a83f73-development.js" + "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:15:36.408Z", + "updated_at": "2022-02-04T21:24:10.771Z", "status": "succeeded", - "token": "6ed329a83f73" + "token": "f34804640f86" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/library" + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/builds" + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/host", - "self": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/host", + "self": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/relationships/host" }, "data": { - "id": "HT5d7457a4b1f746d79962c939e97fb90c", + "id": "HTd1f276622bdc4dd2afdc829b92624b97", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50/property" + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/property" }, "data": { - "id": "PR3191b8d3c2614716ae73e0c15f09577c", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c", - "self": "https://reactor.adobe.io/environments/ENf53d4e7d2706499399c1aa21cc291b50" + "property": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be", + "self": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361" }, "meta": { "archive_encrypted": false @@ -317770,7 +325814,7 @@ "relationships": { "environment": { "data": { - "id": "ENf53d4e7d2706499399c1aa21cc291b50", + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", "type": "environments" } } @@ -317780,11 +325824,11 @@ }, "response": { "data": { - "id": "SE942ac7377406455f827b55afa0a1a7ce", + "id": "SE322f2ef49dad445bb3e4224e121ac0f3", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:36.546Z", - "updated_at": "2022-01-20T22:15:36.546Z", + "created_at": "2022-02-04T21:24:11.068Z", + "updated_at": "2022-02-04T21:24:11.068Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -317797,19 +325841,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/property" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" }, "data": { - "id": "PR3191b8d3c2614716ae73e0c15f09577c", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/environment" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/environment" }, "data": { - "id": "ENf53d4e7d2706499399c1aa21cc291b50", + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", "type": "environments" }, "meta": { @@ -317818,18 +325862,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/notes" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/data_elements" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce", - "property": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/property" + "self": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3", + "property": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" } } }, @@ -317844,11 +325888,11 @@ "response": { "data": [ { - "id": "SE942ac7377406455f827b55afa0a1a7ce", + "id": "SE322f2ef49dad445bb3e4224e121ac0f3", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:36.546Z", - "updated_at": "2022-01-20T22:15:36.546Z", + "created_at": "2022-02-04T21:24:11.068Z", + "updated_at": "2022-02-04T21:24:11.068Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -317861,19 +325905,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/property" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" }, "data": { - "id": "PR3191b8d3c2614716ae73e0c15f09577c", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/environment" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/environment" }, "data": { - "id": "ENf53d4e7d2706499399c1aa21cc291b50", + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", "type": "environments" }, "meta": { @@ -317882,18 +325926,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/notes" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/data_elements" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce", - "property": "https://reactor.adobe.io/secrets/SE942ac7377406455f827b55afa0a1a7ce/property" + "self": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3", + "property": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" } } ], @@ -318064,21 +326108,21 @@ "response": { "data": [ { - "id": "PR3191b8d3c2614716ae73e0c15f09577c", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:31.093Z", + "created_at": "2022-02-04T21:24:04.068Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:31.093Z", + "updated_at": "2022-02-04T21:24:04.068Z", "platform": "edge", "development": false, - "token": "4f60bfe0f7f9" + "token": "b5bc98e7737c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/company" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -318087,52 +326131,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/callbacks" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/hosts" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/environments" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/libraries" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/data_elements" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/extensions" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/rules" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/notes" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/environments", - "extensions": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/extensions", - "rules": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c/rules", - "self": "https://reactor.adobe.io/properties/PR3191b8d3c2614716ae73e0c15f09577c" + "data_elements": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments", + "extensions": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions", + "rules": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules", + "self": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be" }, "meta": { "rights": [ @@ -318161,7 +326205,7 @@ }, { "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/PR3191b8d3c2614716ae73e0c15f09577c", + "endpoint": "/properties/PRf89759dade834005be755c552c2bd7be", "method": "DELETE", "request": null, "response": null, @@ -318205,21 +326249,21 @@ }, "response": { "data": { - "id": "PRb3f8a3c0bece40618f44ed307ee40574", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:37.245Z", + "created_at": "2022-02-04T21:24:12.822Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:37.245Z", + "updated_at": "2022-02-04T21:24:12.822Z", "platform": "edge", "development": false, - "token": "65489dbb651f" + "token": "5bf9f97c9a6c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/company" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -318228,52 +326272,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/callbacks" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/hosts" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/environments" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/libraries" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/data_elements" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/extensions" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/rules" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/notes" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/environments", - "extensions": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/extensions", - "rules": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/rules", - "self": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574" + "data_elements": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements", + "environments": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments", + "extensions": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions", + "rules": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules", + "self": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318" }, "meta": { "rights": [ @@ -318292,7 +326336,7 @@ }, { "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/PRb3f8a3c0bece40618f44ed307ee40574/hosts", + "endpoint": "/properties/PR164615214c52438c8cd683362ddf6318/hosts", "method": "POST", "request": { "data": { @@ -318305,33 +326349,33 @@ }, "response": { "data": { - "id": "HT45ca27e1a48e476aa80877f45d7ae9cf", + "id": "HT724c81f2373545098a0f4a23c7c963eb", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:15:42.529Z", + "created_at": "2022-02-04T21:24:18.484Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:15:42.529Z", + "updated_at": "2022-02-04T21:24:18.484Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT45ca27e1a48e476aa80877f45d7ae9cf/property" + "related": "https://reactor.adobe.io/hosts/HT724c81f2373545098a0f4a23c7c963eb/property" }, "data": { - "id": "PRb3f8a3c0bece40618f44ed307ee40574", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574", - "self": "https://reactor.adobe.io/hosts/HT45ca27e1a48e476aa80877f45d7ae9cf" + "property": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318", + "self": "https://reactor.adobe.io/hosts/HT724c81f2373545098a0f4a23c7c963eb" } } }, @@ -318351,7 +326395,7 @@ "relationships": { "host": { "data": { - "id": "HT45ca27e1a48e476aa80877f45d7ae9cf", + "id": "HT724c81f2373545098a0f4a23c7c963eb", "type": "hosts" } } @@ -318361,72 +326405,72 @@ }, "response": { "data": { - "id": "EN61c0338ac04e45e3b3850f1bfdcd4eae", + "id": "EN916f18ba40224a90a139f011617684ca", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:15:42.651Z", - "library_path": "17e0df72ece8/65489dbb651f", - "library_name": "launch-b4af4a057271-development.min.js", + "created_at": "2022-02-04T21:24:18.667Z", + "library_path": "17e0df72ece8/5bf9f97c9a6c", + "library_name": "launch-84007c920fdd-development.min.js", "library_entry_points": [ { - "library_name": "launch-b4af4a057271-development.min.js", + "library_name": "launch-84007c920fdd-development.min.js", "minified": true, "references": [ - "17e0df72ece8/65489dbb651f/launch-b4af4a057271-development.min.js" + "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.min.js" ], - "license_path": "17e0df72ece8/65489dbb651f/launch-b4af4a057271-development.js" + "license_path": "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.js" }, { - "library_name": "launch-b4af4a057271-development.js", + "library_name": "launch-84007c920fdd-development.js", "minified": false, "references": [ - "17e0df72ece8/65489dbb651f/launch-b4af4a057271-development.js" + "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:15:42.651Z", + "updated_at": "2022-02-04T21:24:18.667Z", "status": "succeeded", - "token": "b4af4a057271" + "token": "84007c920fdd" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/library" + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/builds" + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/host", - "self": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/relationships/host" + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/host", + "self": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/relationships/host" }, "data": { - "id": "HT45ca27e1a48e476aa80877f45d7ae9cf", + "id": "HT724c81f2373545098a0f4a23c7c963eb", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae/property" + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/property" }, "data": { - "id": "PRb3f8a3c0bece40618f44ed307ee40574", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574", - "self": "https://reactor.adobe.io/environments/EN61c0338ac04e45e3b3850f1bfdcd4eae" + "property": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318", + "self": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca" }, "meta": { "archive_encrypted": false @@ -318452,7 +326496,7 @@ "relationships": { "environment": { "data": { - "id": "EN61c0338ac04e45e3b3850f1bfdcd4eae", + "id": "EN916f18ba40224a90a139f011617684ca", "type": "environments" } } @@ -318462,11 +326506,11 @@ }, "response": { "data": { - "id": "SEf6da8e7f8a154052880c9d46895be91f", + "id": "SE67772015f36f4b61bca574f43742009d", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:42.822Z", - "updated_at": "2022-01-20T22:15:42.822Z", + "created_at": "2022-02-04T21:24:18.941Z", + "updated_at": "2022-02-04T21:24:18.941Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -318479,19 +326523,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/property" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" }, "data": { - "id": "PRb3f8a3c0bece40618f44ed307ee40574", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/environment" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/environment" }, "data": { - "id": "EN61c0338ac04e45e3b3850f1bfdcd4eae", + "id": "EN916f18ba40224a90a139f011617684ca", "type": "environments" }, "meta": { @@ -318500,18 +326544,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/notes" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/data_elements" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f", - "property": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/property" + "self": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d", + "property": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" } } }, @@ -318526,11 +326570,11 @@ "response": { "data": [ { - "id": "SEf6da8e7f8a154052880c9d46895be91f", + "id": "SE67772015f36f4b61bca574f43742009d", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:42.822Z", - "updated_at": "2022-01-20T22:15:42.822Z", + "created_at": "2022-02-04T21:24:18.941Z", + "updated_at": "2022-02-04T21:24:18.941Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -318543,19 +326587,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/property" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" }, "data": { - "id": "PRb3f8a3c0bece40618f44ed307ee40574", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/environment" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/environment" }, "data": { - "id": "EN61c0338ac04e45e3b3850f1bfdcd4eae", + "id": "EN916f18ba40224a90a139f011617684ca", "type": "environments" }, "meta": { @@ -318564,18 +326608,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/notes" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/data_elements" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f", - "property": "https://reactor.adobe.io/secrets/SEf6da8e7f8a154052880c9d46895be91f/property" + "self": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d", + "property": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" } } ], @@ -318746,21 +326790,21 @@ "response": { "data": [ { - "id": "PRb3f8a3c0bece40618f44ed307ee40574", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:37.245Z", + "created_at": "2022-02-04T21:24:12.822Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:37.245Z", + "updated_at": "2022-02-04T21:24:12.822Z", "platform": "edge", "development": false, - "token": "65489dbb651f" + "token": "5bf9f97c9a6c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/company" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -318769,52 +326813,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/callbacks" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/hosts" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/environments" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/libraries" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/data_elements" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/extensions" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/rules" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/notes" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/environments", - "extensions": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/extensions", - "rules": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574/rules", - "self": "https://reactor.adobe.io/properties/PRb3f8a3c0bece40618f44ed307ee40574" + "data_elements": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements", + "environments": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments", + "extensions": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions", + "rules": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules", + "self": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318" }, "meta": { "rights": [ @@ -318843,7 +326887,7 @@ }, { "name": "secrets.get_a_secret", - "endpoint": "/properties/PRb3f8a3c0bece40618f44ed307ee40574", + "endpoint": "/properties/PR164615214c52438c8cd683362ddf6318", "method": "DELETE", "request": null, "response": null, @@ -318887,21 +326931,21 @@ }, "response": { "data": { - "id": "PRfcc37fa688f1423fa91831edcf11f7d1", + "id": "PRb21205966d41492cba32682065867412", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:43.514Z", + "created_at": "2022-02-04T21:24:20.650Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:43.514Z", + "updated_at": "2022-02-04T21:24:20.650Z", "platform": "edge", "development": false, - "token": "68154f380dcc" + "token": "8f93058d356c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/company" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -318910,52 +326954,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/callbacks" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/hosts" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/environments" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/libraries" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/data_elements" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/extensions" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/rules" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/notes" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/environments", - "extensions": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/extensions", - "rules": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/rules", - "self": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1" + "data_elements": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments", + "extensions": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions", + "rules": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules", + "self": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412" }, "meta": { "rights": [ @@ -318974,7 +327018,7 @@ }, { "name": "secrets.get_a_secret", - "endpoint": "/properties/PRfcc37fa688f1423fa91831edcf11f7d1/hosts", + "endpoint": "/properties/PRb21205966d41492cba32682065867412/hosts", "method": "POST", "request": { "data": { @@ -318987,33 +327031,33 @@ }, "response": { "data": { - "id": "HTd47951fb27204e8da49b497beb0719af", + "id": "HT2185956fca304f61874ae75a0d17260c", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:15:48.701Z", + "created_at": "2022-02-04T21:24:26.290Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:15:48.701Z", + "updated_at": "2022-02-04T21:24:26.290Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd47951fb27204e8da49b497beb0719af/property" + "related": "https://reactor.adobe.io/hosts/HT2185956fca304f61874ae75a0d17260c/property" }, "data": { - "id": "PRfcc37fa688f1423fa91831edcf11f7d1", + "id": "PRb21205966d41492cba32682065867412", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1", - "self": "https://reactor.adobe.io/hosts/HTd47951fb27204e8da49b497beb0719af" + "property": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412", + "self": "https://reactor.adobe.io/hosts/HT2185956fca304f61874ae75a0d17260c" } } }, @@ -319033,7 +327077,7 @@ "relationships": { "host": { "data": { - "id": "HTd47951fb27204e8da49b497beb0719af", + "id": "HT2185956fca304f61874ae75a0d17260c", "type": "hosts" } } @@ -319043,72 +327087,72 @@ }, "response": { "data": { - "id": "EN84b3c523e41b4965872d8ad9a7e22402", + "id": "EN2001a3149dd84b9d8b16e0df8262165a", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:15:48.809Z", - "library_path": "17e0df72ece8/68154f380dcc", - "library_name": "launch-2c5e8d76f312-development.min.js", + "created_at": "2022-02-04T21:24:26.556Z", + "library_path": "17e0df72ece8/8f93058d356c", + "library_name": "launch-fb034f233555-development.min.js", "library_entry_points": [ { - "library_name": "launch-2c5e8d76f312-development.min.js", + "library_name": "launch-fb034f233555-development.min.js", "minified": true, "references": [ - "17e0df72ece8/68154f380dcc/launch-2c5e8d76f312-development.min.js" + "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.min.js" ], - "license_path": "17e0df72ece8/68154f380dcc/launch-2c5e8d76f312-development.js" + "license_path": "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.js" }, { - "library_name": "launch-2c5e8d76f312-development.js", + "library_name": "launch-fb034f233555-development.js", "minified": false, "references": [ - "17e0df72ece8/68154f380dcc/launch-2c5e8d76f312-development.js" + "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:15:48.809Z", + "updated_at": "2022-02-04T21:24:26.556Z", "status": "succeeded", - "token": "2c5e8d76f312" + "token": "fb034f233555" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/library" + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/builds" + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/host", - "self": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/host", + "self": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/relationships/host" }, "data": { - "id": "HTd47951fb27204e8da49b497beb0719af", + "id": "HT2185956fca304f61874ae75a0d17260c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402/property" + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/property" }, "data": { - "id": "PRfcc37fa688f1423fa91831edcf11f7d1", + "id": "PRb21205966d41492cba32682065867412", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1", - "self": "https://reactor.adobe.io/environments/EN84b3c523e41b4965872d8ad9a7e22402" + "property": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412", + "self": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a" }, "meta": { "archive_encrypted": false @@ -319134,7 +327178,7 @@ "relationships": { "environment": { "data": { - "id": "EN84b3c523e41b4965872d8ad9a7e22402", + "id": "EN2001a3149dd84b9d8b16e0df8262165a", "type": "environments" } } @@ -319144,11 +327188,11 @@ }, "response": { "data": { - "id": "SEdb98f3926d194ff0a615dae6edfd34a7", + "id": "SE4aa498753b814494ad8b185c8047a886", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:48.963Z", - "updated_at": "2022-01-20T22:15:48.963Z", + "created_at": "2022-02-04T21:24:26.858Z", + "updated_at": "2022-02-04T21:24:26.858Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -319161,19 +327205,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/property" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" }, "data": { - "id": "PRfcc37fa688f1423fa91831edcf11f7d1", + "id": "PRb21205966d41492cba32682065867412", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/environment" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/environment" }, "data": { - "id": "EN84b3c523e41b4965872d8ad9a7e22402", + "id": "EN2001a3149dd84b9d8b16e0df8262165a", "type": "environments" }, "meta": { @@ -319182,18 +327226,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/notes" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/data_elements" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7", - "property": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/property" + "self": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886", + "property": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" } } }, @@ -319207,11 +327251,11 @@ "request": null, "response": { "data": { - "id": "SEdb98f3926d194ff0a615dae6edfd34a7", + "id": "SE4aa498753b814494ad8b185c8047a886", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:48.963Z", - "updated_at": "2022-01-20T22:15:48.963Z", + "created_at": "2022-02-04T21:24:26.858Z", + "updated_at": "2022-02-04T21:24:26.858Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -319224,19 +327268,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/property" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" }, "data": { - "id": "PRfcc37fa688f1423fa91831edcf11f7d1", + "id": "PRb21205966d41492cba32682065867412", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/environment" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/environment" }, "data": { - "id": "EN84b3c523e41b4965872d8ad9a7e22402", + "id": "EN2001a3149dd84b9d8b16e0df8262165a", "type": "environments" }, "meta": { @@ -319245,18 +327289,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/notes" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/data_elements" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7", - "property": "https://reactor.adobe.io/secrets/SEdb98f3926d194ff0a615dae6edfd34a7/property" + "self": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886", + "property": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" } } }, @@ -319417,21 +327461,21 @@ "response": { "data": [ { - "id": "PRfcc37fa688f1423fa91831edcf11f7d1", + "id": "PRb21205966d41492cba32682065867412", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:43.514Z", + "created_at": "2022-02-04T21:24:20.650Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:43.514Z", + "updated_at": "2022-02-04T21:24:20.650Z", "platform": "edge", "development": false, - "token": "68154f380dcc" + "token": "8f93058d356c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/company" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -319440,52 +327484,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/callbacks" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/hosts" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/environments" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/libraries" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/data_elements" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/extensions" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/rules" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/notes" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/environments", - "extensions": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/extensions", - "rules": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1/rules", - "self": "https://reactor.adobe.io/properties/PRfcc37fa688f1423fa91831edcf11f7d1" + "data_elements": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments", + "extensions": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions", + "rules": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules", + "self": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412" }, "meta": { "rights": [ @@ -319514,7 +327558,7 @@ }, { "name": "secrets.delete_a_secret", - "endpoint": "/properties/PRfcc37fa688f1423fa91831edcf11f7d1", + "endpoint": "/properties/PRb21205966d41492cba32682065867412", "method": "DELETE", "request": null, "response": null, @@ -319558,21 +327602,21 @@ }, "response": { "data": { - "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:49.624Z", + "created_at": "2022-02-04T21:24:28.120Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:49.624Z", + "updated_at": "2022-02-04T21:24:28.120Z", "platform": "edge", "development": false, - "token": "53c512b59184" + "token": "8fb1fb295f91" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/company" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -319581,52 +327625,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/callbacks" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/hosts" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/environments" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/libraries" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/data_elements" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/extensions" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/rules" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/notes" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/data_elements", - "environments": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/environments", - "extensions": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/extensions", - "rules": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/rules", - "self": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50" + "data_elements": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments", + "extensions": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions", + "rules": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules", + "self": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3" }, "meta": { "rights": [ @@ -319645,7 +327689,7 @@ }, { "name": "secrets.delete_a_secret", - "endpoint": "/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/hosts", + "endpoint": "/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts", "method": "POST", "request": { "data": { @@ -319658,33 +327702,33 @@ }, "response": { "data": { - "id": "HT05f7b356228d405591753492ce2a718f", + "id": "HT606600afbbcd4d8d98478a8887f2829f", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:15:54.827Z", + "created_at": "2022-02-04T21:24:33.680Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:15:54.827Z", + "updated_at": "2022-02-04T21:24:33.680Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT05f7b356228d405591753492ce2a718f/property" + "related": "https://reactor.adobe.io/hosts/HT606600afbbcd4d8d98478a8887f2829f/property" }, "data": { - "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50", - "self": "https://reactor.adobe.io/hosts/HT05f7b356228d405591753492ce2a718f" + "property": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", + "self": "https://reactor.adobe.io/hosts/HT606600afbbcd4d8d98478a8887f2829f" } } }, @@ -319704,7 +327748,7 @@ "relationships": { "host": { "data": { - "id": "HT05f7b356228d405591753492ce2a718f", + "id": "HT606600afbbcd4d8d98478a8887f2829f", "type": "hosts" } } @@ -319714,72 +327758,72 @@ }, "response": { "data": { - "id": "EN8c4c0ca1ea204db087ef89ba1670ec1c", + "id": "ENc93f253b80f14297a27e68255f64757b", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:15:54.932Z", - "library_path": "17e0df72ece8/53c512b59184", - "library_name": "launch-a59f4a58b63a-development.min.js", + "created_at": "2022-02-04T21:24:33.831Z", + "library_path": "17e0df72ece8/8fb1fb295f91", + "library_name": "launch-e8f04de90e31-development.min.js", "library_entry_points": [ { - "library_name": "launch-a59f4a58b63a-development.min.js", + "library_name": "launch-e8f04de90e31-development.min.js", "minified": true, "references": [ - "17e0df72ece8/53c512b59184/launch-a59f4a58b63a-development.min.js" + "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.min.js" ], - "license_path": "17e0df72ece8/53c512b59184/launch-a59f4a58b63a-development.js" + "license_path": "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.js" }, { - "library_name": "launch-a59f4a58b63a-development.js", + "library_name": "launch-e8f04de90e31-development.js", "minified": false, "references": [ - "17e0df72ece8/53c512b59184/launch-a59f4a58b63a-development.js" + "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:15:54.932Z", + "updated_at": "2022-02-04T21:24:33.831Z", "status": "succeeded", - "token": "a59f4a58b63a" + "token": "e8f04de90e31" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/library" + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/builds" + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/host", - "self": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/relationships/host" + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/host", + "self": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/relationships/host" }, "data": { - "id": "HT05f7b356228d405591753492ce2a718f", + "id": "HT606600afbbcd4d8d98478a8887f2829f", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c/property" + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/property" }, "data": { - "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50", - "self": "https://reactor.adobe.io/environments/EN8c4c0ca1ea204db087ef89ba1670ec1c" + "property": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", + "self": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b" }, "meta": { "archive_encrypted": false @@ -319805,7 +327849,7 @@ "relationships": { "environment": { "data": { - "id": "EN8c4c0ca1ea204db087ef89ba1670ec1c", + "id": "ENc93f253b80f14297a27e68255f64757b", "type": "environments" } } @@ -319815,11 +327859,11 @@ }, "response": { "data": { - "id": "SE36422ac7ffab4c58864ed491f56aa69d", + "id": "SE61352c70136e4b33bf1356e8da7e96d6", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:15:55.072Z", - "updated_at": "2022-01-20T22:15:55.072Z", + "created_at": "2022-02-04T21:24:34.026Z", + "updated_at": "2022-02-04T21:24:34.026Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -319832,19 +327876,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/property" + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/property" }, "data": { - "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/environment" + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/environment" }, "data": { - "id": "EN8c4c0ca1ea204db087ef89ba1670ec1c", + "id": "ENc93f253b80f14297a27e68255f64757b", "type": "environments" }, "meta": { @@ -319853,18 +327897,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/notes" + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/data_elements" + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d", - "property": "https://reactor.adobe.io/secrets/SE36422ac7ffab4c58864ed491f56aa69d/property" + "self": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6", + "property": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/property" } } }, @@ -320034,21 +328078,21 @@ "response": { "data": [ { - "id": "PR19aec85a8cc148fc9eadeb3a9fa32b50", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:49.624Z", + "created_at": "2022-02-04T21:24:28.120Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:49.624Z", + "updated_at": "2022-02-04T21:24:28.120Z", "platform": "edge", "development": false, - "token": "53c512b59184" + "token": "8fb1fb295f91" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/company" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -320057,52 +328101,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/callbacks" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/hosts" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/environments" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/libraries" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/data_elements" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/extensions" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/rules" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/notes" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/data_elements", - "environments": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/environments", - "extensions": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/extensions", - "rules": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50/rules", - "self": "https://reactor.adobe.io/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50" + "data_elements": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments", + "extensions": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions", + "rules": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules", + "self": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3" }, "meta": { "rights": [ @@ -320131,7 +328175,7 @@ }, { "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/PR19aec85a8cc148fc9eadeb3a9fa32b50", + "endpoint": "/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", "method": "DELETE", "request": null, "response": null, @@ -320175,21 +328219,21 @@ }, "response": { "data": { - "id": "PRe3217810cb574965a5a9c0d1a302ace2", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:55.902Z", + "created_at": "2022-02-04T21:24:35.272Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:55.902Z", + "updated_at": "2022-02-04T21:24:35.272Z", "platform": "edge", "development": false, - "token": "87153740c977" + "token": "7dc356be492c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/company" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -320198,52 +328242,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/callbacks" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/hosts" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/environments" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/libraries" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/data_elements" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/extensions" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/rules" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/notes" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/rules", - "self": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2" + "data_elements": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments", + "extensions": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions", + "rules": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules", + "self": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86" }, "meta": { "rights": [ @@ -320262,7 +328306,7 @@ }, { "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/PRe3217810cb574965a5a9c0d1a302ace2/hosts", + "endpoint": "/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts", "method": "POST", "request": { "data": { @@ -320275,33 +328319,33 @@ }, "response": { "data": { - "id": "HTdcc377c627ac4779bb444fce00815af6", + "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:16:01.123Z", + "created_at": "2022-02-04T21:24:40.627Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:16:01.123Z", + "updated_at": "2022-02-04T21:24:40.627Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTdcc377c627ac4779bb444fce00815af6/property" + "related": "https://reactor.adobe.io/hosts/HTae0290aeecd54b9f8bcd039f25ca8d29/property" }, "data": { - "id": "PRe3217810cb574965a5a9c0d1a302ace2", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2", - "self": "https://reactor.adobe.io/hosts/HTdcc377c627ac4779bb444fce00815af6" + "property": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", + "self": "https://reactor.adobe.io/hosts/HTae0290aeecd54b9f8bcd039f25ca8d29" } } }, @@ -320321,7 +328365,7 @@ "relationships": { "host": { "data": { - "id": "HTdcc377c627ac4779bb444fce00815af6", + "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", "type": "hosts" } } @@ -320331,72 +328375,72 @@ }, "response": { "data": { - "id": "ENcb5d66703422485680bb45e9c20d390a", + "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:16:01.224Z", - "library_path": "17e0df72ece8/87153740c977", - "library_name": "launch-d9220105e454-development.min.js", + "created_at": "2022-02-04T21:24:40.764Z", + "library_path": "17e0df72ece8/7dc356be492c", + "library_name": "launch-ab104e298c5e-development.min.js", "library_entry_points": [ { - "library_name": "launch-d9220105e454-development.min.js", + "library_name": "launch-ab104e298c5e-development.min.js", "minified": true, "references": [ - "17e0df72ece8/87153740c977/launch-d9220105e454-development.min.js" + "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.min.js" ], - "license_path": "17e0df72ece8/87153740c977/launch-d9220105e454-development.js" + "license_path": "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.js" }, { - "library_name": "launch-d9220105e454-development.js", + "library_name": "launch-ab104e298c5e-development.js", "minified": false, "references": [ - "17e0df72ece8/87153740c977/launch-d9220105e454-development.js" + "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:16:01.224Z", + "updated_at": "2022-02-04T21:24:40.764Z", "status": "succeeded", - "token": "d9220105e454" + "token": "ab104e298c5e" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/library" + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/builds" + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/host", - "self": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/relationships/host" + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/host", + "self": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/relationships/host" }, "data": { - "id": "HTdcc377c627ac4779bb444fce00815af6", + "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a/property" + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/property" }, "data": { - "id": "PRe3217810cb574965a5a9c0d1a302ace2", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2", - "self": "https://reactor.adobe.io/environments/ENcb5d66703422485680bb45e9c20d390a" + "property": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", + "self": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5" }, "meta": { "archive_encrypted": false @@ -320422,7 +328466,7 @@ "relationships": { "environment": { "data": { - "id": "ENcb5d66703422485680bb45e9c20d390a", + "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", "type": "environments" } } @@ -320432,11 +328476,11 @@ }, "response": { "data": { - "id": "SE5e0c3bcc49ff44258f0e6dfa4c66952c", + "id": "SE35f7849f60b04f90bfdffbb3d9807e02", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:16:01.379Z", - "updated_at": "2022-01-20T22:16:01.379Z", + "created_at": "2022-02-04T21:24:40.955Z", + "updated_at": "2022-02-04T21:24:40.955Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -320449,19 +328493,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/property" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/property" }, "data": { - "id": "PRe3217810cb574965a5a9c0d1a302ace2", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/environment" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/environment" }, "data": { - "id": "ENcb5d66703422485680bb45e9c20d390a", + "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", "type": "environments" }, "meta": { @@ -320470,18 +328514,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/notes" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/data_elements" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c", - "property": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c/property" + "self": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02", + "property": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/property" } } }, @@ -320502,28 +328546,28 @@ }, "response": { "data": { - "id": "NTdbfa61772fc84a229522e55977eda21a", + "id": "NTe520638595d740d5bfdbc090a0dafb54", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:16:01.456Z", + "created_at": "2022-02-04T21:24:41.097Z", "text": "this is a secret note" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02" }, "data": { - "id": "SE5e0c3bcc49ff44258f0e6dfa4c66952c", + "id": "SE35f7849f60b04f90bfdffbb3d9807e02", "type": "secrets" } } }, "links": { - "resource": "https://reactor.adobe.io/secrets/SE5e0c3bcc49ff44258f0e6dfa4c66952c", - "self": "https://reactor.adobe.io/notes/NTdbfa61772fc84a229522e55977eda21a" + "resource": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02", + "self": "https://reactor.adobe.io/notes/NTe520638595d740d5bfdbc090a0dafb54" } } }, @@ -320684,21 +328728,21 @@ "response": { "data": [ { - "id": "PRe3217810cb574965a5a9c0d1a302ace2", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:15:55.902Z", + "created_at": "2022-02-04T21:24:35.272Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:15:55.902Z", + "updated_at": "2022-02-04T21:24:35.272Z", "platform": "edge", "development": false, - "token": "87153740c977" + "token": "7dc356be492c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/company" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -320707,52 +328751,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/callbacks" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/hosts" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/environments" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/libraries" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/data_elements" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/extensions" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/rules" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/notes" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2/rules", - "self": "https://reactor.adobe.io/properties/PRe3217810cb574965a5a9c0d1a302ace2" + "data_elements": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments", + "extensions": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions", + "rules": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules", + "self": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86" }, "meta": { "rights": [ @@ -320781,7 +328825,7 @@ }, { "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/PRe3217810cb574965a5a9c0d1a302ace2", + "endpoint": "/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", "method": "DELETE", "request": null, "response": null, @@ -320825,21 +328869,21 @@ }, "response": { "data": { - "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:16:02.063Z", + "created_at": "2022-02-04T21:24:42.048Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:16:02.063Z", + "updated_at": "2022-02-04T21:24:42.048Z", "platform": "edge", "development": false, - "token": "b09c09f8012b" + "token": "6662b63654cb" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/company" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -320848,52 +328892,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/callbacks" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/hosts" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/environments" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/libraries" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/data_elements" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/extensions" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/rules" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/notes" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/environments", - "extensions": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/extensions", - "rules": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/rules", - "self": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db" + "data_elements": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules", + "self": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111" }, "meta": { "rights": [ @@ -320912,7 +328956,7 @@ }, { "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/hosts", + "endpoint": "/properties/PRe94fe085f10544a1afafed137de96111/hosts", "method": "POST", "request": { "data": { @@ -320925,33 +328969,33 @@ }, "response": { "data": { - "id": "HT8bdfb6b365ec4afe9a932a5ceabcc8ec", + "id": "HTe7936b4106344e39b38b681c55f92b10", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:16:07.377Z", + "created_at": "2022-02-04T21:24:47.349Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:16:07.377Z", + "updated_at": "2022-02-04T21:24:47.349Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT8bdfb6b365ec4afe9a932a5ceabcc8ec/property" + "related": "https://reactor.adobe.io/hosts/HTe7936b4106344e39b38b681c55f92b10/property" }, "data": { - "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db", - "self": "https://reactor.adobe.io/hosts/HT8bdfb6b365ec4afe9a932a5ceabcc8ec" + "property": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111", + "self": "https://reactor.adobe.io/hosts/HTe7936b4106344e39b38b681c55f92b10" } } }, @@ -320971,7 +329015,7 @@ "relationships": { "host": { "data": { - "id": "HT8bdfb6b365ec4afe9a932a5ceabcc8ec", + "id": "HTe7936b4106344e39b38b681c55f92b10", "type": "hosts" } } @@ -320981,72 +329025,72 @@ }, "response": { "data": { - "id": "ENd7ea0406ae2547738e650b1c2c70687f", + "id": "EN01c69b55183a41348533cec046caaf49", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:16:07.483Z", - "library_path": "17e0df72ece8/b09c09f8012b", - "library_name": "launch-d8f7534cda7f-development.min.js", + "created_at": "2022-02-04T21:24:47.490Z", + "library_path": "17e0df72ece8/6662b63654cb", + "library_name": "launch-c0ec45460261-development.min.js", "library_entry_points": [ { - "library_name": "launch-d8f7534cda7f-development.min.js", + "library_name": "launch-c0ec45460261-development.min.js", "minified": true, "references": [ - "17e0df72ece8/b09c09f8012b/launch-d8f7534cda7f-development.min.js" + "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.min.js" ], - "license_path": "17e0df72ece8/b09c09f8012b/launch-d8f7534cda7f-development.js" + "license_path": "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.js" }, { - "library_name": "launch-d8f7534cda7f-development.js", + "library_name": "launch-c0ec45460261-development.js", "minified": false, "references": [ - "17e0df72ece8/b09c09f8012b/launch-d8f7534cda7f-development.js" + "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:16:07.483Z", + "updated_at": "2022-02-04T21:24:47.490Z", "status": "succeeded", - "token": "d8f7534cda7f" + "token": "c0ec45460261" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/library" + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/builds" + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/host", - "self": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/relationships/host" + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/host", + "self": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/relationships/host" }, "data": { - "id": "HT8bdfb6b365ec4afe9a932a5ceabcc8ec", + "id": "HTe7936b4106344e39b38b681c55f92b10", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f/property" + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/property" }, "data": { - "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db", - "self": "https://reactor.adobe.io/environments/ENd7ea0406ae2547738e650b1c2c70687f" + "property": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111", + "self": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49" }, "meta": { "archive_encrypted": false @@ -321072,7 +329116,7 @@ "relationships": { "environment": { "data": { - "id": "ENd7ea0406ae2547738e650b1c2c70687f", + "id": "EN01c69b55183a41348533cec046caaf49", "type": "environments" } } @@ -321082,11 +329126,11 @@ }, "response": { "data": { - "id": "SEdb1c50253d434ba6bab345dd232ff6f7", + "id": "SE1d11c16679e545d68456adb495d351ed", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:16:07.661Z", - "updated_at": "2022-01-20T22:16:07.661Z", + "created_at": "2022-02-04T21:24:47.680Z", + "updated_at": "2022-02-04T21:24:47.680Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -321099,19 +329143,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/property" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/property" }, "data": { - "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/environment" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/environment" }, "data": { - "id": "ENd7ea0406ae2547738e650b1c2c70687f", + "id": "EN01c69b55183a41348533cec046caaf49", "type": "environments" }, "meta": { @@ -321120,18 +329164,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/notes" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/data_elements" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7", - "property": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7/property" + "self": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", + "property": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/property" } } }, @@ -321152,28 +329196,28 @@ }, "response": { "data": { - "id": "NTfe484a169b99466d942747c1c869e5b9", + "id": "NTae3bbbe8515e4e85beab562b388b7d34", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:16:07.747Z", + "created_at": "2022-02-04T21:24:47.814Z", "text": "this is a secret note" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed" }, "data": { - "id": "SEdb1c50253d434ba6bab345dd232ff6f7", + "id": "SE1d11c16679e545d68456adb495d351ed", "type": "secrets" } } }, "links": { - "resource": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7", - "self": "https://reactor.adobe.io/notes/NTfe484a169b99466d942747c1c869e5b9" + "resource": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", + "self": "https://reactor.adobe.io/notes/NTae3bbbe8515e4e85beab562b388b7d34" } } }, @@ -321188,28 +329232,28 @@ "response": { "data": [ { - "id": "NTfe484a169b99466d942747c1c869e5b9", + "id": "NTae3bbbe8515e4e85beab562b388b7d34", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2022-01-20T22:16:07.747Z", + "created_at": "2022-02-04T21:24:47.814Z", "text": "this is a secret note" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed" }, "data": { - "id": "SEdb1c50253d434ba6bab345dd232ff6f7", + "id": "SE1d11c16679e545d68456adb495d351ed", "type": "secrets" } } }, "links": { - "resource": "https://reactor.adobe.io/secrets/SEdb1c50253d434ba6bab345dd232ff6f7", - "self": "https://reactor.adobe.io/notes/NTfe484a169b99466d942747c1c869e5b9" + "resource": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", + "self": "https://reactor.adobe.io/notes/NTae3bbbe8515e4e85beab562b388b7d34" } } ], @@ -321380,21 +329424,21 @@ "response": { "data": [ { - "id": "PRa43f74d84cf1427897dcff3f0cc8d4db", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:16:02.063Z", + "created_at": "2022-02-04T21:24:42.048Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:16:02.063Z", + "updated_at": "2022-02-04T21:24:42.048Z", "platform": "edge", "development": false, - "token": "b09c09f8012b" + "token": "6662b63654cb" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/company" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -321403,52 +329447,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/callbacks" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/hosts" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/environments" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/libraries" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/data_elements" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/extensions" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/rules" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/notes" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/environments", - "extensions": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/extensions", - "rules": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db/rules", - "self": "https://reactor.adobe.io/properties/PRa43f74d84cf1427897dcff3f0cc8d4db" + "data_elements": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules", + "self": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111" }, "meta": { "rights": [ @@ -321477,7 +329521,7 @@ }, { "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PRa43f74d84cf1427897dcff3f0cc8d4db", + "endpoint": "/properties/PRe94fe085f10544a1afafed137de96111", "method": "DELETE", "request": null, "response": null, @@ -321521,21 +329565,21 @@ }, "response": { "data": { - "id": "PRd56013e02cd0419f834f4bf28864e796", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:16:08.430Z", + "created_at": "2022-02-04T21:24:48.693Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:16:08.430Z", + "updated_at": "2022-02-04T21:24:48.693Z", "platform": "edge", "development": false, - "token": "4e3f069713c6" + "token": "b86df85220aa" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/company" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -321544,52 +329588,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/callbacks" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/hosts" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/environments" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/libraries" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/data_elements" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/extensions" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/rules" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/notes" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/environments", - "extensions": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/extensions", - "rules": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/rules", - "self": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796" + "data_elements": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments", + "extensions": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions", + "rules": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules", + "self": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c" }, "meta": { "rights": [ @@ -321608,7 +329652,7 @@ }, { "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PRd56013e02cd0419f834f4bf28864e796/hosts", + "endpoint": "/properties/PR182c30e79d0a430b884423ae8e39778c/hosts", "method": "POST", "request": { "data": { @@ -321621,33 +329665,33 @@ }, "response": { "data": { - "id": "HTfc6cf8314023411ab7101efbe9a31f29", + "id": "HT5e03c0fe355d4be399253c009718e483", "type": "hosts", "attributes": { - "created_at": "2022-01-20T22:16:13.664Z", + "created_at": "2022-02-04T21:24:53.947Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2022-01-20T22:16:13.664Z", + "updated_at": "2022-02-04T21:24:53.947Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTfc6cf8314023411ab7101efbe9a31f29/property" + "related": "https://reactor.adobe.io/hosts/HT5e03c0fe355d4be399253c009718e483/property" }, "data": { - "id": "PRd56013e02cd0419f834f4bf28864e796", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", - "self": "https://reactor.adobe.io/hosts/HTfc6cf8314023411ab7101efbe9a31f29" + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "self": "https://reactor.adobe.io/hosts/HT5e03c0fe355d4be399253c009718e483" } } }, @@ -321667,7 +329711,7 @@ "relationships": { "host": { "data": { - "id": "HTfc6cf8314023411ab7101efbe9a31f29", + "id": "HT5e03c0fe355d4be399253c009718e483", "type": "hosts" } } @@ -321677,72 +329721,72 @@ }, "response": { "data": { - "id": "ENd2828f655ddc4cf5968d59f082367e65", + "id": "EN7f374a0a413a4313834cf42a0900d6b4", "type": "environments", "attributes": { "archive": false, - "created_at": "2022-01-20T22:16:13.761Z", - "library_path": "17e0df72ece8/4e3f069713c6", - "library_name": "launch-e5e2fc8e666d-development.min.js", + "created_at": "2022-02-04T21:24:54.127Z", + "library_path": "17e0df72ece8/b86df85220aa", + "library_name": "launch-5c575e8b486d-development.min.js", "library_entry_points": [ { - "library_name": "launch-e5e2fc8e666d-development.min.js", + "library_name": "launch-5c575e8b486d-development.min.js", "minified": true, "references": [ - "17e0df72ece8/4e3f069713c6/launch-e5e2fc8e666d-development.min.js" + "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.min.js" ], - "license_path": "17e0df72ece8/4e3f069713c6/launch-e5e2fc8e666d-development.js" + "license_path": "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.js" }, { - "library_name": "launch-e5e2fc8e666d-development.js", + "library_name": "launch-5c575e8b486d-development.js", "minified": false, "references": [ - "17e0df72ece8/4e3f069713c6/launch-e5e2fc8e666d-development.js" + "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2022-01-20T22:16:13.761Z", + "updated_at": "2022-02-04T21:24:54.127Z", "status": "succeeded", - "token": "e5e2fc8e666d" + "token": "5c575e8b486d" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/library" + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/builds" + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/host", - "self": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/relationships/host" + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/host", + "self": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/relationships/host" }, "data": { - "id": "HTfc6cf8314023411ab7101efbe9a31f29", + "id": "HT5e03c0fe355d4be399253c009718e483", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65/property" + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/property" }, "data": { - "id": "PRd56013e02cd0419f834f4bf28864e796", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", - "self": "https://reactor.adobe.io/environments/ENd2828f655ddc4cf5968d59f082367e65" + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "self": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4" }, "meta": { "archive_encrypted": false @@ -321768,7 +329812,7 @@ "relationships": { "environment": { "data": { - "id": "ENd2828f655ddc4cf5968d59f082367e65", + "id": "EN7f374a0a413a4313834cf42a0900d6b4", "type": "environments" } } @@ -321778,11 +329822,11 @@ }, "response": { "data": { - "id": "SEf1c9068772c44c84ae4bb33afe8bb8a2", + "id": "SE83d72ccf0c974f709459ca84c938c964", "type": "secrets", "attributes": { - "created_at": "2022-01-20T22:16:13.921Z", - "updated_at": "2022-01-20T22:16:13.921Z", + "created_at": "2022-02-04T21:24:54.366Z", + "updated_at": "2022-02-04T21:24:54.366Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -321795,19 +329839,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/property" + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/property" }, "data": { - "id": "PRd56013e02cd0419f834f4bf28864e796", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/environment" + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/environment" }, "data": { - "id": "ENd2828f655ddc4cf5968d59f082367e65", + "id": "EN7f374a0a413a4313834cf42a0900d6b4", "type": "environments" }, "meta": { @@ -321816,18 +329860,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/notes" + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/data_elements" + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2", - "property": "https://reactor.adobe.io/secrets/SEf1c9068772c44c84ae4bb33afe8bb8a2/property" + "self": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964", + "property": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/property" } } }, @@ -321842,10 +329886,10 @@ "response": { "data": [ { - "id": "EXd51eced3712d4fdab6334fa0ef59a351", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions", "attributes": { - "created_at": "2022-01-20T22:16:08.461Z", + "created_at": "2022-02-04T21:24:48.728Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -321853,7 +329897,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:16:08.461Z", + "updated_at": "2022-02-04T21:24:48.728Z", "delegate_descriptor_id": null, "display_name": "Core", "review_status": "unsubmitted", @@ -321863,40 +329907,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/libraries" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/revisions" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/notes" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/property" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/property" }, "data": { - "id": "PRd56013e02cd0419f834f4bf28864e796", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/origin" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/origin" }, "data": { - "id": "EXd51eced3712d4fdab6334fa0ef59a351", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/updated_with_extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -321905,7 +329949,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351/extension_package" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -321914,9 +329958,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", - "origin": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351", - "self": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351", + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "origin": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e", + "self": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e", "extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0" }, @@ -321947,12 +329991,12 @@ "attributes": { "name": "secret data element", "delegate_descriptor_id": "core::dataElements::secret", - "settings": "{\"secrets\":{\"development\":{\"id\":\"SEf1c9068772c44c84ae4bb33afe8bb8a2\",\"name\":\"my secret token\"}}}" + "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" }, "relationships": { "extension": { "data": { - "id": "EXd51eced3712d4fdab6334fa0ef59a351", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions" } } @@ -321962,10 +330006,10 @@ }, "response": { "data": { - "id": "DE63d1aafcd40c458fbfb21b3b50fdd9f1", + "id": "DE71964c95a1684d7a9374c54a15405f2d", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:16:14.164Z", + "created_at": "2022-02-04T21:24:54.868Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -321973,61 +330017,61 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:16:14.164Z", + "updated_at": "2022-02-04T21:24:54.868Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "core::dataElements::secret", "force_lower_case": false, "review_status": "unsubmitted", "storage_duration": null, - "settings": "{\"secrets\":{\"development\":{\"id\":\"SEf1c9068772c44c84ae4bb33afe8bb8a2\",\"name\":\"my secret token\"}}}" + "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/libraries" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/revisions" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/notes" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/property" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/property" }, "data": { - "id": "PRd56013e02cd0419f834f4bf28864e796", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/origin" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/origin" }, "data": { - "id": "DE63d1aafcd40c458fbfb21b3b50fdd9f1", + "id": "DE71964c95a1684d7a9374c54a15405f2d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/extension" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/extension" }, "data": { - "id": "EXd51eced3712d4fdab6334fa0ef59a351", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -322036,19 +330080,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension" }, "data": { - "id": "EXdd54dbedad3a4e3c87b5a0e8acf4b4fc", + "id": "EX8f56ba47047445219f623fe3c9aa8a3a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", - "origin": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1", - "self": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1", - "extension": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351" + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "origin": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "self": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "extension": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e" }, "meta": { "latest_revision_number": 0 @@ -322066,10 +330110,10 @@ "response": { "data": [ { - "id": "DE63d1aafcd40c458fbfb21b3b50fdd9f1", + "id": "DE71964c95a1684d7a9374c54a15405f2d", "type": "data_elements", "attributes": { - "created_at": "2022-01-20T22:16:14.164Z", + "created_at": "2022-02-04T21:24:54.868Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -322077,61 +330121,61 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2022-01-20T22:16:14.164Z", + "updated_at": "2022-02-04T21:24:54.868Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "core::dataElements::secret", "force_lower_case": false, "review_status": "unsubmitted", "storage_duration": null, - "settings": "{\"secrets\":{\"development\":{\"id\":\"SEf1c9068772c44c84ae4bb33afe8bb8a2\",\"name\":\"my secret token\"}}}" + "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/libraries" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/revisions" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/notes" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/property" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/property" }, "data": { - "id": "PRd56013e02cd0419f834f4bf28864e796", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/origin" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/origin" }, "data": { - "id": "DE63d1aafcd40c458fbfb21b3b50fdd9f1", + "id": "DE71964c95a1684d7a9374c54a15405f2d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/extension" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/extension" }, "data": { - "id": "EXd51eced3712d4fdab6334fa0ef59a351", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -322140,19 +330184,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension" }, "data": { - "id": "EXdd54dbedad3a4e3c87b5a0e8acf4b4fc", + "id": "EX8f56ba47047445219f623fe3c9aa8a3a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796", - "origin": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1", - "self": "https://reactor.adobe.io/data_elements/DE63d1aafcd40c458fbfb21b3b50fdd9f1", - "extension": "https://reactor.adobe.io/extensions/EXd51eced3712d4fdab6334fa0ef59a351" + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "origin": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "self": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "extension": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e" }, "meta": { "latest_revision_number": 0 @@ -322253,21 +330297,21 @@ "response": { "data": [ { - "id": "PRd56013e02cd0419f834f4bf28864e796", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties", "attributes": { - "created_at": "2022-01-20T22:16:08.430Z", + "created_at": "2022-02-04T21:24:48.693Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2022-01-20T22:16:08.430Z", + "updated_at": "2022-02-04T21:24:48.693Z", "platform": "edge", "development": false, - "token": "4e3f069713c6" + "token": "b86df85220aa" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/company" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -322276,52 +330320,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/callbacks" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/hosts" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/environments" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/libraries" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/data_elements" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/extensions" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/rules" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/notes" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/environments", - "extensions": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/extensions", - "rules": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796/rules", - "self": "https://reactor.adobe.io/properties/PRd56013e02cd0419f834f4bf28864e796" + "data_elements": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments", + "extensions": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions", + "rules": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules", + "self": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c" }, "meta": { "rights": [ @@ -322350,7 +330394,7 @@ }, { "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PRd56013e02cd0419f834f4bf28864e796", + "endpoint": "/properties/PR182c30e79d0a430b884423ae8e39778c", "method": "DELETE", "request": null, "response": null, @@ -329936,6 +337980,140 @@ } ], "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false } }, "required": [ @@ -333998,10 +342176,14 @@ ] }, "key_type": { - "type": "string", + "type": [ + "string", + "null" + ], "enum": [ "fcm_v1", - "p8_file" + "p8_file", + null ] } }, @@ -334011,8 +342193,7 @@ "app_id", "name", "platform", - "messaging_service", - "key_type" + "messaging_service" ], "additionalProperties": false }, @@ -334179,6 +342360,140 @@ } ], "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false } }, "required": [ @@ -337851,6 +346166,235 @@ ], "additionalProperties": false }, + "fixtures/icon.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "url": { + "type": "string" + }, + "status": { + "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "url", + "status" + ], + "additionalProperties": false + }, + "meta": { + "type": [ + "object" + ], + "properties": { + "status_details": { + "type": [ + "null", + "object" + ] + } + } + }, + "id": { + "type": "string", + "pattern": "IC[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/icons/IC[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(app_configurations/AC|app_surfaces/AS)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "icons" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, "fixtures/extensions.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -339139,10 +347683,14 @@ ] }, "key_type": { - "type": "string", + "type": [ + "string", + "null" + ], "enum": [ "fcm_v1", - "p8_file" + "p8_file", + null ] } }, @@ -339152,8 +347700,7 @@ "app_id", "name", "platform", - "messaging_service", - "key_type" + "messaging_service" ], "additionalProperties": false }, @@ -339320,6 +347867,140 @@ } ], "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false } }, "required": [ @@ -347847,6 +356528,140 @@ } ], "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false } }, "required": [ @@ -352831,6 +361646,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -352950,6 +361772,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -359287,10 +368110,14 @@ ] }, "key_type": { - "type": "string", + "type": [ + "string", + "null" + ], "enum": [ "fcm_v1", - "p8_file" + "p8_file", + null ] } }, @@ -359300,8 +368127,7 @@ "app_id", "name", "platform", - "messaging_service", - "key_type" + "messaging_service" ], "additionalProperties": false }, @@ -359468,6 +368294,140 @@ } ], "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false } }, "required": [ @@ -359538,6 +368498,225 @@ ], "additionalProperties": false }, + "fixtures/_models/icon.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "url": { + "type": "string" + }, + "status": { + "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "url", + "status" + ], + "additionalProperties": false + }, + "meta": { + "type": [ + "object" + ], + "properties": { + "status_details": { + "type": [ + "null", + "object" + ] + } + } + }, + "id": { + "type": "string", + "pattern": "IC[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/icons/IC[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(app_configurations/AC|app_surfaces/AS)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "icons" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, "fixtures/_models/properties_data.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -380271,6 +389450,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -380390,6 +389576,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -389665,6 +398852,140 @@ } ], "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false } }, "required": [ @@ -389887,4 +399208,4 @@ } ] } -} +} \ No newline at end of file From 0a4f254803615ff62cb1eada095976fd0a901010 Mon Sep 17 00:00:00 2001 From: Spencer Roan Date: Mon, 7 Feb 2022 09:45:23 -0700 Subject: [PATCH 5/8] update specification --- Gemfile.lock | 2 +- api_specification.json | 399211 -------------------------------------- 2 files changed, 1 insertion(+), 399212 deletions(-) delete mode 100644 api_specification.json diff --git a/Gemfile.lock b/Gemfile.lock index 6ee6760..02f70f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ DEPENDENCIES webrick (~> 1.7) RUBY VERSION - ruby 3.0.2p107 + ruby 2.7.2p137 BUNDLED WITH 2.2.22 diff --git a/api_specification.json b/api_specification.json deleted file mode 100644 index f861f5f..0000000 --- a/api_specification.json +++ /dev/null @@ -1,399211 +0,0 @@ -{ - "endpoints": [ - { - "path": "/app_configurations/:id", - "description": "", - "name": "app_configurations.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/app_configurations/:id", - "description": "", - "name": "app_configurations.show", - "methods": [ - "GET" - ] - }, - { - "path": "/app_configurations/:id", - "description": "", - "name": "app_configurations.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/app_configurations/:id", - "description": "", - "name": "app_configurations.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/app_configurations/:app_configuration_id/app_surfaces", - "description": "", - "name": "app_configuration_relationship_app_surfaces.index", - "methods": [ - "GET" - ] - }, - { - "path": "/app_configurations/:app_configuration_id/company", - "description": "", - "name": "app_configuration_relationship_company.show", - "methods": [ - "GET" - ] - }, - { - "path": "/app_configurations/:app_configuration_id/icon", - "description": "", - "name": "app_configuration_icons.create", - "methods": [ - "POST" - ] - }, - { - "path": "/app_configurations/:app_configuration_id/icon", - "description": "", - "name": "app_configuration_relationship_icon.show", - "methods": [ - "GET" - ] - }, - { - "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "description": "", - "name": "app_configurations_relationships_app_surfaces.create", - "methods": [ - "POST" - ] - }, - { - "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "description": "", - "name": "app_configurations_relationships_app_surfaces.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "description": "", - "name": "app_configurations_relationships_app_surfaces.show", - "methods": [ - "GET" - ] - }, - { - "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "description": "", - "name": "app_configurations_relationships_app_surfaces.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "description": "", - "name": "app_configurations_relationships_app_surfaces.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/app_surfaces/:id", - "description": "", - "name": "app_surfaces.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/app_surfaces/:id", - "description": "", - "name": "app_surfaces.show", - "methods": [ - "GET" - ] - }, - { - "path": "/app_surfaces/:id", - "description": "", - "name": "app_surfaces.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/app_surfaces/:id", - "description": "", - "name": "app_surfaces.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/app_surfaces/:app_surface_id/app_configurations", - "description": "", - "name": "app_surface_relationship_app_configurations.index", - "methods": [ - "GET" - ] - }, - { - "path": "/app_surfaces/:app_surface_id/company", - "description": "", - "name": "app_surface_relationship_company.show", - "methods": [ - "GET" - ] - }, - { - "path": "/app_surfaces/:app_surface_id/icon", - "description": "", - "name": "app_surface_icons.create", - "methods": [ - "POST" - ] - }, - { - "path": "/app_surfaces/:app_surface_id/icon", - "description": "", - "name": "app_surface_relationship_icon.show", - "methods": [ - "GET" - ] - }, - { - "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "description": "", - "name": "app_surfaces_relationships_app_configurations.create", - "methods": [ - "POST" - ] - }, - { - "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "description": "", - "name": "app_surfaces_relationships_app_configurations.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "description": "", - "name": "app_surfaces_relationships_app_configurations.show", - "methods": [ - "GET" - ] - }, - { - "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "description": "", - "name": "app_surfaces_relationships_app_configurations.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "description": "", - "name": "app_surfaces_relationships_app_configurations.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/audit_events", - "description": "", - "name": "audit_events.index", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:id", - "description": "", - "name": "audit_events.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/build", - "description": "", - "name": "audit_event_build.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/company", - "description": "", - "name": "audit_event_company.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/data_element", - "description": "", - "name": "audit_event_data_element.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/environment", - "description": "", - "name": "audit_event_environment.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/extension", - "description": "", - "name": "audit_event_extension.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/extension_package", - "description": "", - "name": "audit_event_extension_package.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/host", - "description": "", - "name": "audit_event_host.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/library", - "description": "", - "name": "audit_event_library.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/property", - "description": "", - "name": "audit_event_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/rule", - "description": "", - "name": "audit_event_rule.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/rule_component", - "description": "", - "name": "audit_event_rule_component.show", - "methods": [ - "GET" - ] - }, - { - "path": "/audit_events/:audit_event_id/user", - "description": "", - "name": "audit_event_relationship_user.show", - "methods": [ - "GET" - ] - }, - { - "path": "/builds/:id", - "description": "", - "name": "builds.show", - "methods": [ - "GET" - ] - }, - { - "path": "/builds/:id", - "description": "", - "name": "builds.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/builds/:id", - "description": "", - "name": "builds.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/builds/:build_id/data_elements", - "description": "", - "name": "build_relationship_data_elements.index", - "methods": [ - "GET" - ] - }, - { - "path": "/builds/:build_id/environment", - "description": "", - "name": "build_relationship_environment.show", - "methods": [ - "GET" - ] - }, - { - "path": "/builds/:build_id/extensions", - "description": "", - "name": "build_relationship_extensions.index", - "methods": [ - "GET" - ] - }, - { - "path": "/builds/:build_id/library", - "description": "", - "name": "build_relationship_library.show", - "methods": [ - "GET" - ] - }, - { - "path": "/builds/:build_id/property", - "description": "", - "name": "build_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/builds/:build_id/rules", - "description": "", - "name": "build_relationship_rules.index", - "methods": [ - "GET" - ] - }, - { - "path": "/callbacks/:id", - "description": "", - "name": "callbacks.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/callbacks/:id", - "description": "", - "name": "callbacks.show", - "methods": [ - "GET" - ] - }, - { - "path": "/callbacks/:id", - "description": "", - "name": "callbacks.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/callbacks/:id", - "description": "", - "name": "callbacks.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/callbacks/:callback_id/property", - "description": "", - "name": "callback_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/companies", - "description": "", - "name": "companies.create", - "methods": [ - "POST" - ] - }, - { - "path": "/companies", - "description": "", - "name": "companies.index", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:id", - "description": "", - "name": "companies.show", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:id", - "description": "", - "name": "companies.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/companies/:id", - "description": "", - "name": "companies.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/companies/:company_id/app_configurations", - "description": "", - "name": "app_configurations.create", - "methods": [ - "POST" - ] - }, - { - "path": "/companies/:company_id/app_configurations", - "description": "", - "name": "app_configurations.index", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:company_id/app_surfaces", - "description": "", - "name": "app_surfaces.create", - "methods": [ - "POST" - ] - }, - { - "path": "/companies/:company_id/app_surfaces", - "description": "", - "name": "app_surfaces.index", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:company_id/edge_error_metrics", - "description": "", - "name": "edge_metrics.errors", - "methods": [ - "POST" - ] - }, - { - "path": "/companies/:company_id/edge_performance_metrics", - "description": "", - "name": "edge_metrics.performances", - "methods": [ - "POST" - ] - }, - { - "path": "/companies/:company_id/edge_usage_metrics", - "description": "", - "name": "edge_metrics.usages", - "methods": [ - "POST" - ] - }, - { - "path": "/companies/:company_id/groups", - "description": "", - "name": "groups.index", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:org_id/permissions", - "description": "", - "name": "permissions.index", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:org_id/permissions/:id", - "description": "", - "name": "permissions.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/companies/:org_id/permissions/:id", - "description": "", - "name": "permissions.patch", - "methods": [ - "PATCH" - ] - }, - { - "path": "/companies/:org_id/permissions/:id", - "description": "", - "name": "permissions.show", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:org_id/permissions/:id", - "description": "", - "name": "permissions.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/companies/:company_id/properties", - "description": "", - "name": "properties.create", - "methods": [ - "POST" - ] - }, - { - "path": "/companies/:company_id/properties", - "description": "", - "name": "properties.index", - "methods": [ - "GET" - ] - }, - { - "path": "/data_elements/:id", - "description": "", - "name": "data_elements.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/data_elements/:id", - "description": "", - "name": "data_elements.show", - "methods": [ - "GET" - ] - }, - { - "path": "/data_elements/:id", - "description": "", - "name": "data_elements.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/data_elements/:id", - "description": "", - "name": "data_elements.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/data_elements/:data_element_id/extension", - "description": "", - "name": "data_element_relationship_extension.show", - "methods": [ - "GET" - ] - }, - { - "path": "/data_elements/:data_element_id/libraries", - "description": "", - "name": "data_element_relationship_libraries.index", - "methods": [ - "GET" - ] - }, - { - "path": "/data_elements/:data_element_id/notes", - "description": "", - "name": "data_element_notes.create", - "methods": [ - "POST" - ] - }, - { - "path": "/data_elements/:data_element_id/notes", - "description": "", - "name": "data_element_notes.index", - "methods": [ - "GET" - ] - }, - { - "path": "/data_elements/:data_element_id/origin", - "description": "", - "name": "data_element_relationship_origin.show", - "methods": [ - "GET" - ] - }, - { - "path": "/data_elements/:data_element_id/property", - "description": "", - "name": "data_element_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/data_elements/:data_element_id/revisions", - "description": "", - "name": "data_element_relationship_revisions.index", - "methods": [ - "GET" - ] - }, - { - "path": "/data_elements/:data_element_id/updated_with_extension", - "description": "", - "name": "data_element_relationship_updated_with_extension.show", - "methods": [ - "GET" - ] - }, - { - "path": "/data_elements/:data_element_id/updated_with_extension_package", - "description": "", - "name": "data_element_relationship_updated_with_extension_package.show", - "methods": [ - "GET" - ] - }, - { - "path": "/environments/:id", - "description": "", - "name": "environments.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/environments/:id", - "description": "", - "name": "environments.show", - "methods": [ - "GET" - ] - }, - { - "path": "/environments/:id", - "description": "", - "name": "environments.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/environments/:id", - "description": "", - "name": "environments.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/environments/:environment_id/builds", - "description": "", - "name": "environment_relationship_builds.index", - "methods": [ - "GET" - ] - }, - { - "path": "/environments/:environment_id/host", - "description": "", - "name": "environment_relationship_host.show", - "methods": [ - "GET" - ] - }, - { - "path": "/environments/:environment_id/library", - "description": "", - "name": "environment_relationship_library.show", - "methods": [ - "GET" - ] - }, - { - "path": "/environments/:environment_id/property", - "description": "", - "name": "environment_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/environments/:environment_id/relationships/host", - "description": "", - "name": "environments_relationships_host.show", - "methods": [ - "GET" - ] - }, - { - "path": "/environments/:environment_id/relationships/host", - "description": "", - "name": "environments_relationships_host.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/environments/:environment_id/relationships/host", - "description": "", - "name": "environments_relationships_host.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/environments/:environment_id/secrets", - "description": "", - "name": "environment_relationship_secrets.index", - "methods": [ - "GET" - ] - }, - { - "path": "/extension_packages", - "description": "", - "name": "extension_packages.create", - "methods": [ - "POST" - ] - }, - { - "path": "/extension_packages", - "description": "", - "name": "extension_packages.index", - "methods": [ - "GET" - ] - }, - { - "path": "/extension_packages/:id", - "description": "", - "name": "extension_packages.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/extension_packages/:id", - "description": "", - "name": "extension_packages.show", - "methods": [ - "GET" - ] - }, - { - "path": "/extension_packages/:id", - "description": "", - "name": "extension_packages.transition", - "methods": [ - "PATCH" - ] - }, - { - "path": "/extension_packages/:id", - "description": "", - "name": "extension_packages.transition", - "methods": [ - "PUT" - ] - }, - { - "path": "/extension_packages/:id", - "description": "", - "name": "extension_packages.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/extension_packages/:id", - "description": "", - "name": "extension_packages.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/extension_packages/:id", - "description": "", - "name": "extension_packages.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/extension_packages/:id", - "description": "", - "name": "extension_packages.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/extension_packages/:extension_package_id/versions", - "description": "", - "name": "extension_packages.versions", - "methods": [ - "GET" - ] - }, - { - "path": "/extensions/:id", - "description": "", - "name": "extensions.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/extensions/:id", - "description": "", - "name": "extensions.show", - "methods": [ - "GET" - ] - }, - { - "path": "/extensions/:id", - "description": "", - "name": "extensions.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/extensions/:id", - "description": "", - "name": "extensions.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/extensions/:extension_id/extension_package", - "description": "", - "name": "extension_relationship_extension_package.show", - "methods": [ - "GET" - ] - }, - { - "path": "/extensions/:extension_id/libraries", - "description": "", - "name": "extension_relationship_libraries.index", - "methods": [ - "GET" - ] - }, - { - "path": "/extensions/:extension_id/notes", - "description": "", - "name": "extension_notes.create", - "methods": [ - "POST" - ] - }, - { - "path": "/extensions/:extension_id/notes", - "description": "", - "name": "extension_notes.index", - "methods": [ - "GET" - ] - }, - { - "path": "/extensions/:extension_id/origin", - "description": "", - "name": "extension_relationship_origin.show", - "methods": [ - "GET" - ] - }, - { - "path": "/extensions/:extension_id/property", - "description": "", - "name": "extension_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/extensions/:extension_id/revisions", - "description": "", - "name": "extension_relationship_revisions.index", - "methods": [ - "GET" - ] - }, - { - "path": "/extensions/:extension_id/updated_with_extension_package", - "description": "", - "name": "extension_relationship_updated_with_extension_package.show", - "methods": [ - "GET" - ] - }, - { - "path": "/groups/:id", - "description": "", - "name": "groups.show", - "methods": [ - "GET" - ] - }, - { - "path": "/groups/:group_id/company", - "description": "", - "name": "group_relationship_company.show", - "methods": [ - "GET" - ] - }, - { - "path": "/groups/:group_id/properties", - "description": "", - "name": "group_relationship_properties.index", - "methods": [ - "GET" - ] - }, - { - "path": "/heartbeat", - "description": "", - "name": "heartbeat", - "methods": [ - "GET" - ] - }, - { - "path": "/hosts/:id", - "description": "", - "name": "hosts.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/hosts/:id", - "description": "", - "name": "hosts.show", - "methods": [ - "GET" - ] - }, - { - "path": "/hosts/:id", - "description": "", - "name": "hosts.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/hosts/:id", - "description": "", - "name": "hosts.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/hosts/:host_id/property", - "description": "", - "name": "host_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/icons/:id", - "description": "", - "name": "icons.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/icons/:id", - "description": "", - "name": "icons.show", - "methods": [ - "GET" - ] - }, - { - "path": "/icons/:id", - "description": "", - "name": "icons.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/icons/:id", - "description": "", - "name": "icons.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/libraries/:id", - "description": "", - "name": "libraries.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/libraries/:id", - "description": "", - "name": "libraries.show", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:id", - "description": "", - "name": "libraries.transition", - "methods": [ - "PATCH" - ] - }, - { - "path": "/libraries/:id", - "description": "", - "name": "libraries.transition", - "methods": [ - "PUT" - ] - }, - { - "path": "/libraries/:id", - "description": "", - "name": "libraries.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/libraries/:id", - "description": "", - "name": "libraries.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/libraries/:library_id/builds", - "description": "", - "name": "builds.create", - "methods": [ - "POST" - ] - }, - { - "path": "/libraries/:library_id/builds", - "description": "", - "name": "builds.index", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/data_elements", - "description": "", - "name": "library_relationship_data_elements.index", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/environment", - "description": "", - "name": "library_relationship_environment.show", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/extensions", - "description": "", - "name": "library_relationship_extensions.index", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/last_build", - "description": "", - "name": "library_relationship_last_build.show", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/notes", - "description": "", - "name": "library_notes.create", - "methods": [ - "POST" - ] - }, - { - "path": "/libraries/:library_id/notes", - "description": "", - "name": "library_notes.index", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/property", - "description": "", - "name": "library_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/relationships/data_elements", - "description": "", - "name": "libraries_relationships_data_elements.create", - "methods": [ - "POST" - ] - }, - { - "path": "/libraries/:library_id/relationships/data_elements", - "description": "", - "name": "libraries_relationships_data_elements.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/libraries/:library_id/relationships/data_elements", - "description": "", - "name": "libraries_relationships_data_elements.show", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/relationships/data_elements", - "description": "", - "name": "libraries_relationships_data_elements.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/libraries/:library_id/relationships/data_elements", - "description": "", - "name": "libraries_relationships_data_elements.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/libraries/:library_id/relationships/environment", - "description": "", - "name": "libraries_relationships_environment.create", - "methods": [ - "POST" - ] - }, - { - "path": "/libraries/:library_id/relationships/environment", - "description": "", - "name": "libraries_relationships_environment.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/libraries/:library_id/relationships/environment", - "description": "", - "name": "libraries_relationships_environment.show", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/relationships/environment", - "description": "", - "name": "libraries_relationships_environment.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/libraries/:library_id/relationships/environment", - "description": "", - "name": "libraries_relationships_environment.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/libraries/:library_id/relationships/extensions", - "description": "", - "name": "libraries_relationships_extensions.create", - "methods": [ - "POST" - ] - }, - { - "path": "/libraries/:library_id/relationships/extensions", - "description": "", - "name": "libraries_relationships_extensions.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/libraries/:library_id/relationships/extensions", - "description": "", - "name": "libraries_relationships_extensions.show", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/relationships/extensions", - "description": "", - "name": "libraries_relationships_extensions.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/libraries/:library_id/relationships/extensions", - "description": "", - "name": "libraries_relationships_extensions.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/libraries/:library_id/relationships/rules", - "description": "", - "name": "libraries_relationships_rules.create", - "methods": [ - "POST" - ] - }, - { - "path": "/libraries/:library_id/relationships/rules", - "description": "", - "name": "libraries_relationships_rules.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/libraries/:library_id/relationships/rules", - "description": "", - "name": "libraries_relationships_rules.show", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/relationships/rules", - "description": "", - "name": "libraries_relationships_rules.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/libraries/:library_id/relationships/rules", - "description": "", - "name": "libraries_relationships_rules.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/libraries/:library_id/rules", - "description": "", - "name": "library_relationship_rules.index", - "methods": [ - "GET" - ] - }, - { - "path": "/libraries/:library_id/upstream_library", - "description": "", - "name": "library_relationship_upstream_library.show", - "methods": [ - "GET" - ] - }, - { - "path": "/notes/:id", - "description": "", - "name": "notes.show", - "methods": [ - "GET" - ] - }, - { - "path": "/owner_org_id/:extension_package_id", - "description": "", - "name": "owner_org_id.show", - "methods": [ - "GET" - ] - }, - { - "path": "/owner_org_id/:extension_package_id", - "description": "", - "name": "owner_org_id.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/profile", - "description": "", - "name": "profiles.show", - "methods": [ - "GET" - ] - }, - { - "path": "/profile", - "description": "", - "name": "profiles.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/profile", - "description": "", - "name": "profiles.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/properties/:id", - "description": "", - "name": "properties.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/properties/:id", - "description": "", - "name": "properties.show", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:id", - "description": "", - "name": "properties.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/properties/:id", - "description": "", - "name": "properties.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/properties/:property_id/callbacks", - "description": "", - "name": "callbacks.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/callbacks", - "description": "", - "name": "callbacks.index", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:property_id/company", - "description": "", - "name": "property_relationship_company.show", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:property_id/data_elements", - "description": "", - "name": "data_elements.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/data_elements", - "description": "", - "name": "data_elements.index", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:property_id/environments", - "description": "", - "name": "environments.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/environments", - "description": "", - "name": "environments.index", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:property_id/extensions", - "description": "", - "name": "extensions.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/extensions", - "description": "", - "name": "extensions.index", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:property_id/hosts", - "description": "", - "name": "hosts.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/hosts", - "description": "", - "name": "hosts.index", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:property_id/libraries", - "description": "", - "name": "libraries.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/libraries", - "description": "", - "name": "libraries.index", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:property_id/notes", - "description": "", - "name": "property_notes.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/notes", - "description": "", - "name": "property_notes.index", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:property_id/rule_components", - "description": "", - "name": "rule_components.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/rules", - "description": "", - "name": "rules.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/rules", - "description": "", - "name": "rules.index", - "methods": [ - "GET" - ] - }, - { - "path": "/properties/:property_id/secrets", - "description": "", - "name": "secrets.create", - "methods": [ - "POST" - ] - }, - { - "path": "/properties/:property_id/secrets", - "description": "", - "name": "secrets.index", - "methods": [ - "GET" - ] - }, - { - "path": "/rule_components/:id", - "description": "", - "name": "rule_components.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/rule_components/:id", - "description": "", - "name": "rule_components.show", - "methods": [ - "GET" - ] - }, - { - "path": "/rule_components/:id", - "description": "", - "name": "rule_components.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/rule_components/:id", - "description": "", - "name": "rule_components.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/rule_components/:rule_component_id/extension", - "description": "", - "name": "rule_component_relationship_extension.show", - "methods": [ - "GET" - ] - }, - { - "path": "/rule_components/:rule_component_id/notes", - "description": "", - "name": "rule_component_notes.create", - "methods": [ - "POST" - ] - }, - { - "path": "/rule_components/:rule_component_id/notes", - "description": "", - "name": "rule_component_notes.index", - "methods": [ - "GET" - ] - }, - { - "path": "/rule_components/:rule_component_id/origin", - "description": "", - "name": "rule_component_relationship_origin.show", - "methods": [ - "GET" - ] - }, - { - "path": "/rule_components/:rule_component_id/rules", - "description": "", - "name": "rule_component_relationship_rules.show", - "methods": [ - "GET" - ] - }, - { - "path": "/rule_components/:rule_component_id/updated_with_extension", - "description": "", - "name": "rule_component_relationship_updated_with_extension.show", - "methods": [ - "GET" - ] - }, - { - "path": "/rule_components/:rule_component_id/updated_with_extension_package", - "description": "", - "name": "rule_component_relationship_updated_with_extension_package.show", - "methods": [ - "GET" - ] - }, - { - "path": "/rules/:id", - "description": "", - "name": "rules.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/rules/:id", - "description": "", - "name": "rules.show", - "methods": [ - "GET" - ] - }, - { - "path": "/rules/:id", - "description": "", - "name": "rules.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/rules/:id", - "description": "", - "name": "rules.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/rules/:rule_id/libraries", - "description": "", - "name": "rule_relationship_libraries.index", - "methods": [ - "GET" - ] - }, - { - "path": "/rules/:rule_id/notes", - "description": "", - "name": "rule_notes.create", - "methods": [ - "POST" - ] - }, - { - "path": "/rules/:rule_id/notes", - "description": "", - "name": "rule_notes.index", - "methods": [ - "GET" - ] - }, - { - "path": "/rules/:rule_id/origin", - "description": "", - "name": "rule_relationship_origin.show", - "methods": [ - "GET" - ] - }, - { - "path": "/rules/:rule_id/property", - "description": "", - "name": "rule_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/rules/:rule_id/revisions", - "description": "", - "name": "rule_relationship_revisions.index", - "methods": [ - "GET" - ] - }, - { - "path": "/rules/:rule_id/rule_component_notes", - "description": "", - "name": "rule_rule_component_notes.index", - "methods": [ - "GET" - ] - }, - { - "path": "/rules/:rule_id/rule_components", - "description": "", - "name": "rule_components.index", - "methods": [ - "GET" - ] - }, - { - "path": "/search", - "description": "", - "name": "search.perform", - "methods": [ - "POST" - ] - }, - { - "path": "/secrets/:id", - "description": "", - "name": "secrets.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/secrets/:id", - "description": "", - "name": "secrets.show", - "methods": [ - "GET" - ] - }, - { - "path": "/secrets/:id", - "description": "", - "name": "secrets.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/secrets/:id", - "description": "", - "name": "secrets.update", - "methods": [ - "PUT" - ] - }, - { - "path": "/secrets/:secret_id/data_elements", - "description": "", - "name": "secret_relationship_data_elements.index", - "methods": [ - "GET" - ] - }, - { - "path": "/secrets/:secret_id/environment", - "description": "", - "name": "secret_relationship_environment.show", - "methods": [ - "GET" - ] - }, - { - "path": "/secrets/:secret_id/notes", - "description": "", - "name": "secret_notes.create", - "methods": [ - "POST" - ] - }, - { - "path": "/secrets/:secret_id/notes", - "description": "", - "name": "secret_notes.index", - "methods": [ - "GET" - ] - }, - { - "path": "/secrets/:secret_id/property", - "description": "", - "name": "secret_relationship_property.show", - "methods": [ - "GET" - ] - }, - { - "path": "/users", - "description": "", - "name": "users.create", - "methods": [ - "POST" - ] - }, - { - "path": "/users", - "description": "", - "name": "users.index", - "methods": [ - "GET" - ] - }, - { - "path": "/users/:id", - "description": "", - "name": "users.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/users/:id", - "description": "", - "name": "users.show", - "methods": [ - "GET" - ] - }, - { - "path": "/users/:id", - "description": "", - "name": "users.update", - "methods": [ - "PATCH" - ] - }, - { - "path": "/users/:id", - "description": "", - "name": "users.update", - "methods": [ - "PUT" - ] - } - ], - "scenarios": [ - { - "name": "app_configurations.create_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.create_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.create_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.create_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ACaff50d590607483e89291f82538de55b", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T20:59:47.810Z", - "updated_at": "2022-02-04T20:59:47.810Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.create_an_app_configuration", - "endpoint": "/app_configurations/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "app_configurations.create_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Fcm App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ACfe984d5a649440268fb22fd6169d0131", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:00:26.534Z", - "updated_at": "2022-02-04T21:00:26.534Z", - "app_id": "android_app_id", - "name": "Kessel Fcm App", - "platform": "mobile", - "messaging_service": "fcm", - "key_type": "fcm_v1" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.create_an_app_configuration", - "endpoint": "/app_configurations/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "app_configurations.create_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Apns App", - "app_id": "com.adobe.test_app", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file", - "push_credential": { - "bundleId": "com.adobe.test_app", - "keyId": "key_id", - "p8": "", - "teamId": "team_id" - } - }, - "type": "app_configurations" - } - }, - "response": { - "data": { - "id": "AC6c9c160a2c2448c1abb376af14307f78", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:25.630Z", - "updated_at": "2022-02-04T21:02:25.630Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "app_configurations.get_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.get_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.get_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.get_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC6c9c160a2c2448c1abb376af14307f78", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:25.630Z", - "updated_at": "2022-02-04T21:02:25.630Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.get_an_app_configuration", - "endpoint": "/app_configurations/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "AC6c9c160a2c2448c1abb376af14307f78", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:25.630Z", - "updated_at": "2022-02-04T21:02:25.630Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_app_configurations_for_a_company", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_app_configurations_for_a_company", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_app_configurations_for_a_company", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_app_configurations_for_a_company", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC6c9c160a2c2448c1abb376af14307f78", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:25.630Z", - "updated_at": "2022-02-04T21:02:25.630Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_app_configurations_for_a_company", - "endpoint": "/companies/:company_id/app_configurations", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC6c9c160a2c2448c1abb376af14307f78", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:25.630Z", - "updated_at": "2022-02-04T21:02:25.630Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.update_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.update_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.update_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.update_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC6c9c160a2c2448c1abb376af14307f78", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:25.630Z", - "updated_at": "2022-02-04T21:02:25.630Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.update_an_app_configuration", - "endpoint": "/app_configurations/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "app_id": "com.adobe.test_app_2" - }, - "id": "AC6c9c160a2c2448c1abb376af14307f78", - "type": "app_configurations" - } - }, - "response": { - "data": { - "id": "AC6c9c160a2c2448c1abb376af14307f78", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:25.630Z", - "updated_at": "2022-02-04T21:02:29.575Z", - "app_id": "com.adobe.test_app_2", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.delete_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.delete_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.delete_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.delete_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC6c9c160a2c2448c1abb376af14307f78", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:25.630Z", - "updated_at": "2022-02-04T21:02:29.575Z", - "app_id": "com.adobe.test_app_2", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.delete_an_app_configuration", - "endpoint": "/app_configurations/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Apns App", - "app_id": "com.adobe.test_app", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file", - "push_credential": { - "bundleId": "com.adobe.test_app", - "keyId": "key_id", - "p8": "", - "teamId": "team_id" - } - }, - "type": "app_configurations" - } - }, - "response": { - "data": { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:00:19.481Z", - "updated_at": "2022-02-04T21:00:19.481Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "method": "PATCH", - "request": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces" - } - ] - }, - "response": { - "data": [ - { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/app_surfaces", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:00:19.481Z", - "updated_at": "2022-02-04T21:00:19.481Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:00:19.481Z", - "updated_at": "2022-02-04T21:00:19.481Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "method": "PATCH", - "request": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces" - } - ] - }, - "response": { - "data": [ - { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.add_app_surfaces_to_the_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.add_app_surfaces_to_the_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.add_app_surfaces_to_the_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.add_app_surfaces_to_the_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.add_app_surfaces_to_the_app_configuration", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:00:19.481Z", - "updated_at": "2022-02-04T21:00:19.481Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.add_app_surfaces_to_the_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "method": "POST", - "request": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces" - } - ] - }, - "response": { - "data": [ - { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:00:19.481Z", - "updated_at": "2022-02-04T21:00:19.481Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "method": "PATCH", - "request": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces" - } - ] - }, - "response": { - "data": [ - { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:00:19.481Z", - "updated_at": "2022-02-04T21:00:19.481Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "method": "PATCH", - "request": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces" - } - ] - }, - "response": { - "data": [ - { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.remove_app_surface_from_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.remove_app_surface_from_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.remove_app_surface_from_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.remove_app_surface_from_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.remove_app_surface_from_an_app_configuration", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:00:19.481Z", - "updated_at": "2022-02-04T21:00:19.481Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.remove_app_surface_from_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "method": "PATCH", - "request": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces" - } - ] - }, - "response": { - "data": [ - { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_configurations.remove_app_surface_from_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", - "method": "DELETE", - "request": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces" - } - ] - }, - "response": { - "data": [ - - ], - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.create_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.create_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.create_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.create_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS9a8fa58a72c1494ea79d5c5bb180e864", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:00:06.803Z", - "updated_at": "2022-02-04T21:00:06.803Z", - "name": "Kessel Surface" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.create_an_app_surface", - "endpoint": "/app_surfaces/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "app_surfaces.create_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:00:19.481Z", - "updated_at": "2022-02-04T21:00:19.481Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.create_an_app_surface", - "endpoint": "/app_surfaces/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "app_surfaces.create_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Surface" - }, - "type": "app_surfaces" - } - }, - "response": { - "data": { - "id": "AS7b84d82f8707421daa9e1e5230ce75f6", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:37.322Z", - "updated_at": "2022-02-04T21:02:37.322Z", - "name": "Kessel Surface" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "app_surfaces.get_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.get_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.get_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.get_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.get_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Surface (new name)" - }, - "type": "app_surfaces" - } - }, - "response": { - "data": { - "id": "ASf62b7f0257094125b67719852e46eeed", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:38.608Z", - "updated_at": "2022-02-04T21:02:38.608Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "app_surfaces.get_an_app_surface", - "endpoint": "/app_surfaces/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ASf62b7f0257094125b67719852e46eeed", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:38.608Z", - "updated_at": "2022-02-04T21:02:38.608Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_app_surfaces_for_a_company", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_app_surfaces_for_a_company", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_app_surfaces_for_a_company", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_app_surfaces_for_a_company", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASf62b7f0257094125b67719852e46eeed", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:38.608Z", - "updated_at": "2022-02-04T21:02:38.608Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_app_surfaces_for_a_company", - "endpoint": "/companies/:company_id/app_surfaces", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AS7b84d82f8707421daa9e1e5230ce75f6", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:37.322Z", - "updated_at": "2022-02-04T21:02:37.322Z", - "name": "Kessel Surface" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6" - } - }, - { - "id": "ASf62b7f0257094125b67719852e46eeed", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:38.608Z", - "updated_at": "2022-02-04T21:02:38.608Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 2 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.update_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.update_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.update_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.update_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASf62b7f0257094125b67719852e46eeed", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:38.608Z", - "updated_at": "2022-02-04T21:02:38.608Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.update_an_app_surface", - "endpoint": "/app_surfaces/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "Kessel Surface (new name)" - }, - "id": "ASf62b7f0257094125b67719852e46eeed", - "type": "app_surfaces" - } - }, - "response": { - "data": { - "id": "ASf62b7f0257094125b67719852e46eeed", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:38.608Z", - "updated_at": "2022-02-04T21:02:38.608Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.delete_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.delete_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.delete_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.delete_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASf62b7f0257094125b67719852e46eeed", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:38.608Z", - "updated_at": "2022-02-04T21:02:38.608Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.delete_an_app_surface", - "endpoint": "/app_surfaces/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Surface (new name)" - }, - "type": "app_surfaces" - } - }, - "response": { - "data": { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "method": "PATCH", - "request": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations" - } - ] - }, - "response": { - "data": [ - { - "type": "app_configurations", - "id": "AC082ee39971a9444fb133e7610ae1e9f7" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/app_configurations", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "method": "PATCH", - "request": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations" - } - ] - }, - "response": { - "data": [ - { - "type": "app_configurations", - "id": "AC082ee39971a9444fb133e7610ae1e9f7" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "type": "app_configurations", - "id": "AC082ee39971a9444fb133e7610ae1e9f7" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.add_app_configurations_to_the_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.add_app_configurations_to_the_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.add_app_configurations_to_the_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.add_app_configurations_to_the_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.add_app_configurations_to_the_app_surface", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.add_app_configurations_to_the_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "method": "POST", - "request": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations" - } - ] - }, - "response": { - "data": [ - { - "type": "app_configurations", - "id": "AC082ee39971a9444fb133e7610ae1e9f7" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.replace_app_configurations_on_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.replace_app_configurations_on_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.replace_app_configurations_on_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.replace_app_configurations_on_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.replace_app_configurations_on_an_app_surface", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.replace_app_configurations_on_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "method": "PATCH", - "request": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations" - } - ] - }, - "response": { - "data": [ - { - "type": "app_configurations", - "id": "AC082ee39971a9444fb133e7610ae1e9f7" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.replace_app_configurations_on_an_app_surface", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Fcm App", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.replace_app_configurations_on_an_app_surface", - "endpoint": "/companies/:company_id/app_configurations", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Fcm App", - "app_id": "android_app_id", - "platform": "mobile", - "messaging_service": "fcm", - "key_type": "fcm_v1", - "push_credential": { - "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", - "auth_uri": "https://accounts.google.com/o/oauth2/auth", - "client_email": "firebase-adminsdk-00000@notificationtestapp-000ea.iam.gserviceaccount.com", - "client_id": "000000000000000000000", - "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-00000%40notificationtestapp-000ea.iam.gserviceaccount.com", - "private_key": "-----BEGIN PRIVATE KEY-----\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXX=\n-----END PRIVATE KEY-----\n", - "private_key_id": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "project_id": "notificationtestapp-000ea", - "token_uri": "https://oauth2.googleapis.com/token", - "type": "service_account" - } - }, - "type": "app_configurations" - } - }, - "response": { - "data": { - "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:46.481Z", - "updated_at": "2022-02-04T21:02:46.481Z", - "app_id": "android_app_id", - "name": "Kessel Fcm App", - "platform": "mobile", - "messaging_service": "fcm", - "key_type": "fcm_v1" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "app_surfaces.replace_app_configurations_on_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "method": "PATCH", - "request": { - "data": [ - { - "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e", - "type": "app_configurations" - } - ] - }, - "response": { - "data": [ - { - "type": "app_configurations", - "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.remove_app_configuration_from_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.remove_app_configuration_from_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.remove_app_configuration_from_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.remove_app_configuration_from_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.remove_app_configuration_from_an_app_surface", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.remove_app_configuration_from_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "method": "PATCH", - "request": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations" - } - ] - }, - "response": { - "data": [ - { - "type": "app_configurations", - "id": "AC082ee39971a9444fb133e7610ae1e9f7" - } - ], - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "app_surfaces.remove_app_configuration_from_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", - "method": "DELETE", - "request": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations" - } - ] - }, - "response": { - "data": [ - - ], - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.list_audit_events", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.list_audit_events", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.list_audit_events", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.list_audit_events", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.list_audit_events", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRbd3ecada74ab42f78b9d65803291970a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:02:48.843Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:02:48.843Z", - "platform": "web", - "development": false, - "token": "f8e7fc5e24ce", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments", - "extensions": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions", - "rules": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules", - "self": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "audit_events.list_audit_events", - "endpoint": "/audit_events", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AE3789de70a3b14c52b8de4bc75a18bd99", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:49.897Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2022-02-04T21:02:49.897Z", - "entity": "{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.535Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.535Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/property" - }, - "data": { - "id": "PRbd3ecada74ab42f78b9d65803291970a", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/extension" - }, - "data": { - "type": "extensions", - "id": "EX3406b45bc85f48d0b4590dd221fc6ed9" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9", - "property": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", - "self": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99" - }, - "meta": { - "property_name": "Kessel Example Property" - } - }, - { - "id": "AEad9f5ff77274469f9fa081aad2349af4", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:46.556Z", - "display_name": "Kessel Fcm App", - "type_of": "app_configuration.created", - "updated_at": "2022-02-04T21:02:46.556Z", - "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEad9f5ff77274469f9fa081aad2349af4" - } - }, - { - "id": "AEae9a8f38360041fbac17de58b69e5c72", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:42.767Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:02:42.767Z", - "entity": "{\"data\":{\"id\":\"ASb763e208e4f64c86a4ce6445604355ce\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:42.693Z\",\"updated_at\":\"2022-02-04T21:02:42.693Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "ASb763e208e4f64c86a4ce6445604355ce" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEae9a8f38360041fbac17de58b69e5c72" - } - }, - { - "id": "AE13b264111ef442979577b81f9a8708bd", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:41.894Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.deleted", - "updated_at": "2022-02-04T21:02:41.894Z", - "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "ASf62b7f0257094125b67719852e46eeed" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE13b264111ef442979577b81f9a8708bd" - } - }, - { - "id": "AE1e51a6221daf49f79a6c3398334e9040", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:41.011Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.updated", - "updated_at": "2022-02-04T21:02:41.011Z", - "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "ASf62b7f0257094125b67719852e46eeed" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE1e51a6221daf49f79a6c3398334e9040" - } - }, - { - "id": "AE8c84ba14ba6f4eba80cfe43b84647131", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:38.711Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:02:38.711Z", - "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "ASf62b7f0257094125b67719852e46eeed" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8c84ba14ba6f4eba80cfe43b84647131" - } - }, - { - "id": "AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:37.432Z", - "display_name": "Kessel Surface", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:02:37.432Z", - "entity": "{\"data\":{\"id\":\"AS7b84d82f8707421daa9e1e5230ce75f6\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:02:37.322Z\",\"updated_at\":\"2022-02-04T21:02:37.322Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS7b84d82f8707421daa9e1e5230ce75f6" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd" - } - }, - { - "id": "AEa1731ab256134ed7a82db56d18df23c4", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:37.129Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.deleted", - "updated_at": "2022-02-04T21:02:37.129Z", - "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEa1731ab256134ed7a82db56d18df23c4" - } - }, - { - "id": "AE4c4610eaa0364e3e9014a287eda654d6", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:36.686Z", - "display_name": "Kessel Surface", - "type_of": "app_surface.deleted", - "updated_at": "2022-02-04T21:02:36.686Z", - "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE4c4610eaa0364e3e9014a287eda654d6" - } - }, - { - "id": "AE8b1b7f535baa43b4a623d894ae07a572", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:31.823Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.created", - "updated_at": "2022-02-04T21:02:31.823Z", - "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC082ee39971a9444fb133e7610ae1e9f7" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8b1b7f535baa43b4a623d894ae07a572" - } - }, - { - "id": "AE46e0549bef1f4284828acf8b686eebf3", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:30.508Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2022-02-04T21:02:30.508Z", - "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC6c9c160a2c2448c1abb376af14307f78" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE46e0549bef1f4284828acf8b686eebf3" - } - }, - { - "id": "AE2826bffae15c45328839097aa3fb9363", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:29.717Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.updated", - "updated_at": "2022-02-04T21:02:29.717Z", - "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC6c9c160a2c2448c1abb376af14307f78" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE2826bffae15c45328839097aa3fb9363" - } - }, - { - "id": "AEa2ff894950564632a78a16a510f65a44", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:25.771Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.created", - "updated_at": "2022-02-04T21:02:25.771Z", - "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC6c9c160a2c2448c1abb376af14307f78" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEa2ff894950564632a78a16a510f65a44" - } - }, - { - "id": "AE1a071d46fb96482fa41c44ca546891fb", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:25.347Z", - "display_name": "Kessel Fcm App", - "type_of": "app_configuration.deleted", - "updated_at": "2022-02-04T21:02:25.347Z", - "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACfe984d5a649440268fb22fd6169d0131" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE1a071d46fb96482fa41c44ca546891fb" - } - }, - { - "id": "AE66a6de7057f940a3a26138e74c65de99", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:24.936Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2022-02-04T21:02:24.936Z", - "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACaff50d590607483e89291f82538de55b" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE66a6de7057f940a3a26138e74c65de99" - } - }, - { - "id": "AEfc3b2b950b2a43ee8edce900400c8cfe", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:26.763Z", - "display_name": "Kessel Fcm App", - "type_of": "app_configuration.created", - "updated_at": "2022-02-04T21:00:26.763Z", - "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACfe984d5a649440268fb22fd6169d0131" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEfc3b2b950b2a43ee8edce900400c8cfe" - } - }, - { - "id": "AEb49d15dd1c7645ab8742cc3b68b95eba", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:19.717Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:00:19.717Z", - "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEb49d15dd1c7645ab8742cc3b68b95eba" - } - }, - { - "id": "AE38ac9002da284b5387a811df23da3845", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:17.339Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.deleted", - "updated_at": "2022-02-04T21:00:17.339Z", - "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS0d9ca0cdcac540e495ce53a90b82826d" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE38ac9002da284b5387a811df23da3845" - } - }, - { - "id": "AE57350c2effa84bf6befd84671e4e5774", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:16.083Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.updated", - "updated_at": "2022-02-04T21:00:16.083Z", - "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS0d9ca0cdcac540e495ce53a90b82826d" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE57350c2effa84bf6befd84671e4e5774" - } - }, - { - "id": "AE0c6dc0ddc6864281b923e09c79f8cd4c", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:10.872Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:00:10.872Z", - "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS0d9ca0cdcac540e495ce53a90b82826d" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE0c6dc0ddc6864281b923e09c79f8cd4c" - } - }, - { - "id": "AE3cd524e1d8964e7b8a0b976bbe924eec", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:07.634Z", - "display_name": "Kessel Surface", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:00:07.634Z", - "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE3cd524e1d8964e7b8a0b976bbe924eec" - } - }, - { - "id": "AE62201f73127540cb9ddb94018d311761", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:06.753Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.deleted", - "updated_at": "2022-02-04T21:00:06.753Z", - "entity": "{\"data\":{\"id\":\"ASb5f06e2e76ea4c0ba4e01b71332c91ee\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T20:59:48.855Z\",\"updated_at\":\"2022-02-04T20:59:48.855Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "ASb5f06e2e76ea4c0ba4e01b71332c91ee" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE62201f73127540cb9ddb94018d311761" - } - }, - { - "id": "AE7c5a0c580aa74978b777cfc6b48483bd", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:03.959Z", - "display_name": "IC6b3a89ff7bbe4a4ab9ea329878196d7e", - "type_of": "icon.deleted", - "updated_at": "2022-02-04T21:00:03.959Z", - "entity": "{\"data\":{\"id\":\"IC6b3a89ff7bbe4a4ab9ea329878196d7e\",\"type\":\"icons\",\"links\":{\"self\":\"https://reactor.adobe.io/icons/IC6b3a89ff7bbe4a4ab9ea329878196d7e\",\"resource\":\"https://reactor.adobe.io/app_surfaces/AS43e5f0df09a04da79d81acd2763ec4d9\"},\"attributes\":{\"url\":\"https://assets.adobedtm.com/staging/icons/17e0df72ece8/IC6b3a89ff7bbe4a4ab9ea329878196d7e.png\",\"status\":\"succeeded\",\"created_at\":\"2022-02-03T22:50:54.877Z\",\"updated_at\":\"2022-02-04T16:26:37.978Z\"},\"relationships\":{\"resource\":{\"data\":{\"id\":\"AS43e5f0df09a04da79d81acd2763ec4d9\",\"type\":\"app_surfaces\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS43e5f0df09a04da79d81acd2763ec4d9\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "icons", - "id": "IC6b3a89ff7bbe4a4ab9ea329878196d7e" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/icons/IC6b3a89ff7bbe4a4ab9ea329878196d7e", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE7c5a0c580aa74978b777cfc6b48483bd" - } - } - ], - "links": { - "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", - "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" - }, - "meta": { - "pagination": { - "current_page": 1, - "next_page": 2, - "prev_page": null, - "total_pages": 2, - "total_count": 46 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRbd3ecada74ab42f78b9d65803291970a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:02:48.843Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:02:48.843Z", - "platform": "web", - "development": false, - "token": "f8e7fc5e24ce", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments", - "extensions": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions", - "rules": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules", - "self": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/properties/PRbd3ecada74ab42f78b9d65803291970a", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRb804002660ff423c85ad3c95aa452ef7", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:02:58.171Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:02:58.171Z", - "platform": "web", - "development": false, - "token": "3e1289875f3b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments", - "extensions": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions", - "rules": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules", - "self": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL204df6424b5b4f79abf5ca8a0f4415d9", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:03:04.049Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:03:04.049Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/property" - }, - "data": { - "id": "PRb804002660ff423c85ad3c95aa452ef7", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/origin" - }, - "data": { - "id": "RL204df6424b5b4f79abf5ca8a0f4415d9", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", - "origin": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9", - "self": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9", - "rule_components": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/audit_events", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AE0bac8e99f5634532a8e9d005946ae717", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:58.637Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2022-02-04T21:02:58.637Z", - "entity": "{\"data\":{\"id\":\"EX6ccb3c449e204c749f1ef2f5b574d08c\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c\",\"origin\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c\",\"property\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:58.381Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:58.381Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6ccb3c449e204c749f1ef2f5b574d08c\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/origin\"}},\"property\":{\"data\":{\"id\":\"PRb804002660ff423c85ad3c95aa452ef7\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717/property" - }, - "data": { - "id": "PRb804002660ff423c85ad3c95aa452ef7", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717/extension" - }, - "data": { - "type": "extensions", - "id": "EX6ccb3c449e204c749f1ef2f5b574d08c" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c", - "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", - "self": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717" - }, - "meta": { - "property_name": "Kessel Example Property" - } - }, - { - "id": "AE660b24c4c43941338b2629818748f209", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:57.185Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2022-02-04T21:02:57.185Z", - "entity": "{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"rules\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"f8e7fc5e24ce\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:48.843Z\",\"updated_at\":\"2022-02-04T21:02:48.843Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRbd3ecada74ab42f78b9d65803291970a", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE660b24c4c43941338b2629818748f209/property" - }, - "data": { - "type": "properties", - "id": "PRbd3ecada74ab42f78b9d65803291970a" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE660b24c4c43941338b2629818748f209" - } - }, - { - "id": "AEc151a4198f184f0b9370deb8c2a270c2", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:50.384Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2022-02-04T21:02:50.384Z", - "entity": "{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"rules\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"f8e7fc5e24ce\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:48.843Z\",\"updated_at\":\"2022-02-04T21:02:48.843Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRbd3ecada74ab42f78b9d65803291970a", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEc151a4198f184f0b9370deb8c2a270c2/property" - }, - "data": { - "type": "properties", - "id": "PRbd3ecada74ab42f78b9d65803291970a" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc151a4198f184f0b9370deb8c2a270c2" - } - }, - { - "id": "AEde7b82f99870419b81eec1ca504078a9", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:50.076Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2022-02-04T21:02:50.076Z", - "entity": "{\"data\":{\"id\":\"EX5e3b0b1bd0cf491e8ff9047fb10ab3a2\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.709Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.709Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRbd3ecada74ab42f78b9d65803291970a", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEde7b82f99870419b81eec1ca504078a9/extension" - }, - "data": { - "type": "extensions", - "id": "EX5e3b0b1bd0cf491e8ff9047fb10ab3a2" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEde7b82f99870419b81eec1ca504078a9" - } - }, - { - "id": "AE3789de70a3b14c52b8de4bc75a18bd99", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:49.897Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2022-02-04T21:02:49.897Z", - "entity": "{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.535Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.535Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRbd3ecada74ab42f78b9d65803291970a", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/extension" - }, - "data": { - "type": "extensions", - "id": "EX3406b45bc85f48d0b4590dd221fc6ed9" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99" - } - }, - { - "id": "AEad9f5ff77274469f9fa081aad2349af4", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:46.556Z", - "display_name": "Kessel Fcm App", - "type_of": "app_configuration.created", - "updated_at": "2022-02-04T21:02:46.556Z", - "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEad9f5ff77274469f9fa081aad2349af4" - } - }, - { - "id": "AEae9a8f38360041fbac17de58b69e5c72", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:42.767Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:02:42.767Z", - "entity": "{\"data\":{\"id\":\"ASb763e208e4f64c86a4ce6445604355ce\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:42.693Z\",\"updated_at\":\"2022-02-04T21:02:42.693Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "ASb763e208e4f64c86a4ce6445604355ce" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEae9a8f38360041fbac17de58b69e5c72" - } - }, - { - "id": "AE13b264111ef442979577b81f9a8708bd", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:41.894Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.deleted", - "updated_at": "2022-02-04T21:02:41.894Z", - "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "ASf62b7f0257094125b67719852e46eeed" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE13b264111ef442979577b81f9a8708bd" - } - }, - { - "id": "AE1e51a6221daf49f79a6c3398334e9040", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:41.011Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.updated", - "updated_at": "2022-02-04T21:02:41.011Z", - "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "ASf62b7f0257094125b67719852e46eeed" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE1e51a6221daf49f79a6c3398334e9040" - } - }, - { - "id": "AE8c84ba14ba6f4eba80cfe43b84647131", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:38.711Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:02:38.711Z", - "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "ASf62b7f0257094125b67719852e46eeed" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8c84ba14ba6f4eba80cfe43b84647131" - } - }, - { - "id": "AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:37.432Z", - "display_name": "Kessel Surface", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:02:37.432Z", - "entity": "{\"data\":{\"id\":\"AS7b84d82f8707421daa9e1e5230ce75f6\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:02:37.322Z\",\"updated_at\":\"2022-02-04T21:02:37.322Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS7b84d82f8707421daa9e1e5230ce75f6" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd" - } - }, - { - "id": "AEa1731ab256134ed7a82db56d18df23c4", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:37.129Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.deleted", - "updated_at": "2022-02-04T21:02:37.129Z", - "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEa1731ab256134ed7a82db56d18df23c4" - } - }, - { - "id": "AE4c4610eaa0364e3e9014a287eda654d6", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:36.686Z", - "display_name": "Kessel Surface", - "type_of": "app_surface.deleted", - "updated_at": "2022-02-04T21:02:36.686Z", - "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE4c4610eaa0364e3e9014a287eda654d6" - } - }, - { - "id": "AE8b1b7f535baa43b4a623d894ae07a572", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:31.823Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.created", - "updated_at": "2022-02-04T21:02:31.823Z", - "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC082ee39971a9444fb133e7610ae1e9f7" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8b1b7f535baa43b4a623d894ae07a572" - } - }, - { - "id": "AE46e0549bef1f4284828acf8b686eebf3", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:30.508Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2022-02-04T21:02:30.508Z", - "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC6c9c160a2c2448c1abb376af14307f78" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE46e0549bef1f4284828acf8b686eebf3" - } - }, - { - "id": "AE2826bffae15c45328839097aa3fb9363", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:29.717Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.updated", - "updated_at": "2022-02-04T21:02:29.717Z", - "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC6c9c160a2c2448c1abb376af14307f78" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE2826bffae15c45328839097aa3fb9363" - } - }, - { - "id": "AEa2ff894950564632a78a16a510f65a44", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:25.771Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.created", - "updated_at": "2022-02-04T21:02:25.771Z", - "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC6c9c160a2c2448c1abb376af14307f78" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEa2ff894950564632a78a16a510f65a44" - } - }, - { - "id": "AE1a071d46fb96482fa41c44ca546891fb", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:25.347Z", - "display_name": "Kessel Fcm App", - "type_of": "app_configuration.deleted", - "updated_at": "2022-02-04T21:02:25.347Z", - "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACfe984d5a649440268fb22fd6169d0131" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE1a071d46fb96482fa41c44ca546891fb" - } - }, - { - "id": "AE66a6de7057f940a3a26138e74c65de99", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:24.936Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2022-02-04T21:02:24.936Z", - "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACaff50d590607483e89291f82538de55b" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE66a6de7057f940a3a26138e74c65de99" - } - }, - { - "id": "AEfc3b2b950b2a43ee8edce900400c8cfe", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:26.763Z", - "display_name": "Kessel Fcm App", - "type_of": "app_configuration.created", - "updated_at": "2022-02-04T21:00:26.763Z", - "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "ACfe984d5a649440268fb22fd6169d0131" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEfc3b2b950b2a43ee8edce900400c8cfe" - } - }, - { - "id": "AEb49d15dd1c7645ab8742cc3b68b95eba", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:19.717Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.created", - "updated_at": "2022-02-04T21:00:19.717Z", - "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEb49d15dd1c7645ab8742cc3b68b95eba" - } - }, - { - "id": "AE38ac9002da284b5387a811df23da3845", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:17.339Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.deleted", - "updated_at": "2022-02-04T21:00:17.339Z", - "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS0d9ca0cdcac540e495ce53a90b82826d" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE38ac9002da284b5387a811df23da3845" - } - }, - { - "id": "AE57350c2effa84bf6befd84671e4e5774", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:00:16.083Z", - "display_name": "Kessel Surface (new name)", - "type_of": "app_surface.updated", - "updated_at": "2022-02-04T21:00:16.083Z", - "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_surfaces", - "id": "AS0d9ca0cdcac540e495ce53a90b82826d" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE57350c2effa84bf6befd84671e4e5774" - } - } - ], - "links": { - "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", - "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" - }, - "meta": { - "pagination": { - "current_page": 1, - "next_page": 2, - "prev_page": null, - "total_pages": 2, - "total_count": 50 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/audit_events/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "AE6a44b4fd8bd747e9a5def6ae0e6d11fb", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:02:58.834Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2022-02-04T21:02:58.834Z", - "entity": "{\"data\":{\"id\":\"PRb804002660ff423c85ad3c95aa452ef7\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7\",\"rules\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"3e1289875f3b\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:58.171Z\",\"updated_at\":\"2022-02-04T21:02:58.171Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb/property" - }, - "data": { - "id": "PRb804002660ff423c85ad3c95aa452ef7", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb/property" - }, - "data": { - "type": "properties", - "id": "PRb804002660ff423c85ad3c95aa452ef7" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", - "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", - "self": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb" - }, - "meta": { - "property_name": "Kessel Example Property" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.create_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.create_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.create_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRb804002660ff423c85ad3c95aa452ef7", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:02:58.171Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:02:58.171Z", - "platform": "web", - "development": false, - "token": "3e1289875f3b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments", - "extensions": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions", - "rules": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules", - "self": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.create_a_build", - "endpoint": "/properties/PRb804002660ff423c85ad3c95aa452ef7", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.create_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.create_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRb446f44e64014efaadd9718956d0d40a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:03:06.156Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:03:06.156Z", - "platform": "web", - "development": false, - "token": "64e6e3894eda", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments", - "extensions": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions", - "rules": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules", - "self": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.create_a_build", - "endpoint": "/properties/PRb446f44e64014efaadd9718956d0d40a/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTe2e30f073c9e4b82839a5bea61178b4b", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:03:11.990Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:03:11.990Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTe2e30f073c9e4b82839a5bea61178b4b/property" - }, - "data": { - "id": "PRb446f44e64014efaadd9718956d0d40a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", - "self": "https://reactor.adobe.io/hosts/HTe2e30f073c9e4b82839a5bea61178b4b" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.create_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTe2e30f073c9e4b82839a5bea61178b4b", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN665460edffd54cd79637e39f024cb318", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:03:12.670Z", - "library_path": "17e0df72ece8/64e6e3894eda", - "library_name": "launch-5b4240eef061-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-5b4240eef061-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js" - ], - "license_path": "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" - }, - { - "library_name": "launch-5b4240eef061-development.js", - "minified": false, - "references": [ - "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:03:12.670Z", - "status": "succeeded", - "token": "5b4240eef061" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/host", - "self": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/relationships/host" - }, - "data": { - "id": "HTe2e30f073c9e4b82839a5bea61178b4b", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/property" - }, - "data": { - "id": "PRb446f44e64014efaadd9718956d0d40a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", - "self": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.create_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB4aab59bb9c964a2dbb55b240df7bb183", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:03:13.261Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:03:13.261Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/extensions", - "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/rules", - "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/property" - }, - "data": { - "id": "PRb446f44e64014efaadd9718956d0d40a", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", - "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.create_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN665460edffd54cd79637e39f024cb318", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN665460edffd54cd79637e39f024cb318", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/environment", - "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.create_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLfe48e1ca43574585b354b49c5afa9607", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:03:14.471Z", - "status": "pending", - "updated_at": "2022-02-04T21:03:14.471Z", - "token": "a9a7d3ab1e7e" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/environment" - }, - "data": { - "id": "EN665460edffd54cd79637e39f024cb318", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/library" - }, - "data": { - "id": "LB4aab59bb9c964a2dbb55b240df7bb183", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/property" - }, - "data": { - "id": "PRb446f44e64014efaadd9718956d0d40a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318", - "library": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183", - "self": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/a9a7d3ab1e7e/launch-5b4240eef061-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.get_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.get_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRb446f44e64014efaadd9718956d0d40a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:03:06.156Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:03:06.156Z", - "platform": "web", - "development": false, - "token": "64e6e3894eda", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments", - "extensions": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions", - "rules": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules", - "self": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.get_a_build", - "endpoint": "/properties/PRb446f44e64014efaadd9718956d0d40a", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.get_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.get_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:03:16.509Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:03:16.509Z", - "platform": "web", - "development": false, - "token": "b3c8e7b04b02", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements", - "environments": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments", - "extensions": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions", - "rules": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules", - "self": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT759b04b1afdc46a6b36499a51e7c2b65", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:03:22.675Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:03:22.675Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT759b04b1afdc46a6b36499a51e7c2b65/property" - }, - "data": { - "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", - "self": "https://reactor.adobe.io/hosts/HT759b04b1afdc46a6b36499a51e7c2b65" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT759b04b1afdc46a6b36499a51e7c2b65", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:03:23.360Z", - "library_path": "17e0df72ece8/b3c8e7b04b02", - "library_name": "launch-f161f5f959cd-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-f161f5f959cd-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js" - ], - "license_path": "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" - }, - { - "library_name": "launch-f161f5f959cd-development.js", - "minified": false, - "references": [ - "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:03:23.360Z", - "status": "succeeded", - "token": "f161f5f959cd" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/host", - "self": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/relationships/host" - }, - "data": { - "id": "HT759b04b1afdc46a6b36499a51e7c2b65", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/property" - }, - "data": { - "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", - "self": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBf6b02e66e1be484f904e43e7a328da14", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:03:23.920Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:03:23.920Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/data_elements", - "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/extensions", - "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/rules", - "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/property" - }, - "data": { - "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", - "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/environment", - "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.get_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLcf68a794a5da433aa3acd69fafcaa9e3", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:03:28.016Z", - "status": "pending", - "updated_at": "2022-02-04T21:03:28.016Z", - "token": "964d94c95b53" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/environment" - }, - "data": { - "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/library" - }, - "data": { - "id": "LBf6b02e66e1be484f904e43e7a328da14", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/property" - }, - "data": { - "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e", - "library": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14", - "self": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/964d94c95b53/launch-f161f5f959cd-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/builds/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLcf68a794a5da433aa3acd69fafcaa9e3", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:03:28.016Z", - "status": "pending", - "updated_at": "2022-02-04T21:03:28.016Z", - "token": "964d94c95b53" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/environment" - }, - "data": { - "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/library" - }, - "data": { - "id": "LBf6b02e66e1be484f904e43e7a328da14", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/property" - }, - "data": { - "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e", - "library": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14", - "self": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/964d94c95b53/launch-f161f5f959cd-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:03:16.509Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:03:16.509Z", - "platform": "web", - "development": false, - "token": "b3c8e7b04b02", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements", - "environments": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments", - "extensions": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions", - "rules": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules", - "self": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR80ab24709c1045cbb6827c7ab894ff9e", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:03:41.140Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:03:41.140Z", - "platform": "web", - "development": false, - "token": "d675e2f1e9cb", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments", - "extensions": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions", - "rules": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules", - "self": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:03:49.099Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:03:49.099Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT3a70ca9f46094bf3b9e8c0f2d925d84c/property" - }, - "data": { - "id": "PR80ab24709c1045cbb6827c7ab894ff9e", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", - "self": "https://reactor.adobe.io/hosts/HT3a70ca9f46094bf3b9e8c0f2d925d84c" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENa01eb101c091471bb4fb4abd99cce658", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:03:50.295Z", - "library_path": "17e0df72ece8/d675e2f1e9cb", - "library_name": "launch-28835b355e35-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-28835b355e35-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js" - ], - "license_path": "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" - }, - { - "library_name": "launch-28835b355e35-development.js", - "minified": false, - "references": [ - "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:03:50.295Z", - "status": "succeeded", - "token": "28835b355e35" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/host", - "self": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/relationships/host" - }, - "data": { - "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/property" - }, - "data": { - "id": "PR80ab24709c1045cbb6827c7ab894ff9e", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", - "self": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB9eae581bf21649308017abfb9aedb43d", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:03:50.690Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:03:50.690Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/data_elements", - "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/extensions", - "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/rules", - "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/property" - }, - "data": { - "id": "PR80ab24709c1045cbb6827c7ab894ff9e", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", - "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "ENa01eb101c091471bb4fb4abd99cce658", - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENa01eb101c091471bb4fb4abd99cce658", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/environment", - "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL598ddf8fe7374504afe56ad9a84d49a9", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:03:52.585Z", - "status": "pending", - "updated_at": "2022-02-04T21:03:52.585Z", - "token": "de0039897bd5" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/environment" - }, - "data": { - "id": "ENa01eb101c091471bb4fb4abd99cce658", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/library" - }, - "data": { - "id": "LB9eae581bf21649308017abfb9aedb43d", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/property" - }, - "data": { - "id": "PR80ab24709c1045cbb6827c7ab894ff9e", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658", - "library": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d", - "self": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/de0039897bd5/launch-28835b355e35-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "BL598ddf8fe7374504afe56ad9a84d49a9", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:03:52.585Z", - "status": "pending", - "updated_at": "2022-02-04T21:03:52.585Z", - "token": "de0039897bd5" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/environment" - }, - "data": { - "id": "ENa01eb101c091471bb4fb4abd99cce658", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/library" - }, - "data": { - "id": "LB9eae581bf21649308017abfb9aedb43d", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/property" - }, - "data": { - "id": "PR80ab24709c1045cbb6827c7ab894ff9e", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658", - "library": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d", - "self": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/de0039897bd5/launch-28835b355e35-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR80ab24709c1045cbb6827c7ab894ff9e", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:03:41.140Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:03:41.140Z", - "platform": "web", - "development": false, - "token": "d675e2f1e9cb", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments", - "extensions": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions", - "rules": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules", - "self": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/PR80ab24709c1045cbb6827c7ab894ff9e", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR81895787dc644223993862cddbd2c8be", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:04:06.704Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:04:06.704Z", - "platform": "web", - "development": false, - "token": "78f5f1c126d2", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements", - "environments": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments", - "extensions": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions", - "rules": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules", - "self": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/PR81895787dc644223993862cddbd2c8be/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:04:17.252Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:04:17.252Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTe2e9158f70b14e18a931ae6b9933ed5d/property" - }, - "data": { - "id": "PR81895787dc644223993862cddbd2c8be", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", - "self": "https://reactor.adobe.io/hosts/HTe2e9158f70b14e18a931ae6b9933ed5d" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENe2f9614e557b470baef26af0b86ce266", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:04:18.139Z", - "library_path": "17e0df72ece8/78f5f1c126d2", - "library_name": "launch-c1728b3db0a1-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-c1728b3db0a1-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js" - ], - "license_path": "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" - }, - { - "library_name": "launch-c1728b3db0a1-development.js", - "minified": false, - "references": [ - "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:04:18.139Z", - "status": "succeeded", - "token": "c1728b3db0a1" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/host", - "self": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/relationships/host" - }, - "data": { - "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/property" - }, - "data": { - "id": "PR81895787dc644223993862cddbd2c8be", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", - "self": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBce31a7ac609b44ca874ca26f56743dba", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:04:18.642Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:04:18.642Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/data_elements", - "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/extensions", - "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/rules", - "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/property" - }, - "data": { - "id": "PR81895787dc644223993862cddbd2c8be", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", - "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "ENe2f9614e557b470baef26af0b86ce266", - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENe2f9614e557b470baef26af0b86ce266", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/environment", - "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLcb942f8a954e47ee93b6419f1c7dabb0", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:04:20.937Z", - "status": "pending", - "updated_at": "2022-02-04T21:04:20.937Z", - "token": "20f73c973056" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/environment" - }, - "data": { - "id": "ENe2f9614e557b470baef26af0b86ce266", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/library" - }, - "data": { - "id": "LBce31a7ac609b44ca874ca26f56743dba", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/property" - }, - "data": { - "id": "PR81895787dc644223993862cddbd2c8be", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266", - "library": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba", - "self": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/20f73c973056/launch-c1728b3db0a1-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/environments/:environment_id/builds", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "BLcb942f8a954e47ee93b6419f1c7dabb0", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:04:20.937Z", - "status": "pending", - "updated_at": "2022-02-04T21:04:20.937Z", - "token": "20f73c973056" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/environment" - }, - "data": { - "id": "ENe2f9614e557b470baef26af0b86ce266", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/library" - }, - "data": { - "id": "LBce31a7ac609b44ca874ca26f56743dba", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/property" - }, - "data": { - "id": "PR81895787dc644223993862cddbd2c8be", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266", - "library": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba", - "self": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/20f73c973056/launch-c1728b3db0a1-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR81895787dc644223993862cddbd2c8be", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:04:06.704Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:04:06.704Z", - "platform": "web", - "development": false, - "token": "78f5f1c126d2", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements", - "environments": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments", - "extensions": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions", - "rules": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules", - "self": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/PR81895787dc644223993862cddbd2c8be", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:04:28.495Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:04:28.495Z", - "platform": "web", - "development": false, - "token": "68067e5e7ef8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments", - "extensions": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions", - "rules": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules", - "self": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX27180296a53e455ea5cb13807cae4e47", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:04:36.008Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:04:36.008Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/origin" - }, - "data": { - "id": "EX27180296a53e455ea5cb13807cae4e47", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", - "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", - "self": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX27180296a53e455ea5cb13807cae4e47", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXc7698583306e44c39f5a01ad9da3709a", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:04:36.101Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:04:36.101Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/origin" - }, - "data": { - "id": "EX27180296a53e455ea5cb13807cae4e47", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", - "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", - "self": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT6b9365e8db2045bda71baa0fc2715ca5", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:04:37.386Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:04:37.386Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT6b9365e8db2045bda71baa0fc2715ca5/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", - "self": "https://reactor.adobe.io/hosts/HT6b9365e8db2045bda71baa0fc2715ca5" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT6b9365e8db2045bda71baa0fc2715ca5", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN60434f8a05e2476b8117d87334b30870", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:04:38.062Z", - "library_path": "17e0df72ece8/68067e5e7ef8", - "library_name": "launch-8f4680f22796-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-8f4680f22796-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js" - ], - "license_path": "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" - }, - { - "library_name": "launch-8f4680f22796-development.js", - "minified": false, - "references": [ - "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:04:38.062Z", - "status": "succeeded", - "token": "8f4680f22796" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/host", - "self": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/relationships/host" - }, - "data": { - "id": "HT6b9365e8db2045bda71baa0fc2715ca5", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", - "self": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "extensions": { - "data": [ - { - "id": "EXc7698583306e44c39f5a01ad9da3709a", - "type": "extensions" - } - ] - }, - "environment": { - "data": { - "id": "EN60434f8a05e2476b8117d87334b30870", - "type": "environments" - } - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB044eda2938154211bf75b6a5075a8233", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:04:38.505Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:04:38.505Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/builds" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/environment", - "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/environment" - }, - "data": { - "id": "EN60434f8a05e2476b8117d87334b30870", - "type": "environments" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/data_elements", - "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/extensions", - "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/rules", - "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", - "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:04:39.490Z", - "status": "pending", - "updated_at": "2022-02-04T21:04:39.490Z", - "token": "eaed8a7897cc" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" - }, - "data": { - "id": "EN60434f8a05e2476b8117d87334b30870", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" - }, - "data": { - "id": "LB044eda2938154211bf75b6a5075a8233", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", - "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", - "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:04:39.490Z", - "status": "pending", - "updated_at": "2022-02-04T21:04:39.490Z", - "token": "eaed8a7897cc" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" - }, - "data": { - "id": "EN60434f8a05e2476b8117d87334b30870", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" - }, - "data": { - "id": "LB044eda2938154211bf75b6a5075a8233", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", - "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", - "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:04:39.490Z", - "status": "pending", - "updated_at": "2022-02-04T21:04:39.490Z", - "token": "eaed8a7897cc" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" - }, - "data": { - "id": "EN60434f8a05e2476b8117d87334b30870", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" - }, - "data": { - "id": "LB044eda2938154211bf75b6a5075a8233", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", - "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", - "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:04:39.490Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:04:50.375Z", - "token": "eaed8a7897cc" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" - }, - "data": { - "id": "EN60434f8a05e2476b8117d87334b30870", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" - }, - "data": { - "id": "LB044eda2938154211bf75b6a5075a8233", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", - "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", - "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/builds/:build_id/extensions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EXc7698583306e44c39f5a01ad9da3709a", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:04:36.101Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:04:36.101Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/property" - }, - "data": { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/origin" - }, - "data": { - "id": "EX27180296a53e455ea5cb13807cae4e47", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", - "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", - "self": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRe12685cbd82649b2a0e5d0b63b68593a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:04:28.495Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:04:28.495Z", - "platform": "web", - "development": false, - "token": "68067e5e7ef8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments", - "extensions": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions", - "rules": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules", - "self": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/PRe12685cbd82649b2a0e5d0b63b68593a", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:04:53.050Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:04:53.050Z", - "platform": "web", - "development": false, - "token": "b8eac247d5ef", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements", - "environments": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments", - "extensions": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions", - "rules": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules", - "self": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:04:59.031Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:04:59.031Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/origin" - }, - "data": { - "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "origin": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", - "self": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", - "rule_components": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL8f4475c451474a5a9e4a53303df0c3dd", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:04:59.548Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:04:59.548Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/origin" - }, - "data": { - "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "origin": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", - "self": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd", - "rule_components": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:05:00.815Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:05:00.815Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/origin" - }, - "data": { - "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "origin": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", - "self": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:05:01 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEf65da6d4eb1241eea0b409023bf175d6", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:05:02.089Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:05:01 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:05:02.089Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/origin" - }, - "data": { - "id": "DEf65da6d4eb1241eea0b409023bf175d6", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/extension" - }, - "data": { - "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/updated_with_extension" - }, - "data": { - "id": "EX59442de06fcf4791829259325e4d58bd", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", - "self": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", - "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DEf65da6d4eb1241eea0b409023bf175d6", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEde82879fffb64c90b75a42add04efab1", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:05:02.542Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:05:01 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:05:02.542Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/origin" - }, - "data": { - "id": "DEf65da6d4eb1241eea0b409023bf175d6", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/extension" - }, - "data": { - "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension" - }, - "data": { - "id": "EX59442de06fcf4791829259325e4d58bd", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", - "self": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1", - "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX59442de06fcf4791829259325e4d58bd", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:05:00.880Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:05:00.880Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/origin" - }, - "data": { - "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "origin": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", - "self": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "data_elements": { - "data": [ - { - "id": "DEde82879fffb64c90b75a42add04efab1", - "type": "data_elements" - } - ] - }, - "extensions": { - "data": [ - { - "id": "EX59442de06fcf4791829259325e4d58bd", - "type": "extensions" - } - ] - }, - "rules": { - "data": [ - { - "id": "RL8f4475c451474a5a9e4a53303df0c3dd", - "type": "rules" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB821307fb82fb4655a20a8fca70c50488", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:05:03.367Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:05:03.367Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/data_elements", - "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/extensions", - "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/rules", - "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:05:03.940Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:05:03.940Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT00a2a3697b4d4ae9b244fee1673b90a6/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "self": "https://reactor.adobe.io/hosts/HT00a2a3697b4d4ae9b244fee1673b90a6" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:05:04.277Z", - "library_path": "17e0df72ece8/b8eac247d5ef", - "library_name": "launch-f10eecc86e18-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-f10eecc86e18-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js" - ], - "license_path": "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" - }, - { - "library_name": "launch-f10eecc86e18-development.js", - "minified": false, - "references": [ - "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:05:04.277Z", - "status": "succeeded", - "token": "f10eecc86e18" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/host", - "self": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/relationships/host" - }, - "data": { - "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "self": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/environment", - "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL03ce0b27bfea4d0381bd0759f560dee0", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:05.197Z", - "status": "pending", - "updated_at": "2022-02-04T21:05:05.197Z", - "token": "b25ff83faebe" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" - }, - "data": { - "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" - }, - "data": { - "id": "LB821307fb82fb4655a20a8fca70c50488", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", - "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", - "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL03ce0b27bfea4d0381bd0759f560dee0", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:05.197Z", - "status": "pending", - "updated_at": "2022-02-04T21:05:05.197Z", - "token": "b25ff83faebe" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" - }, - "data": { - "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" - }, - "data": { - "id": "LB821307fb82fb4655a20a8fca70c50488", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", - "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", - "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL03ce0b27bfea4d0381bd0759f560dee0", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:05.197Z", - "status": "pending", - "updated_at": "2022-02-04T21:05:05.197Z", - "token": "b25ff83faebe" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" - }, - "data": { - "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" - }, - "data": { - "id": "LB821307fb82fb4655a20a8fca70c50488", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", - "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", - "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL03ce0b27bfea4d0381bd0759f560dee0", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:05.197Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:05:12.980Z", - "token": "b25ff83faebe" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" - }, - "data": { - "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" - }, - "data": { - "id": "LB821307fb82fb4655a20a8fca70c50488", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", - "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", - "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/builds/:build_id/data_elements", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "DEde82879fffb64c90b75a42add04efab1", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:05:02.542Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:05:01 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:05:02.542Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/property" - }, - "data": { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/origin" - }, - "data": { - "id": "DEf65da6d4eb1241eea0b409023bf175d6", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/extension" - }, - "data": { - "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension" - }, - "data": { - "id": "EX59442de06fcf4791829259325e4d58bd", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", - "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", - "self": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1", - "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR97bb28b17ef64a489b36305fe8179d37", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:04:53.050Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:04:53.050Z", - "platform": "web", - "development": false, - "token": "b8eac247d5ef", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements", - "environments": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments", - "extensions": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions", - "rules": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules", - "self": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/PR97bb28b17ef64a489b36305fe8179d37", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:05:17.983Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:05:17.983Z", - "platform": "web", - "development": false, - "token": "5cd9e9afa7a9", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments", - "extensions": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions", - "rules": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules", - "self": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT80e3014f7d47490384961f0298fe1a75", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:05:23.904Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:05:23.904Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT80e3014f7d47490384961f0298fe1a75/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "self": "https://reactor.adobe.io/hosts/HT80e3014f7d47490384961f0298fe1a75" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT80e3014f7d47490384961f0298fe1a75", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:05:24.182Z", - "library_path": "17e0df72ece8/5cd9e9afa7a9", - "library_name": "launch-59a79dbfd0ec-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-59a79dbfd0ec-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js" - ], - "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" - }, - { - "library_name": "launch-59a79dbfd0ec-development.js", - "minified": false, - "references": [ - "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:05:24.182Z", - "status": "succeeded", - "token": "59a79dbfd0ec" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/host", - "self": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/relationships/host" - }, - "data": { - "id": "HT80e3014f7d47490384961f0298fe1a75", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "self": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:05:24.421Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:05:24.421Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:25.198Z", - "status": "pending", - "updated_at": "2022-02-04T21:05:25.198Z", - "token": "0994aac9158e" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" - }, - "data": { - "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:25.198Z", - "status": "pending", - "updated_at": "2022-02-04T21:05:25.198Z", - "token": "0994aac9158e" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" - }, - "data": { - "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:25.198Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:05:29.059Z", - "token": "0994aac9158e" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" - }, - "data": { - "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries", - "meta": { - "action": "submit" - } - } - }, - "response": { - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:05:24.421Z", - "name": "My Library", - "published_at": null, - "state": "submitted", - "updated_at": "2022-02-04T21:05:31.002Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" - }, - "data": { - "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Staging Environment A", - "stage": "staging" - }, - "relationships": { - "host": { - "data": { - "id": "HT80e3014f7d47490384961f0298fe1a75", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN4a5a624a089841aea51c93f852a35ff6", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:05:31.412Z", - "library_path": "17e0df72ece8/5cd9e9afa7a9", - "library_name": "launch-7920f94f802e-staging.min.js", - "library_entry_points": [ - { - "library_name": "launch-7920f94f802e-staging.min.js", - "minified": true, - "references": [ - "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js" - ], - "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" - }, - { - "library_name": "launch-7920f94f802e-staging.js", - "minified": false, - "references": [ - "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" - ] - } - ], - "name": "Staging Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "staging", - "updated_at": "2022-02-04T21:05:31.412Z", - "status": "succeeded", - "token": "7920f94f802e" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/host", - "self": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/relationships/host" - }, - "data": { - "id": "HT80e3014f7d47490384961f0298fe1a75", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "self": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN4a5a624a089841aea51c93f852a35ff6", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN4a5a624a089841aea51c93f852a35ff6", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:32.343Z", - "status": "pending", - "updated_at": "2022-02-04T21:05:32.343Z", - "token": "835b22f01456" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" - }, - "data": { - "id": "EN4a5a624a089841aea51c93f852a35ff6", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:32.343Z", - "status": "pending", - "updated_at": "2022-02-04T21:05:32.343Z", - "token": "835b22f01456" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" - }, - "data": { - "id": "EN4a5a624a089841aea51c93f852a35ff6", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:32.343Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:05:36.919Z", - "token": "835b22f01456" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" - }, - "data": { - "id": "EN4a5a624a089841aea51c93f852a35ff6", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries", - "meta": { - "action": "approve" - } - } - }, - "response": { - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:05:24.421Z", - "name": "My Library", - "published_at": null, - "state": "approved", - "updated_at": "2022-02-04T21:05:38.602Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" - }, - "data": { - "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Production Environment A", - "stage": "production" - }, - "relationships": { - "host": { - "data": { - "id": "HT80e3014f7d47490384961f0298fe1a75", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:05:39.054Z", - "library_path": "17e0df72ece8/5cd9e9afa7a9", - "library_name": "launch-80a2b88d040e.min.js", - "library_entry_points": [ - { - "library_name": "launch-80a2b88d040e.min.js", - "minified": true, - "references": [ - "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js" - ], - "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" - }, - { - "library_name": "launch-80a2b88d040e.js", - "minified": false, - "references": [ - "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" - ] - } - ], - "name": "Production Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "production", - "updated_at": "2022-02-04T21:05:39.054Z", - "status": "succeeded", - "token": "80a2b88d040e" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/host", - "self": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/relationships/host" - }, - "data": { - "id": "HT80e3014f7d47490384961f0298fe1a75", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "self": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", - "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL927e0bbfd544440cbb140a23f7f84467", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:39.869Z", - "status": "pending", - "updated_at": "2022-02-04T21:05:39.869Z", - "token": "a974450a768c" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" - }, - "data": { - "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL927e0bbfd544440cbb140a23f7f84467", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:39.869Z", - "status": "pending", - "updated_at": "2022-02-04T21:05:39.869Z", - "token": "a974450a768c" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" - }, - "data": { - "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL927e0bbfd544440cbb140a23f7f84467", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:39.869Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:05:45.431Z", - "token": "a974450a768c" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" - }, - "data": { - "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", - "archive": false, - "available_for_republish": true, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/builds/:id", - "method": "PATCH", - "request": { - "data": { - "id": "BL927e0bbfd544440cbb140a23f7f84467", - "type": "builds", - "meta": { - "action": "republish" - } - } - }, - "response": { - "data": { - "id": "BL927e0bbfd544440cbb140a23f7f84467", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:05:39.869Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:05:49.331Z", - "token": "a974450a768c" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" - }, - "data": { - "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" - }, - "data": { - "id": "LB9c7c08d8bca842a2909ad6e490912988", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" - }, - "data": { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", - "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", - "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", - "archive": false, - "republish_status": "pending", - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:05:17.983Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:05:17.983Z", - "platform": "web", - "development": false, - "token": "5cd9e9afa7a9", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments", - "extensions": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions", - "rules": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules", - "self": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR79dd2605a90d43fa98e739a40801b59f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:05:52.936Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:05:52.936Z", - "platform": "web", - "development": false, - "token": "d305723616ac", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments", - "extensions": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions", - "rules": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules", - "self": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/properties/:property_id/callbacks", - "method": "POST", - "request": { - "data": { - "attributes": { - "url": "https://www.example.com", - "subscriptions": [ - "rule.created" - ] - } - } - }, - "response": { - "data": { - "id": "CB86fa91a7256e4a61b64973423b0c41c9", - "type": "callbacks", - "attributes": { - "created_at": "2022-02-04T21:05:59.073Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2022-02-04T21:05:59.073Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CB86fa91a7256e4a61b64973423b0c41c9/property" - }, - "data": { - "id": "PR79dd2605a90d43fa98e739a40801b59f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f", - "self": "https://reactor.adobe.io/callbacks/CB86fa91a7256e4a61b64973423b0c41c9" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR79dd2605a90d43fa98e739a40801b59f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:05:52.936Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:05:52.936Z", - "platform": "web", - "development": false, - "token": "d305723616ac", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments", - "extensions": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions", - "rules": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules", - "self": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/properties/PR79dd2605a90d43fa98e739a40801b59f", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:00.583Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:00.583Z", - "platform": "web", - "development": false, - "token": "a2df01fd0e50", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments", - "extensions": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions", - "rules": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules", - "self": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/properties/:property_id/callbacks", - "method": "POST", - "request": { - "data": { - "attributes": { - "url": "https://www.example.com", - "subscriptions": [ - "rule.created" - ] - } - } - }, - "response": { - "data": { - "id": "CBa9560a3193394c1bb72c00f2546a5fb9", - "type": "callbacks", - "attributes": { - "created_at": "2022-02-04T21:06:06.392Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2022-02-04T21:06:06.392Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9/property" - }, - "data": { - "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", - "self": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/callbacks/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "CBa9560a3193394c1bb72c00f2546a5fb9", - "type": "callbacks", - "attributes": { - "created_at": "2022-02-04T21:06:06.392Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2022-02-04T21:06:06.392Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9/property" - }, - "data": { - "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", - "self": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:00.583Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:00.583Z", - "platform": "web", - "development": false, - "token": "a2df01fd0e50", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments", - "extensions": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions", - "rules": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules", - "self": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:08.133Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:08.133Z", - "platform": "web", - "development": false, - "token": "9b8fdca5d529", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments", - "extensions": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions", - "rules": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules", - "self": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/properties/:property_id/callbacks", - "method": "POST", - "request": { - "data": { - "attributes": { - "url": "https://www.example.com", - "subscriptions": [ - "rule.created" - ] - } - } - }, - "response": { - "data": { - "id": "CBeb8925fbecc841878ee20365f5fa0538", - "type": "callbacks", - "attributes": { - "created_at": "2022-02-04T21:06:14.837Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2022-02-04T21:06:14.837Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538/property" - }, - "data": { - "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", - "self": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/properties/:property_id/callbacks", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CBeb8925fbecc841878ee20365f5fa0538", - "type": "callbacks", - "attributes": { - "created_at": "2022-02-04T21:06:14.837Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2022-02-04T21:06:14.837Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538/property" - }, - "data": { - "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", - "self": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:08.133Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:08.133Z", - "platform": "web", - "development": false, - "token": "9b8fdca5d529", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments", - "extensions": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions", - "rules": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules", - "self": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR68a8bded39a8449fb935f3615f80625f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:21.323Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:21.323Z", - "platform": "web", - "development": false, - "token": "24e33a6b3b81", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments", - "extensions": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions", - "rules": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules", - "self": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/properties/:property_id/callbacks", - "method": "POST", - "request": { - "data": { - "attributes": { - "url": "https://www.example.com", - "subscriptions": [ - "rule.created" - ] - } - } - }, - "response": { - "data": { - "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b", - "type": "callbacks", - "attributes": { - "created_at": "2022-02-04T21:06:27.129Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2022-02-04T21:06:27.129Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b/property" - }, - "data": { - "id": "PR68a8bded39a8449fb935f3615f80625f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f", - "self": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/callbacks/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "url": "https://www.example.net", - "subscriptions": [ - "rule.created", - "build.created" - ] - }, - "type": "callbacks", - "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b" - } - }, - "response": { - "data": { - "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b", - "type": "callbacks", - "attributes": { - "created_at": "2022-02-04T21:06:27.129Z", - "subscriptions": [ - "rule.created", - "build.created" - ], - "updated_at": "2022-02-04T21:06:27.714Z", - "url": "https://www.example.net" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b/property" - }, - "data": { - "id": "PR68a8bded39a8449fb935f3615f80625f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f", - "self": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.delete_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.delete_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.delete_a_callback", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR68a8bded39a8449fb935f3615f80625f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:21.323Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:21.323Z", - "platform": "web", - "development": false, - "token": "24e33a6b3b81", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments", - "extensions": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions", - "rules": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules", - "self": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.delete_a_callback", - "endpoint": "/properties/PR68a8bded39a8449fb935f3615f80625f", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "callbacks.delete_a_callback", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.delete_a_callback", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:29.784Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:29.784Z", - "platform": "web", - "development": false, - "token": "66553192a5e5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments", - "extensions": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions", - "rules": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules", - "self": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.delete_a_callback", - "endpoint": "/properties/:property_id/callbacks", - "method": "POST", - "request": { - "data": { - "attributes": { - "url": "https://www.example.com", - "subscriptions": [ - "rule.created" - ] - } - } - }, - "response": { - "data": { - "id": "CB1b18ef2c1c8f4726a66e0ad06332daad", - "type": "callbacks", - "attributes": { - "created_at": "2022-02-04T21:06:36.732Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2022-02-04T21:06:36.732Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CB1b18ef2c1c8f4726a66e0ad06332daad/property" - }, - "data": { - "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0", - "self": "https://reactor.adobe.io/callbacks/CB1b18ef2c1c8f4726a66e0ad06332daad" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.delete_a_callback", - "endpoint": "/callbacks/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "companies.get_a_company", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_a_company", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_a_company", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:29.784Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:29.784Z", - "platform": "web", - "development": false, - "token": "66553192a5e5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments", - "extensions": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions", - "rules": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules", - "self": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_a_company", - "endpoint": "/properties/PR6e59c974a44742f5a10a4b9dd45c48b0", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "companies.get_a_company", - "endpoint": "/companies/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.list_all_companies", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.list_all_companies", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.list_all_companies", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.list_all_companies", - "endpoint": "/companies", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO630e4d405169454ba7f39c27959879c7", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T17:04:11.287Z", - "name": "Botsford-Kuvalis", - "org_id": "D6CCB1AF72F00F0DD00BAC2E@AdobeOrg", - "updated_at": "2022-01-31T17:04:11.287Z", - "token": "3564751cb7f5", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7", - "properties": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "COe68ff4604a8349dbb5b26d6d6a7fea6e", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T22:11:22.952Z", - "name": "Buckridge, Bosco and O'Keefe", - "org_id": "846B7FAD90C0C2B4048851E9@AdobeOrg", - "updated_at": "2022-01-31T22:11:22.952Z", - "token": "110629742723", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e", - "properties": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO20fe87a1cc1c4a0aacfa633a22bdf254", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T21:43:09.582Z", - "name": "Cormier-Daniel", - "org_id": "1727ED45CA6C19D2138C1D0E@AdobeOrg", - "updated_at": "2022-01-31T21:43:09.582Z", - "token": "6eea116a0cdc", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254", - "properties": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "COb51a12bf90f04fc8b878507cbf3848ea", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T16:25:44.492Z", - "name": "Daniel, Konopelski and Halvorson", - "org_id": "730325783A3104ABB78918BA@AdobeOrg", - "updated_at": "2022-01-31T16:25:44.492Z", - "token": "e006f164a4f4", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea", - "properties": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "COee99399e03b54e2faa367a4c9de17365", - "type": "companies", - "attributes": { - "created_at": "2022-02-03T22:45:57.435Z", - "name": "Erdman-Murazik", - "org_id": "728C79662820FE6E5E0B780B@AdobeOrg", - "updated_at": "2022-02-03T22:45:57.435Z", - "token": "b95d047f57ff", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365", - "properties": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO867a2652b3b34f8ba64b42caf796b121", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T17:44:30.543Z", - "name": "Feeney-Hackett", - "org_id": "5EA83F7CFB6396A29EFEA679@AdobeOrg", - "updated_at": "2022-01-31T17:44:30.543Z", - "token": "ed5027c70944", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121", - "properties": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO262c1c00aab04ee8890f59ed6fde8c1d", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T17:11:58.826Z", - "name": "Friesen, Champlin and Wiegand", - "org_id": "98E26C60C2FE37A8445BF021@AdobeOrg", - "updated_at": "2022-01-31T17:11:58.826Z", - "token": "50a58f7f6dc9", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d", - "properties": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO59fa7b4e3c9946dd93cc51f23c6f12a7", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T21:50:25.019Z", - "name": "Gislason-Kihn", - "org_id": "1C03DBF31DBCB597035F3288@AdobeOrg", - "updated_at": "2022-01-31T21:50:25.019Z", - "token": "b864e71bf812", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7", - "properties": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO6e09dd2f60034af8966af23160016117", - "type": "companies", - "attributes": { - "created_at": "2021-10-11T20:02:01.638Z", - "name": "Keeling, Kuhlman and Grady", - "org_id": "9BD14107082BFDB34857E8AC@AdobeOrg", - "updated_at": "2021-10-11T20:02:01.638Z", - "token": "4ddd24e7bd3e", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117", - "properties": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO69851b1d20fd4a868076b53eb119539b", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T16:49:06.194Z", - "name": "Kertzmann LLC", - "org_id": "68D9F7298A0A9B4636227BA7@AdobeOrg", - "updated_at": "2022-01-31T16:49:06.194Z", - "token": "7f5a91abf851", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b", - "properties": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO424f494772f64601b30668f53a683411", - "type": "companies", - "attributes": { - "created_at": "2021-09-22T15:32:58.150Z", - "name": "Kub and Sons", - "org_id": "D3CBD812E7B4F295DFBDCD3B@AdobeOrg", - "updated_at": "2021-09-22T15:32:58.150Z", - "token": "f7aae662e390", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411", - "properties": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "COaad4a8411dfc499c92eba2af1777a111", - "type": "companies", - "attributes": { - "created_at": "2021-10-14T21:07:43.972Z", - "name": "Kuvalis and Sons", - "org_id": "8774407928FEEC69D77DA8FC@AdobeOrg", - "updated_at": "2021-10-14T21:07:43.972Z", - "token": "1009832dadca", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111", - "properties": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO8fd4ab7b481b4619b35400bd0cbcddad", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T18:07:18.489Z", - "name": "Lindgren-Rutherford", - "org_id": "D3B021ABE12D6C15C3415342@AdobeOrg", - "updated_at": "2022-01-31T18:07:18.489Z", - "token": "21a30d8e38ba", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad", - "properties": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO281932768f264e35851e662151ac9e61", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T17:41:35.130Z", - "name": "Lubowitz-Bode", - "org_id": "C04BB2DE9679FF2177505946@AdobeOrg", - "updated_at": "2022-01-31T17:41:35.130Z", - "token": "240196613631", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61", - "properties": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "COe19575e078374b33987b7d66fa2edd8d", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T17:15:36.039Z", - "name": "Lueilwitz, Donnelly and Dickinson", - "org_id": "4B9D8CDC78BDF6E3BC576C7E@AdobeOrg", - "updated_at": "2022-01-31T17:15:36.039Z", - "token": "49afead0a0e2", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d", - "properties": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "COd540405ef458436c95c3bf63a7a99090", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T16:55:25.950Z", - "name": "Marquardt Group", - "org_id": "D240B9FA0880BEE51AF8C719@AdobeOrg", - "updated_at": "2022-01-31T16:55:25.950Z", - "token": "fd6cd9dcceaa", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090", - "properties": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO289613ee8cee497f95fb2849405cc6ab", - "type": "companies", - "attributes": { - "created_at": "2021-09-22T19:44:58.389Z", - "name": "Marvin, Ratke and Blick", - "org_id": "8580AF0170557A11D39FE757@AdobeOrg", - "updated_at": "2021-09-22T19:44:58.389Z", - "token": "366cf93bf252", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO289613ee8cee497f95fb2849405cc6ab/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO289613ee8cee497f95fb2849405cc6ab", - "properties": "https://reactor.adobe.io/companies/CO289613ee8cee497f95fb2849405cc6ab/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO5de0417e0fae4599a9da6a8ea652533c", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T17:08:41.667Z", - "name": "Mosciski Inc", - "org_id": "507B13DACA5C92A31CD465D8@AdobeOrg", - "updated_at": "2022-01-31T17:08:41.667Z", - "token": "9a375507ce34", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c", - "properties": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO8843c7c4734d4c00959e58a5f10658a1", - "type": "companies", - "attributes": { - "created_at": "2021-10-11T22:36:39.501Z", - "name": "O'Reilly, Turner and Marquardt", - "org_id": "74FC9DC63C1607007E4F96DC@AdobeOrg", - "updated_at": "2021-10-11T22:36:39.501Z", - "token": "6f2bfdf508a2", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1", - "properties": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO98f43afa93df4d4689a682cb3f20a6a5", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.821Z", - "name": "Platform UI - INT", - "org_id": "5D1328435BF324E90A49402A@AdobeOrg", - "updated_at": "2021-10-05T15:03:14.821Z", - "token": "d91ba857d0ca", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO98f43afa93df4d4689a682cb3f20a6a5/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO98f43afa93df4d4689a682cb3f20a6a5", - "properties": "https://reactor.adobe.io/companies/CO98f43afa93df4d4689a682cb3f20a6a5/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "COb234acbd2e7a48af91e0e025048ab090", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:13.730Z", - "name": "QE Launch Automation", - "org_id": "233432C559D3F8C90A49410E@AdobeOrg", - "updated_at": "2021-10-05T15:03:13.730Z", - "token": "2929c24b4995", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/COb234acbd2e7a48af91e0e025048ab090/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/COb234acbd2e7a48af91e0e025048ab090", - "properties": "https://reactor.adobe.io/companies/COb234acbd2e7a48af91e0e025048ab090/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "COfad1445d62d04fc4b325696c848cfbb8", - "type": "companies", - "attributes": { - "created_at": "2022-01-31T21:46:55.428Z", - "name": "Rath-Schuppe", - "org_id": "91200B7586C5A29163EB3991@AdobeOrg", - "updated_at": "2022-01-31T21:46:55.428Z", - "token": "15e3a251da04", - "cjm_enabled": false, - "edge_enabled": false, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": false - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8", - "properties": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties" - ], - "platform_rights": { - "web": [ - "develop_extensions", - "manage_properties" - ], - "mobile": [ - "develop_extensions", - "manage_properties" - ] - } - } - }, - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "links": { - "self": "https://reactor.adobe.io/companies?page%5Bnumber%5D=1&page%5Bsize%5D=25", - "next": "https://reactor.adobe.io/companies?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/companies?page%5Bnumber%5D=2&page%5Bsize%5D=25" - }, - "meta": { - "pagination": { - "current_page": 1, - "next_page": 2, - "prev_page": null, - "total_pages": 2, - "total_count": 31 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRf301c44c6b0b44ea9067b646fd6a0568", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:42.432Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:42.432Z", - "platform": "web", - "development": false, - "token": "1d3408f190d1", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments", - "extensions": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions", - "rules": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules", - "self": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "companies.get_the_company_for_a_property", - "endpoint": "/properties/:property_id/company", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRf301c44c6b0b44ea9067b646fd6a0568", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:42.432Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:42.432Z", - "platform": "web", - "development": false, - "token": "1d3408f190d1", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments", - "extensions": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions", - "rules": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules", - "self": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/properties/PRf301c44c6b0b44ea9067b646fd6a0568", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/company", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "companies.get_the_company_for_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/company", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRce67aee85d98461ba5acef212fb18034", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:55.335Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:55.335Z", - "platform": "web", - "development": false, - "token": "cd863674c089", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements", - "environments": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments", - "extensions": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions", - "rules": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules", - "self": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:07:04.525Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:04.525Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/property" - }, - "data": { - "id": "PRce67aee85d98461ba5acef212fb18034", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/origin" - }, - "data": { - "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034", - "origin": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004", - "self": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "default_value": "sentinel", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "enabled": true, - "force_lower_case": true, - "name": "My Data Element", - "clean_text": true, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}", - "storage_duration": "session" - }, - "relationships": { - "extension": { - "data": { - "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE1887bf31424d45c498d097e4958892d0", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:07:08.916Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:08.916Z", - "clean_text": true, - "default_value": "sentinel", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": true, - "review_status": "unsubmitted", - "storage_duration": "session", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/property" - }, - "data": { - "id": "PRce67aee85d98461ba5acef212fb18034", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/origin" - }, - "data": { - "id": "DE1887bf31424d45c498d097e4958892d0", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/extension" - }, - "data": { - "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/updated_with_extension" - }, - "data": { - "id": "EXd42f526fae794235a628ddcabeeed691", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034", - "origin": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0", - "self": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0", - "extension": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRce67aee85d98461ba5acef212fb18034", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:06:55.335Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:06:55.335Z", - "platform": "web", - "development": false, - "token": "cd863674c089", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements", - "environments": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments", - "extensions": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions", - "rules": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules", - "self": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/properties/PRce67aee85d98461ba5acef212fb18034", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRdddf8fe007ca46559bc1e1dd12427f49", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:13.534Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:13.534Z", - "platform": "web", - "development": false, - "token": "2964d2b18635", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments", - "extensions": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions", - "rules": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules", - "self": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX00ee190ede41415a9a3aadfc17822452", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:07:21.363Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:21.363Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/property" - }, - "data": { - "id": "PRdddf8fe007ca46559bc1e1dd12427f49", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/origin" - }, - "data": { - "id": "EX00ee190ede41415a9a3aadfc17822452", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", - "origin": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452", - "self": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:07:22 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX00ee190ede41415a9a3aadfc17822452", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:07:22.445Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:07:22 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:22.445Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/property" - }, - "data": { - "id": "PRdddf8fe007ca46559bc1e1dd12427f49", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/origin" - }, - "data": { - "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/extension" - }, - "data": { - "id": "EX00ee190ede41415a9a3aadfc17822452", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension" - }, - "data": { - "id": "EXba57fde16a9c450ca3bc10442d15b81a", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", - "origin": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", - "self": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", - "extension": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_a_data_element", - "endpoint": "/data_elements/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:07:22.445Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:07:22 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:22.445Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/property" - }, - "data": { - "id": "PRdddf8fe007ca46559bc1e1dd12427f49", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/origin" - }, - "data": { - "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/extension" - }, - "data": { - "id": "EX00ee190ede41415a9a3aadfc17822452", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension" - }, - "data": { - "id": "EXba57fde16a9c450ca3bc10442d15b81a", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", - "origin": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", - "self": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", - "extension": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRdddf8fe007ca46559bc1e1dd12427f49", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:13.534Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:13.534Z", - "platform": "web", - "development": false, - "token": "2964d2b18635", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments", - "extensions": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions", - "rules": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules", - "self": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/properties/PRdddf8fe007ca46559bc1e1dd12427f49", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR6856025e9ac748a296eac8b072c0e9f2", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:24.323Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:24.323Z", - "platform": "web", - "development": false, - "token": "2cbb9e15fdd2", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments", - "extensions": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions", - "rules": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules", - "self": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX2d677d3181674b54b000615ac60a2c2c", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:07:30.921Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:30.921Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/property" - }, - "data": { - "id": "PR6856025e9ac748a296eac8b072c0e9f2", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/origin" - }, - "data": { - "id": "EX2d677d3181674b54b000615ac60a2c2c", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", - "origin": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c", - "self": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:07:31 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX2d677d3181674b54b000615ac60a2c2c", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEb7d58feb21ff4443a52e68df2c845803", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:07:31.889Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:07:31 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:31.889Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/property" - }, - "data": { - "id": "PR6856025e9ac748a296eac8b072c0e9f2", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/origin" - }, - "data": { - "id": "DEb7d58feb21ff4443a52e68df2c845803", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/extension" - }, - "data": { - "id": "EX2d677d3181674b54b000615ac60a2c2c", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension" - }, - "data": { - "id": "EX6f84e86fa7584d78a9973a79ddc5aec3", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", - "origin": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", - "self": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", - "extension": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/properties/:property_id/data_elements", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "DEb7d58feb21ff4443a52e68df2c845803", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:07:31.889Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:07:31 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:31.889Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/property" - }, - "data": { - "id": "PR6856025e9ac748a296eac8b072c0e9f2", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/origin" - }, - "data": { - "id": "DEb7d58feb21ff4443a52e68df2c845803", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/extension" - }, - "data": { - "id": "EX2d677d3181674b54b000615ac60a2c2c", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension" - }, - "data": { - "id": "EX6f84e86fa7584d78a9973a79ddc5aec3", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", - "origin": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", - "self": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", - "extension": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c" - }, - "meta": { - "latest_revision_number": 0 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR6856025e9ac748a296eac8b072c0e9f2", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:24.323Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:24.323Z", - "platform": "web", - "development": false, - "token": "2cbb9e15fdd2", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments", - "extensions": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions", - "rules": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules", - "self": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/properties/PR6856025e9ac748a296eac8b072c0e9f2", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRbf3bb15e5467426cafec9a188ecc62b1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:34.453Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:34.453Z", - "platform": "web", - "development": false, - "token": "5f361e27124b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments", - "extensions": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions", - "rules": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules", - "self": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX7debdd9817964639b6dbe81d7720a6a0", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:07:41.847Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:41.847Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/property" - }, - "data": { - "id": "PRbf3bb15e5467426cafec9a188ecc62b1", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/origin" - }, - "data": { - "id": "EX7debdd9817964639b6dbe81d7720a6a0", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", - "origin": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0", - "self": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:07:42 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX7debdd9817964639b6dbe81d7720a6a0", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEb48c69043b3947ce9dd042fe139647ab", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:07:43.012Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:07:42 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:43.012Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/property" - }, - "data": { - "id": "PRbf3bb15e5467426cafec9a188ecc62b1", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/origin" - }, - "data": { - "id": "DEb48c69043b3947ce9dd042fe139647ab", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/extension" - }, - "data": { - "id": "EX7debdd9817964639b6dbe81d7720a6a0", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension" - }, - "data": { - "id": "EX851ee48345714deeb5279b4d4c58ff97", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", - "origin": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", - "self": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", - "extension": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.update_a_data_element", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "My New Name", - "settings": "{\"elementSelector\":\".target-element-b\",\"elementProperty\":\"html\"}" - }, - "type": "data_elements", - "id": "DEb48c69043b3947ce9dd042fe139647ab" - } - }, - "response": { - "data": { - "id": "DEb48c69043b3947ce9dd042fe139647ab", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:07:43.012Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My New Name", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:43.390Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element-b\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/property" - }, - "data": { - "id": "PRbf3bb15e5467426cafec9a188ecc62b1", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/origin" - }, - "data": { - "id": "DEb48c69043b3947ce9dd042fe139647ab", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/extension" - }, - "data": { - "id": "EX7debdd9817964639b6dbe81d7720a6a0", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension" - }, - "data": { - "id": "EX851ee48345714deeb5279b4d4c58ff97", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", - "origin": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", - "self": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", - "extension": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRbf3bb15e5467426cafec9a188ecc62b1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:34.453Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:34.453Z", - "platform": "web", - "development": false, - "token": "5f361e27124b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments", - "extensions": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions", - "rules": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules", - "self": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/properties/PRbf3bb15e5467426cafec9a188ecc62b1", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRb9dcbc6f245e4831bb7064c2add5a457", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:44.894Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:44.894Z", - "platform": "web", - "development": false, - "token": "cfc10930f616", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments", - "extensions": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions", - "rules": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules", - "self": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:07:52.019Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:52.019Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/property" - }, - "data": { - "id": "PRb9dcbc6f245e4831bb7064c2add5a457", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/origin" - }, - "data": { - "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", - "origin": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d", - "self": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:07:53 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEcb142436e926439594495785483a49ef", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:07:53.486Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:07:53 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:53.486Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/property" - }, - "data": { - "id": "PRb9dcbc6f245e4831bb7064c2add5a457", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/origin" - }, - "data": { - "id": "DEcb142436e926439594495785483a49ef", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/extension" - }, - "data": { - "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension" - }, - "data": { - "id": "EX6e24f28db48244499353f710aaef5440", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", - "origin": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", - "self": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", - "extension": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/data_elements/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.delete_a_data_element", - "endpoint": "/data_elements/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "DEcb142436e926439594495785483a49ef", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:07:53.486Z", - "deleted_at": "2022-02-04T21:07:53.856Z", - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:07:53 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:07:53.952Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/property" - }, - "data": { - "id": "PRb9dcbc6f245e4831bb7064c2add5a457", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/origin" - }, - "data": { - "id": "DEcb142436e926439594495785483a49ef", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/extension" - }, - "data": { - "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension" - }, - "data": { - "id": "EX6e24f28db48244499353f710aaef5440", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", - "origin": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", - "self": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", - "extension": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d" - }, - "meta": { - "latest_revision_number": 0, - "deleted_at": "2022-02-04T21:07:53.856Z" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRb9dcbc6f245e4831bb7064c2add5a457", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:44.894Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:44.894Z", - "platform": "web", - "development": false, - "token": "cfc10930f616", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments", - "extensions": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions", - "rules": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules", - "self": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/properties/PRb9dcbc6f245e4831bb7064c2add5a457", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:56.450Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:56.450Z", - "platform": "web", - "development": false, - "token": "19db57aed390", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments", - "extensions": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions", - "rules": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules", - "self": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX04d42eedf62e42308ff552f2698b79b3", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:08:03.897Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:03.897Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/property" - }, - "data": { - "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/origin" - }, - "data": { - "id": "EX04d42eedf62e42308ff552f2698b79b3", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", - "origin": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3", - "self": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:08:05 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX04d42eedf62e42308ff552f2698b79b3", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEef817e71d60f4509b424ba6eb54f70e0", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:06.171Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:05 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:06.171Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/property" - }, - "data": { - "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/origin" - }, - "data": { - "id": "DEef817e71d60f4509b424ba6eb54f70e0", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/extension" - }, - "data": { - "id": "EX04d42eedf62e42308ff552f2698b79b3", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/updated_with_extension" - }, - "data": { - "id": "EX11fe941f01ad4f198379bc819120add3", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", - "origin": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", - "self": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", - "extension": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.revise_a_data_element", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DEef817e71d60f4509b424ba6eb54f70e0", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEe0b01bc6159a4b838b5dae6ab6c85feb", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:06.668Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:05 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:08:06.668Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/property" - }, - "data": { - "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/origin" - }, - "data": { - "id": "DEef817e71d60f4509b424ba6eb54f70e0", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/extension" - }, - "data": { - "id": "EX04d42eedf62e42308ff552f2698b79b3", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/updated_with_extension" - }, - "data": { - "id": "EX11fe941f01ad4f198379bc819120add3", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", - "origin": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", - "self": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb", - "extension": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:07:56.450Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:07:56.450Z", - "platform": "web", - "development": false, - "token": "19db57aed390", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments", - "extensions": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions", - "rules": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules", - "self": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR2b43fb7acfa24dc389bc5c782d08e787", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:08.705Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:08.705Z", - "platform": "web", - "development": false, - "token": "e60d1d5a8f86", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments", - "extensions": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions", - "rules": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules", - "self": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX8830ed0315534a28a801b5d1a9288387", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:08:15.866Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:15.866Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/property" - }, - "data": { - "id": "PR2b43fb7acfa24dc389bc5c782d08e787", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/origin" - }, - "data": { - "id": "EX8830ed0315534a28a801b5d1a9288387", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", - "origin": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387", - "self": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:08:18 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX8830ed0315534a28a801b5d1a9288387", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:18.527Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:18 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:18.527Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/property" - }, - "data": { - "id": "PR2b43fb7acfa24dc389bc5c782d08e787", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/origin" - }, - "data": { - "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/extension" - }, - "data": { - "id": "EX8830ed0315534a28a801b5d1a9288387", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension" - }, - "data": { - "id": "EX75f607c96e3b430e99abe285cffd1c1b", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", - "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "self": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEa7470bf6846849618b97b263bad5b271", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:18.993Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:18 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:08:18.993Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/property" - }, - "data": { - "id": "PR2b43fb7acfa24dc389bc5c782d08e787", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/origin" - }, - "data": { - "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/extension" - }, - "data": { - "id": "EX8830ed0315534a28a801b5d1a9288387", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension" - }, - "data": { - "id": "EX75f607c96e3b430e99abe285cffd1c1b", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", - "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "self": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271", - "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/data_elements/:data_element_id/revisions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "DEa7470bf6846849618b97b263bad5b271", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:18.993Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:18 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:08:18.993Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/property" - }, - "data": { - "id": "PR2b43fb7acfa24dc389bc5c782d08e787", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/origin" - }, - "data": { - "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/extension" - }, - "data": { - "id": "EX8830ed0315534a28a801b5d1a9288387", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension" - }, - "data": { - "id": "EX75f607c96e3b430e99abe285cffd1c1b", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", - "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "self": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271", - "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" - }, - "meta": { - "latest_revision_number": 1 - } - }, - { - "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:18.527Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:18 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:18.527Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/property" - }, - "data": { - "id": "PR2b43fb7acfa24dc389bc5c782d08e787", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/origin" - }, - "data": { - "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/extension" - }, - "data": { - "id": "EX8830ed0315534a28a801b5d1a9288387", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension" - }, - "data": { - "id": "EX75f607c96e3b430e99abe285cffd1c1b", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", - "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "self": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", - "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 2 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR2b43fb7acfa24dc389bc5c782d08e787", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:08.705Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:08.705Z", - "platform": "web", - "development": false, - "token": "e60d1d5a8f86", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments", - "extensions": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions", - "rules": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules", - "self": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/properties/PR2b43fb7acfa24dc389bc5c782d08e787", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRa50cad000cab4663a8d754cb8b437d0b", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:23.377Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:23.377Z", - "platform": "web", - "development": false, - "token": "2f34b9862712", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules", - "self": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX760d98ff93e64e68af4a4de262d2e78f", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:08:30.243Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:30.243Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/property" - }, - "data": { - "id": "PRa50cad000cab4663a8d754cb8b437d0b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/origin" - }, - "data": { - "id": "EX760d98ff93e64e68af4a4de262d2e78f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", - "origin": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f", - "self": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:08:31 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX760d98ff93e64e68af4a4de262d2e78f", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEe2a038f5b7594db5a112667cd9306da8", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:31.389Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:31 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:31.389Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/property" - }, - "data": { - "id": "PRa50cad000cab4663a8d754cb8b437d0b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/origin" - }, - "data": { - "id": "DEe2a038f5b7594db5a112667cd9306da8", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/extension" - }, - "data": { - "id": "EX760d98ff93e64e68af4a4de262d2e78f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension" - }, - "data": { - "id": "EX069ad0371c014463a7881757ed77f691", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", - "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", - "self": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", - "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DEe2a038f5b7594db5a112667cd9306da8", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEa86cb179e2004bfbb87d55a9c08495b8", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:31.790Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:31 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:08:31.790Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/property" - }, - "data": { - "id": "PRa50cad000cab4663a8d754cb8b437d0b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/origin" - }, - "data": { - "id": "DEe2a038f5b7594db5a112667cd9306da8", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/extension" - }, - "data": { - "id": "EX760d98ff93e64e68af4a4de262d2e78f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/updated_with_extension" - }, - "data": { - "id": "EX069ad0371c014463a7881757ed77f691", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", - "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", - "self": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8", - "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/data_elements/:data_element_id/origin", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "DEe2a038f5b7594db5a112667cd9306da8", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:31.389Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:31 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:31.389Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/property" - }, - "data": { - "id": "PRa50cad000cab4663a8d754cb8b437d0b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/origin" - }, - "data": { - "id": "DEe2a038f5b7594db5a112667cd9306da8", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/extension" - }, - "data": { - "id": "EX760d98ff93e64e68af4a4de262d2e78f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension" - }, - "data": { - "id": "EX069ad0371c014463a7881757ed77f691", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", - "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", - "self": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", - "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRa50cad000cab4663a8d754cb8b437d0b", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:23.377Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:23.377Z", - "platform": "web", - "development": false, - "token": "2f34b9862712", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules", - "self": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/properties/PRa50cad000cab4663a8d754cb8b437d0b", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR98931498177a4ccfb3c90a1541426be4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:33.825Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:33.825Z", - "platform": "web", - "development": false, - "token": "2873aa83b9fe", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments", - "extensions": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions", - "rules": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules", - "self": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXf3c2293183be4bf085adeb7893bb2126", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:08:40.489Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:40.489Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/property" - }, - "data": { - "id": "PR98931498177a4ccfb3c90a1541426be4", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/origin" - }, - "data": { - "id": "EXf3c2293183be4bf085adeb7893bb2126", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", - "origin": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", - "self": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:08:41 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EXf3c2293183be4bf085adeb7893bb2126", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE93393bd31f734702a5859f5d6535c254", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:41.669Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:41 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:41.669Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/property" - }, - "data": { - "id": "PR98931498177a4ccfb3c90a1541426be4", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/origin" - }, - "data": { - "id": "DE93393bd31f734702a5859f5d6535c254", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/extension" - }, - "data": { - "id": "EXf3c2293183be4bf085adeb7893bb2126", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/updated_with_extension" - }, - "data": { - "id": "EXe9b88da7f0ec4f688290249ca49672f7", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", - "origin": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254", - "self": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254", - "extension": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/data_elements/:data_element_id/extension", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EXf3c2293183be4bf085adeb7893bb2126", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:08:40.489Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:40.489Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/property" - }, - "data": { - "id": "PR98931498177a4ccfb3c90a1541426be4", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/origin" - }, - "data": { - "id": "EXf3c2293183be4bf085adeb7893bb2126", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", - "origin": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", - "self": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR98931498177a4ccfb3c90a1541426be4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:33.825Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:33.825Z", - "platform": "web", - "development": false, - "token": "2873aa83b9fe", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments", - "extensions": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions", - "rules": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules", - "self": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/properties/PR98931498177a4ccfb3c90a1541426be4", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR2a261de3ad584b05833ca29e4e2b7023", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:43.643Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:43.643Z", - "platform": "web", - "development": false, - "token": "58d282c6f940", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments", - "extensions": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions", - "rules": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules", - "self": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX09f1b68856594e3daedbf13dca24169e", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:08:50.128Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:50.128Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/property" - }, - "data": { - "id": "PR2a261de3ad584b05833ca29e4e2b7023", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/origin" - }, - "data": { - "id": "EX09f1b68856594e3daedbf13dca24169e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023", - "origin": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e", - "self": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:08:50 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX09f1b68856594e3daedbf13dca24169e", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEe59f325f6387458e985c7ffd739e231b", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:08:51.072Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:50 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:51.072Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/property" - }, - "data": { - "id": "PR2a261de3ad584b05833ca29e4e2b7023", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/origin" - }, - "data": { - "id": "DEe59f325f6387458e985c7ffd739e231b", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/extension" - }, - "data": { - "id": "EX09f1b68856594e3daedbf13dca24169e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/updated_with_extension" - }, - "data": { - "id": "EX2bddeca8c2c64eb4adbf3928bc2df8cc", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023", - "origin": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", - "self": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", - "extension": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/data_elements/:data_element_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this note on a data element intentionally left blank" - } - } - }, - "response": { - "data": { - "id": "NTa26ffd18b40c4f17b51f3695d98f7c04", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:08:51.434Z", - "text": "this note on a data element intentionally left blank" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b" - }, - "data": { - "id": "DEe59f325f6387458e985c7ffd739e231b", - "type": "data_elements" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", - "self": "https://reactor.adobe.io/notes/NTa26ffd18b40c4f17b51f3695d98f7c04" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR2a261de3ad584b05833ca29e4e2b7023", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:43.643Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:43.643Z", - "platform": "web", - "development": false, - "token": "58d282c6f940", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments", - "extensions": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions", - "rules": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules", - "self": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/properties/PR2a261de3ad584b05833ca29e4e2b7023", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR0b3966229a074cdf9347bbd967e6bb36", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:52.829Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:52.829Z", - "platform": "web", - "development": false, - "token": "a34e23084df9", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments", - "extensions": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions", - "rules": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules", - "self": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX6e123231b3d54683adeeb7102df55238", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:08:59.202Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:08:59.202Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/property" - }, - "data": { - "id": "PR0b3966229a074cdf9347bbd967e6bb36", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/origin" - }, - "data": { - "id": "EX6e123231b3d54683adeeb7102df55238", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36", - "origin": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238", - "self": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:08:59 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX6e123231b3d54683adeeb7102df55238", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:09:00.035Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:08:59 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:09:00.035Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/property" - }, - "data": { - "id": "PR0b3966229a074cdf9347bbd967e6bb36", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/origin" - }, - "data": { - "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/extension" - }, - "data": { - "id": "EX6e123231b3d54683adeeb7102df55238", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/updated_with_extension" - }, - "data": { - "id": "EX04783ef2b99040a4af0f0adbe02976d0", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36", - "origin": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", - "self": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", - "extension": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/data_elements/:data_element_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a note on a data element" - } - } - }, - "response": { - "data": { - "id": "NTde392a7f9f6048d1842b229573db2f16", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:09:00.644Z", - "text": "this is a note on a data element" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c" - }, - "data": { - "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", - "type": "data_elements" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", - "self": "https://reactor.adobe.io/notes/NTde392a7f9f6048d1842b229573db2f16" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/data_elements/:data_element_id/notes", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "NTde392a7f9f6048d1842b229573db2f16", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:09:00.644Z", - "text": "this is a note on a data element" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c" - }, - "data": { - "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", - "type": "data_elements" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", - "self": "https://reactor.adobe.io/notes/NTde392a7f9f6048d1842b229573db2f16" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR0b3966229a074cdf9347bbd967e6bb36", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:08:52.829Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:08:52.829Z", - "platform": "web", - "development": false, - "token": "a34e23084df9", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments", - "extensions": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions", - "rules": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules", - "self": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/properties/PR0b3966229a074cdf9347bbd967e6bb36", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR72dd205ffd2541d1b603cf4b42470eb1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:02.116Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:02.116Z", - "platform": "web", - "development": false, - "token": "6cce2efde75a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments", - "extensions": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions", - "rules": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules", - "self": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT1311acffa7724c438a3152736d1c8ec3", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:09:07.646Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:09:07.646Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT1311acffa7724c438a3152736d1c8ec3/property" - }, - "data": { - "id": "PR72dd205ffd2541d1b603cf4b42470eb1", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1", - "self": "https://reactor.adobe.io/hosts/HT1311acffa7724c438a3152736d1c8ec3" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Dev Environment A" - }, - "relationships": { - "host": { - "data": { - "id": "HT1311acffa7724c438a3152736d1c8ec3", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENd4069e52fe574b9ea9064dd6cd340b91", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:09:07.889Z", - "library_path": "17e0df72ece8/6cce2efde75a", - "library_name": "launch-f472b9996138-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-f472b9996138-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.min.js" - ], - "license_path": "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" - }, - { - "library_name": "launch-f472b9996138-development.js", - "minified": false, - "references": [ - "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" - ] - } - ], - "name": "Dev Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:09:07.889Z", - "status": "succeeded", - "token": "f472b9996138" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/host", - "self": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/relationships/host" - }, - "data": { - "id": "HT1311acffa7724c438a3152736d1c8ec3", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/property" - }, - "data": { - "id": "PR72dd205ffd2541d1b603cf4b42470eb1", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1", - "self": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.create_an_akamai_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.create_an_akamai_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.create_an_akamai_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR72dd205ffd2541d1b603cf4b42470eb1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:02.116Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:02.116Z", - "platform": "web", - "development": false, - "token": "6cce2efde75a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments", - "extensions": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions", - "rules": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules", - "self": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.create_an_akamai_environment", - "endpoint": "/properties/PR72dd205ffd2541d1b603cf4b42470eb1", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.create_an_akamai_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.create_an_akamai_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR0cb6f5e523fd4adaae59f3159ff28706", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:09.128Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:09.128Z", - "platform": "web", - "development": false, - "token": "288e63b64582", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments", - "extensions": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions", - "rules": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules", - "self": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.create_an_akamai_environment", - "endpoint": "/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:09:15.169Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:09:15.169Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTe4ea19c45bc44d27bdb27dc2db3f62b7/property" - }, - "data": { - "id": "PR0cb6f5e523fd4adaae59f3159ff28706", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706", - "self": "https://reactor.adobe.io/hosts/HTe4ea19c45bc44d27bdb27dc2db3f62b7" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.create_an_akamai_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Akamai Dev Environment" - }, - "relationships": { - "host": { - "data": { - "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENf13417697bf44ee28f22d34fe5fb70af", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:09:16.271Z", - "library_path": "17e0df72ece8/288e63b64582", - "library_name": "launch-927ff4fcb3c1-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-927ff4fcb3c1-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.min.js" - ], - "license_path": "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" - }, - { - "library_name": "launch-927ff4fcb3c1-development.js", - "minified": false, - "references": [ - "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" - ] - } - ], - "name": "Akamai Dev Environment", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:09:16.271Z", - "status": "succeeded", - "token": "927ff4fcb3c1" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/host", - "self": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/relationships/host" - }, - "data": { - "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/property" - }, - "data": { - "id": "PR0cb6f5e523fd4adaae59f3159ff28706", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706", - "self": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR0cb6f5e523fd4adaae59f3159ff28706", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:09.128Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:09.128Z", - "platform": "web", - "development": false, - "token": "288e63b64582", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments", - "extensions": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions", - "rules": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules", - "self": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_an_environment", - "endpoint": "/properties/PR0cb6f5e523fd4adaae59f3159ff28706", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.get_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:19.362Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:19.362Z", - "platform": "web", - "development": false, - "token": "b9568deb6e08", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments", - "extensions": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions", - "rules": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules", - "self": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_an_environment", - "endpoint": "/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTe17fe0c387724ad6b0b050346edf94cd", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:09:26.243Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:09:26.243Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTe17fe0c387724ad6b0b050346edf94cd/property" - }, - "data": { - "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", - "self": "https://reactor.adobe.io/hosts/HTe17fe0c387724ad6b0b050346edf94cd" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTe17fe0c387724ad6b0b050346edf94cd", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN68bac62b21284769913690bffb6cfc45", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:09:26.761Z", - "library_path": "17e0df72ece8/b9568deb6e08", - "library_name": "launch-f651160df3b1-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-f651160df3b1-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js" - ], - "license_path": "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" - }, - { - "library_name": "launch-f651160df3b1-development.js", - "minified": false, - "references": [ - "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:09:26.761Z", - "status": "succeeded", - "token": "f651160df3b1" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/host", - "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/relationships/host" - }, - "data": { - "id": "HTe17fe0c387724ad6b0b050346edf94cd", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/property" - }, - "data": { - "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", - "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_an_environment", - "endpoint": "/environments/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EN68bac62b21284769913690bffb6cfc45", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:09:26.761Z", - "library_path": "17e0df72ece8/b9568deb6e08", - "library_name": "launch-f651160df3b1-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-f651160df3b1-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js" - ], - "license_path": "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" - }, - { - "library_name": "launch-f651160df3b1-development.js", - "minified": false, - "references": [ - "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:09:26.761Z", - "status": "succeeded", - "token": "f651160df3b1" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/host", - "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/relationships/host" - }, - "data": { - "id": "HTe17fe0c387724ad6b0b050346edf94cd", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/property" - }, - "data": { - "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", - "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" - } - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.update_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.update_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.update_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:19.362Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:19.362Z", - "platform": "web", - "development": false, - "token": "b9568deb6e08", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments", - "extensions": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions", - "rules": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules", - "self": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.update_an_environment", - "endpoint": "/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.update_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.update_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR6061856fe5af43eea5c73bcffd4c29d9", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:28.584Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:28.584Z", - "platform": "web", - "development": false, - "token": "4e376ca99b09", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments", - "extensions": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions", - "rules": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules", - "self": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.update_an_environment", - "endpoint": "/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:09:34.553Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:09:34.553Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT25a9e7ea29b343b9bf418ecc056cd8c3/property" - }, - "data": { - "id": "PR6061856fe5af43eea5c73bcffd4c29d9", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", - "self": "https://reactor.adobe.io/hosts/HT25a9e7ea29b343b9bf418ecc056cd8c3" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.update_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN1d43f5058b274d60818aec1be7a89520", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:09:35.477Z", - "library_path": "17e0df72ece8/4e376ca99b09", - "library_name": "launch-0dee55967521-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-0dee55967521-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js" - ], - "license_path": "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" - }, - { - "library_name": "launch-0dee55967521-development.js", - "minified": false, - "references": [ - "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:09:35.477Z", - "status": "succeeded", - "token": "0dee55967521" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/host", - "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/relationships/host" - }, - "data": { - "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/property" - }, - "data": { - "id": "PR6061856fe5af43eea5c73bcffd4c29d9", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", - "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.update_an_environment", - "endpoint": "/environments/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "New environment name" - }, - "id": "EN1d43f5058b274d60818aec1be7a89520", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN1d43f5058b274d60818aec1be7a89520", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:09:35.477Z", - "library_path": "17e0df72ece8/4e376ca99b09", - "library_name": "launch-0dee55967521-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-0dee55967521-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js" - ], - "license_path": "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" - }, - { - "library_name": "launch-0dee55967521-development.js", - "minified": false, - "references": [ - "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" - ] - } - ], - "name": "New environment name", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:09:36.208Z", - "status": "succeeded", - "token": "0dee55967521" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/host", - "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/relationships/host" - }, - "data": { - "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/property" - }, - "data": { - "id": "PR6061856fe5af43eea5c73bcffd4c29d9", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", - "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" - } - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR6061856fe5af43eea5c73bcffd4c29d9", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:28.584Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:28.584Z", - "platform": "web", - "development": false, - "token": "4e376ca99b09", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments", - "extensions": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions", - "rules": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules", - "self": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/PR6061856fe5af43eea5c73bcffd4c29d9", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR0770a84d7198481c8de3d192ee6fb40d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:39.143Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:39.143Z", - "platform": "web", - "development": false, - "token": "d7edcebabe96", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments", - "extensions": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions", - "rules": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules", - "self": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTadcaa8a160864f96a1dbf15d4fef874e", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:09:45.463Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:09:45.463Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTadcaa8a160864f96a1dbf15d4fef874e/property" - }, - "data": { - "id": "PR0770a84d7198481c8de3d192ee6fb40d", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", - "self": "https://reactor.adobe.io/hosts/HTadcaa8a160864f96a1dbf15d4fef874e" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTadcaa8a160864f96a1dbf15d4fef874e", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN6b2e523a2c284051b41806fbcd73c33e", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:09:46.025Z", - "library_path": "17e0df72ece8/d7edcebabe96", - "library_name": "launch-0eb2a60475a9-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-0eb2a60475a9-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js" - ], - "license_path": "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" - }, - { - "library_name": "launch-0eb2a60475a9-development.js", - "minified": false, - "references": [ - "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:09:46.025Z", - "status": "succeeded", - "token": "0eb2a60475a9" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/host", - "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/relationships/host" - }, - "data": { - "id": "HTadcaa8a160864f96a1dbf15d4fef874e", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/property" - }, - "data": { - "id": "PR0770a84d7198481c8de3d192ee6fb40d", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", - "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/:property_id/environments", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EN6b2e523a2c284051b41806fbcd73c33e", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:09:46.025Z", - "library_path": "17e0df72ece8/d7edcebabe96", - "library_name": "launch-0eb2a60475a9-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-0eb2a60475a9-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js" - ], - "license_path": "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" - }, - { - "library_name": "launch-0eb2a60475a9-development.js", - "minified": false, - "references": [ - "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:09:46.025Z", - "status": "succeeded", - "token": "0eb2a60475a9" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/host", - "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/relationships/host" - }, - "data": { - "id": "HTadcaa8a160864f96a1dbf15d4fef874e", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/property" - }, - "data": { - "id": "PR0770a84d7198481c8de3d192ee6fb40d", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", - "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" - } - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR0770a84d7198481c8de3d192ee6fb40d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:39.143Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:39.143Z", - "platform": "web", - "development": false, - "token": "d7edcebabe96", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments", - "extensions": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions", - "rules": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules", - "self": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/properties/PR0770a84d7198481c8de3d192ee6fb40d", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRba5bb0c44e9940f5a499fed1f883e29c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:48.785Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:48.785Z", - "platform": "web", - "development": false, - "token": "7e46ea991920", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments", - "extensions": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions", - "rules": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules", - "self": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTf9a91007a75b431e8d1c325104d37a2e", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:09:54.921Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:09:54.921Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTf9a91007a75b431e8d1c325104d37a2e/property" - }, - "data": { - "id": "PRba5bb0c44e9940f5a499fed1f883e29c", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c", - "self": "https://reactor.adobe.io/hosts/HTf9a91007a75b431e8d1c325104d37a2e" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTf9a91007a75b431e8d1c325104d37a2e", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN0d2f208ac06b499f820dca902f64c178", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:09:55.321Z", - "library_path": "17e0df72ece8/7e46ea991920", - "library_name": "launch-4eadaf53fb1b-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-4eadaf53fb1b-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.min.js" - ], - "license_path": "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" - }, - { - "library_name": "launch-4eadaf53fb1b-development.js", - "minified": false, - "references": [ - "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:09:55.321Z", - "status": "succeeded", - "token": "4eadaf53fb1b" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/host", - "self": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/relationships/host" - }, - "data": { - "id": "HTf9a91007a75b431e8d1c325104d37a2e", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/property" - }, - "data": { - "id": "PRba5bb0c44e9940f5a499fed1f883e29c", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c", - "self": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/environments/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRba5bb0c44e9940f5a499fed1f883e29c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:48.785Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:48.785Z", - "platform": "web", - "development": false, - "token": "7e46ea991920", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments", - "extensions": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions", - "rules": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules", - "self": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/PRba5bb0c44e9940f5a499fed1f883e29c", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRe549969fd21441258538b4c32c6b7c52", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:59.536Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:59.536Z", - "platform": "web", - "development": false, - "token": "970870272a1a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments", - "extensions": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions", - "rules": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules", - "self": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/PRe549969fd21441258538b4c32c6b7c52/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT3cce178838c541b6966a15864fec968c", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:10:05.960Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:10:05.960Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT3cce178838c541b6966a15864fec968c/property" - }, - "data": { - "id": "PRe549969fd21441258538b4c32c6b7c52", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", - "self": "https://reactor.adobe.io/hosts/HT3cce178838c541b6966a15864fec968c" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT3cce178838c541b6966a15864fec968c", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:10:06.570Z", - "library_path": "17e0df72ece8/970870272a1a", - "library_name": "launch-8ba4512c2bc2-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-8ba4512c2bc2-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js" - ], - "license_path": "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" - }, - { - "library_name": "launch-8ba4512c2bc2-development.js", - "minified": false, - "references": [ - "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:10:06.570Z", - "status": "succeeded", - "token": "8ba4512c2bc2" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/host", - "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/relationships/host" - }, - "data": { - "id": "HT3cce178838c541b6966a15864fec968c", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/property" - }, - "data": { - "id": "PRe549969fd21441258538b4c32c6b7c52", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", - "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB250598a233054430a9cc10ba712026b4", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:10:06.899Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:10:06.899Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/data_elements", - "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/extensions", - "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/rules", - "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/property" - }, - "data": { - "id": "PRe549969fd21441258538b4c32c6b7c52", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", - "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/environment", - "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/libraries/:library_id/environment", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:10:06.570Z", - "library_path": "17e0df72ece8/970870272a1a", - "library_name": "launch-8ba4512c2bc2-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-8ba4512c2bc2-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js" - ], - "license_path": "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" - }, - { - "library_name": "launch-8ba4512c2bc2-development.js", - "minified": false, - "references": [ - "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:10:07.542Z", - "status": "succeeded", - "token": "8ba4512c2bc2" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/library" - }, - "data": { - "id": "LB250598a233054430a9cc10ba712026b4", - "type": "libraries" - } - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/host", - "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/relationships/host" - }, - "data": { - "id": "HT3cce178838c541b6966a15864fec968c", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/property" - }, - "data": { - "id": "PRe549969fd21441258538b4c32c6b7c52", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", - "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" - } - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRe549969fd21441258538b4c32c6b7c52", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:09:59.536Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:09:59.536Z", - "platform": "web", - "development": false, - "token": "970870272a1a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments", - "extensions": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions", - "rules": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules", - "self": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/PRe549969fd21441258538b4c32c6b7c52", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR9c010e3766544af5bca7585da55ebcb4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:10:10.803Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:10:10.803Z", - "platform": "web", - "development": false, - "token": "0330e1a06f8f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules", - "self": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT99ff323e360f48b2a934a3a4fd030c96", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:10:18.099Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:10:18.099Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT99ff323e360f48b2a934a3a4fd030c96/property" - }, - "data": { - "id": "PR9c010e3766544af5bca7585da55ebcb4", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", - "self": "https://reactor.adobe.io/hosts/HT99ff323e360f48b2a934a3a4fd030c96" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT99ff323e360f48b2a934a3a4fd030c96", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2f4bc4ea09224212a49574c442332fe6", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:10:18.589Z", - "library_path": "17e0df72ece8/0330e1a06f8f", - "library_name": "launch-dd88c3052edf-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-dd88c3052edf-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js" - ], - "license_path": "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" - }, - { - "library_name": "launch-dd88c3052edf-development.js", - "minified": false, - "references": [ - "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:10:18.589Z", - "status": "succeeded", - "token": "dd88c3052edf" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/host", - "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/relationships/host" - }, - "data": { - "id": "HT99ff323e360f48b2a934a3a4fd030c96", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/property" - }, - "data": { - "id": "PR9c010e3766544af5bca7585da55ebcb4", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", - "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:10:19.019Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:10:19.019Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/data_elements", - "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/extensions", - "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/rules", - "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/property" - }, - "data": { - "id": "PR9c010e3766544af5bca7585da55ebcb4", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", - "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN2f4bc4ea09224212a49574c442332fe6", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2f4bc4ea09224212a49574c442332fe6", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/environment", - "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLe3d249ac3bc24f0782edaf5f354e756c", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:10:23.357Z", - "status": "pending", - "updated_at": "2022-02-04T21:10:23.357Z", - "token": "abcd8ac802d1" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/environment" - }, - "data": { - "id": "EN2f4bc4ea09224212a49574c442332fe6", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/library" - }, - "data": { - "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/property" - }, - "data": { - "id": "PR9c010e3766544af5bca7585da55ebcb4", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6", - "library": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0", - "self": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/abcd8ac802d1/launch-dd88c3052edf-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/builds/:build_id/environment", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EN2f4bc4ea09224212a49574c442332fe6", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:10:18.589Z", - "library_path": "17e0df72ece8/0330e1a06f8f", - "library_name": "launch-dd88c3052edf-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-dd88c3052edf-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js" - ], - "license_path": "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" - }, - { - "library_name": "launch-dd88c3052edf-development.js", - "minified": false, - "references": [ - "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:10:19.979Z", - "status": "succeeded", - "token": "dd88c3052edf" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/library" - }, - "data": { - "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", - "type": "libraries" - } - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/host", - "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/relationships/host" - }, - "data": { - "id": "HT99ff323e360f48b2a934a3a4fd030c96", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/property" - }, - "data": { - "id": "PR9c010e3766544af5bca7585da55ebcb4", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", - "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" - } - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR9c010e3766544af5bca7585da55ebcb4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:10:10.803Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:10:10.803Z", - "platform": "web", - "development": false, - "token": "0330e1a06f8f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules", - "self": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/PR9c010e3766544af5bca7585da55ebcb4", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR98f50b4c2244447183975c6c1bb93389", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:10:28.052Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:10:28.052Z", - "platform": "edge", - "development": false, - "token": "e7693cc283cc" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements", - "environments": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments", - "extensions": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions", - "rules": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules", - "self": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/PR98f50b4c2244447183975c6c1bb93389/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:10:34.198Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:10:34.198Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT8c2a9f52f30640589c6905db2ea2d2bf/property" - }, - "data": { - "id": "PR98f50b4c2244447183975c6c1bb93389", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", - "self": "https://reactor.adobe.io/hosts/HT8c2a9f52f30640589c6905db2ea2d2bf" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENb06115cd221d4157808807c7c0097710", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:10:34.645Z", - "library_path": "17e0df72ece8/e7693cc283cc", - "library_name": "launch-cbffdf9d3736-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-cbffdf9d3736-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.min.js" - ], - "license_path": "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" - }, - { - "library_name": "launch-cbffdf9d3736-development.js", - "minified": false, - "references": [ - "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:10:34.645Z", - "status": "succeeded", - "token": "cbffdf9d3736" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/host", - "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/relationships/host" - }, - "data": { - "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/property" - }, - "data": { - "id": "PR98f50b4c2244447183975c6c1bb93389", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", - "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "ENb06115cd221d4157808807c7c0097710", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE7e228c9446be48a48a05a1a4eade8279", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:10:35.416Z", - "updated_at": "2022-02-04T21:10:35.416Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/property" - }, - "data": { - "id": "PR98f50b4c2244447183975c6c1bb93389", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/environment" - }, - "data": { - "id": "ENb06115cd221d4157808807c7c0097710", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279", - "property": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/secrets/:secret_id/environment", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ENb06115cd221d4157808807c7c0097710", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:10:34.645Z", - "library_path": "17e0df72ece8/e7693cc283cc", - "library_name": "launch-cbffdf9d3736-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-cbffdf9d3736-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.min.js" - ], - "license_path": "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" - }, - { - "library_name": "launch-cbffdf9d3736-development.js", - "minified": false, - "references": [ - "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:10:34.645Z", - "status": "succeeded", - "token": "cbffdf9d3736" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/host", - "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/relationships/host" - }, - "data": { - "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/property" - }, - "data": { - "id": "PR98f50b4c2244447183975c6c1bb93389", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", - "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.create_an_extension_package", - "endpoint": "/extension_packages", - "method": "POST", - "request": { - "package": "@[PACKAGE_PATH]" - }, - "response": { - "data": { - "id": "EPd4b049ce30cb46918d281737eedeef19", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "name": "Adobe Systems", - "url": "http://adobe.com", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2022-02-04T21:10:38.819Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1644009036", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2022-02-04T21:10:38.819Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" - } - } - }, - "response_code": 202, - "response_message": "Accepted" - }, - { - "name": "extension_packages.create_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EPd4b049ce30cb46918d281737eedeef19", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2022-02-04T21:10:38.819Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1644009036", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2022-02-04T21:10:38.819Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.create_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EPd4b049ce30cb46918d281737eedeef19", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2022-02-04T21:10:38.819Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1644009036", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2022-02-04T21:10:38.819Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.create_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EPd4b049ce30cb46918d281737eedeef19", - "type": "extension_packages", - "attributes": { - "actions": [ - - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd4b049ce30cb46918d281737eedeef19", - "conditions": [ - - ], - "configuration": null, - "created_at": "2022-02-04T21:10:38.819Z", - "data_elements": [ - - ], - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": [ - - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "test-1644009036", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-02-04T21:10:51.934Z", - "version": "1.0.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.create_an_extension_package", - "endpoint": "/extension_packages/EPd4b049ce30cb46918d281737eedeef19", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "/extension_packages", - "method": "POST", - "request": { - "package": "@[PACKAGE_PATH]" - }, - "response": { - "data": { - "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "name": "Adobe Systems", - "url": "http://adobe.com", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2022-02-04T21:10:56.152Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1644009055", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2022-02-04T21:10:56.152Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" - } - } - }, - "response_code": 202, - "response_message": "Accepted" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2022-02-04T21:10:56.152Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1644009055", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2022-02-04T21:10:56.152Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2022-02-04T21:10:56.152Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1644009055", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2022-02-04T21:10:56.152Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", - "type": "extension_packages", - "attributes": { - "actions": [ - - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", - "conditions": [ - - ], - "configuration": null, - "created_at": "2022-02-04T21:10:56.152Z", - "data_elements": [ - - ], - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": [ - - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "test-1644009055", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-02-04T21:11:05.995Z", - "version": "1.0.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "/extension_packages/:id", - "method": "PATCH", - "request": { - "data": { - "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", - "type": "extension_packages", - "meta": { - "action": "release_private" - } - } - }, - "response": { - "data": { - "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", - "type": "extension_packages", - "attributes": { - "actions": [ - - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "private", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", - "conditions": [ - - ], - "configuration": null, - "created_at": "2022-02-04T21:10:56.152Z", - "data_elements": [ - - ], - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": [ - - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "test-1644009055", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-02-04T21:11:10.110Z", - "version": "1.0.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "/extension_packages/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "discontinued": true - }, - "type": "extension_packages", - "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5" - } - }, - "response": { - "data": { - "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", - "type": "extension_packages", - "attributes": { - "actions": [ - - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "private", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", - "conditions": [ - - ], - "configuration": null, - "created_at": "2022-02-04T21:10:56.152Z", - "data_elements": [ - - ], - "description": "Provides nothing.", - "discontinued": true, - "display_name": "Kessel Template Test", - "ecma_version": null, - "events": [ - - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "test-1644009055", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-02-04T21:11:10.586Z", - "version": "1.0.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.get_an_extension_package", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.get_an_extension_package", - "endpoint": "/extension_packages/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.list_all_extension_packages", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.list_all_extension_packages", - "endpoint": "/extension_packages", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP15ad9902f1d743e28357a6e1d652cbf0", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "air_mount::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP15ad9902f1d743e28357a6e1d652cbf0", - "conditions": [ - { - "id": "air_mount::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "air_mount::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T16:51:48.477Z", - "data_elements": [ - { - "id": "air_mount::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "air_mount::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Quam similique velit non tempore est ea mollitia quia.", - "discontinued": false, - "display_name": "Air Mount", - "ecma_version": null, - "events": [ - { - "id": "air_mount::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "air_mount::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.air_mount.html", - "hosted_lib_files": null, - "icon_path": "eaque-nihil/icon.png", - "main": null, - "name": "air_mount", - "owner_org_id": "45FEE20EE371F8611BCCA8B1@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T16:51:48.546Z", - "version": "8.29.27", - "view_base_path": "occaecati-voluptatum/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP15ad9902f1d743e28357a6e1d652cbf0" - } - }, - { - "id": "EPcb35cda2768a417fb90d0ba2a2b71cfd", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "air_receiver::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPcb35cda2768a417fb90d0ba2a2b71cfd", - "conditions": [ - { - "id": "air_receiver::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "air_receiver::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T17:08:59.667Z", - "data_elements": [ - { - "id": "air_receiver::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "air_receiver::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Saepe amet delectus dolor repellat vitae modi reprehenderit.", - "discontinued": false, - "display_name": "Air Receiver", - "ecma_version": null, - "events": [ - { - "id": "air_receiver::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "air_receiver::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.air_receiver.html", - "hosted_lib_files": null, - "icon_path": "at-reprehenderit/icon.png", - "main": null, - "name": "air_receiver", - "owner_org_id": "8A54040D7B78FBB4D755AA59@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T17:08:59.741Z", - "version": "33.7.10", - "view_base_path": "provident_necessitatibus/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPcb35cda2768a417fb90d0ba2a2b71cfd" - } - }, - { - "id": "EPf414ab4fe91c4f07a8b391c3bf722ad6", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "audible_direct_component::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPf414ab4fe91c4f07a8b391c3bf722ad6", - "conditions": [ - { - "id": "audible_direct_component::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "audible_direct_component::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T16:52:19.333Z", - "data_elements": [ - { - "id": "audible_direct_component::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "audible_direct_component::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Velit adipisci neque culpa nostrum.", - "discontinued": false, - "display_name": "Audible Direct Component", - "ecma_version": null, - "events": [ - { - "id": "audible_direct_component::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "audible_direct_component::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.audible_direct_component.html", - "hosted_lib_files": null, - "icon_path": "itaque.laboriosam/icon.png", - "main": null, - "name": "audible_direct_component", - "owner_org_id": "3671D85F98EEFDC61B1ADA46@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T16:52:19.408Z", - "version": "25.9.26", - "view_base_path": "laudantium.quod/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPf414ab4fe91c4f07a8b391c3bf722ad6" - } - }, - { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "core::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "transforms": [ - { - "type": "customCode", - "propertyPath": "source" - } - ], - "displayName": "Custom Code" - }, - { - "id": "core::actions::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/actions/directCall.js", - "viewPath": "actions/directCall.html", - "displayName": "Trigger Direct Call" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP56a06c4685ae4a469e3f5f3b929a822c", - "conditions": [ - { - "id": "core::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "core::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "core::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "transforms": [ - { - "type": "function", - "parameters": [ - "event", - "target" - ], - "propertyPath": "source" - } - ], - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "core::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "transforms": [ - { - "type": "remove", - "propertyPath": "timezone" - } - ], - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "core::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "core::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "core::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "core::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "core::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "core::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "core::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "core::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "core::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "core::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "core::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "core::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "core::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - }, - "persistCohort": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "core::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "core::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "core::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "core::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "core::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "core::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "core::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "core::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": { - "id": "core::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "cspNonce": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - }, - "viewPath": "configuration/configuration.html" - }, - "created_at": "2021-10-05T16:00:29.018Z", - "data_elements": [ - { - "id": "core::dataElements::conditional-value", - "name": "conditional-value", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - }, - "fallbackValue": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - }, - "conditionalValue": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand", - "conditionalValue", - "fallbackValue" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - }, - "fallbackValue": { - "type": "string" - }, - "conditionalValue": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand", - "conditionalValue", - "fallbackValue" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - }, - "fallbackValue": { - "type": "string" - }, - "conditionalValue": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "conditionalValue", - "fallbackValue" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "fallbackValue": { - "type": "string" - }, - "conditionalValue": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/dataElements/conditionalValue.js", - "viewPath": "dataElements/conditionalValue.html", - "displayName": "Conditional Value" - }, - { - "id": "core::dataElements::constant", - "name": "constant", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/constant.js", - "viewPath": "dataElements/constant.html", - "displayName": "Constant" - }, - { - "id": "core::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "core::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "transforms": [ - { - "type": "function", - "parameters": [ - "event" - ], - "propertyPath": "source" - } - ], - "displayName": "Custom Code" - }, - { - "id": "core::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "core::dataElements::runtime-environment", - "name": "runtime-environment", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "attribute": { - "enum": [ - "environmentStage", - "buildDate", - "propertyName", - "propertyId", - "ruleName", - "ruleId", - "eventType", - "eventDetail", - "DCRIdentifier" - ] - } - } - }, - "libPath": "src/lib/dataElements/runtimeEnvironment.js", - "viewPath": "dataElements/runtimeEnvironment.html", - "displayName": "Runtime Environment" - }, - { - "id": "core::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "core::dataElements::merged-objects", - "name": "merged-objects", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "objects" - ], - "properties": { - "objects": { - "type": "array", - "items": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/mergedObjects.js", - "viewPath": "dataElements/mergedObjects.html", - "displayName": "Merged Objects" - }, - { - "id": "core::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "core::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "core::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "core::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "core::dataElements::javascript-tools", - "name": "javascript-tools", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "sourceValue", - "operator", - "searchValue" - ], - "properties": { - "operator": { - "enum": [ - "simpleReplace" - ] - }, - "searchValue": { - "type": "string", - "minLength": 1 - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "replacementValue": { - "type": "string" - } - }, - "additionalProperties": false - }, - { - "required": [ - "sourceValue", - "operator", - "regexInput" - ], - "properties": { - "operator": { - "enum": [ - "regexReplace" - ] - }, - "regexInput": { - "type": "string", - "minLength": 1 - }, - "replaceAll": { - "type": "boolean" - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "caseInsensitive": { - "type": "boolean" - }, - "replacementValue": { - "type": "string" - } - }, - "additionalProperties": false - }, - { - "required": [ - "sourceValue", - "operator", - "start" - ], - "properties": { - "end": { - "type": "number" - }, - "start": { - "type": "number" - }, - "operator": { - "enum": [ - "substring", - "slice" - ] - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - }, - { - "required": [ - "sourceValue", - "operator", - "regexInput" - ], - "properties": { - "operator": { - "enum": [ - "regexMatch" - ] - }, - "regexInput": { - "type": "string", - "minLength": 1 - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - { - "required": [ - "sourceValue", - "operator" - ], - "properties": { - "operator": { - "enum": [ - "length", - "arrayPop", - "arrayShift" - ] - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - }, - { - "required": [ - "sourceValue", - "operator", - "searchValue" - ], - "properties": { - "operator": { - "enum": [ - "indexOf", - "lastIndexOf" - ] - }, - "searchValue": { - "type": "string", - "minLength": 1 - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - }, - { - "required": [ - "sourceValue", - "operator", - "delimiter" - ], - "properties": { - "operator": { - "enum": [ - "join", - "split" - ] - }, - "delimiter": { - "type": "string", - "minLength": 1 - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/dataElements/javascriptTools.js", - "viewPath": "dataElements/javascriptTools.html", - "displayName": "JavaScript Tools" - }, - { - "id": "core::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "core::dataElements::device-attributes", - "name": "device-attributes", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "attribute": { - "enum": [ - "windowSize", - "screenSize" - ] - } - } - }, - "libPath": "src/lib/dataElements/deviceAttributes.js", - "viewPath": "dataElements/deviceAttributes.html", - "displayName": "Device Attributes" - }, - { - "id": "core::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch properties.", - "discontinued": false, - "display_name": "Core", - "ecma_version": "es5", - "events": [ - { - "id": "core::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "core::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "core::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "oneOf": [ - { - "type": "number", - "minimum": 1 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "core::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "transforms": [ - { - "type": "function", - "parameters": [ - "trigger" - ], - "propertyPath": "source" - } - ], - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "core::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "core::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "core::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "core::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "core::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "core::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "core::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "oneOf": [ - { - "type": "number", - "minimum": 1 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - }, - "frequency": { - "enum": [ - "firstEntry", - "everyEntry" - ], - "type": "string" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "core::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "core::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "oneOf": [ - { - "type": "number", - "minimum": 1 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "core::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "core::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "core::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "core::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "core::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "core::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "core::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "core::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "core::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "core::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "core::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "core::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "core::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "core::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "core::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "oneOf": [ - { - "type": "number", - "minimum": 1 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "core::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "oneOf": [ - { - "type": "number", - "minimum": 0 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "core::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "core::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "core", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T16:03:41.817Z", - "version": "3.2.1", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP56a06c4685ae4a469e3f5f3b929a822c.zip" - } - }, - { - "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "core::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "keyName", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "keyName": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "transforms": [ - { - "type": "function", - "parameters": [ - "arc", - "utils" - ], - "propertyPath": "source" - } - ], - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd0463ead2dbc45f5b74549cdc6d2bfc0", - "conditions": [ - { - "id": "core::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^{{([^}]+)}}$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^{{([^}]+)}}$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^{{([^}]+)}}$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^{{([^}]+)}}$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^{{([^}]+)}}$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "core::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "transforms": [ - { - "type": "function", - "parameters": [ - "arc", - "utils" - ], - "propertyPath": "source" - } - ], - "displayName": "Custom Code", - "categoryName": "Data" - } - ], - "configuration": null, - "created_at": "2021-10-05T15:44:33.998Z", - "data_elements": [ - { - "id": "core::dataElements::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/path.js", - "viewPath": "dataElements/path.html", - "displayName": "Path" - }, - { - "id": "core::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "transforms": [ - { - "type": "function", - "parameters": [ - "arc", - "utils" - ], - "propertyPath": "source" - } - ], - "displayName": "Custom Code" - }, - { - "id": "core::dataElements::secret", - "name": "secret", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "secrets": { - "type": "object", - "properties": { - "staging": { - "type": "object", - "required": [ - "id", - "name" - ], - "properties": { - "id": { - "type": "string", - "minLength": 1 - }, - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "production": { - "type": "object", - "required": [ - "id", - "name" - ], - "properties": { - "id": { - "type": "string", - "minLength": 1 - }, - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "development": { - "type": "object", - "required": [ - "id", - "name" - ], - "properties": { - "id": { - "type": "string", - "minLength": 1 - }, - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - } - }, - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/secret.js", - "viewPath": "dataElements/secret.html", - "displayName": "Secret" - } - ], - "description": "Provides default condition and data element types available to all Launch properties.", - "discontinued": false, - "display_name": "Core", - "ecma_version": "es6", - "events": null, - "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "core", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "edge", - "updated_at": "2021-10-05T15:49:07.846Z", - "version": "1.1.3", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EPd0463ead2dbc45f5b74549cdc6d2bfc0.zip" - } - }, - { - "id": "EP51839e9934bb44508f75483388b8ef3d", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "digital_performance_system::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP51839e9934bb44508f75483388b8ef3d", - "conditions": [ - { - "id": "digital_performance_system::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "digital_performance_system::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2021-10-14T21:07:45.496Z", - "data_elements": [ - { - "id": "digital_performance_system::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "digital_performance_system::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Ducimus deserunt debitis sed et dicta perspiciatis architecto ipsa.", - "discontinued": false, - "display_name": "Digital Performance System", - "ecma_version": "es5", - "events": [ - { - "id": "digital_performance_system::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "digital_performance_system::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.digital_performance_system.html", - "hosted_lib_files": null, - "icon_path": "rem-itaque/icon.png", - "main": null, - "name": "digital_performance_system", - "owner_org_id": "8DC14EFA36AB4310BB5B9E94@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-14T21:07:45.606Z", - "version": "30.13.33", - "view_base_path": "ipsa_quas/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP51839e9934bb44508f75483388b8ef3d" - } - }, - { - "id": "EP6eb2993dce3e491888c840ad1891f394", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "digital_remote_ferrule::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP6eb2993dce3e491888c840ad1891f394", - "conditions": [ - { - "id": "digital_remote_ferrule::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "digital_remote_ferrule::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T17:13:47.729Z", - "data_elements": [ - { - "id": "digital_remote_ferrule::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "digital_remote_ferrule::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Libero quos doloremque nisi voluptatum.", - "discontinued": false, - "display_name": "Digital Remote Ferrule", - "ecma_version": null, - "events": [ - { - "id": "digital_remote_ferrule::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "digital_remote_ferrule::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.digital_remote_ferrule.html", - "hosted_lib_files": null, - "icon_path": "neque_nulla/icon.png", - "main": null, - "name": "digital_remote_ferrule", - "owner_org_id": "F2D417C45283325CF6C45049@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T17:13:47.794Z", - "version": "38.31.16", - "view_base_path": "iusto-sed/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP6eb2993dce3e491888c840ad1891f394" - } - }, - { - "id": "EP7dcff8a466804c38b03b13e97dba3295", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "direct_dummy_groove::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP7dcff8a466804c38b03b13e97dba3295", - "conditions": [ - { - "id": "direct_dummy_groove::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "direct_dummy_groove::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T17:41:35.641Z", - "data_elements": [ - { - "id": "direct_dummy_groove::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "direct_dummy_groove::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Dignissimos quos error minus repellat reprehenderit non porro ut.", - "discontinued": false, - "display_name": "Direct Dummy Groove", - "ecma_version": null, - "events": [ - { - "id": "direct_dummy_groove::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "direct_dummy_groove::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.direct_dummy_groove.html", - "hosted_lib_files": null, - "icon_path": "voluptas-amet/icon.png", - "main": null, - "name": "direct_dummy_groove", - "owner_org_id": "ED22B078068E103AAA56ADBB@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T17:41:35.700Z", - "version": "22.35.5", - "view_base_path": "repudiandae.debitis/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP7dcff8a466804c38b03b13e97dba3295" - } - }, - { - "id": "EP2f397e6b6903491e9462e19a1ba354d1", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "disc_digital_case::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP2f397e6b6903491e9462e19a1ba354d1", - "conditions": [ - { - "id": "disc_digital_case::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "disc_digital_case::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T16:49:50.234Z", - "data_elements": [ - { - "id": "disc_digital_case::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "disc_digital_case::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Omnis maxime inventore est saepe quos libero voluptates.", - "discontinued": false, - "display_name": "Disc Digital Case", - "ecma_version": null, - "events": [ - { - "id": "disc_digital_case::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "disc_digital_case::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.disc_digital_case.html", - "hosted_lib_files": null, - "icon_path": "impedit.voluptatibus/icon.png", - "main": null, - "name": "disc_digital_case", - "owner_org_id": "426292691CA01E5FD999C023@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T16:49:50.322Z", - "version": "16.31.2", - "view_base_path": "adipisci-asperiores/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP2f397e6b6903491e9462e19a1ba354d1" - } - }, - { - "id": "EP837f5329d4ac45b292da7da540c7fe0e", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "disc_power_bracket::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP837f5329d4ac45b292da7da540c7fe0e", - "conditions": [ - { - "id": "disc_power_bracket::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "disc_power_bracket::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T17:15:50.546Z", - "data_elements": [ - { - "id": "disc_power_bracket::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "disc_power_bracket::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Unde facere recusandae animi id neque ullam adipisci.", - "discontinued": false, - "display_name": "Disc Power Bracket", - "ecma_version": null, - "events": [ - { - "id": "disc_power_bracket::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "disc_power_bracket::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.disc_power_bracket.html", - "hosted_lib_files": null, - "icon_path": "aspernatur-eos/icon.png", - "main": null, - "name": "disc_power_bracket", - "owner_org_id": "FA42ACE1AF4C54D581AC97E3@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T17:15:50.604Z", - "version": "15.1.37", - "view_base_path": "placeat.aliquam/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP837f5329d4ac45b292da7da540c7fe0e" - } - }, - { - "id": "EP9a9eb935cb8849a18558b17ed6b5ee14", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "electric_system::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP9a9eb935cb8849a18558b17ed6b5ee14", - "conditions": [ - { - "id": "electric_system::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "electric_system::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T17:12:10.612Z", - "data_elements": [ - { - "id": "electric_system::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "electric_system::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Quo laudantium voluptates corrupti a quod nulla vel quidem.", - "discontinued": false, - "display_name": "Electric System", - "ecma_version": null, - "events": [ - { - "id": "electric_system::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "electric_system::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.electric_system.html", - "hosted_lib_files": null, - "icon_path": "vitae-illum/icon.png", - "main": null, - "name": "electric_system", - "owner_org_id": "EC0CE61BA401B6161EC049AD@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T17:12:10.666Z", - "version": "22.24.28", - "view_base_path": "doloremque_temporibus/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP9a9eb935cb8849a18558b17ed6b5ee14" - } - }, - { - "id": "EPdeb9cfc5c6644d7a8e124d0c64ab3f37", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "gel_amplifier::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPdeb9cfc5c6644d7a8e124d0c64ab3f37", - "conditions": [ - { - "id": "gel_amplifier::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "gel_amplifier::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T16:52:23.858Z", - "data_elements": [ - { - "id": "gel_amplifier::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "gel_amplifier::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Laboriosam laudantium reiciendis perferendis nobis odit aperiam amet.", - "discontinued": false, - "display_name": "Gel Amplifier", - "ecma_version": null, - "events": [ - { - "id": "gel_amplifier::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "gel_amplifier::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_amplifier.html", - "hosted_lib_files": null, - "icon_path": "labore.modi/icon.png", - "main": null, - "name": "gel_amplifier", - "owner_org_id": "7C9DB5E0BEAD5CC0DCF65DA5@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T16:52:23.927Z", - "version": "12.14.7", - "view_base_path": "repudiandae-illo/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPdeb9cfc5c6644d7a8e124d0c64ab3f37" - } - }, - { - "id": "EP3b15a61cb08b483e94018d6455034994", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "gel_input_controller::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3b15a61cb08b483e94018d6455034994", - "conditions": [ - { - "id": "gel_input_controller::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "gel_input_controller::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2021-09-22T19:44:58.756Z", - "data_elements": [ - { - "id": "gel_input_controller::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "gel_input_controller::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Corrupti maxime autem nemo facilis asperiores mollitia architecto.", - "discontinued": false, - "display_name": "Gel Input Controller", - "ecma_version": "es5", - "events": [ - { - "id": "gel_input_controller::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "gel_input_controller::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_input_controller.html", - "hosted_lib_files": null, - "icon_path": "nostrum_ut/icon.png", - "main": null, - "name": "gel_input_controller", - "owner_org_id": "E877DF17B6DA02FF695E4947@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-09-22T19:44:58.831Z", - "version": "0.32.24", - "view_base_path": "neque_earum/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP3b15a61cb08b483e94018d6455034994" - } - }, - { - "id": "EP8d029a7cd9934e829d583875f1f3be05", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "hd_dummy_groove::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8d029a7cd9934e829d583875f1f3be05", - "conditions": [ - { - "id": "hd_dummy_groove::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "hd_dummy_groove::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T18:07:35.676Z", - "data_elements": [ - { - "id": "hd_dummy_groove::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "hd_dummy_groove::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Molestias cupiditate maxime architecto neque sapiente.", - "discontinued": false, - "display_name": "HD Dummy Groove", - "ecma_version": null, - "events": [ - { - "id": "hd_dummy_groove::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "hd_dummy_groove::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.hd_dummy_groove.html", - "hosted_lib_files": null, - "icon_path": "ullam.labore/icon.png", - "main": null, - "name": "hd_dummy_groove", - "owner_org_id": "7B85DECB49519638B29F1D11@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T18:07:35.756Z", - "version": "3.30.23", - "view_base_path": "cum-voluptates/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8d029a7cd9934e829d583875f1f3be05" - } - }, - { - "id": "EP4477f3e013684c5fb2d8978daa45bffc", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "input_amplifier::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP4477f3e013684c5fb2d8978daa45bffc", - "conditions": [ - { - "id": "input_amplifier::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "input_amplifier::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T16:56:12.956Z", - "data_elements": [ - { - "id": "input_amplifier::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "input_amplifier::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Recusandae consequuntur explicabo reprehenderit accusantium incidunt quibusdam aperiam quisquam.", - "discontinued": false, - "display_name": "Input Amplifier", - "ecma_version": null, - "events": [ - { - "id": "input_amplifier::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "input_amplifier::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.input_amplifier.html", - "hosted_lib_files": null, - "icon_path": "sapiente.quam/icon.png", - "main": null, - "name": "input_amplifier", - "owner_org_id": "3355C7D3F3DCC1E9F3EC6A81@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T16:56:13.026Z", - "version": "28.23.15", - "view_base_path": "dolores_ipsum/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP4477f3e013684c5fb2d8978daa45bffc" - } - }, - { - "id": "EP0c12b114cd82407ab8052daa156ad2b9", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "input_lifter::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0c12b114cd82407ab8052daa156ad2b9", - "conditions": [ - { - "id": "input_lifter::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "input_lifter::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T16:52:01.558Z", - "data_elements": [ - { - "id": "input_lifter::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "input_lifter::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Adipisci sunt quae doloribus quibusdam culpa labore earum.", - "discontinued": false, - "display_name": "Input Lifter", - "ecma_version": null, - "events": [ - { - "id": "input_lifter::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "input_lifter::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.input_lifter.html", - "hosted_lib_files": null, - "icon_path": "amet.officia/icon.png", - "main": null, - "name": "input_lifter", - "owner_org_id": "904B386D353BB35AA3A0EFAA@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T16:52:01.653Z", - "version": "30.8.0", - "view_base_path": "odit.vitae/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0c12b114cd82407ab8052daa156ad2b9" - } - }, - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - }, - { - "id": "EPe526bc7bb224462c8c4be8286970ed76", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "output_disc_viewer::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPe526bc7bb224462c8c4be8286970ed76", - "conditions": [ - { - "id": "output_disc_viewer::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "output_disc_viewer::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T16:50:21.695Z", - "data_elements": [ - { - "id": "output_disc_viewer::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "output_disc_viewer::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Praesentium veniam possimus at minus mollitia quidem.", - "discontinued": false, - "display_name": "Output Disc Viewer", - "ecma_version": null, - "events": [ - { - "id": "output_disc_viewer::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "output_disc_viewer::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.output_disc_viewer.html", - "hosted_lib_files": null, - "icon_path": "laborum-neque/icon.png", - "main": null, - "name": "output_disc_viewer", - "owner_org_id": "884D468C9463980E0DBB0376@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T16:50:21.757Z", - "version": "10.2.38", - "view_base_path": "nisi-magnam/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPe526bc7bb224462c8c4be8286970ed76" - } - }, - { - "id": "EPd4c11c67dd29497e8f0a2cfe50cc4c08", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "output_input_viewer::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd4c11c67dd29497e8f0a2cfe50cc4c08", - "conditions": [ - { - "id": "output_input_viewer::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "output_input_viewer::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T17:04:18.971Z", - "data_elements": [ - { - "id": "output_input_viewer::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "output_input_viewer::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "At reiciendis ex doloribus ipsam.", - "discontinued": false, - "display_name": "Output Input Viewer", - "ecma_version": null, - "events": [ - { - "id": "output_input_viewer::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "output_input_viewer::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.output_input_viewer.html", - "hosted_lib_files": null, - "icon_path": "cumque-porro/icon.png", - "main": null, - "name": "output_input_viewer", - "owner_org_id": "9DC8BF3B884A9184C9263DD2@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T17:04:19.062Z", - "version": "29.1.36", - "view_base_path": "architecto.deserunt/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPd4c11c67dd29497e8f0a2cfe50cc4c08" - } - }, - { - "id": "EPd65abdbd404f4d6a8372381c367e5c6d", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "performance_mount::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd65abdbd404f4d6a8372381c367e5c6d", - "conditions": [ - { - "id": "performance_mount::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "performance_mount::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T16:55:53.434Z", - "data_elements": [ - { - "id": "performance_mount::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "performance_mount::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Ipsum atque eius temporibus quos cupiditate accusamus nulla.", - "discontinued": false, - "display_name": "Performance Mount", - "ecma_version": null, - "events": [ - { - "id": "performance_mount::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "performance_mount::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.performance_mount.html", - "hosted_lib_files": null, - "icon_path": "quia.voluptate/icon.png", - "main": null, - "name": "performance_mount", - "owner_org_id": "E380B6144EDECAECB54C4588@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T16:55:53.514Z", - "version": "1.4.1", - "view_base_path": "pariatur.repellendus/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EPd65abdbd404f4d6a8372381c367e5c6d" - } - }, - { - "id": "EP5234416d05184d749389135a87c796fd", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "portable_controller::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP5234416d05184d749389135a87c796fd", - "conditions": [ - { - "id": "portable_controller::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "portable_controller::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T17:44:31.047Z", - "data_elements": [ - { - "id": "portable_controller::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "portable_controller::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Cupiditate eius magnam accusantium ipsum delectus quibusdam provident numquam.", - "discontinued": false, - "display_name": "Portable Controller", - "ecma_version": null, - "events": [ - { - "id": "portable_controller::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "portable_controller::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.portable_controller.html", - "hosted_lib_files": null, - "icon_path": "fugit.sint/icon.png", - "main": null, - "name": "portable_controller", - "owner_org_id": "D2EFBFC53B3213CC7D22F37D@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T17:44:31.107Z", - "version": "25.34.26", - "view_base_path": "rerum_labore/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP5234416d05184d749389135a87c796fd" - } - }, - { - "id": "EP3e5924eafbd24c7992e1febd0721fade", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "power_transmitter::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3e5924eafbd24c7992e1febd0721fade", - "conditions": [ - { - "id": "power_transmitter::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "power_transmitter::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2021-09-22T15:33:25.748Z", - "data_elements": [ - { - "id": "power_transmitter::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "power_transmitter::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Dignissimos modi magnam fugiat repellat vero assumenda labore quod.", - "discontinued": false, - "display_name": "Power Transmitter", - "ecma_version": "es5", - "events": [ - { - "id": "power_transmitter::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "power_transmitter::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.power_transmitter.html", - "hosted_lib_files": null, - "icon_path": "temporibus_voluptate/icon.png", - "main": null, - "name": "power_transmitter", - "owner_org_id": "6940E715B0A4CFEE06F133A3@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-09-22T15:33:25.843Z", - "version": "6.25.19", - "view_base_path": "ducimus_dolore/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP3e5924eafbd24c7992e1febd0721fade" - } - }, - { - "id": "EP31433da5f607444bbab0b05c2c03c9ba", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "tag_ferrule::actions::showVideo", - "name": "showVideo", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "actions/showVideo.js", - "viewPath": "actions/showVideo.html", - "displayName": "Show Video" - } - ], - "author": { - "name": "Adobe Systems", - "email": "DTM-Engineering@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP31433da5f607444bbab0b05c2c03c9ba", - "conditions": [ - { - "id": "tag_ferrule::conditions::html5Video", - "name": "html5Video", - "schema": { - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "conditions/html5VideoSupport.js", - "viewPath": "conditions/html5VideoSupport.html", - "displayName": "HTML5 Video Support" - } - ], - "configuration": { - "id": "tag_ferrule::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "reportSuiteId" - ], - "properties": { - "reportSuiteId": { - "type": "string" - } - } - }, - "viewPath": "extensionConfiguration.html" - }, - "created_at": "2022-01-31T17:17:27.007Z", - "data_elements": [ - { - "id": "tag_ferrule::dataElements::customScript", - "name": "customScript", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "script" - ], - "properties": { - "script": { - "type": "string" - }, - "__rawScripts": { - "type": "array", - "items": { - "enum": [ - "script" - ], - "type": "string" - }, - "maxItems": 1, - "minItems": 1 - } - } - }, - "libPath": "dataElementDelegates/custom.js", - "viewPath": "index.html#/dataElements/custom", - "displayName": "Custom Script" - }, - { - "id": "tag_ferrule::dataElements::domAttribute", - "name": "domAttribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - } - }, - "libPath": "dataElementDelegates/dom.js", - "viewPath": "index.html#/dataElements/dom", - "displayName": "DOM Attribute" - } - ], - "description": "Libero velit corporis exercitationem officiis ipsam esse quidem tempore.", - "discontinued": false, - "display_name": "Tag Ferrule", - "ecma_version": null, - "events": [ - { - "id": "tag_ferrule::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "libPath": "events/click/click.js", - "viewPath": "index.html#/events/click", - "displayName": "Click" - }, - { - "id": "tag_ferrule::events::keypress", - "name": "keypress", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - } - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "delayLinkActivation": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - } - }, - "viewPath": "index.html#/events/keypress", - "displayName": "keypress" - } - ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.tag_ferrule.html", - "hosted_lib_files": null, - "icon_path": "aut-odit/icon.png", - "main": null, - "name": "tag_ferrule", - "owner_org_id": "C428B8627B1642582EDB4A78@AdobeOrg", - "resources": [ - { - "name": "codecDetector", - "libPath": "resources/codecDetector.js" - } - ], - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2022-01-31T17:17:27.072Z", - "version": "21.18.9", - "view_base_path": "natus.aspernatur/view" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP31433da5f607444bbab0b05c2c03c9ba" - } - } - ], - "links": { - "self": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=1&page%5Bsize%5D=25", - "next": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=2&page%5Bsize%5D=25" - }, - "meta": { - "pagination": { - "current_page": 1, - "next_page": 2, - "prev_page": null, - "total_pages": 2, - "total_count": 29 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.list_all_extension_package_versions", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.list_all_extension_package_versions", - "endpoint": "/extension_packages/:extension_package_id/versions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR98f50b4c2244447183975c6c1bb93389", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:10:28.052Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:10:28.052Z", - "platform": "edge", - "development": false, - "token": "e7693cc283cc" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements", - "environments": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments", - "extensions": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions", - "rules": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules", - "self": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/properties/PR98f50b4c2244447183975c6c1bb93389", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:17.435Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:17.435Z", - "platform": "web", - "development": false, - "token": "e7d88683642b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments", - "extensions": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions", - "rules": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules", - "self": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.create_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX54d351ab7dce4ad683278636269743ac", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:22.931Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:11:22.931Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/property" - }, - "data": { - "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/origin" - }, - "data": { - "id": "EX54d351ab7dce4ad683278636269743ac", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f", - "origin": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac", - "self": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:17.435Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:17.435Z", - "platform": "web", - "development": false, - "token": "e7d88683642b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments", - "extensions": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions", - "rules": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules", - "self": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/properties/PR068cafd5fc0b49ddbb3ff3852e88327f", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR63b284224f424bacafc0c4cf1ed5ff35", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:24.901Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:24.901Z", - "platform": "web", - "development": false, - "token": "b16760ca8bd5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements", - "environments": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments", - "extensions": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions", - "rules": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules", - "self": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXa24b4d5e331b4fd7909240b1e65a1958", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:30.985Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:11:30.985Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/property" - }, - "data": { - "id": "PR63b284224f424bacafc0c4cf1ed5ff35", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/origin" - }, - "data": { - "id": "EXa24b4d5e331b4fd7909240b1e65a1958", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35", - "origin": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", - "self": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.get_an_extension", - "endpoint": "/extensions/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EXa24b4d5e331b4fd7909240b1e65a1958", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:30.985Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:11:30.985Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/property" - }, - "data": { - "id": "PR63b284224f424bacafc0c4cf1ed5ff35", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/origin" - }, - "data": { - "id": "EXa24b4d5e331b4fd7909240b1e65a1958", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35", - "origin": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", - "self": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR63b284224f424bacafc0c4cf1ed5ff35", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:24.901Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:24.901Z", - "platform": "web", - "development": false, - "token": "b16760ca8bd5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements", - "environments": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments", - "extensions": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions", - "rules": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules", - "self": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/properties/PR63b284224f424bacafc0c4cf1ed5ff35", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR586368897d7e4701b67edbc953201efa", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:34.040Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:34.040Z", - "platform": "web", - "development": false, - "token": "07432b1b5f3f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements", - "environments": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments", - "extensions": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions", - "rules": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules", - "self": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX8bfeaf2516b44d19bef9430b31f96cee", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:40.063Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:11:40.063Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/property" - }, - "data": { - "id": "PR586368897d7e4701b67edbc953201efa", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/origin" - }, - "data": { - "id": "EX8bfeaf2516b44d19bef9430b31f96cee", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", - "origin": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", - "self": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_extensions_for_a_property", - "endpoint": "/properties/:property_id/extensions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EX8bfeaf2516b44d19bef9430b31f96cee", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:40.063Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:11:40.063Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/property" - }, - "data": { - "id": "PR586368897d7e4701b67edbc953201efa", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/origin" - }, - "data": { - "id": "EX8bfeaf2516b44d19bef9430b31f96cee", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", - "origin": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", - "self": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - }, - { - "id": "EX2925362cb0cf4aeca67de02981afcc5a", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:34.175Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "core", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:11:34.175Z", - "delegate_descriptor_id": "core::extensionConfiguration::config", - "display_name": "Core", - "review_status": "unsubmitted", - "version": "3.2.1", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/property" - }, - "data": { - "id": "PR586368897d7e4701b67edbc953201efa", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/origin" - }, - "data": { - "id": "EX2925362cb0cf4aeca67de02981afcc5a", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/updated_with_extension_package" - }, - "data": { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/extension_package" - }, - "data": { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", - "origin": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a", - "self": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a", - "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 2 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR586368897d7e4701b67edbc953201efa", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:34.040Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:34.040Z", - "platform": "web", - "development": false, - "token": "07432b1b5f3f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements", - "environments": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments", - "extensions": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions", - "rules": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules", - "self": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/properties/PR586368897d7e4701b67edbc953201efa", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRbd363eca8ea243cc960cb002aaf62a00", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:41.722Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:41.722Z", - "platform": "web", - "development": false, - "token": "3007d5a90de4", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments", - "extensions": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions", - "rules": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules", - "self": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:47.772Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:11:47.772Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/property" - }, - "data": { - "id": "PRbd363eca8ea243cc960cb002aaf62a00", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/origin" - }, - "data": { - "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00", - "origin": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", - "self": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.revise_an_extension", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX4fd0bac77ba64dd1abed256b92dd3fa2", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:47.826Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:11:47.826Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/property" - }, - "data": { - "id": "PRbd363eca8ea243cc960cb002aaf62a00", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/origin" - }, - "data": { - "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00", - "origin": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", - "self": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRbd363eca8ea243cc960cb002aaf62a00", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:41.722Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:41.722Z", - "platform": "web", - "development": false, - "token": "3007d5a90de4", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments", - "extensions": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions", - "rules": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules", - "self": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/properties/PRbd363eca8ea243cc960cb002aaf62a00", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:49.513Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:49.513Z", - "platform": "web", - "development": false, - "token": "5496bd32660e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements", - "environments": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments", - "extensions": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions", - "rules": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules", - "self": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX8803e301fb7b47eca87ca6095898a2d7", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:55.731Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:11:55.731Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/property" - }, - "data": { - "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/origin" - }, - "data": { - "id": "EX8803e301fb7b47eca87ca6095898a2d7", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", - "origin": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", - "self": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX8803e301fb7b47eca87ca6095898a2d7", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXe0eb889253a84a9894e587b4558cb577", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:55.782Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:11:55.782Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/property" - }, - "data": { - "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/origin" - }, - "data": { - "id": "EX8803e301fb7b47eca87ca6095898a2d7", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", - "origin": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", - "self": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "extensions": { - "data": [ - { - "id": "EXe0eb889253a84a9894e587b4558cb577", - "type": "extensions" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB5493ed03dcb24963a6b5dec1361f3ade", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:11:56.525Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:11:56.525Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/extensions", - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/rules", - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/property" - }, - "data": { - "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/extensions/:extension_id/libraries", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "LB5493ed03dcb24963a6b5dec1361f3ade", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:11:56.525Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:11:56.525Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/extensions", - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/rules", - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/property" - }, - "data": { - "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", - "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:49.513Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:49.513Z", - "platform": "web", - "development": false, - "token": "5496bd32660e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements", - "environments": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments", - "extensions": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions", - "rules": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules", - "self": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRe1905c60f07043fe9ab49e218bfd9134", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:58.721Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:58.721Z", - "platform": "web", - "development": false, - "token": "f7e3c211be70", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments", - "extensions": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions", - "rules": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules", - "self": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX9f81f473f2134edda19da30ba00bfd8b", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:12:06.467Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:12:06.467Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/property" - }, - "data": { - "id": "PRe1905c60f07043fe9ab49e218bfd9134", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/origin" - }, - "data": { - "id": "EX9f81f473f2134edda19da30ba00bfd8b", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134", - "origin": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b", - "self": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/extensions/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.delete_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EX9625424a2483418fad8acfb132fa40d1", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:11:59.246Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "core", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:11:59.246Z", - "delegate_descriptor_id": "core::extensionConfiguration::config", - "display_name": "Core", - "review_status": "unsubmitted", - "version": "3.2.1", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/property" - }, - "data": { - "id": "PRe1905c60f07043fe9ab49e218bfd9134", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/origin" - }, - "data": { - "id": "EX9625424a2483418fad8acfb132fa40d1", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/updated_with_extension_package" - }, - "data": { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/extension_package" - }, - "data": { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134", - "origin": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1", - "self": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1", - "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRe1905c60f07043fe9ab49e218bfd9134", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:11:58.721Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:11:58.721Z", - "platform": "web", - "development": false, - "token": "f7e3c211be70", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments", - "extensions": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions", - "rules": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules", - "self": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/properties/PRe1905c60f07043fe9ab49e218bfd9134", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR70a54341fec444caa67de44c2f5da659", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:12:10.483Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:12:10.483Z", - "platform": "web", - "development": false, - "token": "6d59b8b227e6", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements", - "environments": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments", - "extensions": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions", - "rules": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules", - "self": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:12:18.660Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:12:18.660Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/property" - }, - "data": { - "id": "PR70a54341fec444caa67de44c2f5da659", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/origin" - }, - "data": { - "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", - "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", - "self": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXf8f1a65698784bb4888cca287ed193ab", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:12:18.733Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:12:18.733Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/property" - }, - "data": { - "id": "PR70a54341fec444caa67de44c2f5da659", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/origin" - }, - "data": { - "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", - "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", - "self": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/extensions/:extension_id/revisions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EXf8f1a65698784bb4888cca287ed193ab", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:12:18.733Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:12:18.733Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/property" - }, - "data": { - "id": "PR70a54341fec444caa67de44c2f5da659", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/origin" - }, - "data": { - "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", - "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", - "self": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - }, - { - "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:12:18.660Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:12:18.660Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/property" - }, - "data": { - "id": "PR70a54341fec444caa67de44c2f5da659", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/origin" - }, - "data": { - "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", - "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", - "self": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 2 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR70a54341fec444caa67de44c2f5da659", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:12:10.483Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:12:10.483Z", - "platform": "web", - "development": false, - "token": "6d59b8b227e6", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements", - "environments": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments", - "extensions": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions", - "rules": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules", - "self": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/properties/PR70a54341fec444caa67de44c2f5da659", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:12:23.713Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:12:23.713Z", - "platform": "web", - "development": false, - "token": "02461f665d0e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments", - "extensions": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions", - "rules": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules", - "self": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXfc08c0ca7855432b885cc4c6a7d48417", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:12:33.231Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:12:33.231Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/property" - }, - "data": { - "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/origin" - }, - "data": { - "id": "EXfc08c0ca7855432b885cc4c6a7d48417", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", - "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", - "self": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EXfc08c0ca7855432b885cc4c6a7d48417", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX2ff01e9344484b539f393418e4b8db56", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:12:33.441Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:12:33.441Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/property" - }, - "data": { - "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/origin" - }, - "data": { - "id": "EXfc08c0ca7855432b885cc4c6a7d48417", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", - "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", - "self": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/extensions/:extension_id/origin", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EXfc08c0ca7855432b885cc4c6a7d48417", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:12:33.231Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:12:33.231Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/property" - }, - "data": { - "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/origin" - }, - "data": { - "id": "EXfc08c0ca7855432b885cc4c6a7d48417", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", - "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", - "self": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:12:23.713Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:12:23.713Z", - "platform": "web", - "development": false, - "token": "02461f665d0e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments", - "extensions": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions", - "rules": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules", - "self": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR15ff1461539f4543ab80892b5e0be1ca", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:12:38.581Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:12:38.581Z", - "platform": "web", - "development": false, - "token": "5716e9b93c5f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements", - "environments": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments", - "extensions": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions", - "rules": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules", - "self": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXad15efceb4724f7a84efb73e2e278fbf", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:12:47.778Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:12:47.778Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/property" - }, - "data": { - "id": "PR15ff1461539f4543ab80892b5e0be1ca", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/origin" - }, - "data": { - "id": "EXad15efceb4724f7a84efb73e2e278fbf", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca", - "origin": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf", - "self": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/extensions/:extension_id/extension_package", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR15ff1461539f4543ab80892b5e0be1ca", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:12:38.581Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:12:38.581Z", - "platform": "web", - "development": false, - "token": "5716e9b93c5f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements", - "environments": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments", - "extensions": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions", - "rules": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules", - "self": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/properties/PR15ff1461539f4543ab80892b5e0be1ca", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR47297300550a4196864369d55298b64a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:12:53.113Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:12:53.113Z", - "platform": "web", - "development": false, - "token": "fc1760bd8d8e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments", - "extensions": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions", - "rules": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules", - "self": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXc60519db8b6c4fbf86be1a933c85a77e", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:13:01.514Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:13:01.514Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/property" - }, - "data": { - "id": "PR47297300550a4196864369d55298b64a", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/origin" - }, - "data": { - "id": "EXc60519db8b6c4fbf86be1a933c85a77e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a", - "origin": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", - "self": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/extensions/:extension_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this note on an extension intentionally left blank" - } - } - }, - "response": { - "data": { - "id": "NT6a7570534ebd44d9bd31486f33518195", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:13:02.913Z", - "text": "this note on an extension intentionally left blank" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e" - }, - "data": { - "id": "EXc60519db8b6c4fbf86be1a933c85a77e", - "type": "extensions" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", - "self": "https://reactor.adobe.io/notes/NT6a7570534ebd44d9bd31486f33518195" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR47297300550a4196864369d55298b64a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:12:53.113Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:12:53.113Z", - "platform": "web", - "development": false, - "token": "fc1760bd8d8e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments", - "extensions": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions", - "rules": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules", - "self": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/properties/PR47297300550a4196864369d55298b64a", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRd3647cf206f249e8b290761919bf920d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:05.357Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:05.357Z", - "platform": "web", - "development": false, - "token": "d50366a43b9c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules", - "self": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX7c85de9bb6a14baf8c06afc747f0927b", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:13:13.322Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:13:13.322Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/property" - }, - "data": { - "id": "PRd3647cf206f249e8b290761919bf920d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/origin" - }, - "data": { - "id": "EX7c85de9bb6a14baf8c06afc747f0927b", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d", - "origin": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", - "self": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/extensions/:extension_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a note on an extension" - } - } - }, - "response": { - "data": { - "id": "NT2bb6e9f241f845c496dcc5df525f6b5b", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:13:14.284Z", - "text": "this is a note on an extension" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b" - }, - "data": { - "id": "EX7c85de9bb6a14baf8c06afc747f0927b", - "type": "extensions" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", - "self": "https://reactor.adobe.io/notes/NT2bb6e9f241f845c496dcc5df525f6b5b" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/extensions/:extension_id/notes", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "NT2bb6e9f241f845c496dcc5df525f6b5b", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:13:14.284Z", - "text": "this is a note on an extension" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b" - }, - "data": { - "id": "EX7c85de9bb6a14baf8c06afc747f0927b", - "type": "extensions" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", - "self": "https://reactor.adobe.io/notes/NT2bb6e9f241f845c496dcc5df525f6b5b" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.create_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.create_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.create_a_host", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRd3647cf206f249e8b290761919bf920d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:05.357Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:05.357Z", - "platform": "web", - "development": false, - "token": "d50366a43b9c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules", - "self": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.create_a_host", - "endpoint": "/properties/PRd3647cf206f249e8b290761919bf920d", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.create_a_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.create_a_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:16.320Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:16.320Z", - "platform": "web", - "development": false, - "token": "43b533ab9a7c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments", - "extensions": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions", - "rules": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules", - "self": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.create_a_host", - "endpoint": "/properties/:property_id/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example SFTP Host", - "type_of": "sftp", - "username": "John Doe", - "encrypted_private_key": "-----BEGIN PGP MESSAGE-----\n\nhQIMAwB8kNQ7jtk8AQ/+IPE+jteweLyNgdkzkBWN4c+wpRfTP9ionSywdWzZsRZ2\ngpIHLidqCgM+iRw0CgbAKhdAmA1wVyWP4HCa0eJuNCVwj+NqJlWW8qWxCWeZi2KC\nhqsoaB5+xIbS3Jwt8S4Na+DgvyjSj88sALvG9Y/xqNexRvcuvv0KKFoVYPOeW/w9\n+6x+vUmZFrTWMaNtKH6X9kifo5l+05d3XngPLfml4cKzWmO1f3FEvTX0O4nJurQ7\nNc27dt2XAO5Y8bqCClQ6AHOFVrkKnTifHF79A3AhCB5E9wMY4FJ/EReZ6Uk0ixOn\n76XeGbkl1jidajM5G/gylwEwOXN8CVy5DQyvxGulhsaaqtri7GZxQC5HUTETIHwO\nxThAttH22uaBjhMmYiCvPzSL4Z9UNFZeGPfb17k5E1kauprR2ItUJX86+Cid/FnR\nW7QN/8J4Jnf6Ggp90VujV0uIvdyLYq3T0xe9WZmONJaQ5bDYDv5ZfkcapOvXw4zr\nxrL1vrpZ5Qfu8oLQ19JOT2o7e3p8Kh7lDPIL7RH2bYesinLJ7wdopmkpj4/4gpHK\njzlWalZd75PEsttsUJ+ODVSOXG7iVhx9EvkZagUo0oeZ3oY1Jy5oik/gvVp28wDO\n8T1uYK/jeCSiuslxCYxth8a+5Wgiy8Jw1vHCRudsNgU1x2zYuOJetJS14Z/CTETS\nTgGPh0J6fQEvzZTM6AEJpRs+cVZV1hnTspyo2S5wv/SdrbqMkVHhs8rlq/0PWpSB\nLhLNlh8kLPR0KOG0V79GEO20At0HL/yGny/GKrTyAw==\n=oRpa\n-----END PGP MESSAGE-----\n", - "server": "//example.com", - "path": "assets", - "port": 22 - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT3477fd5e89b142288f1c0c60e2f68356", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:13:21.813Z", - "server": "//example.com", - "name": "Example SFTP Host", - "path": "assets", - "port": 22, - "status": "pending", - "type_of": "sftp", - "updated_at": "2022-02-04T21:13:21.813Z", - "username": "John Doe" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT3477fd5e89b142288f1c0c60e2f68356/property" - }, - "data": { - "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4", - "self": "https://reactor.adobe.io/hosts/HT3477fd5e89b142288f1c0c60e2f68356" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.create_an_akamai_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.create_an_akamai_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.create_an_akamai_host", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:16.320Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:16.320Z", - "platform": "web", - "development": false, - "token": "43b533ab9a7c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments", - "extensions": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions", - "rules": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules", - "self": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.create_an_akamai_host", - "endpoint": "/properties/PR4c3ed80f85f4432d9e03effb12bf39a4", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.create_an_akamai_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.create_an_akamai_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:23.243Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:23.243Z", - "platform": "web", - "development": false, - "token": "eabeb7cd2c77", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments", - "extensions": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions", - "rules": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules", - "self": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.create_an_akamai_host", - "endpoint": "/properties/:property_id/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT250da865f1bc4885b49d4e935b465293", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:13:28.769Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:13:28.769Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT250da865f1bc4885b49d4e935b465293/property" - }, - "data": { - "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1", - "self": "https://reactor.adobe.io/hosts/HT250da865f1bc4885b49d4e935b465293" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_a_host", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:23.243Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:23.243Z", - "platform": "web", - "development": false, - "token": "eabeb7cd2c77", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments", - "extensions": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions", - "rules": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules", - "self": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_a_host", - "endpoint": "/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.get_a_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_a_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR1c7f7f1ddc244ce08fcb250491903de1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:29.900Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:29.900Z", - "platform": "web", - "development": false, - "token": "f3af73473639", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments", - "extensions": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions", - "rules": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules", - "self": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_a_host", - "endpoint": "/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT24e6c9032bd34688899a272881260f8b", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:13:35.484Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:13:35.484Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b/property" - }, - "data": { - "id": "PR1c7f7f1ddc244ce08fcb250491903de1", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1", - "self": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_a_host", - "endpoint": "/hosts/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "HT24e6c9032bd34688899a272881260f8b", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:13:35.484Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:13:35.484Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b/property" - }, - "data": { - "id": "PR1c7f7f1ddc244ce08fcb250491903de1", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1", - "self": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR1c7f7f1ddc244ce08fcb250491903de1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:29.900Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:29.900Z", - "platform": "web", - "development": false, - "token": "f3af73473639", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments", - "extensions": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions", - "rules": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules", - "self": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/PR1c7f7f1ddc244ce08fcb250491903de1", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR1c6af864f55049fc864a3be7b5285f78", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:36.432Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:36.432Z", - "platform": "web", - "development": false, - "token": "81b7fdae4976", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments", - "extensions": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions", - "rules": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules", - "self": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT6f818bc212a0420cbe3263dd5620541d", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:13:41.987Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:13:41.987Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d/property" - }, - "data": { - "id": "PR1c6af864f55049fc864a3be7b5285f78", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78", - "self": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/:property_id/hosts", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "HT6f818bc212a0420cbe3263dd5620541d", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:13:41.987Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:13:41.987Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d/property" - }, - "data": { - "id": "PR1c6af864f55049fc864a3be7b5285f78", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78", - "self": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR1c6af864f55049fc864a3be7b5285f78", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:36.432Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:36.432Z", - "platform": "web", - "development": false, - "token": "81b7fdae4976", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments", - "extensions": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions", - "rules": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules", - "self": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/properties/PR1c6af864f55049fc864a3be7b5285f78", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:43.296Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:43.296Z", - "platform": "web", - "development": false, - "token": "fb605c17731b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements", - "environments": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments", - "extensions": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions", - "rules": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules", - "self": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT858f4c0a71cc4e8d87399b3499556dc8", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:13:48.858Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:13:48.858Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8/property" - }, - "data": { - "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", - "self": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/hosts/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "My SFTP host" - }, - "id": "HT858f4c0a71cc4e8d87399b3499556dc8", - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT858f4c0a71cc4e8d87399b3499556dc8", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:13:48.858Z", - "server": null, - "name": "My SFTP host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:13:49.021Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8/property" - }, - "data": { - "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", - "self": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:43.296Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:43.296Z", - "platform": "web", - "development": false, - "token": "fb605c17731b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements", - "environments": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments", - "extensions": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions", - "rules": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules", - "self": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRbcf1985e616d4790964af1f4088eeb45", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:49.926Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:49.926Z", - "platform": "web", - "development": false, - "token": "7516ddddf581", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments", - "extensions": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions", - "rules": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules", - "self": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTd227ac2b1d7f4251a9e4820c0293998b", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:13:55.438Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:13:55.438Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTd227ac2b1d7f4251a9e4820c0293998b/property" - }, - "data": { - "id": "PRbcf1985e616d4790964af1f4088eeb45", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45", - "self": "https://reactor.adobe.io/hosts/HTd227ac2b1d7f4251a9e4820c0293998b" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/hosts/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRbcf1985e616d4790964af1f4088eeb45", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:49.926Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:49.926Z", - "platform": "web", - "development": false, - "token": "7516ddddf581", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments", - "extensions": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions", - "rules": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules", - "self": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PRbcf1985e616d4790964af1f4088eeb45", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR96d975d6f2734e3bb89f40155ad71d4f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:56.965Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:56.965Z", - "platform": "web", - "development": false, - "token": "8f6b6dd8e36e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments", - "extensions": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions", - "rules": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules", - "self": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:14:02.478Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:14:02.478Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229/property" - }, - "data": { - "id": "PR96d975d6f2734e3bb89f40155ad71d4f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", - "self": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN56e3b3c6e2af4d15a3b6d48d50ac692e", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:14:02.740Z", - "library_path": "17e0df72ece8/8f6b6dd8e36e", - "library_name": "launch-7ceeacb4dd89-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-7ceeacb4dd89-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.min.js" - ], - "license_path": "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" - }, - { - "library_name": "launch-7ceeacb4dd89-development.js", - "minified": false, - "references": [ - "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:14:02.740Z", - "status": "succeeded", - "token": "7ceeacb4dd89" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/host", - "self": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/relationships/host" - }, - "data": { - "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/property" - }, - "data": { - "id": "PR96d975d6f2734e3bb89f40155ad71d4f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", - "self": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT5bf1cf0456b8408b890d18dc0418bd13", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:14:02.920Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:14:02.920Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT5bf1cf0456b8408b890d18dc0418bd13/property" - }, - "data": { - "id": "PR96d975d6f2734e3bb89f40155ad71d4f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", - "self": "https://reactor.adobe.io/hosts/HT5bf1cf0456b8408b890d18dc0418bd13" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Dev Environment A" - }, - "relationships": { - "host": { - "data": { - "id": "HT5bf1cf0456b8408b890d18dc0418bd13", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN0e38c86b086440ce9e48095f6757b06b", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:14:03.180Z", - "library_path": "17e0df72ece8/8f6b6dd8e36e", - "library_name": "launch-52df37eeea1c-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-52df37eeea1c-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.min.js" - ], - "license_path": "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" - }, - { - "library_name": "launch-52df37eeea1c-development.js", - "minified": false, - "references": [ - "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" - ] - } - ], - "name": "Dev Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:14:03.180Z", - "status": "succeeded", - "token": "52df37eeea1c" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/host", - "self": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/relationships/host" - }, - "data": { - "id": "HT5bf1cf0456b8408b890d18dc0418bd13", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/property" - }, - "data": { - "id": "PR96d975d6f2734e3bb89f40155ad71d4f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", - "self": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/environments/:environment_id/host", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:14:02.478Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:14:02.478Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229/property" - }, - "data": { - "id": "PR96d975d6f2734e3bb89f40155ad71d4f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", - "self": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR96d975d6f2734e3bb89f40155ad71d4f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:13:56.965Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:13:56.965Z", - "platform": "web", - "development": false, - "token": "8f6b6dd8e36e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments", - "extensions": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions", - "rules": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules", - "self": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR2c17e4b5d25e4358a192861460d3a284", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:04.299Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:04.299Z", - "platform": "web", - "development": false, - "token": "9901a6c455b6", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments", - "extensions": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions", - "rules": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules", - "self": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT2fd6a821d746409686b0d451b3100bac", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:14:09.817Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:14:09.817Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT2fd6a821d746409686b0d451b3100bac/property" - }, - "data": { - "id": "PR2c17e4b5d25e4358a192861460d3a284", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", - "self": "https://reactor.adobe.io/hosts/HT2fd6a821d746409686b0d451b3100bac" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT2fd6a821d746409686b0d451b3100bac", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN13e590a2dae0481d93e2abe8b5b6e0db", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:14:10.013Z", - "library_path": "17e0df72ece8/9901a6c455b6", - "library_name": "launch-542510cc8e9f-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-542510cc8e9f-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.min.js" - ], - "license_path": "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" - }, - { - "library_name": "launch-542510cc8e9f-development.js", - "minified": false, - "references": [ - "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:14:10.013Z", - "status": "succeeded", - "token": "542510cc8e9f" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/host", - "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/relationships/host" - }, - "data": { - "id": "HT2fd6a821d746409686b0d451b3100bac", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/property" - }, - "data": { - "id": "PR2c17e4b5d25e4358a192861460d3a284", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", - "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT9e26cfa84a204a20baeae792d876e6ba", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:14:10.171Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:14:10.171Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT9e26cfa84a204a20baeae792d876e6ba/property" - }, - "data": { - "id": "PR2c17e4b5d25e4358a192861460d3a284", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", - "self": "https://reactor.adobe.io/hosts/HT9e26cfa84a204a20baeae792d876e6ba" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Dev Environment A" - }, - "relationships": { - "host": { - "data": { - "id": "HT9e26cfa84a204a20baeae792d876e6ba", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENf0632cbc7f424f17bd7b946ff785dbff", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:14:10.386Z", - "library_path": "17e0df72ece8/9901a6c455b6", - "library_name": "launch-1a33727b2ca4-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-1a33727b2ca4-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.min.js" - ], - "license_path": "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" - }, - { - "library_name": "launch-1a33727b2ca4-development.js", - "minified": false, - "references": [ - "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" - ] - } - ], - "name": "Dev Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:14:10.386Z", - "status": "succeeded", - "token": "1a33727b2ca4" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/host", - "self": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/relationships/host" - }, - "data": { - "id": "HT9e26cfa84a204a20baeae792d876e6ba", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/property" - }, - "data": { - "id": "PR2c17e4b5d25e4358a192861460d3a284", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", - "self": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/environments/:environment_id/relationships/host", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "HT2fd6a821d746409686b0d451b3100bac", - "type": "hosts" - }, - "links": { - "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/host", - "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/relationships/host" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR2c17e4b5d25e4358a192861460d3a284", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:04.299Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:04.299Z", - "platform": "web", - "development": false, - "token": "9901a6c455b6", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments", - "extensions": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions", - "rules": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules", - "self": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR283effaf562e452dab85d1c355984038", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:11.542Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:11.542Z", - "platform": "web", - "development": false, - "token": "15322faceb72", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements", - "environments": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments", - "extensions": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions", - "rules": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules", - "self": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR283effaf562e452dab85d1c355984038/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT570bd5bb1b494d8d861d830d3ca65c20", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:14:17.073Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:14:17.073Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT570bd5bb1b494d8d861d830d3ca65c20/property" - }, - "data": { - "id": "PR283effaf562e452dab85d1c355984038", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", - "self": "https://reactor.adobe.io/hosts/HT570bd5bb1b494d8d861d830d3ca65c20" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT570bd5bb1b494d8d861d830d3ca65c20", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENa817d6265e364ac0bf83ee4f17c724b7", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:14:17.234Z", - "library_path": "17e0df72ece8/15322faceb72", - "library_name": "launch-22cc1f5ace3c-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-22cc1f5ace3c-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.min.js" - ], - "license_path": "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" - }, - { - "library_name": "launch-22cc1f5ace3c-development.js", - "minified": false, - "references": [ - "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:14:17.234Z", - "status": "succeeded", - "token": "22cc1f5ace3c" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/host", - "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/relationships/host" - }, - "data": { - "id": "HT570bd5bb1b494d8d861d830d3ca65c20", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/property" - }, - "data": { - "id": "PR283effaf562e452dab85d1c355984038", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", - "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR283effaf562e452dab85d1c355984038/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT076f5887cd0a454d88fbd777913b4f58", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:14:17.383Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:14:17.383Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT076f5887cd0a454d88fbd777913b4f58/property" - }, - "data": { - "id": "PR283effaf562e452dab85d1c355984038", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", - "self": "https://reactor.adobe.io/hosts/HT076f5887cd0a454d88fbd777913b4f58" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/environments/:environment_id/relationships/host", - "method": "PATCH", - "request": { - "data": { - "id": "HT076f5887cd0a454d88fbd777913b4f58", - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT076f5887cd0a454d88fbd777913b4f58", - "type": "hosts" - }, - "links": { - "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/host", - "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/relationships/host" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_surface_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_surface_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_surface_icon", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR283effaf562e452dab85d1c355984038", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:11.542Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:11.542Z", - "platform": "web", - "development": false, - "token": "15322faceb72", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements", - "environments": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments", - "extensions": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions", - "rules": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules", - "self": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_surface_icon", - "endpoint": "/properties/PR283effaf562e452dab85d1c355984038", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "icons.create_an_app_surface_icon", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_surface_icon", - "endpoint": "/app_surfaces/:app_surface_id/icon", - "method": "GET", - "request": null, - "response": { - "data": null - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_surface_icon", - "endpoint": "/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon", - "method": "POST", - "request": { - "file": "@[FILE_PATH]" - }, - "response": { - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", - "status": "pending", - "created_at": "2022-02-04T21:14:19.790Z", - "updated_at": "2022-02-04T21:14:19.790Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - }, - "data": { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" - } - } - }, - "response_code": 202, - "response_message": "Accepted" - }, - { - "name": "icons.get_the_icon_for_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_surface", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_surface", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_surface", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/icon", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", - "status": "pending", - "created_at": "2022-02-04T21:14:19.790Z", - "updated_at": "2022-02-04T21:14:19.790Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - }, - "data": { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_surface", - "endpoint": "/app_surfaces/:app_surface_id/icon", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", - "status": "pending", - "created_at": "2022-02-04T21:14:19.790Z", - "updated_at": "2022-02-04T21:14:19.790Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - }, - "data": { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_configuration_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_configuration_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_configuration_icon", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_configuration_icon", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": null - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_configuration_icon", - "endpoint": "/app_configurations/:app_configuration_id/icon", - "method": "GET", - "request": null, - "response": { - "data": null - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.create_an_app_configuration_icon", - "endpoint": "/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon", - "method": "POST", - "request": { - "file": "@[FILE_PATH]" - }, - "response": { - "data": { - "id": "ICd1de2829fd4743c5bc45b98d9d01a396", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", - "status": "pending", - "created_at": "2022-02-04T21:14:23.483Z", - "updated_at": "2022-02-04T21:14:23.483Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - }, - "data": { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", - "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" - } - } - }, - "response_code": 202, - "response_message": "Accepted" - }, - { - "name": "icons.get_the_icon_for_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_configuration", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_configuration", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations", - "attributes": { - "created_at": "2022-02-04T21:02:31.652Z", - "updated_at": "2022-02-04T21:02:31.652Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_surfaces": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" - }, - "data": { - "id": "ICd1de2829fd4743c5bc45b98d9d01a396", - "type": "icons" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/icon", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ICd1de2829fd4743c5bc45b98d9d01a396", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", - "status": "succeeded", - "created_at": "2022-02-04T21:14:23.483Z", - "updated_at": "2022-02-04T21:14:24.493Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - }, - "data": { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", - "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_the_icon_for_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/icon", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ICd1de2829fd4743c5bc45b98d9d01a396", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", - "status": "succeeded", - "created_at": "2022-02-04T21:14:23.483Z", - "updated_at": "2022-02-04T21:14:24.493Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" - }, - "data": { - "id": "AC082ee39971a9444fb133e7610ae1e9f7", - "type": "app_configurations" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", - "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_an_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_an_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_an_icon", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_an_icon", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_an_icon", - "endpoint": "/app_surfaces/:app_surface_id/icon", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", - "status": "succeeded", - "created_at": "2022-02-04T21:14:19.790Z", - "updated_at": "2022-02-04T21:14:22.135Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - }, - "data": { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.get_an_icon", - "endpoint": "/icons/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", - "status": "succeeded", - "created_at": "2022-02-04T21:14:19.790Z", - "updated_at": "2022-02-04T21:14:22.135Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - }, - "data": { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.update_an_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.update_an_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.update_an_icon", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.update_an_icon", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.update_an_icon", - "endpoint": "/app_surfaces/:app_surface_id/icon", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", - "status": "succeeded", - "created_at": "2022-02-04T21:14:19.790Z", - "updated_at": "2022-02-04T21:14:22.135Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - }, - "data": { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.update_an_icon", - "endpoint": "/icons/ICf76b9de5b229435bb76802427a88464b", - "method": "PATCH", - "request": { - "file": "@[FILE_PATH]" - }, - "response": { - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", - "status": "pending", - "created_at": "2022-02-04T21:14:19.790Z", - "updated_at": "2022-02-04T21:14:27.135Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - }, - "data": { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.delete_an_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.delete_an_icon", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.delete_an_icon", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.delete_an_icon", - "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces", - "attributes": { - "created_at": "2022-02-04T21:02:42.693Z", - "updated_at": "2022-02-04T21:02:42.693Z", - "name": "Kessel Surface (new name)" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "app_configurations": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" - } - }, - "icon": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" - }, - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.delete_an_icon", - "endpoint": "/app_surfaces/:app_surface_id/icon", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ICf76b9de5b229435bb76802427a88464b", - "type": "icons", - "attributes": { - "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", - "status": "succeeded", - "created_at": "2022-02-04T21:14:19.790Z", - "updated_at": "2022-02-04T21:14:28.418Z" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" - }, - "data": { - "id": "ASb763e208e4f64c86a4ce6445604355ce", - "type": "app_surfaces" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", - "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "icons.delete_an_icon", - "endpoint": "/icons/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.create_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:30.523Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:30.523Z", - "platform": "web", - "development": false, - "token": "556e2b2ff122", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments", - "extensions": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions", - "rules": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules", - "self": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.create_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBc59c41604276433abd713bc7487514e9", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:14:36.212Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:14:36.212Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/extensions", - "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/rules", - "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/property" - }, - "data": { - "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62", - "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:30.523Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:30.523Z", - "platform": "web", - "development": false, - "token": "556e2b2ff122", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments", - "extensions": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions", - "rules": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules", - "self": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/properties/PR7bf556a7ecbd4ef9a86d278740d89c62", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR2d8f95aab8644117a21aadbc6878d1ea", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:37.397Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:37.397Z", - "platform": "web", - "development": false, - "token": "a07dac777bfe", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments", - "extensions": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions", - "rules": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules", - "self": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBb2bad2726ebb45e0a9867b877194d684", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:14:43.054Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:14:43.054Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/data_elements", - "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/extensions", - "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/rules", - "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/property" - }, - "data": { - "id": "PR2d8f95aab8644117a21aadbc6878d1ea", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea", - "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR2d8f95aab8644117a21aadbc6878d1ea", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:37.397Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:37.397Z", - "platform": "web", - "development": false, - "token": "a07dac777bfe", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments", - "extensions": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions", - "rules": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules", - "self": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_a_library", - "endpoint": "/properties/PR2d8f95aab8644117a21aadbc6878d1ea", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.get_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRe7eda2b007b04d1981eed103de0c1248", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:44.877Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:44.877Z", - "platform": "web", - "development": false, - "token": "cbf8396808dd", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments", - "extensions": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions", - "rules": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules", - "self": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBfb8afa2cc98849a69f5a587d37273c24", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:14:50.545Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:14:50.545Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/data_elements", - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/extensions", - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/rules", - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/property" - }, - "data": { - "id": "PRe7eda2b007b04d1981eed103de0c1248", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248", - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_a_library", - "endpoint": "/libraries/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "LBfb8afa2cc98849a69f5a587d37273c24", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:14:50.545Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:14:50.545Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/data_elements", - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/extensions", - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/rules", - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/property" - }, - "data": { - "id": "PRe7eda2b007b04d1981eed103de0c1248", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248", - "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_libraries_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_libraries_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_libraries_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRe7eda2b007b04d1981eed103de0c1248", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:44.877Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:44.877Z", - "platform": "web", - "development": false, - "token": "cbf8396808dd", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments", - "extensions": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions", - "rules": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules", - "self": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_libraries_for_a_property", - "endpoint": "/properties/PRe7eda2b007b04d1981eed103de0c1248", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_libraries_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_libraries_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR3a7061b695ad4ae9b55dc309372cb50c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:52.105Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:52.105Z", - "platform": "web", - "development": false, - "token": "621ac787c39f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments", - "extensions": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions", - "rules": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules", - "self": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_libraries_for_a_property", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBc5538430a9354e738d508af089272980", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:14:57.934Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:14:57.934Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/extensions", - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/rules", - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/property" - }, - "data": { - "id": "PR3a7061b695ad4ae9b55dc309372cb50c", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c", - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_libraries_for_a_property", - "endpoint": "/properties/:property_id/libraries", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "LBc5538430a9354e738d508af089272980", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:14:57.934Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:14:57.934Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/extensions", - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/rules", - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/property" - }, - "data": { - "id": "PR3a7061b695ad4ae9b55dc309372cb50c", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c", - "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.update_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.update_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.update_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR3a7061b695ad4ae9b55dc309372cb50c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:52.105Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:52.105Z", - "platform": "web", - "development": false, - "token": "621ac787c39f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments", - "extensions": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions", - "rules": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules", - "self": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.update_a_library", - "endpoint": "/properties/PR3a7061b695ad4ae9b55dc309372cb50c", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.update_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.update_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRabf906beffa44bb59f1b2659350b1178", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:59.767Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:59.767Z", - "platform": "web", - "development": false, - "token": "adfc03a2a5d5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements", - "environments": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments", - "extensions": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions", - "rules": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules", - "self": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.update_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBbdeed604cef54ee8aacb98e72889c950", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:15:05.362Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:15:05.362Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/data_elements", - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/extensions", - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/rules", - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/property" - }, - "data": { - "id": "PRabf906beffa44bb59f1b2659350b1178", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178", - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.update_a_library", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "Your Library" - }, - "id": "LBbdeed604cef54ee8aacb98e72889c950", - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBbdeed604cef54ee8aacb98e72889c950", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:15:05.362Z", - "name": "Your Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:15:05.642Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/data_elements", - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/extensions", - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/rules", - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/property" - }, - "data": { - "id": "PRabf906beffa44bb59f1b2659350b1178", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178", - "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRabf906beffa44bb59f1b2659350b1178", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:14:59.767Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:14:59.767Z", - "platform": "web", - "development": false, - "token": "adfc03a2a5d5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements", - "environments": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments", - "extensions": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions", - "rules": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules", - "self": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/properties/PRabf906beffa44bb59f1b2659350b1178", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:06.769Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:06.769Z", - "platform": "web", - "development": false, - "token": "24bf11c7d3fe", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments", - "extensions": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions", - "rules": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules", - "self": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:15:12.533Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:12.533Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/property" - }, - "data": { - "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/origin" - }, - "data": { - "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", - "origin": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e", - "self": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:15:12 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE5875f695955942efab3f800b51aa1722", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:15:13.121Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:15:12 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:13.121Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/property" - }, - "data": { - "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/origin" - }, - "data": { - "id": "DE5875f695955942efab3f800b51aa1722", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/extension" - }, - "data": { - "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/updated_with_extension" - }, - "data": { - "id": "EX10d0689b674c419282d1e0a5f21e78a6", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", - "origin": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", - "self": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", - "extension": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DE5875f695955942efab3f800b51aa1722", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:15:13.370Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:15:12 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:13.370Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/property" - }, - "data": { - "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/origin" - }, - "data": { - "id": "DE5875f695955942efab3f800b51aa1722", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/extension" - }, - "data": { - "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/updated_with_extension" - }, - "data": { - "id": "EX10d0689b674c419282d1e0a5f21e78a6", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", - "origin": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", - "self": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5", - "extension": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "data_elements": { - "data": [ - { - "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5", - "type": "data_elements" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB6aad76483be840ebac4a3e1172a4fc4c", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:15:13.606Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:15:13.606Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/extensions", - "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/rules", - "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/property" - }, - "data": { - "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", - "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/libraries/:library_id/relationships/data_elements", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "type": "data_elements", - "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/data_elements" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:06.769Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:06.769Z", - "platform": "web", - "development": false, - "token": "24bf11c7d3fe", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments", - "extensions": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions", - "rules": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules", - "self": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:14.672Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:14.672Z", - "platform": "web", - "development": false, - "token": "8073c37e081c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments", - "extensions": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions", - "rules": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules", - "self": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX9fa86cda00744c3cb50901f6c360f573", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:15:20.474Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:20.474Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/property" - }, - "data": { - "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/origin" - }, - "data": { - "id": "EX9fa86cda00744c3cb50901f6c360f573", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", - "origin": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", - "self": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX9fa86cda00744c3cb50901f6c360f573", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:15:20.515Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:20.515Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/property" - }, - "data": { - "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/origin" - }, - "data": { - "id": "EX9fa86cda00744c3cb50901f6c360f573", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", - "origin": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", - "self": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "extensions": { - "data": [ - { - "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9", - "type": "extensions" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBfcc081425ca1405da6f292d0ad213918", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:15:21.007Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:15:21.007Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/data_elements", - "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/extensions", - "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/rules", - "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/property" - }, - "data": { - "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", - "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/libraries/:library_id/relationships/extensions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "type": "extensions", - "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/extensions", - "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/extensions" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:14.672Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:14.672Z", - "platform": "web", - "development": false, - "token": "8073c37e081c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments", - "extensions": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions", - "rules": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules", - "self": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR00cf7577d691402cbf09399e6cf75e49", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:22.127Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:22.127Z", - "platform": "web", - "development": false, - "token": "c6ed98042056", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements", - "environments": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments", - "extensions": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions", - "rules": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules", - "self": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLfeab595aafe74299a9fc0871dc97fd9d", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:15:27.491Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:27.491Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/property" - }, - "data": { - "id": "PR00cf7577d691402cbf09399e6cf75e49", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/origin" - }, - "data": { - "id": "RLfeab595aafe74299a9fc0871dc97fd9d", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", - "origin": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", - "self": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", - "rule_components": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RLfeab595aafe74299a9fc0871dc97fd9d", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:15:27.623Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:27.623Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/property" - }, - "data": { - "id": "PR00cf7577d691402cbf09399e6cf75e49", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/origin" - }, - "data": { - "id": "RLfeab595aafe74299a9fc0871dc97fd9d", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", - "origin": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", - "self": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef", - "rule_components": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "rules": { - "data": [ - { - "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef", - "type": "rules" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB47b587b1df2a40ae95aa4655415bf213", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:15:27.810Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:15:27.810Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/data_elements", - "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/extensions", - "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/rules", - "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/property" - }, - "data": { - "id": "PR00cf7577d691402cbf09399e6cf75e49", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", - "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/libraries/:library_id/relationships/rules", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "type": "rules", - "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/rules", - "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/rules" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR00cf7577d691402cbf09399e6cf75e49", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:22.127Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:22.127Z", - "platform": "web", - "development": false, - "token": "c6ed98042056", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements", - "environments": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments", - "extensions": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions", - "rules": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules", - "self": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/properties/PR00cf7577d691402cbf09399e6cf75e49", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR4d4dd5a62df04d25b05585ea68efad0d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:28.504Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:28.504Z", - "platform": "web", - "development": false, - "token": "9299eac2fec9", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments", - "extensions": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions", - "rules": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules", - "self": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX34b5023c972849df969b784cdab25754", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:15:34.017Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:34.017Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/property" - }, - "data": { - "id": "PR4d4dd5a62df04d25b05585ea68efad0d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/origin" - }, - "data": { - "id": "EX34b5023c972849df969b784cdab25754", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", - "origin": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754", - "self": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:15:34 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX34b5023c972849df969b784cdab25754", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE0b2d47470c3b48a1bc301442df80db3f", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:15:34.445Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:15:34 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:34.445Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/property" - }, - "data": { - "id": "PR4d4dd5a62df04d25b05585ea68efad0d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/origin" - }, - "data": { - "id": "DE0b2d47470c3b48a1bc301442df80db3f", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/extension" - }, - "data": { - "id": "EX34b5023c972849df969b784cdab25754", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/updated_with_extension" - }, - "data": { - "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", - "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", - "self": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", - "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DE0b2d47470c3b48a1bc301442df80db3f", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE5dc1eb864df14754b25ec38bb14f1714", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:15:34.677Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:15:34 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:34.677Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/property" - }, - "data": { - "id": "PR4d4dd5a62df04d25b05585ea68efad0d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/origin" - }, - "data": { - "id": "DE0b2d47470c3b48a1bc301442df80db3f", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/extension" - }, - "data": { - "id": "EX34b5023c972849df969b784cdab25754", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension" - }, - "data": { - "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", - "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", - "self": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714", - "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "data_elements": { - "data": [ - { - "id": "DE5dc1eb864df14754b25ec38bb14f1714", - "type": "data_elements" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB2881517ffbcf4882ad56332c3c707d57", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:15:34.877Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:15:34.877Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/data_elements", - "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/extensions", - "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/rules", - "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/property" - }, - "data": { - "id": "PR4d4dd5a62df04d25b05585ea68efad0d", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", - "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/libraries/:library_id/data_elements", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "DE5dc1eb864df14754b25ec38bb14f1714", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:15:34.677Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:15:34 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:34.677Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/property" - }, - "data": { - "id": "PR4d4dd5a62df04d25b05585ea68efad0d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/origin" - }, - "data": { - "id": "DE0b2d47470c3b48a1bc301442df80db3f", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/extension" - }, - "data": { - "id": "EX34b5023c972849df969b784cdab25754", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension" - }, - "data": { - "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", - "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", - "self": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714", - "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR4d4dd5a62df04d25b05585ea68efad0d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:28.504Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:28.504Z", - "platform": "web", - "development": false, - "token": "9299eac2fec9", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments", - "extensions": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions", - "rules": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules", - "self": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/properties/PR4d4dd5a62df04d25b05585ea68efad0d", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR84846622a21e4c6d938342005aa8d4da", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:35.867Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:35.867Z", - "platform": "web", - "development": false, - "token": "600ea868bf83", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements", - "environments": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments", - "extensions": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions", - "rules": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules", - "self": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX2ae562ac692d4d988e6c8b015e1da42e", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:15:41.423Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:41.423Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/property" - }, - "data": { - "id": "PR84846622a21e4c6d938342005aa8d4da", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/origin" - }, - "data": { - "id": "EX2ae562ac692d4d988e6c8b015e1da42e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", - "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", - "self": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX2ae562ac692d4d988e6c8b015e1da42e", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX867a8b99a2964f489634cf847e050462", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:15:41.453Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:41.453Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/property" - }, - "data": { - "id": "PR84846622a21e4c6d938342005aa8d4da", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/origin" - }, - "data": { - "id": "EX2ae562ac692d4d988e6c8b015e1da42e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", - "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", - "self": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "extensions": { - "data": [ - { - "id": "EX867a8b99a2964f489634cf847e050462", - "type": "extensions" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBe7f77d967d754d83941565a0614cb93c", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:15:42.001Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:15:42.001Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/extensions", - "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/rules", - "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/property" - }, - "data": { - "id": "PR84846622a21e4c6d938342005aa8d4da", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", - "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/libraries/:library_id/extensions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EX867a8b99a2964f489634cf847e050462", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:15:41.453Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:41.453Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/property" - }, - "data": { - "id": "PR84846622a21e4c6d938342005aa8d4da", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/origin" - }, - "data": { - "id": "EX2ae562ac692d4d988e6c8b015e1da42e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", - "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", - "self": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR84846622a21e4c6d938342005aa8d4da", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:35.867Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:35.867Z", - "platform": "web", - "development": false, - "token": "600ea868bf83", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements", - "environments": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments", - "extensions": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions", - "rules": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules", - "self": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/properties/PR84846622a21e4c6d938342005aa8d4da", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR5bf1906d271643578df6d2bd9e8737a2", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:42.831Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:42.831Z", - "platform": "web", - "development": false, - "token": "ce321895e2f2", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments", - "extensions": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions", - "rules": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules", - "self": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLcf3c1f674f4c48f5933286424caf71b9", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:15:48.188Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:48.188Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/property" - }, - "data": { - "id": "PR5bf1906d271643578df6d2bd9e8737a2", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/origin" - }, - "data": { - "id": "RLcf3c1f674f4c48f5933286424caf71b9", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", - "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", - "self": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", - "rule_components": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RLcf3c1f674f4c48f5933286424caf71b9", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLd06eb24b8f714907a922855d74432897", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:15:48.352Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:48.352Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/property" - }, - "data": { - "id": "PR5bf1906d271643578df6d2bd9e8737a2", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/origin" - }, - "data": { - "id": "RLcf3c1f674f4c48f5933286424caf71b9", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", - "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", - "self": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897", - "rule_components": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "rules": { - "data": [ - { - "id": "RLd06eb24b8f714907a922855d74432897", - "type": "rules" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB8d6a98778a4f4212a80a8741fa6310f2", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:15:48.542Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:15:48.542Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/data_elements", - "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/extensions", - "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/rules", - "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/property" - }, - "data": { - "id": "PR5bf1906d271643578df6d2bd9e8737a2", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", - "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/libraries/:library_id/rules", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "RLd06eb24b8f714907a922855d74432897", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:15:48.352Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:48.352Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/property" - }, - "data": { - "id": "PR5bf1906d271643578df6d2bd9e8737a2", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/origin" - }, - "data": { - "id": "RLcf3c1f674f4c48f5933286424caf71b9", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", - "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", - "self": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897", - "rule_components": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR5bf1906d271643578df6d2bd9e8737a2", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:42.831Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:42.831Z", - "platform": "web", - "development": false, - "token": "ce321895e2f2", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments", - "extensions": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions", - "rules": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules", - "self": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/properties/PR5bf1906d271643578df6d2bd9e8737a2", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:49.280Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:49.280Z", - "platform": "web", - "development": false, - "token": "13220e04df43", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments", - "extensions": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions", - "rules": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules", - "self": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB287bf20510ed40a89970fae188750e7d", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:15:54.723Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:15:54.723Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/data_elements", - "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/extensions", - "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/rules", - "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/property" - }, - "data": { - "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", - "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX377feb733fb44d388e7e4efdfab41e5e", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:15:55.173Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:55.173Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/property" - }, - "data": { - "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/origin" - }, - "data": { - "id": "EX377feb733fb44d388e7e4efdfab41e5e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", - "origin": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e", - "self": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:15:55 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX377feb733fb44d388e7e4efdfab41e5e", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:15:55.583Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:15:55 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:15:55.583Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/property" - }, - "data": { - "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/origin" - }, - "data": { - "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/extension" - }, - "data": { - "id": "EX377feb733fb44d388e7e4efdfab41e5e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/updated_with_extension" - }, - "data": { - "id": "EX3f55d520e69c4a1b96fbe40f6ae97f33", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", - "origin": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", - "self": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", - "extension": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE4f3c9b127873475681a6ad37ec0726e3", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:15:55.776Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:15:55 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:15:55.776Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/property" - }, - "data": { - "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/origin" - }, - "data": { - "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/extension" - }, - "data": { - "id": "EX377feb733fb44d388e7e4efdfab41e5e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/updated_with_extension" - }, - "data": { - "id": "EX3f55d520e69c4a1b96fbe40f6ae97f33", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", - "origin": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", - "self": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3", - "extension": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_data_element_to_a_library", - "endpoint": "/libraries/:library_id/relationships/data_elements", - "method": "POST", - "request": { - "data": [ - { - "id": "DE4f3c9b127873475681a6ad37ec0726e3", - "type": "data_elements" - } - ] - }, - "response": { - "data": [ - { - "type": "data_elements", - "id": "DE4f3c9b127873475681a6ad37ec0726e3" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/data_elements", - "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/data_elements" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:49.280Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:49.280Z", - "platform": "web", - "development": false, - "token": "13220e04df43", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments", - "extensions": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions", - "rules": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules", - "self": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRa83b3c98ec9b40e8ad257056745f5c00", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:56.502Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:56.502Z", - "platform": "web", - "development": false, - "token": "cda3a64d0ab2", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments", - "extensions": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions", - "rules": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules", - "self": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB19a68405b55041919e1144464361e247", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:16:01.864Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:16:01.864Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/data_elements", - "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/extensions", - "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/rules", - "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/property" - }, - "data": { - "id": "PRa83b3c98ec9b40e8ad257056745f5c00", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", - "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLeae22d889b2f42268dce6c98facef369", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:16:01.997Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:01.997Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/property" - }, - "data": { - "id": "PRa83b3c98ec9b40e8ad257056745f5c00", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/origin" - }, - "data": { - "id": "RLeae22d889b2f42268dce6c98facef369", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", - "origin": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", - "self": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", - "rule_components": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RLeae22d889b2f42268dce6c98facef369", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLddede74922684bddac5df041809bb6cb", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:16:02.217Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:02.217Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/property" - }, - "data": { - "id": "PRa83b3c98ec9b40e8ad257056745f5c00", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/origin" - }, - "data": { - "id": "RLeae22d889b2f42268dce6c98facef369", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", - "origin": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", - "self": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb", - "rule_components": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_rules_to_a_library", - "endpoint": "/libraries/:library_id/relationships/rules", - "method": "POST", - "request": { - "data": [ - { - "id": "RLddede74922684bddac5df041809bb6cb", - "type": "rules" - } - ] - }, - "response": { - "data": [ - { - "type": "rules", - "id": "RLddede74922684bddac5df041809bb6cb" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/rules", - "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/rules" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRa83b3c98ec9b40e8ad257056745f5c00", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:15:56.502Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:15:56.502Z", - "platform": "web", - "development": false, - "token": "cda3a64d0ab2", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments", - "extensions": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions", - "rules": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules", - "self": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/properties/PRa83b3c98ec9b40e8ad257056745f5c00", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR226936b2eb2247249927760aa7d192d1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:03.250Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:03.250Z", - "platform": "web", - "development": false, - "token": "d0fea5e33d55", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments", - "extensions": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions", - "rules": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules", - "self": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB0757c98cffb744d28060f9299675b2bd", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:16:08.628Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:16:08.628Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/extensions", - "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/rules", - "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/property" - }, - "data": { - "id": "PR226936b2eb2247249927760aa7d192d1", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", - "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX84615a64998f464189c8e648498f8b3c", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:16:09.058Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:09.058Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/property" - }, - "data": { - "id": "PR226936b2eb2247249927760aa7d192d1", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/origin" - }, - "data": { - "id": "EX84615a64998f464189c8e648498f8b3c", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", - "origin": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", - "self": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX84615a64998f464189c8e648498f8b3c", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX4324c746b61f4e2ba94f15a847d01b3c", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:16:09.084Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:09.084Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/property" - }, - "data": { - "id": "PR226936b2eb2247249927760aa7d192d1", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/origin" - }, - "data": { - "id": "EX84615a64998f464189c8e648498f8b3c", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", - "origin": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", - "self": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.add_extensions_to_a_library", - "endpoint": "/libraries/:library_id/relationships/extensions", - "method": "POST", - "request": { - "data": [ - { - "id": "EX4324c746b61f4e2ba94f15a847d01b3c", - "type": "extensions" - } - ] - }, - "response": { - "data": [ - { - "type": "extensions", - "id": "EX4324c746b61f4e2ba94f15a847d01b3c" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/extensions", - "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/extensions" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR226936b2eb2247249927760aa7d192d1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:03.250Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:03.250Z", - "platform": "web", - "development": false, - "token": "d0fea5e33d55", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments", - "extensions": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions", - "rules": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules", - "self": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/properties/PR226936b2eb2247249927760aa7d192d1", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:10.139Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:10.139Z", - "platform": "web", - "development": false, - "token": "62cde65e4899", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements", - "environments": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments", - "extensions": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions", - "rules": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules", - "self": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXf6044424807640e296f1bc1c386094c6", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:16:15.652Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:15.652Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/property" - }, - "data": { - "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/origin" - }, - "data": { - "id": "EXf6044424807640e296f1bc1c386094c6", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", - "origin": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6", - "self": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:16:16 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EXf6044424807640e296f1bc1c386094c6", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:16:16.152Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:16:16 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:16.152Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/property" - }, - "data": { - "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/origin" - }, - "data": { - "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/extension" - }, - "data": { - "id": "EXf6044424807640e296f1bc1c386094c6", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/updated_with_extension" - }, - "data": { - "id": "EXb372e30163784bec90ab89ba3bf64020", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", - "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", - "self": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", - "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEa93870a42dee41eb8a08884e15998f33", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:16:16.325Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:16:16 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:16.325Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/property" - }, - "data": { - "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/origin" - }, - "data": { - "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/extension" - }, - "data": { - "id": "EXf6044424807640e296f1bc1c386094c6", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension" - }, - "data": { - "id": "EXb372e30163784bec90ab89ba3bf64020", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", - "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", - "self": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33", - "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "data_elements": { - "data": [ - { - "id": "DEa93870a42dee41eb8a08884e15998f33", - "type": "data_elements" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB4c08fbd7fa6e4397b66f92f72c60f587", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:16:16.509Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:16:16.509Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/extensions", - "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/rules", - "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/property" - }, - "data": { - "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", - "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEa93870a42dee41eb8a08884e15998f33", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:16:16.325Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:16:16 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:16.325Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/property" - }, - "data": { - "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/origin" - }, - "data": { - "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/extension" - }, - "data": { - "id": "EXf6044424807640e296f1bc1c386094c6", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension" - }, - "data": { - "id": "EXb372e30163784bec90ab89ba3bf64020", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", - "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", - "self": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33", - "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/libraries/:library_id/relationships/data_elements", - "method": "PATCH", - "request": { - "data": [ - { - "id": "DEa93870a42dee41eb8a08884e15998f33", - "type": "data_elements" - } - ] - }, - "response": { - "data": [ - { - "type": "data_elements", - "id": "DEa93870a42dee41eb8a08884e15998f33" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/data_elements" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:10.139Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:10.139Z", - "platform": "web", - "development": false, - "token": "62cde65e4899", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements", - "environments": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments", - "extensions": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions", - "rules": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules", - "self": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:17.857Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:17.857Z", - "platform": "web", - "development": false, - "token": "cc222f216f5c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments", - "extensions": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions", - "rules": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules", - "self": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXca144af6bec84939a5393f43972b4e74", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:16:23.435Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:23.435Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/property" - }, - "data": { - "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/origin" - }, - "data": { - "id": "EXca144af6bec84939a5393f43972b4e74", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", - "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", - "self": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EXca144af6bec84939a5393f43972b4e74", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX43323b53f2e7476f8177c1a376a28ffa", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:16:23.460Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:23.460Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/property" - }, - "data": { - "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/origin" - }, - "data": { - "id": "EXca144af6bec84939a5393f43972b4e74", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", - "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", - "self": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "extensions": { - "data": [ - { - "id": "EX43323b53f2e7476f8177c1a376a28ffa", - "type": "extensions" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBfc1359e20be44099b4d55818973e0355", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:16:23.804Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:16:23.804Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/data_elements", - "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/extensions", - "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/rules", - "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/property" - }, - "data": { - "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", - "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EXca144af6bec84939a5393f43972b4e74", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX43323b53f2e7476f8177c1a376a28ffa", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:16:23.460Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:23.460Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/property" - }, - "data": { - "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/origin" - }, - "data": { - "id": "EXca144af6bec84939a5393f43972b4e74", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", - "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", - "self": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/libraries/:library_id/relationships/extensions", - "method": "PATCH", - "request": { - "data": [ - { - "id": "EX43323b53f2e7476f8177c1a376a28ffa", - "type": "extensions" - } - ] - }, - "response": { - "data": [ - { - "type": "extensions", - "id": "EX43323b53f2e7476f8177c1a376a28ffa" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/extensions", - "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/extensions" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:17.857Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:17.857Z", - "platform": "web", - "development": false, - "token": "cc222f216f5c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments", - "extensions": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions", - "rules": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules", - "self": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:24.781Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:24.781Z", - "platform": "web", - "development": false, - "token": "5c5a856ca7a1", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments", - "extensions": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions", - "rules": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules", - "self": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL1d8c36550b7e43d08492d32cd5549080", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:16:30.066Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:30.066Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/property" - }, - "data": { - "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/origin" - }, - "data": { - "id": "RL1d8c36550b7e43d08492d32cd5549080", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", - "self": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", - "rule_components": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RL1d8c36550b7e43d08492d32cd5549080", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL87cc465285554a43b8d17e11b3a60132", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:16:30.253Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:30.253Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/property" - }, - "data": { - "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/origin" - }, - "data": { - "id": "RL1d8c36550b7e43d08492d32cd5549080", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", - "self": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132", - "rule_components": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "rules": { - "data": [ - { - "id": "RL87cc465285554a43b8d17e11b3a60132", - "type": "rules" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB0322a2e12de949bfb23c5088eae66b7c", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:16:30.420Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:16:30.420Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/extensions", - "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/rules", - "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/property" - }, - "data": { - "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RL1d8c36550b7e43d08492d32cd5549080", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL87cc465285554a43b8d17e11b3a60132", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:16:30.253Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:30.253Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/property" - }, - "data": { - "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/origin" - }, - "data": { - "id": "RL1d8c36550b7e43d08492d32cd5549080", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", - "self": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132", - "rule_components": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.replace_rules_on_a_library", - "endpoint": "/libraries/:library_id/relationships/rules", - "method": "PATCH", - "request": { - "data": [ - { - "id": "RL87cc465285554a43b8d17e11b3a60132", - "type": "rules" - } - ] - }, - "response": { - "data": [ - { - "type": "rules", - "id": "RL87cc465285554a43b8d17e11b3a60132" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/rules", - "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/rules" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:24.781Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:24.781Z", - "platform": "web", - "development": false, - "token": "5c5a856ca7a1", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments", - "extensions": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions", - "rules": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules", - "self": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR90073be089594ea7adca7388fc36e923", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:31.592Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:31.592Z", - "platform": "web", - "development": false, - "token": "5204a0c4bdf8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements", - "environments": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments", - "extensions": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions", - "rules": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules", - "self": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:16:37.139Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:37.139Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/property" - }, - "data": { - "id": "PR90073be089594ea7adca7388fc36e923", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/origin" - }, - "data": { - "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", - "origin": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694", - "self": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:16:37 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE6b00fee7b6234cb883171f2e619b166d", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:16:37.624Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:16:37 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:37.624Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/property" - }, - "data": { - "id": "PR90073be089594ea7adca7388fc36e923", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/origin" - }, - "data": { - "id": "DE6b00fee7b6234cb883171f2e619b166d", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/extension" - }, - "data": { - "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/updated_with_extension" - }, - "data": { - "id": "EX257bf6ddcac2421dbfe7f44e10870fbe", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", - "origin": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", - "self": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", - "extension": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DE6b00fee7b6234cb883171f2e619b166d", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEd8fb45560c194c66ba8cb64298215215", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:16:37.890Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:16:37 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:37.890Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/property" - }, - "data": { - "id": "PR90073be089594ea7adca7388fc36e923", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/origin" - }, - "data": { - "id": "DE6b00fee7b6234cb883171f2e619b166d", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/extension" - }, - "data": { - "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/updated_with_extension" - }, - "data": { - "id": "EX257bf6ddcac2421dbfe7f44e10870fbe", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", - "origin": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", - "self": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215", - "extension": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "data_elements": { - "data": [ - { - "id": "DEd8fb45560c194c66ba8cb64298215215", - "type": "data_elements" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB3161bb88db194606baa9aa67e1703cc4", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:16:38.126Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:16:38.126Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/extensions", - "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/rules", - "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/property" - }, - "data": { - "id": "PR90073be089594ea7adca7388fc36e923", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", - "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/libraries/:library_id/relationships/data_elements", - "method": "DELETE", - "request": { - "data": [ - { - "id": "DEd8fb45560c194c66ba8cb64298215215", - "type": "data_elements" - } - ] - }, - "response": { - "data": [ - - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/data_elements" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR90073be089594ea7adca7388fc36e923", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:31.592Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:31.592Z", - "platform": "web", - "development": false, - "token": "5204a0c4bdf8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements", - "environments": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments", - "extensions": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions", - "rules": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules", - "self": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/properties/PR90073be089594ea7adca7388fc36e923", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:38.943Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:38.943Z", - "platform": "web", - "development": false, - "token": "e1fea5591b6f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments", - "extensions": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions", - "rules": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules", - "self": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX10dea5ae29234be186dd6a53822ca28d", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:16:44.460Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:44.460Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/property" - }, - "data": { - "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/origin" - }, - "data": { - "id": "EX10dea5ae29234be186dd6a53822ca28d", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", - "origin": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", - "self": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX10dea5ae29234be186dd6a53822ca28d", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX9c63d48005fa407a9d6e9dc480e1693b", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:16:44.488Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:44.488Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/property" - }, - "data": { - "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/origin" - }, - "data": { - "id": "EX10dea5ae29234be186dd6a53822ca28d", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", - "origin": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", - "self": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "extensions": { - "data": [ - { - "id": "EX9c63d48005fa407a9d6e9dc480e1693b", - "type": "extensions" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBc91b599c1eca4d65a7ea8aca852b9e9e", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:16:44.878Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:16:44.878Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/extensions", - "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/rules", - "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/property" - }, - "data": { - "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", - "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/libraries/:library_id/relationships/extensions", - "method": "DELETE", - "request": { - "data": [ - { - "id": "EX9c63d48005fa407a9d6e9dc480e1693b", - "type": "extensions" - } - ] - }, - "response": { - "data": [ - - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/extensions", - "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/extensions" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:38.943Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:38.943Z", - "platform": "web", - "development": false, - "token": "e1fea5591b6f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments", - "extensions": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions", - "rules": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules", - "self": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRe94744ba52124fb3855e6b08afe2e968", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:45.657Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:45.657Z", - "platform": "web", - "development": false, - "token": "4ca8f7c722ae", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments", - "extensions": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions", - "rules": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules", - "self": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:16:51.004Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:16:51.004Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/property" - }, - "data": { - "id": "PRe94744ba52124fb3855e6b08afe2e968", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/origin" - }, - "data": { - "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", - "origin": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", - "self": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", - "rule_components": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL0b3bfbea4a814cc29d888c2e347c114e", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:16:51.202Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:16:51.202Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/property" - }, - "data": { - "id": "PRe94744ba52124fb3855e6b08afe2e968", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/origin" - }, - "data": { - "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", - "origin": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", - "self": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e", - "rule_components": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "rules": { - "data": [ - { - "id": "RL0b3bfbea4a814cc29d888c2e347c114e", - "type": "rules" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBda1bc7c6a0ee4dfe84ec1a1b19006882", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:16:51.411Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:16:51.411Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/data_elements", - "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/extensions", - "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/rules", - "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/property" - }, - "data": { - "id": "PRe94744ba52124fb3855e6b08afe2e968", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", - "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_rules_from_a_library", - "endpoint": "/libraries/:library_id/relationships/rules", - "method": "DELETE", - "request": { - "data": [ - { - "id": "RL0b3bfbea4a814cc29d888c2e347c114e", - "type": "rules" - } - ] - }, - "response": { - "data": [ - - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/rules", - "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/rules" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.delete_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.delete_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.delete_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRe94744ba52124fb3855e6b08afe2e968", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:45.657Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:45.657Z", - "platform": "web", - "development": false, - "token": "4ca8f7c722ae", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments", - "extensions": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions", - "rules": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules", - "self": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.delete_a_library", - "endpoint": "/properties/PRe94744ba52124fb3855e6b08afe2e968", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.delete_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.delete_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR410b91a3b0be4629b9ce78a12342d52c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:52.660Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:52.660Z", - "platform": "web", - "development": false, - "token": "a3d046e23a52", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments", - "extensions": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions", - "rules": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules", - "self": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.delete_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB6c0338b5ba5746f38884e46adefdffd3", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:16:58.080Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:16:58.080Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/extensions", - "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/rules", - "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/property" - }, - "data": { - "id": "PR410b91a3b0be4629b9ce78a12342d52c", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c", - "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.delete_a_library", - "endpoint": "/libraries/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR410b91a3b0be4629b9ce78a12342d52c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:52.660Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:52.660Z", - "platform": "web", - "development": false, - "token": "a3d046e23a52", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments", - "extensions": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions", - "rules": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules", - "self": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/properties/PR410b91a3b0be4629b9ce78a12342d52c", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR327c81aebb79451cb9f516de54572770", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:58.964Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:58.964Z", - "platform": "web", - "development": false, - "token": "a48e48de1e97", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements", - "environments": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments", - "extensions": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions", - "rules": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules", - "self": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/properties/PR327c81aebb79451cb9f516de54572770/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTc37330c0b44f435a983bda0f05540bd1", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:17:04.371Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:17:04.371Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTc37330c0b44f435a983bda0f05540bd1/property" - }, - "data": { - "id": "PR327c81aebb79451cb9f516de54572770", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", - "self": "https://reactor.adobe.io/hosts/HTc37330c0b44f435a983bda0f05540bd1" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTc37330c0b44f435a983bda0f05540bd1", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN45a3bf62e30444ee8f692c86381aaf3e", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:17:04.507Z", - "library_path": "17e0df72ece8/a48e48de1e97", - "library_name": "launch-67ea8b72a9f7-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-67ea8b72a9f7-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js" - ], - "license_path": "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" - }, - { - "library_name": "launch-67ea8b72a9f7-development.js", - "minified": false, - "references": [ - "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:17:04.507Z", - "status": "succeeded", - "token": "67ea8b72a9f7" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/host", - "self": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/relationships/host" - }, - "data": { - "id": "HTc37330c0b44f435a983bda0f05540bd1", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/property" - }, - "data": { - "id": "PR327c81aebb79451cb9f516de54572770", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", - "self": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB37aced08b58b4ddb9fb84604bda5d926", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:17:04.628Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:17:04.628Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/data_elements", - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/extensions", - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/rules", - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/property" - }, - "data": { - "id": "PR327c81aebb79451cb9f516de54572770", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN45a3bf62e30444ee8f692c86381aaf3e", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN45a3bf62e30444ee8f692c86381aaf3e", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/environment", - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL13cbf35a51a947e388d3e940b55ed9b1", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:04.976Z", - "status": "pending", - "updated_at": "2022-02-04T21:17:04.976Z", - "token": "c2df1427eca1" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" - }, - "data": { - "id": "EN45a3bf62e30444ee8f692c86381aaf3e", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" - }, - "data": { - "id": "LB37aced08b58b4ddb9fb84604bda5d926", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" - }, - "data": { - "id": "PR327c81aebb79451cb9f516de54572770", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", - "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", - "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL13cbf35a51a947e388d3e940b55ed9b1", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:04.976Z", - "status": "pending", - "updated_at": "2022-02-04T21:17:04.976Z", - "token": "c2df1427eca1" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" - }, - "data": { - "id": "EN45a3bf62e30444ee8f692c86381aaf3e", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" - }, - "data": { - "id": "LB37aced08b58b4ddb9fb84604bda5d926", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" - }, - "data": { - "id": "PR327c81aebb79451cb9f516de54572770", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", - "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", - "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL13cbf35a51a947e388d3e940b55ed9b1", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:04.976Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:17:07.725Z", - "token": "c2df1427eca1" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" - }, - "data": { - "id": "EN45a3bf62e30444ee8f692c86381aaf3e", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" - }, - "data": { - "id": "LB37aced08b58b4ddb9fb84604bda5d926", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" - }, - "data": { - "id": "PR327c81aebb79451cb9f516de54572770", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", - "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", - "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.transition_a_library", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB37aced08b58b4ddb9fb84604bda5d926", - "type": "libraries", - "meta": { - "action": "submit" - } - } - }, - "response": { - "data": { - "id": "LB37aced08b58b4ddb9fb84604bda5d926", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:17:04.628Z", - "name": "My Library", - "published_at": null, - "state": "submitted", - "updated_at": "2022-02-04T21:17:10.327Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/data_elements", - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/extensions", - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/rules", - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/property" - }, - "data": { - "id": "PR327c81aebb79451cb9f516de54572770", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/last_build" - }, - "data": { - "id": "BL13cbf35a51a947e388d3e940b55ed9b1", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", - "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR327c81aebb79451cb9f516de54572770", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:16:58.964Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:16:58.964Z", - "platform": "web", - "development": false, - "token": "a48e48de1e97", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements", - "environments": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments", - "extensions": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions", - "rules": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules", - "self": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/properties/PR327c81aebb79451cb9f516de54572770", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:17:10.948Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:17:10.948Z", - "platform": "web", - "development": false, - "token": "dd2530caf6b5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments", - "extensions": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions", - "rules": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules", - "self": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/properties/PR3fd711b5d2544341911c62c499209f7f/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTcc65e0920f9941bdab43ae7e2d419f83", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:17:16.255Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:17:16.255Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTcc65e0920f9941bdab43ae7e2d419f83/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", - "self": "https://reactor.adobe.io/hosts/HTcc65e0920f9941bdab43ae7e2d419f83" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTcc65e0920f9941bdab43ae7e2d419f83", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:17:16.378Z", - "library_path": "17e0df72ece8/dd2530caf6b5", - "library_name": "launch-cb2112ca81d2-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-cb2112ca81d2-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js" - ], - "license_path": "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" - }, - { - "library_name": "launch-cb2112ca81d2-development.js", - "minified": false, - "references": [ - "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:17:16.378Z", - "status": "succeeded", - "token": "cb2112ca81d2" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/host", - "self": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/relationships/host" - }, - "data": { - "id": "HTcc65e0920f9941bdab43ae7e2d419f83", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", - "self": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:17:16.508Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:17:16.508Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLc7ee261c14a3493387a55a6b03e4b130", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:16.905Z", - "status": "pending", - "updated_at": "2022-02-04T21:17:16.905Z", - "token": "f44055bfc81d" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" - }, - "data": { - "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLc7ee261c14a3493387a55a6b03e4b130", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:16.905Z", - "status": "pending", - "updated_at": "2022-02-04T21:17:16.905Z", - "token": "f44055bfc81d" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" - }, - "data": { - "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLc7ee261c14a3493387a55a6b03e4b130", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:16.905Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:17:18.925Z", - "token": "f44055bfc81d" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" - }, - "data": { - "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries", - "meta": { - "action": "submit" - } - } - }, - "response": { - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:17:16.508Z", - "name": "My Library", - "published_at": null, - "state": "submitted", - "updated_at": "2022-02-04T21:17:22.276Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" - }, - "data": { - "id": "BLc7ee261c14a3493387a55a6b03e4b130", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Staging Environment A", - "stage": "staging" - }, - "relationships": { - "host": { - "data": { - "id": "HTcc65e0920f9941bdab43ae7e2d419f83", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENe65c7af7e1ca4982930e0874e699b8a7", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:17:22.425Z", - "library_path": "17e0df72ece8/dd2530caf6b5", - "library_name": "launch-de7ef5a48283-staging.min.js", - "library_entry_points": [ - { - "library_name": "launch-de7ef5a48283-staging.min.js", - "minified": true, - "references": [ - "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js" - ], - "license_path": "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" - }, - { - "library_name": "launch-de7ef5a48283-staging.js", - "minified": false, - "references": [ - "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" - ] - } - ], - "name": "Staging Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "staging", - "updated_at": "2022-02-04T21:17:22.425Z", - "status": "succeeded", - "token": "de7ef5a48283" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/host", - "self": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/relationships/host" - }, - "data": { - "id": "HTcc65e0920f9941bdab43ae7e2d419f83", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", - "self": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "ENe65c7af7e1ca4982930e0874e699b8a7", - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENe65c7af7e1ca4982930e0874e699b8a7", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL534f2d049a814adbbe592546ea796824", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:22.770Z", - "status": "pending", - "updated_at": "2022-02-04T21:17:22.770Z", - "token": "545f09ef3189" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" - }, - "data": { - "id": "ENe65c7af7e1ca4982930e0874e699b8a7", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL534f2d049a814adbbe592546ea796824", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:22.770Z", - "status": "pending", - "updated_at": "2022-02-04T21:17:22.770Z", - "token": "545f09ef3189" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" - }, - "data": { - "id": "ENe65c7af7e1ca4982930e0874e699b8a7", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL534f2d049a814adbbe592546ea796824", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:22.770Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:17:25.127Z", - "token": "545f09ef3189" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" - }, - "data": { - "id": "ENe65c7af7e1ca4982930e0874e699b8a7", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries", - "meta": { - "action": "approve" - } - } - }, - "response": { - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:17:16.508Z", - "name": "My Library", - "published_at": null, - "state": "approved", - "updated_at": "2022-02-04T21:17:28.307Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" - }, - "data": { - "id": "BL534f2d049a814adbbe592546ea796824", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Production Environment A", - "stage": "production" - }, - "relationships": { - "host": { - "data": { - "id": "HTcc65e0920f9941bdab43ae7e2d419f83", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:17:28.749Z", - "library_path": "17e0df72ece8/dd2530caf6b5", - "library_name": "launch-4a998d23a699.min.js", - "library_entry_points": [ - { - "library_name": "launch-4a998d23a699.min.js", - "minified": true, - "references": [ - "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js" - ], - "license_path": "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" - }, - { - "library_name": "launch-4a998d23a699.js", - "minified": false, - "references": [ - "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" - ] - } - ], - "name": "Production Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "production", - "updated_at": "2022-02-04T21:17:28.749Z", - "status": "succeeded", - "token": "4a998d23a699" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/host", - "self": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/relationships/host" - }, - "data": { - "id": "HTcc65e0920f9941bdab43ae7e2d419f83", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", - "self": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLdee0f78b03f14a41b3e4060356ed633a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:29.450Z", - "status": "pending", - "updated_at": "2022-02-04T21:17:29.450Z", - "token": "2b6df4992b47" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" - }, - "data": { - "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLdee0f78b03f14a41b3e4060356ed633a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:29.450Z", - "status": "pending", - "updated_at": "2022-02-04T21:17:29.450Z", - "token": "2b6df4992b47" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" - }, - "data": { - "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLdee0f78b03f14a41b3e4060356ed633a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:29.450Z", - "status": "pending", - "updated_at": "2022-02-04T21:17:29.450Z", - "token": "2b6df4992b47" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" - }, - "data": { - "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLdee0f78b03f14a41b3e4060356ed633a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:17:29.450Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:17:37.180Z", - "token": "2b6df4992b47" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" - }, - "data": { - "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" - }, - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", - "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", - "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", - "archive": false, - "available_for_republish": true, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "LB8783752e84b74eab81f950e255f3ca69", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:17:16.508Z", - "name": "My Library", - "published_at": "2022-02-04T21:17:37.637Z", - "state": "published", - "updated_at": "2022-02-04T21:17:37.660Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" - }, - "data": { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" - }, - "data": { - "id": "BLdee0f78b03f14a41b3e4060356ed633a", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", - "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" - }, - "meta": { - "build_status": null, - "currently_live": true - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR3fd711b5d2544341911c62c499209f7f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:17:10.948Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:17:10.948Z", - "platform": "web", - "development": false, - "token": "dd2530caf6b5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments", - "extensions": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions", - "rules": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules", - "self": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/PR3fd711b5d2544341911c62c499209f7f", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:17:42.159Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:17:42.159Z", - "platform": "web", - "development": false, - "token": "fc5ed1d3da91", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments", - "extensions": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions", - "rules": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules", - "self": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB75e58f5b917a4b30a50754841dc564c2", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:17:47.772Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:17:47.772Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/data_elements", - "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/extensions", - "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/rules", - "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/property" - }, - "data": { - "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", - "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT30053f2aba0942e98d0873c49a36b7c4", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:17:48.037Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:17:48.037Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT30053f2aba0942e98d0873c49a36b7c4/property" - }, - "data": { - "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", - "self": "https://reactor.adobe.io/hosts/HT30053f2aba0942e98d0873c49a36b7c4" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT30053f2aba0942e98d0873c49a36b7c4", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN60271674f05a4f87a2500311f490bb72", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:17:48.276Z", - "library_path": "17e0df72ece8/fc5ed1d3da91", - "library_name": "launch-e730528fa3ee-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-e730528fa3ee-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.min.js" - ], - "license_path": "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" - }, - { - "library_name": "launch-e730528fa3ee-development.js", - "minified": false, - "references": [ - "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:17:48.276Z", - "status": "succeeded", - "token": "e730528fa3ee" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/host", - "self": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/relationships/host" - }, - "data": { - "id": "HT30053f2aba0942e98d0873c49a36b7c4", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/property" - }, - "data": { - "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", - "self": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN60271674f05a4f87a2500311f490bb72", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN60271674f05a4f87a2500311f490bb72", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/environment", - "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:17:42.159Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:17:42.159Z", - "platform": "web", - "development": false, - "token": "fc5ed1d3da91", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments", - "extensions": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions", - "rules": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules", - "self": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRa810ffa232f545e0b8cbed8ac82097ea", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:17:49.559Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:17:49.559Z", - "platform": "web", - "development": false, - "token": "372fa8fce92a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments", - "extensions": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions", - "rules": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules", - "self": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTabdfae383e4244a78511592a75130f11", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:17:55.092Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:17:55.092Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTabdfae383e4244a78511592a75130f11/property" - }, - "data": { - "id": "PRa810ffa232f545e0b8cbed8ac82097ea", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", - "self": "https://reactor.adobe.io/hosts/HTabdfae383e4244a78511592a75130f11" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTabdfae383e4244a78511592a75130f11", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN9bd1492ba6e5469ca814b5e63cce8149", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:17:55.324Z", - "library_path": "17e0df72ece8/372fa8fce92a", - "library_name": "launch-1dd555515ec9-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-1dd555515ec9-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.min.js" - ], - "license_path": "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" - }, - { - "library_name": "launch-1dd555515ec9-development.js", - "minified": false, - "references": [ - "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:17:55.324Z", - "status": "succeeded", - "token": "1dd555515ec9" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/host", - "self": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/relationships/host" - }, - "data": { - "id": "HTabdfae383e4244a78511592a75130f11", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/property" - }, - "data": { - "id": "PRa810ffa232f545e0b8cbed8ac82097ea", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", - "self": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBc02a1644948f489b8542e43bb5588cdf", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:17:55.508Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:17:55.508Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/extensions", - "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/rules", - "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/property" - }, - "data": { - "id": "PRa810ffa232f545e0b8cbed8ac82097ea", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", - "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN9bd1492ba6e5469ca814b5e63cce8149", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN9bd1492ba6e5469ca814b5e63cce8149", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/environment", - "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EN9bd1492ba6e5469ca814b5e63cce8149", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/environment", - "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRa810ffa232f545e0b8cbed8ac82097ea", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:17:49.559Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:17:49.559Z", - "platform": "web", - "development": false, - "token": "372fa8fce92a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments", - "extensions": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions", - "rules": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules", - "self": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/PRa810ffa232f545e0b8cbed8ac82097ea", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRf066d8c3ce7d40488e12c94557afb600", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:17:56.981Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:17:56.981Z", - "platform": "web", - "development": false, - "token": "2cd8a184a4f1", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments", - "extensions": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions", - "rules": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules", - "self": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTa2fb19fda0d24755bd2b9736291782ed", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:18:02.380Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:18:02.380Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTa2fb19fda0d24755bd2b9736291782ed/property" - }, - "data": { - "id": "PRf066d8c3ce7d40488e12c94557afb600", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", - "self": "https://reactor.adobe.io/hosts/HTa2fb19fda0d24755bd2b9736291782ed" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTa2fb19fda0d24755bd2b9736291782ed", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENa2ee834d8ffe45c099b641064248f1d3", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:18:02.517Z", - "library_path": "17e0df72ece8/2cd8a184a4f1", - "library_name": "launch-bf77578cb66e-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-bf77578cb66e-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.min.js" - ], - "license_path": "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" - }, - { - "library_name": "launch-bf77578cb66e-development.js", - "minified": false, - "references": [ - "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:18:02.517Z", - "status": "succeeded", - "token": "bf77578cb66e" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/host", - "self": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/relationships/host" - }, - "data": { - "id": "HTa2fb19fda0d24755bd2b9736291782ed", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/property" - }, - "data": { - "id": "PRf066d8c3ce7d40488e12c94557afb600", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", - "self": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBe3f8f6cc30d94a21908fda2268beac8c", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:02.634Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:02.634Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/extensions", - "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/rules", - "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/property" - }, - "data": { - "id": "PRf066d8c3ce7d40488e12c94557afb600", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", - "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "ENa2ee834d8ffe45c099b641064248f1d3", - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENa2ee834d8ffe45c099b641064248f1d3", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/environment", - "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": null - }, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "GET", - "request": null, - "response": { - "data": null, - "links": { - "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment", - "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRf066d8c3ce7d40488e12c94557afb600", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:17:56.981Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:17:56.981Z", - "platform": "web", - "development": false, - "token": "2cd8a184a4f1", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments", - "extensions": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions", - "rules": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules", - "self": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/PRf066d8c3ce7d40488e12c94557afb600", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:03.958Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:03.958Z", - "platform": "web", - "development": false, - "token": "0b9767ab51ba", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments", - "extensions": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions", - "rules": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules", - "self": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTa00f6a4fb6244e70823b659c05650f79", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:18:09.313Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:18:09.313Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTa00f6a4fb6244e70823b659c05650f79/property" - }, - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", - "self": "https://reactor.adobe.io/hosts/HTa00f6a4fb6244e70823b659c05650f79" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTa00f6a4fb6244e70823b659c05650f79", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN64c45164fcfe4344a5c242678d265e97", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:18:09.488Z", - "library_path": "17e0df72ece8/0b9767ab51ba", - "library_name": "launch-21501b684566-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-21501b684566-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js" - ], - "license_path": "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" - }, - { - "library_name": "launch-21501b684566-development.js", - "minified": false, - "references": [ - "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:18:09.488Z", - "status": "succeeded", - "token": "21501b684566" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/host", - "self": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/relationships/host" - }, - "data": { - "id": "HTa00f6a4fb6244e70823b659c05650f79", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/property" - }, - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", - "self": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB690174c2887e485d807e968d7e309edb", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:09.635Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:09.635Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" - }, - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN64c45164fcfe4344a5c242678d265e97", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN64c45164fcfe4344a5c242678d265e97", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/environment", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:18:10.064Z", - "status": "pending", - "updated_at": "2022-02-04T21:18:10.064Z", - "token": "c8c7cf48b943" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" - }, - "data": { - "id": "EN64c45164fcfe4344a5c242678d265e97", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" - }, - "data": { - "id": "LB690174c2887e485d807e968d7e309edb", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" - }, - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", - "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", - "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:18:10.064Z", - "status": "pending", - "updated_at": "2022-02-04T21:18:10.064Z", - "token": "c8c7cf48b943" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" - }, - "data": { - "id": "EN64c45164fcfe4344a5c242678d265e97", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" - }, - "data": { - "id": "LB690174c2887e485d807e968d7e309edb", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" - }, - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", - "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", - "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:18:10.064Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:18:13.490Z", - "token": "c8c7cf48b943" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" - }, - "data": { - "id": "EN64c45164fcfe4344a5c242678d265e97", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" - }, - "data": { - "id": "LB690174c2887e485d807e968d7e309edb", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" - }, - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", - "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", - "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB690174c2887e485d807e968d7e309edb", - "type": "libraries", - "meta": { - "action": "submit" - } - } - }, - "response": { - "data": { - "id": "LB690174c2887e485d807e968d7e309edb", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:09.635Z", - "name": "My Library", - "published_at": null, - "state": "submitted", - "updated_at": "2022-02-04T21:18:15.481Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" - }, - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" - }, - "data": { - "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB451eb3928c3c4c18817ae32a2b2fb6be", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:15.676Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:15.676Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/data_elements", - "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/extensions", - "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/rules", - "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/rules" - } - }, - "upstream_library": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/upstream_library" - }, - "data": { - "id": "LB690174c2887e485d807e968d7e309edb", - "type": "upstream_libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/property" - }, - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", - "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/libraries/:library_id/upstream_library", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "LB690174c2887e485d807e968d7e309edb", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:09.635Z", - "name": "My Library", - "published_at": null, - "state": "submitted", - "updated_at": "2022-02-04T21:18:15.481Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" - }, - "data": { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" - }, - "data": { - "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", - "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRc6a8880505ee4cbfa8533850d7214831", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:03.958Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:03.958Z", - "platform": "web", - "development": false, - "token": "0b9767ab51ba", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments", - "extensions": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions", - "rules": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules", - "self": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/PRc6a8880505ee4cbfa8533850d7214831", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRe3ec866402d5461fad8b53aac9d9d128", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:16.507Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:16.507Z", - "platform": "web", - "development": false, - "token": "3a52ee20897e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules", - "self": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT0d8d5bc71b314a3e96c43db44634f814", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:18:21.981Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:18:21.981Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT0d8d5bc71b314a3e96c43db44634f814/property" - }, - "data": { - "id": "PRe3ec866402d5461fad8b53aac9d9d128", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", - "self": "https://reactor.adobe.io/hosts/HT0d8d5bc71b314a3e96c43db44634f814" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT0d8d5bc71b314a3e96c43db44634f814", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2c642ec13fff4cdaaca052bf6e19b672", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:18:22.116Z", - "library_path": "17e0df72ece8/3a52ee20897e", - "library_name": "launch-19c20ce3ce50-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-19c20ce3ce50-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js" - ], - "license_path": "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" - }, - { - "library_name": "launch-19c20ce3ce50-development.js", - "minified": false, - "references": [ - "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:18:22.116Z", - "status": "succeeded", - "token": "19c20ce3ce50" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/host", - "self": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/relationships/host" - }, - "data": { - "id": "HT0d8d5bc71b314a3e96c43db44634f814", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/property" - }, - "data": { - "id": "PRe3ec866402d5461fad8b53aac9d9d128", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", - "self": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:22.266Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:22.266Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/extensions", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/rules", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/property" - }, - "data": { - "id": "PRe3ec866402d5461fad8b53aac9d9d128", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN2c642ec13fff4cdaaca052bf6e19b672", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2c642ec13fff4cdaaca052bf6e19b672", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/environment", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLe0e12c90a2ef4ad0b9033773cccd53b1", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:18:22.769Z", - "status": "pending", - "updated_at": "2022-02-04T21:18:22.769Z", - "token": "dcaea7cd4b49" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/environment" - }, - "data": { - "id": "EN2c642ec13fff4cdaaca052bf6e19b672", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/library" - }, - "data": { - "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/property" - }, - "data": { - "id": "PRe3ec866402d5461fad8b53aac9d9d128", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672", - "library": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925", - "self": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/dcaea7cd4b49/launch-19c20ce3ce50-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_library_for_a_build", - "endpoint": "/builds/:build_id/library", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:22.266Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:22.266Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/builds" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/environment", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" - }, - "data": { - "id": "EN2c642ec13fff4cdaaca052bf6e19b672", - "type": "environments" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/extensions", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/rules", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/property" - }, - "data": { - "id": "PRe3ec866402d5461fad8b53aac9d9d128", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/last_build" - }, - "data": { - "id": "BLe0e12c90a2ef4ad0b9033773cccd53b1", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", - "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925" - }, - "meta": { - "build_status": "pending", - "build_required_detail": "Last build was not successful" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRe3ec866402d5461fad8b53aac9d9d128", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:16.507Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:16.507Z", - "platform": "web", - "development": false, - "token": "3a52ee20897e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules", - "self": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/PRe3ec866402d5461fad8b53aac9d9d128", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRdd198b4caa1849958bf7ce1494e9cbad", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:23.912Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:23.912Z", - "platform": "web", - "development": false, - "token": "aa8a28fd8395", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments", - "extensions": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions", - "rules": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules", - "self": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB2a048bc635e74bdea1e19fb56ae575b8", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:29.304Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:29.304Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/extensions", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/rules", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/property" - }, - "data": { - "id": "PRdd198b4caa1849958bf7ce1494e9cbad", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT755cb7bacbf442278a08cf2071253e53", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:18:29.477Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:18:29.477Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT755cb7bacbf442278a08cf2071253e53/property" - }, - "data": { - "id": "PRdd198b4caa1849958bf7ce1494e9cbad", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", - "self": "https://reactor.adobe.io/hosts/HT755cb7bacbf442278a08cf2071253e53" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT755cb7bacbf442278a08cf2071253e53", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN3a978bd476654f6d84b9e067074e7dd9", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:18:29.648Z", - "library_path": "17e0df72ece8/aa8a28fd8395", - "library_name": "launch-052a0193438e-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-052a0193438e-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.min.js" - ], - "license_path": "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" - }, - { - "library_name": "launch-052a0193438e-development.js", - "minified": false, - "references": [ - "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:18:29.648Z", - "status": "succeeded", - "token": "052a0193438e" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/host", - "self": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/relationships/host" - }, - "data": { - "id": "HT755cb7bacbf442278a08cf2071253e53", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/property" - }, - "data": { - "id": "PRdd198b4caa1849958bf7ce1494e9cbad", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", - "self": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN3a978bd476654f6d84b9e067074e7dd9", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN3a978bd476654f6d84b9e067074e7dd9", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/environment", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/environments/:environment_id/library", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "LB2a048bc635e74bdea1e19fb56ae575b8", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:29.304Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:29.304Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/builds" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/environment", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" - }, - "data": { - "id": "EN3a978bd476654f6d84b9e067074e7dd9", - "type": "environments" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/extensions", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/rules", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/property" - }, - "data": { - "id": "PRdd198b4caa1849958bf7ce1494e9cbad", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", - "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRdd198b4caa1849958bf7ce1494e9cbad", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:23.912Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:23.912Z", - "platform": "web", - "development": false, - "token": "aa8a28fd8395", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments", - "extensions": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions", - "rules": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules", - "self": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/properties/PRdd198b4caa1849958bf7ce1494e9cbad", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRbaf2dad61cee45e3ae11afca34cddca0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:31.230Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:31.230Z", - "platform": "web", - "development": false, - "token": "d4f2dd1bd66a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments", - "extensions": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions", - "rules": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules", - "self": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB74fd437e5f5d44c5a7c8b405cef5f20f", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:36.691Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:36.691Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/extensions", - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/rules", - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/property" - }, - "data": { - "id": "PRbaf2dad61cee45e3ae11afca34cddca0", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXffa3d0504e964d85b624a619ef905f24", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:18:37.744Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:18:37.744Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/property" - }, - "data": { - "id": "PRbaf2dad61cee45e3ae11afca34cddca0", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/origin" - }, - "data": { - "id": "EXffa3d0504e964d85b624a619ef905f24", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", - "origin": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24", - "self": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:18:38 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EXffa3d0504e964d85b624a619ef905f24", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE9e0eb78887bd46308f7dbaff257bc4da", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:18:38.439Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:18:38 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:18:38.439Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/property" - }, - "data": { - "id": "PRbaf2dad61cee45e3ae11afca34cddca0", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/origin" - }, - "data": { - "id": "DE9e0eb78887bd46308f7dbaff257bc4da", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/extension" - }, - "data": { - "id": "EXffa3d0504e964d85b624a619ef905f24", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/updated_with_extension" - }, - "data": { - "id": "EX19a74434452c415b9d367f581aea02e8", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", - "origin": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", - "self": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", - "extension": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DE9e0eb78887bd46308f7dbaff257bc4da", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE74f161f1917643df99e4f9cbc2ede75e", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:18:38.632Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:18:38 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:18:38.632Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/property" - }, - "data": { - "id": "PRbaf2dad61cee45e3ae11afca34cddca0", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/origin" - }, - "data": { - "id": "DE9e0eb78887bd46308f7dbaff257bc4da", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/extension" - }, - "data": { - "id": "EXffa3d0504e964d85b624a619ef905f24", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/updated_with_extension" - }, - "data": { - "id": "EX19a74434452c415b9d367f581aea02e8", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", - "origin": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", - "self": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e", - "extension": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/libraries/:library_id/relationships/data_elements", - "method": "POST", - "request": { - "data": [ - { - "id": "DE74f161f1917643df99e4f9cbc2ede75e", - "type": "data_elements" - } - ] - }, - "response": { - "data": [ - { - "type": "data_elements", - "id": "DE74f161f1917643df99e4f9cbc2ede75e" - } - ], - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/data_elements/:data_element_id/libraries", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "LB74fd437e5f5d44c5a7c8b405cef5f20f", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:36.691Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:36.691Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/extensions", - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/rules", - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/property" - }, - "data": { - "id": "PRbaf2dad61cee45e3ae11afca34cddca0", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", - "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRbaf2dad61cee45e3ae11afca34cddca0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:31.230Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:31.230Z", - "platform": "web", - "development": false, - "token": "d4f2dd1bd66a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments", - "extensions": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions", - "rules": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules", - "self": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/properties/PRbaf2dad61cee45e3ae11afca34cddca0", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRc8b1431b817743e09c6197057b09e30f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:39.822Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:39.822Z", - "platform": "web", - "development": false, - "token": "cf04d6f0557e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments", - "extensions": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions", - "rules": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules", - "self": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL9d8135f60157401b969d64eb0490eef9", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:18:45.197Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:18:45.197Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/property" - }, - "data": { - "id": "PRc8b1431b817743e09c6197057b09e30f", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/origin" - }, - "data": { - "id": "RL9d8135f60157401b969d64eb0490eef9", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", - "origin": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", - "self": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", - "rule_components": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RL9d8135f60157401b969d64eb0490eef9", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLffc4e2fd339a4bdd922c840d0e8e2ba5", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:18:45.427Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:18:45.427Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/property" - }, - "data": { - "id": "PRc8b1431b817743e09c6197057b09e30f", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/origin" - }, - "data": { - "id": "RL9d8135f60157401b969d64eb0490eef9", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", - "origin": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", - "self": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5", - "rule_components": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "rules": { - "data": [ - { - "id": "RLffc4e2fd339a4bdd922c840d0e8e2ba5", - "type": "rules" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB5c58657373934d4da113a18669828e69", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:45.613Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:45.613Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/extensions", - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/rules", - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/property" - }, - "data": { - "id": "PRc8b1431b817743e09c6197057b09e30f", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/rules/:rule_id/libraries", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "LB5c58657373934d4da113a18669828e69", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:45.613Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:45.613Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/data_elements", - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/extensions", - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/rules", - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/property" - }, - "data": { - "id": "PRc8b1431b817743e09c6197057b09e30f", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", - "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_note_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_note_on_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_note_on_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRc8b1431b817743e09c6197057b09e30f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:39.822Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:39.822Z", - "platform": "web", - "development": false, - "token": "cf04d6f0557e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments", - "extensions": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions", - "rules": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules", - "self": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_note_on_a_library", - "endpoint": "/properties/PRc8b1431b817743e09c6197057b09e30f", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.create_a_note_on_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.create_a_note_on_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRc16de87af05c47e8af578c2315674d17", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:46.559Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:46.559Z", - "platform": "web", - "development": false, - "token": "8c9985fe31ff", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments", - "extensions": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions", - "rules": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules", - "self": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.create_a_note_on_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBc1c2d8c7b2284ae0a37f1903a7f56fd4", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:51.982Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:51.982Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/extensions", - "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/rules", - "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/property" - }, - "data": { - "id": "PRc16de87af05c47e8af578c2315674d17", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17", - "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.create_a_note_on_a_library", - "endpoint": "/libraries/:library_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this note on a library intentionally left blank" - } - } - }, - "response": { - "data": { - "id": "NT4303db6516184973a11a2c9db88e4611", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:18:52.146Z", - "text": "this note on a library intentionally left blank" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4" - }, - "data": { - "id": "LBc1c2d8c7b2284ae0a37f1903a7f56fd4", - "type": "libraries" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4", - "self": "https://reactor.adobe.io/notes/NT4303db6516184973a11a2c9db88e4611" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_notes_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_notes_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_notes_for_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRc16de87af05c47e8af578c2315674d17", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:46.559Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:46.559Z", - "platform": "web", - "development": false, - "token": "8c9985fe31ff", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments", - "extensions": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions", - "rules": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules", - "self": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_notes_for_a_library", - "endpoint": "/properties/PRc16de87af05c47e8af578c2315674d17", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "libraries.list_notes_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.list_notes_for_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR3d20075488934d50886a18f4ea838086", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:52.749Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:52.749Z", - "platform": "web", - "development": false, - "token": "2d8835f35634", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments", - "extensions": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions", - "rules": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules", - "self": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_notes_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBed1c044738404c31930702fab4c5c34c", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:18:58.066Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:18:58.066Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/data_elements", - "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/extensions", - "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/rules", - "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/property" - }, - "data": { - "id": "PR3d20075488934d50886a18f4ea838086", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086", - "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_notes_for_a_library", - "endpoint": "/libraries/:library_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a note on a library" - } - } - }, - "response": { - "data": { - "id": "NT767a64c4647148779cc0d4e84e38232f", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:18:58.199Z", - "text": "this is a note on a library" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" - }, - "data": { - "id": "LBed1c044738404c31930702fab4c5c34c", - "type": "libraries" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c", - "self": "https://reactor.adobe.io/notes/NT767a64c4647148779cc0d4e84e38232f" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.list_notes_for_a_library", - "endpoint": "/libraries/:library_id/notes", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "NT767a64c4647148779cc0d4e84e38232f", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:18:58.199Z", - "text": "this is a note on a library" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" - }, - "data": { - "id": "LBed1c044738404c31930702fab4c5c34c", - "type": "libraries" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c", - "self": "https://reactor.adobe.io/notes/NT767a64c4647148779cc0d4e84e38232f" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "notes.get_a_note", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "notes.get_a_note", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "notes.get_a_note", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR3d20075488934d50886a18f4ea838086", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:52.749Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:52.749Z", - "platform": "web", - "development": false, - "token": "2d8835f35634", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments", - "extensions": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions", - "rules": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules", - "self": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "notes.get_a_note", - "endpoint": "/properties/PR3d20075488934d50886a18f4ea838086", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "notes.get_a_note", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "notes.get_a_note", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRa279272befa54e2ba5f188e07ccdac32", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:58.954Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:58.954Z", - "platform": "web", - "development": false, - "token": "c9ecd8d92e44", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments", - "extensions": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions", - "rules": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules", - "self": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "notes.get_a_note", - "endpoint": "/properties/:property_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a note on a property" - } - } - }, - "response": { - "data": { - "id": "NT6e9864b799b541ea929950a14535116b", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:19:04.231Z", - "text": "this is a note on a property" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" - }, - "data": { - "id": "PRa279272befa54e2ba5f188e07ccdac32", - "type": "properties" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32", - "self": "https://reactor.adobe.io/notes/NT6e9864b799b541ea929950a14535116b" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "notes.get_a_note", - "endpoint": "/notes/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "NT6e9864b799b541ea929950a14535116b", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:19:04.231Z", - "text": "this is a note on a property" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" - }, - "data": { - "id": "PRa279272befa54e2ba5f188e07ccdac32", - "type": "properties" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32", - "self": "https://reactor.adobe.io/notes/NT6e9864b799b541ea929950a14535116b" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "profiles.get_profile", - "endpoint": "/profile", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "UR24494ecc43464490ba1ab3c7bcbcedea", - "type": "users", - "attributes": { - "active_org": "08364A825824E04F0A494115@AdobeOrg", - "expires_in": 527, - "display_name": "George Ciltaru", - "job_function": null, - "email": "ciltaru@adobe.com", - "organizations": { - "08364A825824E04F0A494115@AdobeOrg": { - "name": "Reactor QE", - "admin": true, - "active": true, - "login_companies": [ - - ], - "product_contexts": [ - "dma_audiencemanager_int", - "dma_tartan", - "dma_reactor", - "dma_auditor", - "dma_dtm" - ], - "tenant_id": "reactorqe" - }, - "233432C559D3F8C90A49410E@AdobeOrg": { - "name": "QE Launch Automation", - "admin": true, - "active": false, - "login_companies": [ - - ], - "product_contexts": [ - "dma_audiencemanager_int", - "dma_tartan", - "dma_reactor", - "dma_reactor_api" - ], - "tenant_id": "launchautomation" - }, - "5D1328435BF324E90A49402A@AdobeOrg": { - "name": "Platform UI - INT", - "admin": false, - "active": false, - "login_companies": [ - - ], - "product_contexts": [ - "acp", - "dma_reactor", - "dma_tartan" - ], - "tenant_id": "platformuiintenv" - }, - "4F0D9DF45824DEC70A49422D@AdobeOrg": { - "name": "Activation Reactor Integrations", - "admin": false, - "active": false, - "login_companies": [ - - ], - "product_contexts": [ - "dma_tartan", - "dma_reactor", - "dma_audiencemanager_int" - ], - "tenant_id": "reactorintegration" - }, - "0E7866D75CE595550A494218@AdobeOrg": { - "name": "AEP Streaming Services - STG", - "admin": true, - "active": false, - "login_companies": [ - - ], - "product_contexts": [ - "acp", - "dma_reactor", - "dma_tartan" - ], - "tenant_id": "aepstreamingservicesstg" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/profile" - }, - "meta": { - "rights": [ - "manage_companies" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.create_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.create_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.create_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRa279272befa54e2ba5f188e07ccdac32", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:18:58.954Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:18:58.954Z", - "platform": "web", - "development": false, - "token": "c9ecd8d92e44", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments", - "extensions": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions", - "rules": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules", - "self": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.create_a_property", - "endpoint": "/properties/PRa279272befa54e2ba5f188e07ccdac32", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.create_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Property A", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR54337e629a994650bb58a313bc960a15", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:04.966Z", - "enabled": true, - "name": "Kessel Property A", - "updated_at": "2022-02-04T21:19:04.966Z", - "platform": "web", - "development": false, - "token": "2bb012dffae0", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements", - "environments": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments", - "extensions": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions", - "rules": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules", - "self": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR54337e629a994650bb58a313bc960a15", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:04.966Z", - "enabled": true, - "name": "Kessel Property A", - "updated_at": "2022-02-04T21:19:04.966Z", - "platform": "web", - "development": false, - "token": "2bb012dffae0", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements", - "environments": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments", - "extensions": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions", - "rules": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules", - "self": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_a_property", - "endpoint": "/properties/PR54337e629a994650bb58a313bc960a15", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR0daf41218b7e496fb617f085f0a6fdc3", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:05.921Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:05.921Z", - "platform": "web", - "development": false, - "token": "700c695339ea", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", - "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", - "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", - "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_a_property", - "endpoint": "/properties/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR0daf41218b7e496fb617f085f0a6fdc3", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:05.921Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:05.921Z", - "platform": "web", - "development": false, - "token": "700c695339ea", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", - "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", - "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", - "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR0daf41218b7e496fb617f085f0a6fdc3", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:05.921Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:05.921Z", - "platform": "web", - "development": false, - "token": "700c695339ea", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", - "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", - "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", - "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/properties/PR0daf41218b7e496fb617f085f0a6fdc3", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR2917daa0c6384802a23bed1d99a77fea", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:11.994Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:11.994Z", - "platform": "web", - "development": false, - "token": "869caa83d1b9", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", - "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", - "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", - "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/:company_id/properties", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR2917daa0c6384802a23bed1d99a77fea", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:11.994Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:11.994Z", - "platform": "web", - "development": false, - "token": "869caa83d1b9", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", - "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", - "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", - "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - }, - { - "id": "PR9b456681911a4be8ac115b3f68c6e13b", - "type": "properties", - "attributes": { - "created_at": "2021-11-11T22:18:47.750Z", - "enabled": true, - "name": "my prop", - "updated_at": "2021-11-11T22:18:47.750Z", - "platform": "edge", - "development": false, - "token": "9db6e3fc4b6c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/environments", - "extensions": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/extensions", - "rules": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/rules", - "self": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - }, - { - "id": "PR3c37e7865847431fa85be0401bb342ae", - "type": "properties", - "attributes": { - "created_at": "2021-10-15T23:53:16.248Z", - "enabled": true, - "name": "new prop http api", - "updated_at": "2021-10-15T23:53:16.248Z", - "platform": "web", - "development": false, - "token": "e3f59f0c39e1", - "domains": [ - "adobe.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/environments", - "extensions": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/extensions", - "rules": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/rules", - "self": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - }, - { - "id": "PRfe4249d1a384405b8aae8d6362922736", - "type": "properties", - "attributes": { - "created_at": "2021-10-25T20:48:06.575Z", - "enabled": true, - "name": "test", - "updated_at": "2021-10-25T20:48:06.575Z", - "platform": "edge", - "development": false, - "token": "d7c0c2ea946c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/data_elements", - "environments": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/environments", - "extensions": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/extensions", - "rules": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/rules", - "self": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - }, - { - "id": "PR6ec4d3e0aabb446e8ca60ebcf4392abc", - "type": "properties", - "attributes": { - "created_at": "2021-11-04T22:12:00.570Z", - "enabled": true, - "name": "test 2 secrets", - "updated_at": "2021-11-04T22:12:00.570Z", - "platform": "edge", - "development": false, - "token": "c349b7ac1c7c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/environments", - "extensions": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/extensions", - "rules": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/rules", - "self": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - }, - { - "id": "PRefceae519d4f4debbd42d204690e1166", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T17:13:01.858Z", - "enabled": true, - "name": "web", - "updated_at": "2021-10-05T17:13:01.858Z", - "platform": "web", - "development": false, - "token": "793bc3f27b32", - "domains": [ - "adobe.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/data_elements", - "environments": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/environments", - "extensions": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/extensions", - "rules": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/rules", - "self": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - }, - { - "id": "PRdf7ca5d0e106447dbd540be208479e04", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T17:13:37.844Z", - "enabled": true, - "name": "web dev", - "updated_at": "2021-10-05T17:13:37.844Z", - "platform": "web", - "development": true, - "token": "54cf57c1fab3", - "domains": [ - "adobe.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/environments", - "extensions": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/extensions", - "rules": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/rules", - "self": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - }, - { - "id": "PR5669294602404b5bbb6964bfc612b045", - "type": "properties", - "attributes": { - "created_at": "2021-10-15T23:57:35.653Z", - "enabled": true, - "name": "zzzz", - "updated_at": "2021-10-15T23:57:35.653Z", - "platform": "web", - "development": false, - "token": "56ed52bf7bb0", - "domains": [ - "adobe.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/environments", - "extensions": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/extensions", - "rules": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/rules", - "self": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 10 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.update_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.update_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.update_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR2917daa0c6384802a23bed1d99a77fea", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:11.994Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:11.994Z", - "platform": "web", - "development": false, - "token": "869caa83d1b9", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", - "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", - "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", - "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.update_a_property", - "endpoint": "/properties/PR2917daa0c6384802a23bed1d99a77fea", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.update_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.update_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:18.228Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:18.228Z", - "platform": "web", - "development": false, - "token": "c30919f275c5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", - "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", - "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", - "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.update_a_property", - "endpoint": "/properties/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "Kessel Property B", - "domains": [ - "example.com" - ] - }, - "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:18.228Z", - "enabled": true, - "name": "Kessel Property B", - "updated_at": "2022-02-04T21:19:23.585Z", - "platform": "web", - "development": false, - "token": "c30919f275c5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", - "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", - "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", - "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.delete_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.delete_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.delete_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:18.228Z", - "enabled": true, - "name": "Kessel Property B", - "updated_at": "2022-02-04T21:19:23.585Z", - "platform": "web", - "development": false, - "token": "c30919f275c5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", - "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", - "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", - "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.delete_a_property", - "endpoint": "/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.delete_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.delete_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRc78e7f3512d14db59214517cfccf23e7", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:24.346Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:24.346Z", - "platform": "web", - "development": false, - "token": "b6482ebcdfb2", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/environments", - "extensions": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/extensions", - "rules": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/rules", - "self": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.delete_a_property", - "endpoint": "/properties/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_the_property_of_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_of_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_of_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_of_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_of_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR9d0f8ecdca9946dc8df2e098718d1868", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:30.719Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:30.719Z", - "platform": "web", - "development": false, - "token": "7c4722031d2c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", - "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", - "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", - "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_of_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB7bd6481de3db4b648877e23030c36677", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:19:36.111Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:19:36.111Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/data_elements", - "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/extensions", - "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/rules", - "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/property" - }, - "data": { - "id": "PR9d0f8ecdca9946dc8df2e098718d1868", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868", - "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_of_a_library", - "endpoint": "/libraries/:library_id/property", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR9d0f8ecdca9946dc8df2e098718d1868", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:30.719Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:30.719Z", - "platform": "web", - "development": false, - "token": "7c4722031d2c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", - "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", - "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", - "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_host", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_host", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR9d0f8ecdca9946dc8df2e098718d1868", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:30.719Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:30.719Z", - "platform": "web", - "development": false, - "token": "7c4722031d2c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", - "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", - "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", - "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_host", - "endpoint": "/properties/PR9d0f8ecdca9946dc8df2e098718d1868", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_the_property_for_a_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR04d95bbde18646be9d48f22f27503cd8", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:36.968Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:36.968Z", - "platform": "web", - "development": false, - "token": "4e28a086d9ad", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", - "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", - "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", - "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_host", - "endpoint": "/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT1e4d5cb87bd3472da957cce6d2f79b7c", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:19:42.419Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:19:42.419Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT1e4d5cb87bd3472da957cce6d2f79b7c/property" - }, - "data": { - "id": "PR04d95bbde18646be9d48f22f27503cd8", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8", - "self": "https://reactor.adobe.io/hosts/HT1e4d5cb87bd3472da957cce6d2f79b7c" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_host", - "endpoint": "/hosts/:host_id/property", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR04d95bbde18646be9d48f22f27503cd8", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:36.968Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:36.968Z", - "platform": "web", - "development": false, - "token": "4e28a086d9ad", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", - "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", - "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", - "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR04d95bbde18646be9d48f22f27503cd8", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:36.968Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:36.968Z", - "platform": "web", - "development": false, - "token": "4e28a086d9ad", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", - "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", - "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", - "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/PR04d95bbde18646be9d48f22f27503cd8", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:43.251Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:43.251Z", - "platform": "web", - "development": false, - "token": "50fe8d863632", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", - "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", - "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", - "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:19:48.578Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:19:48.578Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT4df6255cf8ea463aa9efaa9d841d1b06/property" - }, - "data": { - "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", - "self": "https://reactor.adobe.io/hosts/HT4df6255cf8ea463aa9efaa9d841d1b06" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:19:48.682Z", - "library_path": "17e0df72ece8/50fe8d863632", - "library_name": "launch-09f75204ba91-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-09f75204ba91-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js" - ], - "license_path": "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" - }, - { - "library_name": "launch-09f75204ba91-development.js", - "minified": false, - "references": [ - "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:19:48.682Z", - "status": "succeeded", - "token": "09f75204ba91" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/host", - "self": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/relationships/host" - }, - "data": { - "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/property" - }, - "data": { - "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", - "self": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBcfa64f463276408d872677c0640e8669", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:19:48.776Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:19:48.776Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/data_elements", - "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/extensions", - "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/rules", - "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/property" - }, - "data": { - "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", - "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/environment", - "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLc6f9567164cd4a0dbfd5a3065cb0702c", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:19:49.177Z", - "status": "pending", - "updated_at": "2022-02-04T21:19:49.177Z", - "token": "6f6ca7fcbc0b" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/environment" - }, - "data": { - "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/library" - }, - "data": { - "id": "LBcfa64f463276408d872677c0640e8669", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/property" - }, - "data": { - "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0", - "library": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669", - "self": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/6f6ca7fcbc0b/launch-09f75204ba91-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_build", - "endpoint": "/builds/:build_id/property", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:43.251Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:43.251Z", - "platform": "web", - "development": false, - "token": "50fe8d863632", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", - "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", - "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", - "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_callback", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:43.251Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:43.251Z", - "platform": "web", - "development": false, - "token": "50fe8d863632", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", - "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", - "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", - "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_callback", - "endpoint": "/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_the_property_for_a_callback", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_callback", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:50.234Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:50.234Z", - "platform": "web", - "development": false, - "token": "721b5df27d99", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", - "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", - "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", - "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_callback", - "endpoint": "/properties/:property_id/callbacks", - "method": "POST", - "request": { - "data": { - "attributes": { - "url": "https://www.example.com", - "subscriptions": [ - "rule.created" - ] - } - } - }, - "response": { - "data": { - "id": "CBdd716be26f824ca18f1859df2003d56f", - "type": "callbacks", - "attributes": { - "created_at": "2022-02-04T21:19:55.537Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2022-02-04T21:19:55.537Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CBdd716be26f824ca18f1859df2003d56f/property" - }, - "data": { - "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0", - "self": "https://reactor.adobe.io/callbacks/CBdd716be26f824ca18f1859df2003d56f" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_callback", - "endpoint": "/callbacks/:callback_id/property", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:50.234Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:50.234Z", - "platform": "web", - "development": false, - "token": "721b5df27d99", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", - "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", - "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", - "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:50.234Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:50.234Z", - "platform": "web", - "development": false, - "token": "721b5df27d99", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", - "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", - "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", - "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:56.453Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:56.453Z", - "platform": "web", - "development": false, - "token": "e71a95b3bcc5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", - "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", - "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", - "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX68c62bdb41174438b2cd98d8bd560946", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:20:02.046Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:02.046Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/property" - }, - "data": { - "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/origin" - }, - "data": { - "id": "EX68c62bdb41174438b2cd98d8bd560946", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", - "origin": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946", - "self": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:20:02 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX68c62bdb41174438b2cd98d8bd560946", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEb2e94370fde7447faf522cd653e11568", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:20:02.546Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:20:02 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:02.546Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/property" - }, - "data": { - "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/origin" - }, - "data": { - "id": "DEb2e94370fde7447faf522cd653e11568", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/extension" - }, - "data": { - "id": "EX68c62bdb41174438b2cd98d8bd560946", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/updated_with_extension" - }, - "data": { - "id": "EX50f3e20f61834ce296b50e99b8eafdf1", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", - "origin": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568", - "self": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568", - "extension": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/data_elements/:data_element_id/property", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:56.453Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:56.453Z", - "platform": "web", - "development": false, - "token": "e71a95b3bcc5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", - "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", - "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", - "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:19:56.453Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:19:56.453Z", - "platform": "web", - "development": false, - "token": "e71a95b3bcc5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", - "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", - "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", - "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_environment", - "endpoint": "/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_the_property_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR6cc96114ef204c91bce242195c019ada", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:03.314Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:03.314Z", - "platform": "web", - "development": false, - "token": "24a3cdccfbfc", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", - "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", - "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", - "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_an_environment", - "endpoint": "/properties/PR6cc96114ef204c91bce242195c019ada/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT9256cce862d143b8944b13028805fecf", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:20:08.732Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:20:08.732Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT9256cce862d143b8944b13028805fecf/property" - }, - "data": { - "id": "PR6cc96114ef204c91bce242195c019ada", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada", - "self": "https://reactor.adobe.io/hosts/HT9256cce862d143b8944b13028805fecf" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT9256cce862d143b8944b13028805fecf", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENea58bd9f480243ef840c31e1beee9551", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:20:08.832Z", - "library_path": "17e0df72ece8/24a3cdccfbfc", - "library_name": "launch-3f3d52a1a674-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-3f3d52a1a674-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.min.js" - ], - "license_path": "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" - }, - { - "library_name": "launch-3f3d52a1a674-development.js", - "minified": false, - "references": [ - "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:20:08.832Z", - "status": "succeeded", - "token": "3f3d52a1a674" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/host", - "self": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/relationships/host" - }, - "data": { - "id": "HT9256cce862d143b8944b13028805fecf", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/property" - }, - "data": { - "id": "PR6cc96114ef204c91bce242195c019ada", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada", - "self": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_an_environment", - "endpoint": "/environments/:environment_id/property", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR6cc96114ef204c91bce242195c019ada", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:03.314Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:03.314Z", - "platform": "web", - "development": false, - "token": "24a3cdccfbfc", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", - "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", - "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", - "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR6cc96114ef204c91bce242195c019ada", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:03.314Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:03.314Z", - "platform": "web", - "development": false, - "token": "24a3cdccfbfc", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", - "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", - "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", - "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/properties/PR6cc96114ef204c91bce242195c019ada", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR950ebfe72b324d319d9fd70cf3288b06", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:09.505Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:09.505Z", - "platform": "web", - "development": false, - "token": "cc47871724cc", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", - "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", - "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", - "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", - "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX7b2e65b2d87a4ccebbabae823ef6967a", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:20:15.048Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:15.048Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/property" - }, - "data": { - "id": "PR950ebfe72b324d319d9fd70cf3288b06", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/origin" - }, - "data": { - "id": "EX7b2e65b2d87a4ccebbabae823ef6967a", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06", - "origin": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a", - "self": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_an_extension", - "endpoint": "/extensions/:extension_id/property", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR950ebfe72b324d319d9fd70cf3288b06", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:09.505Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:09.505Z", - "platform": "web", - "development": false, - "token": "cc47871724cc", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", - "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", - "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", - "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", - "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR950ebfe72b324d319d9fd70cf3288b06", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:09.505Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:09.505Z", - "platform": "web", - "development": false, - "token": "cc47871724cc", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", - "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", - "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", - "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", - "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_rule", - "endpoint": "/properties/PR950ebfe72b324d319d9fd70cf3288b06", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_the_property_for_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR414f35e646e84cf194d28a7623cdd6e5", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:15.747Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:15.747Z", - "platform": "web", - "development": false, - "token": "a016d74ef565", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", - "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", - "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", - "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL025900ff901445f78f2e6d62b308031d", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:20:21.061Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:21.061Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/property" - }, - "data": { - "id": "PR414f35e646e84cf194d28a7623cdd6e5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/origin" - }, - "data": { - "id": "RL025900ff901445f78f2e6d62b308031d", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5", - "origin": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d", - "self": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d", - "rule_components": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_rule", - "endpoint": "/rules/:rule_id/property", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR414f35e646e84cf194d28a7623cdd6e5", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:15.747Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:15.747Z", - "platform": "web", - "development": false, - "token": "a016d74ef565", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", - "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", - "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", - "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR414f35e646e84cf194d28a7623cdd6e5", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:15.747Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:15.747Z", - "platform": "web", - "development": false, - "token": "a016d74ef565", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", - "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", - "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", - "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/PR414f35e646e84cf194d28a7623cdd6e5", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR8474eb13290c4453a757e2431a0ce170", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:21.838Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:20:21.838Z", - "platform": "edge", - "development": false, - "token": "7e4268ea00b9" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", - "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", - "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", - "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/PR8474eb13290c4453a757e2431a0ce170/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:20:27.089Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:20:27.089Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT4d8c813e62b44ad092dcf3c1754b1aee/property" - }, - "data": { - "id": "PR8474eb13290c4453a757e2431a0ce170", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170", - "self": "https://reactor.adobe.io/hosts/HT4d8c813e62b44ad092dcf3c1754b1aee" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN21afcfc7631d448ab8ff14eed24004ea", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:20:27.238Z", - "library_path": "17e0df72ece8/7e4268ea00b9", - "library_name": "launch-a5cbb1e914b0-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-a5cbb1e914b0-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.min.js" - ], - "license_path": "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.js" - }, - { - "library_name": "launch-a5cbb1e914b0-development.js", - "minified": false, - "references": [ - "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:20:27.238Z", - "status": "succeeded", - "token": "a5cbb1e914b0" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/host", - "self": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/relationships/host" - }, - "data": { - "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/property" - }, - "data": { - "id": "PR8474eb13290c4453a757e2431a0ce170", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170", - "self": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN21afcfc7631d448ab8ff14eed24004ea", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE4430dd3df1c44bc1be64a74ede88c14c", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:20:27.450Z", - "updated_at": "2022-02-04T21:20:27.450Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/property" - }, - "data": { - "id": "PR8474eb13290c4453a757e2431a0ce170", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/environment" - }, - "data": { - "id": "EN21afcfc7631d448ab8ff14eed24004ea", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c", - "property": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.get_the_property_for_a_secret", - "endpoint": "/secrets/:secret_id/property", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "PR8474eb13290c4453a757e2431a0ce170", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:21.838Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:20:21.838Z", - "platform": "edge", - "development": false, - "token": "7e4268ea00b9" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", - "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", - "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", - "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.create_a_note_on_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.create_a_note_on_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.create_a_note_on_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR8474eb13290c4453a757e2431a0ce170", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:21.838Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:20:21.838Z", - "platform": "edge", - "development": false, - "token": "7e4268ea00b9" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", - "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", - "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", - "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.create_a_note_on_a_property", - "endpoint": "/properties/PR8474eb13290c4453a757e2431a0ce170", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.create_a_note_on_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.create_a_note_on_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR5f399a97b47c4284ad8095bcf45b68b0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:28.274Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:28.274Z", - "platform": "web", - "development": false, - "token": "daeb4712401c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments", - "extensions": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions", - "rules": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules", - "self": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.create_a_note_on_a_property", - "endpoint": "/properties/:property_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this note on a property intentionally left blank" - } - } - }, - "response": { - "data": { - "id": "NTf85320c5f0bc4d69a62fd60595edef95", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:20:33.606Z", - "text": "this note on a property intentionally left blank" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" - }, - "data": { - "id": "PR5f399a97b47c4284ad8095bcf45b68b0", - "type": "properties" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0", - "self": "https://reactor.adobe.io/notes/NTf85320c5f0bc4d69a62fd60595edef95" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.list_notes_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_notes_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_notes_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR5f399a97b47c4284ad8095bcf45b68b0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:28.274Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:28.274Z", - "platform": "web", - "development": false, - "token": "daeb4712401c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments", - "extensions": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions", - "rules": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules", - "self": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_notes_for_a_property", - "endpoint": "/properties/PR5f399a97b47c4284ad8095bcf45b68b0", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.list_notes_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_notes_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR16fefbc6982b42cb96dedf79dd81d774", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:34.156Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:34.156Z", - "platform": "web", - "development": false, - "token": "1f1da96e9cc5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements", - "environments": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments", - "extensions": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions", - "rules": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules", - "self": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.list_notes_for_a_property", - "endpoint": "/properties/:property_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a note on a property" - } - } - }, - "response": { - "data": { - "id": "NTbc2b112dbc7444398e52008d6441c7ef", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:20:39.515Z", - "text": "this is a note on a property" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" - }, - "data": { - "id": "PR16fefbc6982b42cb96dedf79dd81d774", - "type": "properties" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774", - "self": "https://reactor.adobe.io/notes/NTbc2b112dbc7444398e52008d6441c7ef" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.list_notes_for_a_property", - "endpoint": "/properties/:property_id/notes", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "NTbc2b112dbc7444398e52008d6441c7ef", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:20:39.515Z", - "text": "this is a note on a property" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" - }, - "data": { - "id": "PR16fefbc6982b42cb96dedf79dd81d774", - "type": "properties" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774", - "self": "https://reactor.adobe.io/notes/NTbc2b112dbc7444398e52008d6441c7ef" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR16fefbc6982b42cb96dedf79dd81d774", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:34.156Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:34.156Z", - "platform": "web", - "development": false, - "token": "1f1da96e9cc5", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements", - "environments": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments", - "extensions": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions", - "rules": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules", - "self": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/properties/PR16fefbc6982b42cb96dedf79dd81d774", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR03f31d12bf9346d491aa06c7a406e40a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:41.241Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:41.241Z", - "platform": "web", - "development": false, - "token": "243067f58fd7", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments", - "extensions": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions", - "rules": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules", - "self": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:20:47.133Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:47.133Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/property" - }, - "data": { - "id": "PR03f31d12bf9346d491aa06c7a406e40a", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/origin" - }, - "data": { - "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a", - "origin": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", - "self": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:20:47.408Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:47.408Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/property" - }, - "data": { - "id": "PR03f31d12bf9346d491aa06c7a406e40a", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/origin" - }, - "data": { - "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a", - "origin": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa", - "self": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa", - "rule_components": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_an_event_rule_component", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RC6e900dd795c84922865ca52cf26844a3", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:20:47.807Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:47.807Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/updated_with_extension" - }, - "data": { - "id": "EXc5b0f43004f24c698ecbbbe40d33c370", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/extension" - }, - "data": { - "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/origin" - }, - "data": { - "id": "RC6e900dd795c84922865ca52cf26844a3", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" - }, - "data": { - "id": "PR03f31d12bf9346d491aa06c7a406e40a", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", - "origin": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3", - "rules": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/rules", - "self": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR03f31d12bf9346d491aa06c7a406e40a", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:41.241Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:41.241Z", - "platform": "web", - "development": false, - "token": "243067f58fd7", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments", - "extensions": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions", - "rules": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules", - "self": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/properties/PR03f31d12bf9346d491aa06c7a406e40a", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR90093fe15481478a869bc61611923da5", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:48.815Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:48.815Z", - "platform": "web", - "development": false, - "token": "acc04cfef31d", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments", - "extensions": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions", - "rules": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules", - "self": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX296fec27d86c48ad8f54c95897201cbd", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:20:54.488Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:54.488Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/property" - }, - "data": { - "id": "PR90093fe15481478a869bc61611923da5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/origin" - }, - "data": { - "id": "EX296fec27d86c48ad8f54c95897201cbd", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5", - "origin": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", - "self": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLda35f8eb72c14d74993ae46a1a310141", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:20:54.985Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:54.985Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/property" - }, - "data": { - "id": "PR90093fe15481478a869bc61611923da5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/origin" - }, - "data": { - "id": "RLda35f8eb72c14d74993ae46a1a310141", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5", - "origin": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141", - "self": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141", - "rule_components": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX296fec27d86c48ad8f54c95897201cbd", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RLda35f8eb72c14d74993ae46a1a310141", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:20:55.346Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:55.346Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension" - }, - "data": { - "id": "EX7b4433e2a61240f9b0e37687721169f4", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/extension" - }, - "data": { - "id": "EX296fec27d86c48ad8f54c95897201cbd", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/origin" - }, - "data": { - "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" - }, - "data": { - "id": "PR90093fe15481478a869bc61611923da5", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", - "origin": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56", - "rules": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules", - "self": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_a_rule_component", - "endpoint": "/rule_components/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:20:55.346Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:20:55.346Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension" - }, - "data": { - "id": "EX7b4433e2a61240f9b0e37687721169f4", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/extension" - }, - "data": { - "id": "EX296fec27d86c48ad8f54c95897201cbd", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/origin" - }, - "data": { - "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" - }, - "data": { - "id": "PR90093fe15481478a869bc61611923da5", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", - "origin": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56", - "rules": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules", - "self": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR90093fe15481478a869bc61611923da5", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:48.815Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:48.815Z", - "platform": "web", - "development": false, - "token": "acc04cfef31d", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments", - "extensions": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions", - "rules": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules", - "self": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/properties/PR90093fe15481478a869bc61611923da5", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR79a817596045471098326b2a0a192bd6", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:56.471Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:56.471Z", - "platform": "web", - "development": false, - "token": "548fb8f2bf66", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements", - "environments": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments", - "extensions": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions", - "rules": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules", - "self": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXd5607075687e4c808d8fd873f4d2f1c1", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:21:02.319Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:02.319Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/property" - }, - "data": { - "id": "PR79a817596045471098326b2a0a192bd6", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/origin" - }, - "data": { - "id": "EXd5607075687e4c808d8fd873f4d2f1c1", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6", - "origin": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", - "self": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL0067ca7b763b45de91383539856c6d6b", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:21:02.936Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:02.936Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/property" - }, - "data": { - "id": "PR79a817596045471098326b2a0a192bd6", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/origin" - }, - "data": { - "id": "RL0067ca7b763b45de91383539856c6d6b", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6", - "origin": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b", - "self": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b", - "rule_components": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EXd5607075687e4c808d8fd873f4d2f1c1", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RL0067ca7b763b45de91383539856c6d6b", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RC0569e9ddaf864c35b956b29eb281222d", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:03.340Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:03.340Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension" - }, - "data": { - "id": "EX1458c013cb414ecda99213351c9a2549", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/extension" - }, - "data": { - "id": "EXd5607075687e4c808d8fd873f4d2f1c1", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/origin" - }, - "data": { - "id": "RC0569e9ddaf864c35b956b29eb281222d", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" - }, - "data": { - "id": "PR79a817596045471098326b2a0a192bd6", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", - "origin": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d", - "rules": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules", - "self": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/rules/:rule_id/rule_components", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "RC0569e9ddaf864c35b956b29eb281222d", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:03.340Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:03.340Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension" - }, - "data": { - "id": "EX1458c013cb414ecda99213351c9a2549", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/extension" - }, - "data": { - "id": "EXd5607075687e4c808d8fd873f4d2f1c1", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/origin" - }, - "data": { - "id": "RC0569e9ddaf864c35b956b29eb281222d", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" - }, - "data": { - "id": "PR79a817596045471098326b2a0a192bd6", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", - "origin": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d", - "rules": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules", - "self": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d" - }, - "meta": { - "latest_revision_number": 0 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR79a817596045471098326b2a0a192bd6", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:20:56.471Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:20:56.471Z", - "platform": "web", - "development": false, - "token": "548fb8f2bf66", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements", - "environments": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments", - "extensions": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions", - "rules": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules", - "self": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/properties/PR79a817596045471098326b2a0a192bd6", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:04.576Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:04.576Z", - "platform": "web", - "development": false, - "token": "ca9d18f63e25", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules", - "self": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX9453fe05026d4867b364e030180efef2", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:21:10.199Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:10.199Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/property" - }, - "data": { - "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/origin" - }, - "data": { - "id": "EX9453fe05026d4867b364e030180efef2", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", - "origin": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", - "self": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL1b94ac2896ba48f497d08930de6f202a", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:21:10.680Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:10.680Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/property" - }, - "data": { - "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/origin" - }, - "data": { - "id": "RL1b94ac2896ba48f497d08930de6f202a", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", - "origin": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a", - "self": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a", - "rule_components": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX9453fe05026d4867b364e030180efef2", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RL1b94ac2896ba48f497d08930de6f202a", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RCd805910675f54b1cb1522bc5461fdb8f", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:10.936Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:10.936Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension" - }, - "data": { - "id": "EXeab4aae084014cb0a4df9927b4080cfb", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/extension" - }, - "data": { - "id": "EX9453fe05026d4867b364e030180efef2", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/origin" - }, - "data": { - "id": "RCd805910675f54b1cb1522bc5461fdb8f", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" - }, - "data": { - "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", - "origin": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f", - "rules": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules", - "self": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.update_a_rule_component", - "endpoint": "/rule_components/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "order": 1, - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" - }, - "type": "rule_components", - "id": "RCd805910675f54b1cb1522bc5461fdb8f" - } - }, - "response": { - "data": { - "id": "RCd805910675f54b1cb1522bc5461fdb8f", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:10.936Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 1, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:11.435Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension" - }, - "data": { - "id": "EXeab4aae084014cb0a4df9927b4080cfb", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/extension" - }, - "data": { - "id": "EX9453fe05026d4867b364e030180efef2", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/origin" - }, - "data": { - "id": "RCd805910675f54b1cb1522bc5461fdb8f", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" - }, - "data": { - "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", - "origin": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f", - "rules": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules", - "self": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:04.576Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:04.576Z", - "platform": "web", - "development": false, - "token": "ca9d18f63e25", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules", - "self": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR936915ee13104f5192acb884a8cfce71", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:12.393Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:12.393Z", - "platform": "web", - "development": false, - "token": "9da50d2f8617", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements", - "environments": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments", - "extensions": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions", - "rules": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules", - "self": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:21:18.105Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:18.105Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/property" - }, - "data": { - "id": "PR936915ee13104f5192acb884a8cfce71", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/origin" - }, - "data": { - "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71", - "origin": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", - "self": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:21:18.532Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:18.532Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/property" - }, - "data": { - "id": "PR936915ee13104f5192acb884a8cfce71", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/origin" - }, - "data": { - "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71", - "origin": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb", - "self": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb", - "rule_components": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RCad0592a15ecd45d286c86d3872606bf9", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:18.812Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:18.812Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension" - }, - "data": { - "id": "EXb2705029ae164c8497d03822020b1eed", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/extension" - }, - "data": { - "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/origin" - }, - "data": { - "id": "RCad0592a15ecd45d286c86d3872606bf9", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" - }, - "data": { - "id": "PR936915ee13104f5192acb884a8cfce71", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", - "origin": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9", - "rules": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules", - "self": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/rule_components/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.delete_a_rule_component", - "endpoint": "/rule_components/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "RCad0592a15ecd45d286c86d3872606bf9", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:18.812Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": "2022-02-04T21:21:19.162Z", - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:19.277Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension" - }, - "data": { - "id": "EXb2705029ae164c8497d03822020b1eed", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/extension" - }, - "data": { - "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/origin" - }, - "data": { - "id": "RCad0592a15ecd45d286c86d3872606bf9", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" - }, - "data": { - "id": "PR936915ee13104f5192acb884a8cfce71", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", - "origin": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9", - "rules": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules", - "self": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR936915ee13104f5192acb884a8cfce71", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:12.393Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:12.393Z", - "platform": "web", - "development": false, - "token": "9da50d2f8617", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements", - "environments": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments", - "extensions": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions", - "rules": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules", - "self": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/properties/PR936915ee13104f5192acb884a8cfce71", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:20.561Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:20.561Z", - "platform": "web", - "development": false, - "token": "c7ed0e2a1917", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments", - "extensions": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions", - "rules": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules", - "self": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX1c553a07aac04fc3b8ac573d94f688b2", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:21:26.179Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:26.179Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/property" - }, - "data": { - "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/origin" - }, - "data": { - "id": "EX1c553a07aac04fc3b8ac573d94f688b2", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "origin": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", - "self": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLb05b210326a749fa870f611817336bec", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:21:26.539Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:26.539Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/property" - }, - "data": { - "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/origin" - }, - "data": { - "id": "RLb05b210326a749fa870f611817336bec", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "origin": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec", - "self": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec", - "rule_components": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX1c553a07aac04fc3b8ac573d94f688b2", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RLb05b210326a749fa870f611817336bec", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RC9f299c0b9cf04c08bc18e2c1d3fde61d", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:26.793Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:26.793Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/updated_with_extension" - }, - "data": { - "id": "EX577b4f4a0a524a08986a612c0ce68c88", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/extension" - }, - "data": { - "id": "EX1c553a07aac04fc3b8ac573d94f688b2", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/origin" - }, - "data": { - "id": "RC9f299c0b9cf04c08bc18e2c1d3fde61d", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" - }, - "data": { - "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", - "origin": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d", - "rules": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/rules", - "self": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/rule_components/:rule_component_id/extension", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EX1c553a07aac04fc3b8ac573d94f688b2", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:21:26.179Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:26.179Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/property" - }, - "data": { - "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/origin" - }, - "data": { - "id": "EX1c553a07aac04fc3b8ac573d94f688b2", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "origin": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", - "self": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:20.561Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:20.561Z", - "platform": "web", - "development": false, - "token": "c7ed0e2a1917", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments", - "extensions": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions", - "rules": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules", - "self": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRed833e8d813945dc92bb99f4829e18bc", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:27.901Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:27.901Z", - "platform": "web", - "development": false, - "token": "8bd0d357c87f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments", - "extensions": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions", - "rules": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules", - "self": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXfac3ab645b174fc8a91524be4c5f9262", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:21:33.897Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:33.897Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/property" - }, - "data": { - "id": "PRed833e8d813945dc92bb99f4829e18bc", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/origin" - }, - "data": { - "id": "EXfac3ab645b174fc8a91524be4c5f9262", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", - "origin": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", - "self": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:21:34.670Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:34.670Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/property" - }, - "data": { - "id": "PRed833e8d813945dc92bb99f4829e18bc", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/origin" - }, - "data": { - "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", - "origin": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", - "self": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", - "rule_components": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EXfac3ab645b174fc8a91524be4c5f9262", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RC07b7a27258a94cd386a3666220fa10a7", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:35.056Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:35.056Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension" - }, - "data": { - "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/extension" - }, - "data": { - "id": "EXfac3ab645b174fc8a91524be4c5f9262", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/origin" - }, - "data": { - "id": "RC07b7a27258a94cd386a3666220fa10a7", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" - }, - "data": { - "id": "PRed833e8d813945dc92bb99f4829e18bc", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", - "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", - "rules": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules", - "self": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL9cd74ddbe2884c6cb512ac3d279b6000", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:21:35.478Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:21:35.818Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/property" - }, - "data": { - "id": "PRed833e8d813945dc92bb99f4829e18bc", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/origin" - }, - "data": { - "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", - "origin": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", - "self": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000", - "rule_components": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "RC5cbd6e6ecd914e46af8f7637ed303050", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:35.742Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": false, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:21:35.742Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/updated_with_extension" - }, - "data": { - "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/extension" - }, - "data": { - "id": "EXfac3ab645b174fc8a91524be4c5f9262", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/origin" - }, - "data": { - "id": "RC07b7a27258a94cd386a3666220fa10a7", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" - }, - "data": { - "id": "PRed833e8d813945dc92bb99f4829e18bc", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", - "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", - "rules": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/rules", - "self": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/rule_components/:rule_component_id/origin", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "RC07b7a27258a94cd386a3666220fa10a7", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:35.056Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": false, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:35.056Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension" - }, - "data": { - "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/extension" - }, - "data": { - "id": "EXfac3ab645b174fc8a91524be4c5f9262", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/origin" - }, - "data": { - "id": "RC07b7a27258a94cd386a3666220fa10a7", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" - }, - "data": { - "id": "PRed833e8d813945dc92bb99f4829e18bc", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", - "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", - "rules": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules", - "self": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRed833e8d813945dc92bb99f4829e18bc", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:27.901Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:27.901Z", - "platform": "web", - "development": false, - "token": "8bd0d357c87f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments", - "extensions": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions", - "rules": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules", - "self": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/properties/PRed833e8d813945dc92bb99f4829e18bc", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRca779c5e28a446148725aaed9d50a077", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:37.568Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:37.568Z", - "platform": "web", - "development": false, - "token": "57ddbd45ff2f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements", - "environments": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments", - "extensions": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions", - "rules": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules", - "self": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:21:43.429Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:43.429Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/property" - }, - "data": { - "id": "PRca779c5e28a446148725aaed9d50a077", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/origin" - }, - "data": { - "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077", - "origin": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", - "self": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL48318a7e7e7240b690a7fa2bd775d110", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:21:43.953Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:43.953Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/property" - }, - "data": { - "id": "PRca779c5e28a446148725aaed9d50a077", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/origin" - }, - "data": { - "id": "RL48318a7e7e7240b690a7fa2bd775d110", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077", - "origin": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110", - "self": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110", - "rule_components": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RL48318a7e7e7240b690a7fa2bd775d110", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RC23ef63ca67ce420899f2ed664ea2bef3", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:44.407Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:44.407Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/updated_with_extension" - }, - "data": { - "id": "EXb0637dda301440a79848a8959d601c49", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/extension" - }, - "data": { - "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/origin" - }, - "data": { - "id": "RC23ef63ca67ce420899f2ed664ea2bef3", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" - }, - "data": { - "id": "PRca779c5e28a446148725aaed9d50a077", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", - "origin": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3", - "rules": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/rules", - "self": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/rule_components/:rule_component_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this note on a rule component intentionally left blank" - } - } - }, - "response": { - "data": { - "id": "NT74f12535b060499ea413a0c68d260fac", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:21:44.798Z", - "text": "this note on a rule component intentionally left blank" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3" - }, - "data": { - "id": "RC23ef63ca67ce420899f2ed664ea2bef3", - "type": "rule_components" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3", - "self": "https://reactor.adobe.io/notes/NT74f12535b060499ea413a0c68d260fac" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRca779c5e28a446148725aaed9d50a077", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:37.568Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:37.568Z", - "platform": "web", - "development": false, - "token": "57ddbd45ff2f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements", - "environments": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments", - "extensions": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions", - "rules": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules", - "self": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/properties/PRca779c5e28a446148725aaed9d50a077", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:45.644Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:45.644Z", - "platform": "web", - "development": false, - "token": "f73ebbf37fac", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments", - "extensions": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions", - "rules": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules", - "self": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX1447b7a3919343d4b3a89f0686c40f74", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:21:51.259Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:51.259Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/property" - }, - "data": { - "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/origin" - }, - "data": { - "id": "EX1447b7a3919343d4b3a89f0686c40f74", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", - "origin": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", - "self": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:21:51.630Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:51.630Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/property" - }, - "data": { - "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/origin" - }, - "data": { - "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", - "origin": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c", - "self": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c", - "rule_components": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX1447b7a3919343d4b3a89f0686c40f74", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:21:51.870Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:51.870Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/updated_with_extension" - }, - "data": { - "id": "EX393cf46db8f94c97aeaaac07632b6ccb", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/extension" - }, - "data": { - "id": "EX1447b7a3919343d4b3a89f0686c40f74", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/origin" - }, - "data": { - "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" - }, - "data": { - "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", - "origin": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", - "rules": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/rules", - "self": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/rule_components/:rule_component_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a note on a rule component" - } - } - }, - "response": { - "data": { - "id": "NTdfc138a2203b4878ae0da67c643c22c7", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:21:52.060Z", - "text": "this is a note on a rule component" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" - }, - "data": { - "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", - "type": "rule_components" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", - "self": "https://reactor.adobe.io/notes/NTdfc138a2203b4878ae0da67c643c22c7" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/rule_components/:rule_component_id/notes", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "NTdfc138a2203b4878ae0da67c643c22c7", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:21:52.060Z", - "text": "this is a note on a rule component" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" - }, - "data": { - "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", - "type": "rule_components" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", - "self": "https://reactor.adobe.io/notes/NTdfc138a2203b4878ae0da67c643c22c7" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:45.644Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:45.644Z", - "platform": "web", - "development": false, - "token": "f73ebbf37fac", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments", - "extensions": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions", - "rules": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules", - "self": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_rule", - "endpoint": "/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.create_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:52.685Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:52.685Z", - "platform": "web", - "development": false, - "token": "089b4eab036d", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments", - "extensions": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions", - "rules": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules", - "self": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.create_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL43d52f1a43654a75aefa006e14179f01", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:21:57.988Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:21:57.988Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/property" - }, - "data": { - "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/origin" - }, - "data": { - "id": "RL43d52f1a43654a75aefa006e14179f01", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9", - "origin": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01", - "self": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01", - "rule_components": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.get_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.get_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.get_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:52.685Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:52.685Z", - "platform": "web", - "development": false, - "token": "089b4eab036d", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments", - "extensions": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions", - "rules": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules", - "self": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.get_a_rule", - "endpoint": "/properties/PR7ef9a2ac35f0469f827c7d18e86514e9", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.get_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.get_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:58.619Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:58.619Z", - "platform": "web", - "development": false, - "token": "6c60dda8bd5f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments", - "extensions": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions", - "rules": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules", - "self": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.get_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLd6a0aace32e346749fae142b151a364d", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:03.889Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:03.889Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/property" - }, - "data": { - "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/origin" - }, - "data": { - "id": "RLd6a0aace32e346749fae142b151a364d", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", - "origin": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", - "self": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", - "rule_components": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.get_a_rule", - "endpoint": "/rules/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "RLd6a0aace32e346749fae142b151a364d", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:03.889Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:03.889Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/property" - }, - "data": { - "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/origin" - }, - "data": { - "id": "RLd6a0aace32e346749fae142b151a364d", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", - "origin": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", - "self": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", - "rule_components": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:21:58.619Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:21:58.619Z", - "platform": "web", - "development": false, - "token": "6c60dda8bd5f", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments", - "extensions": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions", - "rules": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules", - "self": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_property", - "endpoint": "/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.list_rules_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR4794d32d64264a55bef076dab9698532", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:04.938Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:04.938Z", - "platform": "web", - "development": false, - "token": "bf7572b989f8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments", - "extensions": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions", - "rules": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules", - "self": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_property", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL0ba886ae1a4d4570a3a6948730814438", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:10.445Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:10.445Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/property" - }, - "data": { - "id": "PR4794d32d64264a55bef076dab9698532", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/origin" - }, - "data": { - "id": "RL0ba886ae1a4d4570a3a6948730814438", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532", - "origin": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", - "self": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", - "rule_components": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_property", - "endpoint": "/properties/:property_id/rules", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "RL0ba886ae1a4d4570a3a6948730814438", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:10.445Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:10.445Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/property" - }, - "data": { - "id": "PR4794d32d64264a55bef076dab9698532", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/origin" - }, - "data": { - "id": "RL0ba886ae1a4d4570a3a6948730814438", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532", - "origin": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", - "self": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", - "rule_components": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.update_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.update_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.update_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR4794d32d64264a55bef076dab9698532", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:04.938Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:04.938Z", - "platform": "web", - "development": false, - "token": "bf7572b989f8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments", - "extensions": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions", - "rules": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules", - "self": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.update_a_rule", - "endpoint": "/properties/PR4794d32d64264a55bef076dab9698532", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.update_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.update_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRb702ec3407804e2e825a1c1e789213b8", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:11.103Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:11.103Z", - "platform": "web", - "development": false, - "token": "8741cec2921a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments", - "extensions": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions", - "rules": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules", - "self": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.update_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLeb90492b1463444d8ae0f046eaeb140b", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:16.371Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:16.371Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/property" - }, - "data": { - "id": "PRb702ec3407804e2e825a1c1e789213b8", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/origin" - }, - "data": { - "id": "RLeb90492b1463444d8ae0f046eaeb140b", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8", - "origin": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", - "self": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", - "rule_components": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.update_a_rule", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "Test Rule" - }, - "id": "RLeb90492b1463444d8ae0f046eaeb140b", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLeb90492b1463444d8ae0f046eaeb140b", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:16.371Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Test Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:16.527Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/property" - }, - "data": { - "id": "PRb702ec3407804e2e825a1c1e789213b8", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/origin" - }, - "data": { - "id": "RLeb90492b1463444d8ae0f046eaeb140b", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8", - "origin": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", - "self": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", - "rule_components": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.delete_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.delete_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.delete_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRb702ec3407804e2e825a1c1e789213b8", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:11.103Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:11.103Z", - "platform": "web", - "development": false, - "token": "8741cec2921a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments", - "extensions": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions", - "rules": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules", - "self": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.delete_a_rule", - "endpoint": "/properties/PRb702ec3407804e2e825a1c1e789213b8", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.delete_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.delete_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR481782ef3fea4e0fb29c584499ffe7c1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:17.328Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:17.328Z", - "platform": "web", - "development": false, - "token": "a6967cab34a3", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments", - "extensions": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions", - "rules": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules", - "self": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.delete_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:22.621Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:22.621Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/property" - }, - "data": { - "id": "PR481782ef3fea4e0fb29c584499ffe7c1", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/origin" - }, - "data": { - "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1", - "origin": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", - "self": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", - "rule_components": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.delete_a_rule", - "endpoint": "/rules/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.delete_a_rule", - "endpoint": "/rules/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:22.621Z", - "deleted_at": "2022-02-04T21:22:22.795Z", - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:22.852Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/property" - }, - "data": { - "id": "PR481782ef3fea4e0fb29c584499ffe7c1", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/origin" - }, - "data": { - "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1", - "origin": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", - "self": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", - "rule_components": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" - }, - "meta": { - "latest_revision_number": 0, - "deleted_at": "2022-02-04T21:22:22.795Z" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.revise_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.revise_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.revise_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR481782ef3fea4e0fb29c584499ffe7c1", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:17.328Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:17.328Z", - "platform": "web", - "development": false, - "token": "a6967cab34a3", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments", - "extensions": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions", - "rules": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules", - "self": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.revise_a_rule", - "endpoint": "/properties/PR481782ef3fea4e0fb29c584499ffe7c1", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.revise_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.revise_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:23.703Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:23.703Z", - "platform": "web", - "development": false, - "token": "ceae7642fa4c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments", - "extensions": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions", - "rules": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules", - "self": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.revise_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL9b61883c50f6400dbfbafd95360be68b", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:29.055Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:29.055Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/property" - }, - "data": { - "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/origin" - }, - "data": { - "id": "RL9b61883c50f6400dbfbafd95360be68b", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", - "origin": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", - "self": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", - "rule_components": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.revise_a_rule", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RL9b61883c50f6400dbfbafd95360be68b", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL04a3a8c6340a42adb95d936cefbd8d8c", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:29.238Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:22:29.238Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/property" - }, - "data": { - "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/origin" - }, - "data": { - "id": "RL9b61883c50f6400dbfbafd95360be68b", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", - "origin": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", - "self": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c", - "rule_components": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:23.703Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:23.703Z", - "platform": "web", - "development": false, - "token": "ceae7642fa4c", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments", - "extensions": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions", - "rules": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules", - "self": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRccb07101b50842899aa33345568c82f0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:29.858Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:29.858Z", - "platform": "web", - "development": false, - "token": "aa8891f71a21", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments", - "extensions": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions", - "rules": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules", - "self": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:35.243Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:35.243Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/property" - }, - "data": { - "id": "PRccb07101b50842899aa33345568c82f0", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/origin" - }, - "data": { - "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", - "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", - "self": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", - "rule_components": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL27ab1476fa1d41858385f85b37a856b7", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:35.429Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:22:35.429Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/property" - }, - "data": { - "id": "PRccb07101b50842899aa33345568c82f0", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/origin" - }, - "data": { - "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", - "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", - "self": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7", - "rule_components": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/rules/:rule_id/revisions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "RL27ab1476fa1d41858385f85b37a856b7", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:35.429Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:22:35.429Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/property" - }, - "data": { - "id": "PRccb07101b50842899aa33345568c82f0", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/origin" - }, - "data": { - "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", - "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", - "self": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7", - "rule_components": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - }, - { - "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:35.243Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:35.243Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/property" - }, - "data": { - "id": "PRccb07101b50842899aa33345568c82f0", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/origin" - }, - "data": { - "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", - "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", - "self": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", - "rule_components": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 2 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRccb07101b50842899aa33345568c82f0", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:29.858Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:29.858Z", - "platform": "web", - "development": false, - "token": "aa8891f71a21", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments", - "extensions": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions", - "rules": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules", - "self": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/properties/PRccb07101b50842899aa33345568c82f0", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:36.502Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:36.502Z", - "platform": "web", - "development": false, - "token": "358e2aa8b503", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules", - "self": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:41.823Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:41.823Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/property" - }, - "data": { - "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/origin" - }, - "data": { - "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", - "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "self": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "rule_components": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL2289889ccb234b9b8a85f8e213e6166f", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:42.014Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:22:42.014Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/property" - }, - "data": { - "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/origin" - }, - "data": { - "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", - "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "self": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f", - "rule_components": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/rules/:rule_id/origin", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:41.823Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:41.823Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/property" - }, - "data": { - "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/origin" - }, - "data": { - "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", - "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "self": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", - "rule_components": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:36.502Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:36.502Z", - "platform": "web", - "development": false, - "token": "358e2aa8b503", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules", - "self": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:42.802Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:42.802Z", - "platform": "web", - "development": false, - "token": "dd180595c160", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments", - "extensions": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions", - "rules": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules", - "self": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:48.082Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:48.082Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/origin" - }, - "data": { - "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "origin": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", - "self": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", - "rule_components": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL19f12c9040fd4a73b1e7d87c8d6ccaf0", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:22:48.212Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:22:48.212Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/origin" - }, - "data": { - "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "origin": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", - "self": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0", - "rule_components": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/rule_components" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:22:48.600Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:48.600Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/origin" - }, - "data": { - "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "origin": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", - "self": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Data Element 2022-02-04 14:22:48 -0700", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE986c371d78b8483f900af7b2a48c4ab1", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:22:48.998Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2022-02-04 14:22:48 -0700", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:22:48.998Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/origin" - }, - "data": { - "id": "DE986c371d78b8483f900af7b2a48c4ab1", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/extension" - }, - "data": { - "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/updated_with_extension" - }, - "data": { - "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "origin": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", - "self": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", - "extension": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/data_elements/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "DE986c371d78b8483f900af7b2a48c4ab1", - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DEb6124b46c05c495588a9dbcb6f0a5c05", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:22:49.171Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2022-02-04 14:22:48 -0700", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:22:49.171Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/origin" - }, - "data": { - "id": "DE986c371d78b8483f900af7b2a48c4ab1", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/extension" - }, - "data": { - "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/updated_with_extension" - }, - "data": { - "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "origin": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", - "self": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05", - "extension": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:22:48.626Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2022-02-04T21:22:48.626Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/origin" - }, - "data": { - "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "origin": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", - "self": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "data_elements": { - "data": [ - { - "id": "DEb6124b46c05c495588a9dbcb6f0a5c05", - "type": "data_elements" - } - ] - }, - "extensions": { - "data": [ - { - "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", - "type": "extensions" - } - ] - }, - "rules": { - "data": [ - { - "id": "RL19f12c9040fd4a73b1e7d87c8d6ccaf0", - "type": "rules" - } - ] - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB62f977184c404e02a7ff83bf0ccb189d", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:22:49.422Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:22:49.422Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/data_elements", - "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/extensions", - "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/rules", - "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT8e309ac8f849474e95b083cf87394191", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:22:49.634Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2022-02-04T21:22:49.634Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT8e309ac8f849474e95b083cf87394191/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "self": "https://reactor.adobe.io/hosts/HT8e309ac8f849474e95b083cf87394191" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT8e309ac8f849474e95b083cf87394191", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENb35bf66dd6424791ae46b4e0a5b24675", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:22:49.751Z", - "library_path": "17e0df72ece8/dd180595c160", - "library_name": "launch-5dabdc25d4ac-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-5dabdc25d4ac-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js" - ], - "license_path": "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" - }, - { - "library_name": "launch-5dabdc25d4ac-development.js", - "minified": false, - "references": [ - "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2022-02-04T21:22:49.751Z", - "status": "succeeded", - "token": "5dabdc25d4ac" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/host", - "self": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/relationships/host" - }, - "data": { - "id": "HT8e309ac8f849474e95b083cf87394191", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "self": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - { - "hosting_region": "Standard", - "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", - "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js", - "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" - } - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LBdf9ffc0d4927456c844930a8883f4236", - "type": "libraries", - "attributes": { - "created_at": "2022-02-04T21:22:49.880Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2022-02-04T21:22:49.880Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/data_elements", - "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/extensions", - "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/rules", - "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "ENb35bf66dd6424791ae46b4e0a5b24675", - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENb35bf66dd6424791ae46b4e0a5b24675", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/environment", - "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL171960ef770c42968b6ab1a66311a69a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:22:50.324Z", - "status": "pending", - "updated_at": "2022-02-04T21:22:50.324Z", - "token": "bb218511f70f" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" - }, - "data": { - "id": "ENb35bf66dd6424791ae46b4e0a5b24675", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" - }, - "data": { - "id": "LBdf9ffc0d4927456c844930a8883f4236", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", - "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", - "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL171960ef770c42968b6ab1a66311a69a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:22:50.324Z", - "status": "pending", - "updated_at": "2022-02-04T21:22:50.324Z", - "token": "bb218511f70f" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" - }, - "data": { - "id": "ENb35bf66dd6424791ae46b4e0a5b24675", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" - }, - "data": { - "id": "LBdf9ffc0d4927456c844930a8883f4236", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", - "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", - "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL171960ef770c42968b6ab1a66311a69a", - "type": "builds", - "attributes": { - "created_at": "2022-02-04T21:22:50.324Z", - "status": "succeeded", - "updated_at": "2022-02-04T21:22:52.852Z", - "token": "bb218511f70f" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" - }, - "data": { - "id": "ENb35bf66dd6424791ae46b4e0a5b24675", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" - }, - "data": { - "id": "LBdf9ffc0d4927456c844930a8883f4236", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" - }, - "data": { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", - "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", - "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_rules_for_a_build", - "endpoint": "/builds/:build_id/rules", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRf55e8d65d71b439385ad265ce4359ea5", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:42.802Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:42.802Z", - "platform": "web", - "development": false, - "token": "dd180595c160", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments", - "extensions": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions", - "rules": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules", - "self": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/properties/PRf55e8d65d71b439385ad265ce4359ea5", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR711358f8465945bd9d42630e0c18cf16", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:56.726Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:56.726Z", - "platform": "web", - "development": false, - "token": "cbdb43353d13", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements", - "environments": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments", - "extensions": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions", - "rules": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules", - "self": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:23:02.544Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:23:02.544Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/property" - }, - "data": { - "id": "PR711358f8465945bd9d42630e0c18cf16", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/origin" - }, - "data": { - "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", - "origin": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", - "self": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:23:03.102Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:23:03.102Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/property" - }, - "data": { - "id": "PR711358f8465945bd9d42630e0c18cf16", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/origin" - }, - "data": { - "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", - "origin": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", - "self": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", - "rule_components": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RC54e71ca24ef74605bb295a18047b7057", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:23:03.335Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:23:03.335Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/updated_with_extension" - }, - "data": { - "id": "EX1e6744f1f08f44faa1a01930e3d0fa01", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/extension" - }, - "data": { - "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/origin" - }, - "data": { - "id": "RC54e71ca24ef74605bb295a18047b7057", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" - }, - "data": { - "id": "PR711358f8465945bd9d42630e0c18cf16", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", - "origin": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057", - "rules": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/rules", - "self": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/rule_components/:rule_component_id/rules", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:23:03.102Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:23:03.362Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/property" - }, - "data": { - "id": "PR711358f8465945bd9d42630e0c18cf16", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/origin" - }, - "data": { - "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", - "origin": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", - "self": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", - "rule_components": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - ] - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_note_on_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_note_on_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_note_on_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR711358f8465945bd9d42630e0c18cf16", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:22:56.726Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:22:56.726Z", - "platform": "web", - "development": false, - "token": "cbdb43353d13", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements", - "environments": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments", - "extensions": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions", - "rules": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules", - "self": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_note_on_a_rule", - "endpoint": "/properties/PR711358f8465945bd9d42630e0c18cf16", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.create_a_note_on_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.create_a_note_on_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRcd63fd622baf4b75bdd81c80a7618db8", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:04.265Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:23:04.265Z", - "platform": "web", - "development": false, - "token": "31ab3be54223", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments", - "extensions": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions", - "rules": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules", - "self": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.create_a_note_on_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RLb4aff450a7fb4f6196fecb61a843b155", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:23:09.554Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:23:09.554Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/property" - }, - "data": { - "id": "PRcd63fd622baf4b75bdd81c80a7618db8", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/origin" - }, - "data": { - "id": "RLb4aff450a7fb4f6196fecb61a843b155", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8", - "origin": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", - "self": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", - "rule_components": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.create_a_note_on_a_rule", - "endpoint": "/rules/:rule_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this note on a rule intentionally left blank" - } - } - }, - "response": { - "data": { - "id": "NT3e54b7aeb3b1464c9581970c372565bb", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:23:09.735Z", - "text": "this note on a rule intentionally left blank" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155" - }, - "data": { - "id": "RLb4aff450a7fb4f6196fecb61a843b155", - "type": "rules" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", - "self": "https://reactor.adobe.io/notes/NT3e54b7aeb3b1464c9581970c372565bb" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_notes_for_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRcd63fd622baf4b75bdd81c80a7618db8", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:04.265Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:23:04.265Z", - "platform": "web", - "development": false, - "token": "31ab3be54223", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments", - "extensions": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions", - "rules": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules", - "self": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule", - "endpoint": "/properties/PRcd63fd622baf4b75bdd81c80a7618db8", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.list_notes_for_a_rule", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRffc1b75b6b5246ea84baf83acb337bb5", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:10.382Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:23:10.382Z", - "platform": "web", - "development": false, - "token": "c3e224582a35", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements", - "environments": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments", - "extensions": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions", - "rules": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules", - "self": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_notes_for_a_rule", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL1ed5886135c143bf96a19c91b087da53", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:23:15.727Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:23:15.727Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/property" - }, - "data": { - "id": "PRffc1b75b6b5246ea84baf83acb337bb5", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/origin" - }, - "data": { - "id": "RL1ed5886135c143bf96a19c91b087da53", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5", - "origin": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", - "self": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", - "rule_components": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_notes_for_a_rule", - "endpoint": "/rules/:rule_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a note on a rule" - } - } - }, - "response": { - "data": { - "id": "NT75fa0b8f90d54899814946bb442cefef", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:23:15.896Z", - "text": "this is a note on a rule" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53" - }, - "data": { - "id": "RL1ed5886135c143bf96a19c91b087da53", - "type": "rules" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", - "self": "https://reactor.adobe.io/notes/NT75fa0b8f90d54899814946bb442cefef" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_notes_for_a_rule", - "endpoint": "/rules/:rule_id/notes", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "NT75fa0b8f90d54899814946bb442cefef", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:23:15.896Z", - "text": "this is a note on a rule" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53" - }, - "data": { - "id": "RL1ed5886135c143bf96a19c91b087da53", - "type": "rules" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", - "self": "https://reactor.adobe.io/notes/NT75fa0b8f90d54899814946bb442cefef" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRffc1b75b6b5246ea84baf83acb337bb5", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:10.382Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:23:10.382Z", - "platform": "web", - "development": false, - "token": "c3e224582a35", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements", - "environments": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments", - "extensions": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions", - "rules": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules", - "self": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/properties/PRffc1b75b6b5246ea84baf83acb337bb5", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR06567dbf2b364045b058dc7076f2df41", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:16.632Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:23:16.632Z", - "platform": "web", - "development": false, - "token": "9b62c7ebb2b8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements", - "environments": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments", - "extensions": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions", - "rules": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules", - "self": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX7e97f33bb690459baef17337059e326a", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:23:22.344Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:23:22.344Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/property" - }, - "data": { - "id": "PR06567dbf2b364045b058dc7076f2df41", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/origin" - }, - "data": { - "id": "EX7e97f33bb690459baef17337059e326a", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41", - "origin": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", - "self": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "ecma_version": "es5", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL8efca21bcb8e4ac284cc212c71397fc1", - "type": "rules", - "attributes": { - "created_at": "2022-02-04T21:23:23.045Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:23:23.045Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/property" - }, - "data": { - "id": "PR06567dbf2b364045b058dc7076f2df41", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/origin" - }, - "data": { - "id": "RL8efca21bcb8e4ac284cc212c71397fc1", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41", - "origin": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1", - "self": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1", - "rule_components": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/properties/:property_id/rule_components", - "method": "POST", - "request": { - "data": { - "attributes": { - "delegate_descriptor_id": "kessel-test::events::click", - "name": "My Example Click Event", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX7e97f33bb690459baef17337059e326a", - "type": "extensions" - } - }, - "rules": { - "data": [ - { - "id": "RL8efca21bcb8e4ac284cc212c71397fc1", - "type": "rules" - } - ] - } - }, - "type": "rule_components" - } - }, - "response": { - "data": { - "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", - "type": "rule_components", - "attributes": { - "created_at": "2022-02-04T21:23:23.250Z", - "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": null, - "dirty": true, - "name": "My Example Click Event", - "negate": false, - "order": 0, - "rule_order": 50.0, - "timeout": 2000, - "delay_next": true, - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:23:23.250Z", - "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" - }, - "relationships": { - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/updated_with_extension" - }, - "data": { - "id": "EX8b59e0e9749a42d986a1ea867666c00c", - "type": "extensions" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/extension" - }, - "data": { - "id": "EX7e97f33bb690459baef17337059e326a", - "type": "extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/notes" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/origin" - }, - "data": { - "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", - "type": "rule_components" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" - }, - "data": { - "id": "PR06567dbf2b364045b058dc7076f2df41", - "type": "properties" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/rules" - } - } - }, - "links": { - "extension": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", - "origin": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", - "rules": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/rules", - "self": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/rule_components/:rule_component_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a note on a rule component" - } - } - }, - "response": { - "data": { - "id": "NT202b039a024048028e60898084f961a1", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:23:23.469Z", - "text": "this is a note on a rule component" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" - }, - "data": { - "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", - "type": "rule_components" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", - "self": "https://reactor.adobe.io/notes/NT202b039a024048028e60898084f961a1" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/rules/:rule_id/rule_component_notes", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "NT202b039a024048028e60898084f961a1", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:23:23.469Z", - "text": "this is a note on a rule component" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" - }, - "data": { - "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", - "type": "rule_components" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", - "self": "https://reactor.adobe.io/notes/NT202b039a024048028e60898084f961a1" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "search.perform_a_search", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "search.perform_a_search", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "search.perform_a_search", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR06567dbf2b364045b058dc7076f2df41", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:16.632Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:23:16.632Z", - "platform": "web", - "development": false, - "token": "9b62c7ebb2b8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements", - "environments": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments", - "extensions": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions", - "rules": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules", - "self": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "search.perform_a_search", - "endpoint": "/properties/PR06567dbf2b364045b058dc7076f2df41", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "search.perform_a_search", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "search.perform_a_search", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR2327712414f942e19c5015ea0e37e0d4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:24.471Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:23:24.471Z", - "platform": "web", - "development": false, - "token": "4bf8249a6f8e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", - "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", - "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", - "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "search.perform_a_search", - "endpoint": "/search", - "method": "POST", - "request": { - "data": { - "query": { - "attributes.name": { - "value": "Example" - } - } - } - }, - "response": { - "data": [ - { - "id": "PR2327712414f942e19c5015ea0e37e0d4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:24.471Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:23:24.471Z", - "platform": "web", - "development": false, - "token": "4bf8249a6f8e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", - "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", - "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", - "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" - }, - "meta": { - "match_score": 3.1645029 - } - } - ], - "meta": { - "total_hits": 1 - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.create_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.create_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.create_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR2327712414f942e19c5015ea0e37e0d4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:24.471Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2022-02-04T21:23:24.471Z", - "platform": "web", - "development": false, - "token": "4bf8249a6f8e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", - "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", - "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", - "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.create_a_secret", - "endpoint": "/properties/PR2327712414f942e19c5015ea0e37e0d4", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.create_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.create_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:30.646Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:23:30.646Z", - "platform": "edge", - "development": false, - "token": "764c65ecdedc" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments", - "extensions": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions", - "rules": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules", - "self": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.create_a_secret", - "endpoint": "/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTebd50f9362ce48bd8c949894357e6248", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:23:35.970Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:23:35.970Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTebd50f9362ce48bd8c949894357e6248/property" - }, - "data": { - "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", - "self": "https://reactor.adobe.io/hosts/HTebd50f9362ce48bd8c949894357e6248" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.create_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTebd50f9362ce48bd8c949894357e6248", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN51d87273db504f76b0469b5675892cd3", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:23:36.090Z", - "library_path": "17e0df72ece8/764c65ecdedc", - "library_name": "launch-71c4521dc5e2-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-71c4521dc5e2-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.min.js" - ], - "license_path": "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.js" - }, - { - "library_name": "launch-71c4521dc5e2-development.js", - "minified": false, - "references": [ - "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:23:36.090Z", - "status": "succeeded", - "token": "71c4521dc5e2" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/host", - "self": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/relationships/host" - }, - "data": { - "id": "HTebd50f9362ce48bd8c949894357e6248", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/property" - }, - "data": { - "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", - "self": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.create_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "my secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN51d87273db504f76b0469b5675892cd3", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE351b35f18f684e2cb27b7612c2158d73", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:23:36.320Z", - "updated_at": "2022-02-04T21:23:36.320Z", - "name": "my secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/property" - }, - "data": { - "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/environment" - }, - "data": { - "id": "EN51d87273db504f76b0469b5675892cd3", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73", - "property": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:30.646Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:23:30.646Z", - "platform": "edge", - "development": false, - "token": "764c65ecdedc" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments", - "extensions": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions", - "rules": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules", - "self": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR85837b31c6914e70b53a8b1d951ca278", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:37.387Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:23:37.387Z", - "platform": "edge", - "development": false, - "token": "83058739edf6" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements", - "environments": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments", - "extensions": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions", - "rules": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules", - "self": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTf292c6d30fc4402e901af41ffce6e920", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:23:43.127Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:23:43.127Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTf292c6d30fc4402e901af41ffce6e920/property" - }, - "data": { - "id": "PR85837b31c6914e70b53a8b1d951ca278", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278", - "self": "https://reactor.adobe.io/hosts/HTf292c6d30fc4402e901af41ffce6e920" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTf292c6d30fc4402e901af41ffce6e920", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN466fad0c68e645aab1c13a39bff410f9", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:23:45.632Z", - "library_path": "17e0df72ece8/83058739edf6", - "library_name": "launch-1c2fc6ee6f5b-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-1c2fc6ee6f5b-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.min.js" - ], - "license_path": "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.js" - }, - { - "library_name": "launch-1c2fc6ee6f5b-development.js", - "minified": false, - "references": [ - "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:23:45.632Z", - "status": "succeeded", - "token": "1c2fc6ee6f5b" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/host", - "self": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/relationships/host" - }, - "data": { - "id": "HTf292c6d30fc4402e901af41ffce6e920", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/property" - }, - "data": { - "id": "PR85837b31c6914e70b53a8b1d951ca278", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278", - "self": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN466fad0c68e645aab1c13a39bff410f9", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE70d50357a30b40e99a46dbd425b44d8a", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:23:46.459Z", - "updated_at": "2022-02-04T21:23:46.459Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" - }, - "data": { - "id": "PR85837b31c6914e70b53a8b1d951ca278", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/environment" - }, - "data": { - "id": "EN466fad0c68e645aab1c13a39bff410f9", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a", - "property": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.update_a_secret", - "endpoint": "/secrets/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "my new secret", - "type_of": "token", - "credentials": { - "token": "my new secret token" - } - }, - "id": "SE70d50357a30b40e99a46dbd425b44d8a", - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE70d50357a30b40e99a46dbd425b44d8a", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:23:46.459Z", - "updated_at": "2022-02-04T21:23:47.642Z", - "name": "my new secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" - }, - "data": { - "id": "PR85837b31c6914e70b53a8b1d951ca278", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/environment" - }, - "data": { - "id": "EN466fad0c68e645aab1c13a39bff410f9", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a", - "property": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR85837b31c6914e70b53a8b1d951ca278", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:37.387Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:23:37.387Z", - "platform": "edge", - "development": false, - "token": "83058739edf6" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements", - "environments": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments", - "extensions": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions", - "rules": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules", - "self": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/properties/PR85837b31c6914e70b53a8b1d951ca278", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRfea3986e080648e9bdf48ee7afe55f8f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:50.553Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:23:50.553Z", - "platform": "edge", - "development": false, - "token": "96e36e20746c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments", - "extensions": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions", - "rules": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules", - "self": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTdf68068ac2224fce87f69302348776a1", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:23:56.727Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:23:56.727Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTdf68068ac2224fce87f69302348776a1/property" - }, - "data": { - "id": "PRfea3986e080648e9bdf48ee7afe55f8f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f", - "self": "https://reactor.adobe.io/hosts/HTdf68068ac2224fce87f69302348776a1" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTdf68068ac2224fce87f69302348776a1", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:23:56.924Z", - "library_path": "17e0df72ece8/96e36e20746c", - "library_name": "launch-800e8336051c-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-800e8336051c-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.min.js" - ], - "license_path": "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.js" - }, - { - "library_name": "launch-800e8336051c-development.js", - "minified": false, - "references": [ - "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:23:56.924Z", - "status": "succeeded", - "token": "800e8336051c" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/host", - "self": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/relationships/host" - }, - "data": { - "id": "HTdf68068ac2224fce87f69302348776a1", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/property" - }, - "data": { - "id": "PRfea3986e080648e9bdf48ee7afe55f8f", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f", - "self": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE87786c4429d348eda435248bb165c96e", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:23:57.189Z", - "updated_at": "2022-02-04T21:23:57.189Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" - }, - "data": { - "id": "PRfea3986e080648e9bdf48ee7afe55f8f", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/environment" - }, - "data": { - "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e", - "property": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.retry_a_secret", - "endpoint": "/secrets/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "type_of": "token" - }, - "meta": { - "action": "retry" - }, - "id": "SE87786c4429d348eda435248bb165c96e", - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE87786c4429d348eda435248bb165c96e", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:23:57.189Z", - "updated_at": "2022-02-04T21:23:57.189Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" - }, - "data": { - "id": "PRfea3986e080648e9bdf48ee7afe55f8f", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/environment" - }, - "data": { - "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e", - "property": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRfea3986e080648e9bdf48ee7afe55f8f", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:23:50.553Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:23:50.553Z", - "platform": "edge", - "development": false, - "token": "96e36e20746c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments", - "extensions": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions", - "rules": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules", - "self": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/PRfea3986e080648e9bdf48ee7afe55f8f", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRf89759dade834005be755c552c2bd7be", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:04.068Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:04.068Z", - "platform": "edge", - "development": false, - "token": "b5bc98e7737c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments", - "extensions": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions", - "rules": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules", - "self": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/PRf89759dade834005be755c552c2bd7be/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTd1f276622bdc4dd2afdc829b92624b97", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:24:10.464Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:24:10.464Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTd1f276622bdc4dd2afdc829b92624b97/property" - }, - "data": { - "id": "PRf89759dade834005be755c552c2bd7be", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be", - "self": "https://reactor.adobe.io/hosts/HTd1f276622bdc4dd2afdc829b92624b97" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTd1f276622bdc4dd2afdc829b92624b97", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:24:10.771Z", - "library_path": "17e0df72ece8/b5bc98e7737c", - "library_name": "launch-f34804640f86-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-f34804640f86-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.min.js" - ], - "license_path": "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.js" - }, - { - "library_name": "launch-f34804640f86-development.js", - "minified": false, - "references": [ - "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:24:10.771Z", - "status": "succeeded", - "token": "f34804640f86" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/host", - "self": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/relationships/host" - }, - "data": { - "id": "HTd1f276622bdc4dd2afdc829b92624b97", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/property" - }, - "data": { - "id": "PRf89759dade834005be755c552c2bd7be", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be", - "self": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE322f2ef49dad445bb3e4224e121ac0f3", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:11.068Z", - "updated_at": "2022-02-04T21:24:11.068Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" - }, - "data": { - "id": "PRf89759dade834005be755c552c2bd7be", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/environment" - }, - "data": { - "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3", - "property": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/:property_id/secrets", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "SE322f2ef49dad445bb3e4224e121ac0f3", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:11.068Z", - "updated_at": "2022-02-04T21:24:11.068Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" - }, - "data": { - "id": "PRf89759dade834005be755c552c2bd7be", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/environment" - }, - "data": { - "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3", - "property": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRf89759dade834005be755c552c2bd7be", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:04.068Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:04.068Z", - "platform": "edge", - "development": false, - "token": "b5bc98e7737c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments", - "extensions": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions", - "rules": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules", - "self": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/PRf89759dade834005be755c552c2bd7be", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR164615214c52438c8cd683362ddf6318", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:12.822Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:12.822Z", - "platform": "edge", - "development": false, - "token": "5bf9f97c9a6c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements", - "environments": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments", - "extensions": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions", - "rules": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules", - "self": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/PR164615214c52438c8cd683362ddf6318/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT724c81f2373545098a0f4a23c7c963eb", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:24:18.484Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:24:18.484Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT724c81f2373545098a0f4a23c7c963eb/property" - }, - "data": { - "id": "PR164615214c52438c8cd683362ddf6318", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318", - "self": "https://reactor.adobe.io/hosts/HT724c81f2373545098a0f4a23c7c963eb" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT724c81f2373545098a0f4a23c7c963eb", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN916f18ba40224a90a139f011617684ca", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:24:18.667Z", - "library_path": "17e0df72ece8/5bf9f97c9a6c", - "library_name": "launch-84007c920fdd-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-84007c920fdd-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.min.js" - ], - "license_path": "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.js" - }, - { - "library_name": "launch-84007c920fdd-development.js", - "minified": false, - "references": [ - "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:24:18.667Z", - "status": "succeeded", - "token": "84007c920fdd" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/host", - "self": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/relationships/host" - }, - "data": { - "id": "HT724c81f2373545098a0f4a23c7c963eb", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/property" - }, - "data": { - "id": "PR164615214c52438c8cd683362ddf6318", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318", - "self": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN916f18ba40224a90a139f011617684ca", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE67772015f36f4b61bca574f43742009d", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:18.941Z", - "updated_at": "2022-02-04T21:24:18.941Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" - }, - "data": { - "id": "PR164615214c52438c8cd683362ddf6318", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/environment" - }, - "data": { - "id": "EN916f18ba40224a90a139f011617684ca", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d", - "property": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/environments/:environment_id/secrets", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "SE67772015f36f4b61bca574f43742009d", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:18.941Z", - "updated_at": "2022-02-04T21:24:18.941Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" - }, - "data": { - "id": "PR164615214c52438c8cd683362ddf6318", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/environment" - }, - "data": { - "id": "EN916f18ba40224a90a139f011617684ca", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d", - "property": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR164615214c52438c8cd683362ddf6318", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:12.822Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:12.822Z", - "platform": "edge", - "development": false, - "token": "5bf9f97c9a6c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements", - "environments": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments", - "extensions": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions", - "rules": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules", - "self": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/properties/PR164615214c52438c8cd683362ddf6318", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRb21205966d41492cba32682065867412", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:20.650Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:20.650Z", - "platform": "edge", - "development": false, - "token": "8f93058d356c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments", - "extensions": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions", - "rules": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules", - "self": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/properties/PRb21205966d41492cba32682065867412/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT2185956fca304f61874ae75a0d17260c", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:24:26.290Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:24:26.290Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT2185956fca304f61874ae75a0d17260c/property" - }, - "data": { - "id": "PRb21205966d41492cba32682065867412", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412", - "self": "https://reactor.adobe.io/hosts/HT2185956fca304f61874ae75a0d17260c" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT2185956fca304f61874ae75a0d17260c", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN2001a3149dd84b9d8b16e0df8262165a", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:24:26.556Z", - "library_path": "17e0df72ece8/8f93058d356c", - "library_name": "launch-fb034f233555-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-fb034f233555-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.min.js" - ], - "license_path": "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.js" - }, - { - "library_name": "launch-fb034f233555-development.js", - "minified": false, - "references": [ - "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:24:26.556Z", - "status": "succeeded", - "token": "fb034f233555" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/host", - "self": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/relationships/host" - }, - "data": { - "id": "HT2185956fca304f61874ae75a0d17260c", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/property" - }, - "data": { - "id": "PRb21205966d41492cba32682065867412", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412", - "self": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN2001a3149dd84b9d8b16e0df8262165a", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE4aa498753b814494ad8b185c8047a886", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:26.858Z", - "updated_at": "2022-02-04T21:24:26.858Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" - }, - "data": { - "id": "PRb21205966d41492cba32682065867412", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/environment" - }, - "data": { - "id": "EN2001a3149dd84b9d8b16e0df8262165a", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886", - "property": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.get_a_secret", - "endpoint": "/secrets/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "SE4aa498753b814494ad8b185c8047a886", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:26.858Z", - "updated_at": "2022-02-04T21:24:26.858Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" - }, - "data": { - "id": "PRb21205966d41492cba32682065867412", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/environment" - }, - "data": { - "id": "EN2001a3149dd84b9d8b16e0df8262165a", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886", - "property": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRb21205966d41492cba32682065867412", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:20.650Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:20.650Z", - "platform": "edge", - "development": false, - "token": "8f93058d356c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments", - "extensions": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions", - "rules": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules", - "self": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/properties/PRb21205966d41492cba32682065867412", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:28.120Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:28.120Z", - "platform": "edge", - "development": false, - "token": "8fb1fb295f91" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments", - "extensions": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions", - "rules": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules", - "self": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT606600afbbcd4d8d98478a8887f2829f", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:24:33.680Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:24:33.680Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT606600afbbcd4d8d98478a8887f2829f/property" - }, - "data": { - "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", - "self": "https://reactor.adobe.io/hosts/HT606600afbbcd4d8d98478a8887f2829f" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT606600afbbcd4d8d98478a8887f2829f", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENc93f253b80f14297a27e68255f64757b", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:24:33.831Z", - "library_path": "17e0df72ece8/8fb1fb295f91", - "library_name": "launch-e8f04de90e31-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-e8f04de90e31-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.min.js" - ], - "license_path": "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.js" - }, - { - "library_name": "launch-e8f04de90e31-development.js", - "minified": false, - "references": [ - "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:24:33.831Z", - "status": "succeeded", - "token": "e8f04de90e31" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/host", - "self": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/relationships/host" - }, - "data": { - "id": "HT606600afbbcd4d8d98478a8887f2829f", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/property" - }, - "data": { - "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", - "self": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "ENc93f253b80f14297a27e68255f64757b", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE61352c70136e4b33bf1356e8da7e96d6", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:34.026Z", - "updated_at": "2022-02-04T21:24:34.026Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/property" - }, - "data": { - "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/environment" - }, - "data": { - "id": "ENc93f253b80f14297a27e68255f64757b", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6", - "property": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.delete_a_secret", - "endpoint": "/secrets/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:28.120Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:28.120Z", - "platform": "edge", - "development": false, - "token": "8fb1fb295f91" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments", - "extensions": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions", - "rules": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules", - "self": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:35.272Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:35.272Z", - "platform": "edge", - "development": false, - "token": "7dc356be492c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments", - "extensions": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions", - "rules": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules", - "self": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:24:40.627Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:24:40.627Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTae0290aeecd54b9f8bcd039f25ca8d29/property" - }, - "data": { - "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", - "self": "https://reactor.adobe.io/hosts/HTae0290aeecd54b9f8bcd039f25ca8d29" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:24:40.764Z", - "library_path": "17e0df72ece8/7dc356be492c", - "library_name": "launch-ab104e298c5e-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-ab104e298c5e-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.min.js" - ], - "license_path": "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.js" - }, - { - "library_name": "launch-ab104e298c5e-development.js", - "minified": false, - "references": [ - "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:24:40.764Z", - "status": "succeeded", - "token": "ab104e298c5e" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/host", - "self": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/relationships/host" - }, - "data": { - "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/property" - }, - "data": { - "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", - "self": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE35f7849f60b04f90bfdffbb3d9807e02", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:40.955Z", - "updated_at": "2022-02-04T21:24:40.955Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/property" - }, - "data": { - "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/environment" - }, - "data": { - "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02", - "property": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/secrets/:secret_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a secret note" - } - } - }, - "response": { - "data": { - "id": "NTe520638595d740d5bfdbc090a0dafb54", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:24:41.097Z", - "text": "this is a secret note" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02" - }, - "data": { - "id": "SE35f7849f60b04f90bfdffbb3d9807e02", - "type": "secrets" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02", - "self": "https://reactor.adobe.io/notes/NTe520638595d740d5bfdbc090a0dafb54" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:35.272Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:35.272Z", - "platform": "edge", - "development": false, - "token": "7dc356be492c" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments", - "extensions": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions", - "rules": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules", - "self": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRe94fe085f10544a1afafed137de96111", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:42.048Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:42.048Z", - "platform": "edge", - "development": false, - "token": "6662b63654cb" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments", - "extensions": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions", - "rules": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules", - "self": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/PRe94fe085f10544a1afafed137de96111/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTe7936b4106344e39b38b681c55f92b10", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:24:47.349Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:24:47.349Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTe7936b4106344e39b38b681c55f92b10/property" - }, - "data": { - "id": "PRe94fe085f10544a1afafed137de96111", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111", - "self": "https://reactor.adobe.io/hosts/HTe7936b4106344e39b38b681c55f92b10" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTe7936b4106344e39b38b681c55f92b10", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN01c69b55183a41348533cec046caaf49", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:24:47.490Z", - "library_path": "17e0df72ece8/6662b63654cb", - "library_name": "launch-c0ec45460261-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-c0ec45460261-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.min.js" - ], - "license_path": "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.js" - }, - { - "library_name": "launch-c0ec45460261-development.js", - "minified": false, - "references": [ - "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:24:47.490Z", - "status": "succeeded", - "token": "c0ec45460261" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/host", - "self": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/relationships/host" - }, - "data": { - "id": "HTe7936b4106344e39b38b681c55f92b10", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/property" - }, - "data": { - "id": "PRe94fe085f10544a1afafed137de96111", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111", - "self": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN01c69b55183a41348533cec046caaf49", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE1d11c16679e545d68456adb495d351ed", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:47.680Z", - "updated_at": "2022-02-04T21:24:47.680Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/property" - }, - "data": { - "id": "PRe94fe085f10544a1afafed137de96111", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/environment" - }, - "data": { - "id": "EN01c69b55183a41348533cec046caaf49", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", - "property": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/secrets/:secret_id/notes", - "method": "POST", - "request": { - "data": { - "type": "notes", - "attributes": { - "text": "this is a secret note" - } - } - }, - "response": { - "data": { - "id": "NTae3bbbe8515e4e85beab562b388b7d34", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:24:47.814Z", - "text": "this is a secret note" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed" - }, - "data": { - "id": "SE1d11c16679e545d68456adb495d351ed", - "type": "secrets" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", - "self": "https://reactor.adobe.io/notes/NTae3bbbe8515e4e85beab562b388b7d34" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_notes_for_a_secret", - "endpoint": "/secrets/:secret_id/notes", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "NTae3bbbe8515e4e85beab562b388b7d34", - "type": "notes", - "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2022-02-04T21:24:47.814Z", - "text": "this is a secret note" - }, - "relationships": { - "resource": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed" - }, - "data": { - "id": "SE1d11c16679e545d68456adb495d351ed", - "type": "secrets" - } - } - }, - "links": { - "resource": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", - "self": "https://reactor.adobe.io/notes/NTae3bbbe8515e4e85beab562b388b7d34" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRe94fe085f10544a1afafed137de96111", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:42.048Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:42.048Z", - "platform": "edge", - "development": false, - "token": "6662b63654cb" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments", - "extensions": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions", - "rules": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules", - "self": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PRe94fe085f10544a1afafed137de96111", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR182c30e79d0a430b884423ae8e39778c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:48.693Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:48.693Z", - "platform": "edge", - "development": false, - "token": "b86df85220aa" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments", - "extensions": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions", - "rules": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules", - "self": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PR182c30e79d0a430b884423ae8e39778c/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT5e03c0fe355d4be399253c009718e483", - "type": "hosts", - "attributes": { - "created_at": "2022-02-04T21:24:53.947Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2022-02-04T21:24:53.947Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT5e03c0fe355d4be399253c009718e483/property" - }, - "data": { - "id": "PR182c30e79d0a430b884423ae8e39778c", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", - "self": "https://reactor.adobe.io/hosts/HT5e03c0fe355d4be399253c009718e483" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT5e03c0fe355d4be399253c009718e483", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN7f374a0a413a4313834cf42a0900d6b4", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2022-02-04T21:24:54.127Z", - "library_path": "17e0df72ece8/b86df85220aa", - "library_name": "launch-5c575e8b486d-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-5c575e8b486d-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.min.js" - ], - "license_path": "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.js" - }, - { - "library_name": "launch-5c575e8b486d-development.js", - "minified": false, - "references": [ - "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2022-02-04T21:24:54.127Z", - "status": "succeeded", - "token": "5c575e8b486d" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/host", - "self": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/relationships/host" - }, - "data": { - "id": "HT5e03c0fe355d4be399253c009718e483", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/property" - }, - "data": { - "id": "PR182c30e79d0a430b884423ae8e39778c", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", - "self": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN7f374a0a413a4313834cf42a0900d6b4", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SE83d72ccf0c974f709459ca84c938c964", - "type": "secrets", - "attributes": { - "created_at": "2022-02-04T21:24:54.366Z", - "updated_at": "2022-02-04T21:24:54.366Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/property" - }, - "data": { - "id": "PR182c30e79d0a430b884423ae8e39778c", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/environment" - }, - "data": { - "id": "EN7f374a0a413a4313834cf42a0900d6b4", - "type": "environments" - }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964", - "property": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20core", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", - "type": "extensions", - "attributes": { - "created_at": "2022-02-04T21:24:48.728Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "core", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:24:48.728Z", - "delegate_descriptor_id": null, - "display_name": "Core", - "review_status": "unsubmitted", - "version": "1.1.3", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/property" - }, - "data": { - "id": "PR182c30e79d0a430b884423ae8e39778c", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/origin" - }, - "data": { - "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/updated_with_extension_package" - }, - "data": { - "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/extension_package" - }, - "data": { - "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", - "origin": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e", - "self": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e", - "extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/:property_id/data_elements", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "secret data element", - "delegate_descriptor_id": "core::dataElements::secret", - "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", - "type": "extensions" - } - } - }, - "type": "data_elements" - } - }, - "response": { - "data": { - "id": "DE71964c95a1684d7a9374c54a15405f2d", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:24:54.868Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "secret data element", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:24:54.868Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "core::dataElements::secret", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/property" - }, - "data": { - "id": "PR182c30e79d0a430b884423ae8e39778c", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/origin" - }, - "data": { - "id": "DE71964c95a1684d7a9374c54a15405f2d", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/extension" - }, - "data": { - "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension_package" - }, - "data": { - "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension" - }, - "data": { - "id": "EX8f56ba47047445219f623fe3c9aa8a3a", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", - "origin": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", - "self": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", - "extension": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/secrets/:secret_id/data_elements", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "DE71964c95a1684d7a9374c54a15405f2d", - "type": "data_elements", - "attributes": { - "created_at": "2022-02-04T21:24:54.868Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "secret data element", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2022-02-04T21:24:54.868Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "core::dataElements::secret", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/property" - }, - "data": { - "id": "PR182c30e79d0a430b884423ae8e39778c", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/origin" - }, - "data": { - "id": "DE71964c95a1684d7a9374c54a15405f2d", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/extension" - }, - "data": { - "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension_package" - }, - "data": { - "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension" - }, - "data": { - "id": "EX8f56ba47047445219f623fe3c9aa8a3a", - "type": "extensions" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", - "origin": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", - "self": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", - "extension": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e" - }, - "meta": { - "latest_revision_number": 0 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2022-01-19T23:43:33.070Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR182c30e79d0a430b884423ae8e39778c", - "type": "properties", - "attributes": { - "created_at": "2022-02-04T21:24:48.693Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2022-02-04T21:24:48.693Z", - "platform": "edge", - "development": false, - "token": "b86df85220aa" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments", - "extensions": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions", - "rules": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules", - "self": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PR182c30e79d0a430b884423ae8e39778c", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - } - ], - "resources_create": { - }, - "resources_update": { - }, - "forms": { - "app_configuration.patch": [ - [ - { - "app_id": { - "minLength": 1, - "required": "false", - "type": "string" - }, - "key_type": { - "enum": [ - "p8_file", - "fcm_v1", - null - ], - "required": "false", - "type": [ - "string", - "null" - ] - }, - "messaging_service": { - "enum": [ - "apns", - "fcm" - ], - "required": "false", - "type": "string" - }, - "name": { - "minLength": 1, - "required": "false", - "type": "string" - }, - "platform": { - "enum": [ - "mobile" - ], - "required": "false", - "type": "string" - }, - "push_credential": { - "additionalProperties": false, - "properties": { - "auth_provider_x509_cert_url": { - "type": "string" - }, - "auth_uri": { - "type": "string" - }, - "bundleId": { - "type": "string" - }, - "client_email": { - "type": "string" - }, - "client_id": { - "type": "string" - }, - "client_x509_cert_url": { - "type": "string" - }, - "keyId": { - "type": "string" - }, - "p8": { - "type": "string" - }, - "private_key": { - "type": "string" - }, - "private_key_id": { - "type": "string" - }, - "project_id": { - "type": "string" - }, - "teamId": { - "type": "string" - }, - "token_uri": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": "false", - "type": [ - "object", - "null" - ] - } - } - ] - ], - "app_configuration.post": [ - [ - { - "app_id": { - "minLength": 1, - "required": "true", - "type": "string" - }, - "key_type": { - "enum": [ - "p8_file", - "fcm_v1", - null - ], - "required": "false", - "type": [ - "string", - "null" - ] - }, - "messaging_service": { - "enum": [ - "apns", - "fcm" - ], - "required": "true", - "type": "string" - }, - "name": { - "minLength": 1, - "required": "true", - "type": "string" - }, - "platform": { - "enum": [ - "mobile" - ], - "required": "true", - "type": "string" - }, - "push_credential": { - "additionalProperties": false, - "properties": { - "auth_provider_x509_cert_url": { - "type": "string" - }, - "auth_uri": { - "type": "string" - }, - "bundleId": { - "type": "string" - }, - "client_email": { - "type": "string" - }, - "client_id": { - "type": "string" - }, - "client_x509_cert_url": { - "type": "string" - }, - "keyId": { - "type": "string" - }, - "p8": { - "type": "string" - }, - "private_key": { - "type": "string" - }, - "private_key_id": { - "type": "string" - }, - "project_id": { - "type": "string" - }, - "teamId": { - "type": "string" - }, - "token_uri": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": "false", - "type": [ - "object", - "null" - ] - } - } - ] - ], - "app_surface.patch": [ - [ - { - "name": { - "minLength": 1, - "required": "false", - "type": "string" - } - } - ] - ], - "app_surface.post": [ - [ - { - "name": { - "minLength": 1, - "required": "true", - "type": "string" - } - } - ] - ], - "build.patch": [ - - ], - "build.post": [ - - ], - "callback.patch": [ - [ - { - "subscriptions": { - "items": { - "minLength": 1, - "pattern": "^(host|build|callback|data_element|environment|extension|library|rule|rule_component)\\.(created|updated|deleted)$", - "type": "string" - }, - "minItems": 1, - "required": "true", - "type": "array" - }, - "url": { - "minLength": 1, - "pattern": "^(?", - "" - ] - }, - { - "Could not resolve": [ - "", - "" - ] - } - ], - "title": "Delegate Descriptor Unresolved" - }, - { - "code": "deleted-resources", - "description": "The resources that you are trying to add to your Library have been deleted.", - "http_status": 409, - "sample_details": [ - "Deleted resources cannot be added to a Library: :resource_ids" - ], - "title": "Deleted Resources" - }, - { - "code": "environment-in-use", - "description": "An Environment can only be assigned to one Library at a time. Option 1 is to choose a different environment. Option 2 is to free up this Environment by moving the Library to another Environment or deleting the Library.", - "http_status": 409, - "sample_details": [ - "Environment :environment_id is already in use by Library :library_id." - ], - "title": "Environment Already In Use" - }, - { - "code": "environment-required", - "description": "Your Library must have an Environment assigned before you can create a Build.", - "http_status": 409, - "sample_details": [ - "Library: :library_id does not have an Environment assigned" - ], - "title": "Environment Required" - }, - { - "code": "extension-not-found", - "description": "The extension that defines a data element or rule component is not included in the library. Ensure that all the required extensions have been added to your library.", - "http_status": 409, - "sample_details": [ - "Could not find Extension for :resource_type :resource_id", - "Could not find Extension for " - ], - "title": "Extension Not Found" - }, - { - "code": "extension-package-path-error", - "description": "A path defined in extension.json was incorrectly constructed.", - "http_status": 409, - "sample_details": [ - " is already a package path", - " is already a relative path", - " is already an absolute path" - ], - "title": "Extension Package Path Error" - }, - { - "code": "extension-package-transform-definition-error", - "description": "You have defined an invalid transform for an object property. Each object property can have one transform defined and it must be a file transform or a function transform.", - "http_status": 409, - "sample_details": [ - "Custom Code transform cannot be used", - "Only one transform can be defined for each object property" - ], - "title": "Extension Package Transform Definition Error" - }, - { - "code": "extension-package-zip-error", - "description": "An error occurred while unzipping the ExtensionPackage or zipping the files for distribution.", - "http_status": 409, - "sample_details": [ - "An error occured while unzipping the Extension Package" - ], - "title": "Extension Package Zip Error" - }, - { - "code": "host-in-use", - "description": "A Host may not be deleted if one or more Environments are using it.", - "http_status": 409, - "sample_details": [ - "Host :host_id cannot be removed because it is currently used by [:environment_id, ...]" - ], - "title": "Host Used By Environment(s)" - }, - { - "code": "host-required", - "description": "The Environment assigned to this Library does not have a valid Host. Check which Environment is assigned to your Library. Then assign a valid Host to that Environment.", - "sample_details": [ - "There is no Host assigned to Environment: :environment_id" - ], - "title": "Host Required" - }, - { - "code": "host-type-error", - "description": "Only SFTP Hosts need to have credentials verified before they can be used, so the pretest is only available for that Host type.", - "detail": "The Host pretest can only be performed on SFTP hosts", - "http_status": 409, - "sample_details": [ - "The Host pretest can only be performed on SFTP hosts" - ], - "title": "Host Type Error" - }, - { - "code": "id-mismatch", - "description": "The id in the payload has to match the id in the path", - "http_status": 409, - "title": "Id Mismatch" - }, - { - "code": "illegal-custom-code-transform", - "description": "You are not allowed to use the customCode transform. Please specify a function or file transform.", - "detail": "The custom code transform is not allowed", - "http_status": 409, - "sample_details": [ - "The custom code transform is not allowed" - ], - "title": "Illegal Custom Code Transform" - }, - { - "code": "ims-not-authorized", - "description": "An unknown error occurred authorizing your account. Please try again later.", - "http_status": 401, - "sample_details": [ - "User :user_id is not authorized" - ], - "title": "IMS Not Authorized" - }, - { - "code": "ims-session-error", - "description": "There is an issue with the signed-in session. Please log out and log in again.", - "http_status": 401, - "sample_details": [ - "Cannot migrate non-production environments", - "No session is available for user :user_id", - "There was an issue setting the Active Org for user :user_id" - ], - "title": "IMS Session Error" - }, - { - "code": "internal-error", - "description": "An internal error occurred. Please wait a few minutes and try again. If the issue persists, please contact Client Care.", - "detail": "An internal error occurred. Please wait a few minutes and try again. If the issue persists, please contact Client Care.", - "http_status": 500, - "sample_details": [ - "An internal error occurred. Please wait a few minutes and try again. If the issue persists, please contact Client Care." - ], - "title": "Internal Error" - }, - { - "code": "invalid-data_element", - "description": "An invalid data element cannot be added to a library.", - "http_status": 409, - "sample_details": [ - "Data element DE4bc8e966f2664fd9a08fd75b329d3177 cannot be revised because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has been deleted", - "Data element DE4bc8e966f2664fd9a08fd75b329d3177 cannot be revised because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has failed", - "Data element DE4bc8e966f2664fd9a08fd75b329d3177 is invalid because it is deleted", - "Data element DE4bc8e966f2664fd9a08fd75b329d3177 is invalid because it is head", - "Data element DE4bc8e966f2664fd9a08fd75b329d3177 is invalid because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has failed" - ], - "title": "Invalid data_element" - }, - { - "code": "invalid-embed_code", - "description": "Either this is not a valid DTM embed code or you're trying to link it to a Launch Development or Staging Environment. DTM embed codes can only be linked to Launch Production Environments.", - "http_status": 409, - "sample_details": [ - ":embed_code is not a valid DTM embed code", - "This Environmment is not a Production Environment" - ], - "title": "Invalid embed_code" - }, - { - "code": "invalid-extension", - "description": "An invalid extension cannot be added to a library.", - "http_status": 409, - "sample_details": [ - "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 cannot be revised because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has been deleted", - "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 cannot be revised because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which is pending", - "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 is invalid because it is deleted", - "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 is invalid because it is head", - "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 is invalid because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has failed" - ], - "title": "Invalid extension" - }, - { - "code": "invalid-extension_package_id", - "description": "You can only modify some of the object properties of an Extension Package. You tried to modify one of the ones that is not allowed.", - "http_status": 409, - "sample_details": [ - "An Extension cannot be upgraded while it is in a Library in the 'Submitted' or 'Approved' state", - "You are not allowed to modify the 'name' property of an Extension Package", - "You are not allowed to modify the 'platform' property of an Extension Package" - ], - "title": "Invalid extension_package_id" - }, - { - "code": "invalid-new-owner-org-id", - "description": "The Org ID you tried to assign is not a valid Org ID.", - "sample_details": [ - "@brobison lets chat about this /lib/extension_package_owner_org_id_migrator.rb", - "Spencer will do this?", - "company with :owner_org_id org_id should exist", - "name, platform and owner_org_id are required" - ], - "title": "Invalid New Owner Org Id" - }, - { - "code": "invalid-org", - "description": "Your active Org doesn't have Launch access. Check that you're using the correct Org.", - "detail": "This active Org does not have access to Launch", - "http_status": 409, - "sample_details": [ - "Org must match at least one provisioned organization", - "This active Org does not have access to Launch" - ], - "title": "Invalid Org" - }, - { - "code": "invalid-property", - "description": "A secret can only be added to an edge property.", - "http_status": 409, - "sample_details": [ - "Property PR5c9cd7e46dd443d7bd7178c07ca4470a is not an edge property" - ], - "title": "Invalid property" - }, - { - "code": "invalid-rule", - "description": "An invalid rule cannot be added to a library.", - "http_status": 409, - "sample_details": [ - "Rule RL4bc8e966f2664fd9a08fd75b329d3177 cannot be revised because its rule component RCffffe9029d77446b800e1135ee2640c6 relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has been deleted", - "Rule RL4bc8e966f2664fd9a08fd75b329d3177 cannot be revised because its rule component RCffffe9029d77446b800e1135ee2640c6 relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which is pending", - "Rule RL4bc8e966f2664fd9a08fd75b329d3177 is invalid because it is deleted", - "Rule RL4bc8e966f2664fd9a08fd75b329d3177 is invalid because it is head", - "Rule RL4bc8e966f2664fd9a08fd75b329d3177 is invalid because its rule component RCffffe9029d77446b800e1135ee2640c6 relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has failed" - ], - "title": "Invalid rule" - }, - { - "code": "invalid-settings-syntax", - "description": "A syntax error was encountered while parsing the settings JSON.", - "detail": "The settings block is not valid JSON", - "http_status": 409, - "sample_details": [ - "unexpected token at '}'" - ], - "title": "Invalid Settings Syntax" - }, - { - "code": "library-file-not-found", - "description": "A required file defined in extension.json could not be found inside the zip package.", - "http_status": 409, - "sample_details": [ - "No such file or directory - " - ], - "title": "Library File Not Found" - }, - { - "code": "minification-error", - "description": "The code could not be compiled due to invalid code or ES6 code.", - "http_status": 409, - "sample_details": [ - "", - "JavaScript error encountered in file : " - ], - "title": "Minification error" - }, - { - "code": "multiple-revisions", - "description": "Only one revision of each resource can be included in a library.", - "http_status": 409, - "sample_details": [ - "You may only have one revision of each resource in a Library" - ], - "title": "Multiple Revisions" - }, - { - "code": "no-available-orgs", - "description": "This user account does not belong to a product profile that has access to Launch. Use the Admin Console to add this user to a product profile with Launch rights.", - "http_status": 401, - "sample_details": [ - "User ID :user_id is not authorized for Launch access with any organizations" - ], - "title": "No Available Orgs" - }, - { - "code": "not-authorized", - "description": "This user account does not have the necessary permissions to perform this action.", - "http_status": 403, - "title": "Not Authorized" - }, - { - "code": "not-found", - "description": "The record could not be found. Verify the id of the object that you're trying to retrieve.", - "http_status": 409, - "sample_details": [ - "Could not find Environment :environment_id", - "Could not find Resource :resource_id", - "Could not find release :release_id" - ], - "title": "Record Not Found" - }, - { - "code": "not-unique", - "description": "The name you are trying to use is already in use. For this resource, the 'name' property must be unique.", - "http_status": 409, - "title": "Record Not Unique" - }, - { - "code": "provisioning-error", - "description": "An unexpected error occurred. You should contact Customer Care to complete provisioning.", - "detail": "Provisioning error - please contact Customer Care to complete provisioning", - "http_status": 500, - "sample_details": [ - "NA" - ], - "title": "Provisioning Error" - }, - { - "code": "public-release-not-authorized", - "description": "Public release of extensions is coordinated by launch-ext-dev@adobe.com.", - "detail": "Public release of extensions is coordinated by launch-ext-dev@adobe.com", - "http_status": 403, - "title": "Release To Public Not Authorized" - }, - { - "code": "read-only", - "description": "This resource is read-only and cannot be modified.", - "http_status": 409, - "sample_details": [ - "Cannot change a library that is not in a \"development\" state", - "Cannot perform :action on a library unless it is in the \"development\" state.", - "Release release_id is read only", - "Resource :resource_id is read only", - "Rule :rule_id is deleted" - ], - "title": "Read Only Record" - }, - { - "code": "secret-connection-refused-error", - "description": "The connection to the provided authorization_url was refused. Please check your credentials or try again later.", - "detail": "The connection to the provided authorization_url was refused. Please check your credentials or try again later.", - "title": "Secret Connection Refused Error" - }, - { - "code": "secret-forbidden-error", - "description": "The authorization_url responded with 403. This usually means that authorization_url is not correct.", - "detail": "The request to the provided authorization_url was forbbiden. Please check your credentials.", - "title": "Secret Forbidden Error" - }, - { - "code": "secret-invalid-domain-error", - "description": "The provided authorization_url domain cannot be resolved and it is considered invalid.", - "detail": "The provided authorization_url domain is invalid. Please check your credentials.", - "title": "Secret Invalid Domain Error" - }, - { - "code": "secret-invalid-response-error", - "description": "The authorization_url is expected to respond with 2xx. If this is not happening, the response is considered invalid.", - "detail": "The provided authorization_url responded with an error status code. Please check your credentials or try again later.", - "title": "Secret Invalid Response Error" - }, - { - "code": "secret-not-found-error", - "description": "The authorization_url responded with 404. This usually means that authorization_url is not correct.", - "detail": "The provided authorization_url has an incorrect path. Please check your credentials.", - "title": "Secret Not Found Error" - }, - { - "code": "secret-processing-error", - "description": "An unknown error occurred while processing the secret. Please try again later or contact Customer Care.", - "detail": "An unknown error occurred while processing the secret. Please try again later or contact Customer Care.", - "title": "Secret Processing Error" - }, - { - "code": "secret-timeout-error", - "description": "The request to the provided authorization_url times out after 60s.", - "detail": "The request to the provided authorization_url timed out. Please check your credentials or try again later.", - "title": "Secret Timeout Error" - }, - { - "code": "secret-unauthorized-error", - "description": "The authorization_url responded with 401. This usually means that the client_id and client_secret failed to be authorized.", - "detail": "The authorization failed for the provided client_id and client_secret. Please check your credentials.", - "title": "Secret Unauthorized Error" - }, - { - "code": "server-side-deployment-error", - "description": "An unexpected error occurred. You can try again later or give Customer Care a call and explain what you were doing when it happened.", - "detail": "Server Side Deployment Error - please try again later or contact Customer Care", - "http_status": 500, - "sample_details": [ - "NA" - ], - "title": "Server Side Deployment Error" - }, - { - "code": "session-timeout", - "description": "The user session has expired. Please log out and log in again.", - "detail": "User session has timed out", - "http_status": 401, - "sample_details": [ - "User session has timed out" - ], - "title": "Session Timeout" - }, - { - "code": "sftp-authentication-failed", - "description": "Authentication failed for the SFTP connection.", - "http_status": 409, - "sample_details": [ - "NA" - ], - "title": "SFTP Authentication Failed" - }, - { - "code": "sftp-connection-timeout", - "description": "The SFTP connection has timed out.", - "detail": "The SFTP connection has timed out.", - "http_status": 409, - "sample_details": [ - "The SFTP connection has timed out." - ], - "title": "SFTP Connection Timeout" - }, - { - "code": "sftp-exception", - "description": "An exception was encountered when using SFTP to connect to the server.", - "http_status": 409, - "sample_details": [ - "NA" - ], - "title": "SFTP Exception" - }, - { - "code": "sftp-status-exception", - "description": "An SFTP exception was encountered while trying to communicate with the server.", - "http_status": 409, - "sample_details": [ - "NA" - ], - "title": "SFTP Status Exception" - }, - { - "code": "socket-error", - "description": "A socket error was encountered while trying to communicate with the server.", - "http_status": 409, - "sample_details": [ - "NA" - ], - "title": "Socket Error" - }, - { - "code": "ssh-disconnect", - "description": "The SSH session was disconnected.", - "http_status": 409, - "sample_details": [ - "NA" - ], - "title": "SSH Disconnect" - }, - { - "code": "timeout-error", - "description": "The connection with the server timed out.", - "http_status": 409, - "sample_details": [ - "NA" - ], - "title": "Timeout Error" - }, - { - "code": "unknown-error", - "description": "An unexpected error occurred. You can try again later or give Customer Care a call and explain what you were doing when it happened.", - "detail": "Unknown error - please try again later or contact Customer Care", - "http_status": 500, - "sample_details": [ - "NA", - "Unknown error, please try again later or contact Customer Care" - ], - "title": "Unknown Error" - }, - { - "code": "unsupported-custom-code-language", - "description": "A custom code language was supplied that is not supported.", - "detail": "The language must be either HTML or Javascript.", - "http_status": 409, - "sample_details": [ - "Language must be either HTML or Javascript" - ], - "title": "Unsupported Custom Code Language" - }, - { - "code": "unsupported-ecma-version", - "description": "The library modules contain code written in an ECMAScript version that is not supported.", - "detail": "Code using an unsupported ECMAScript version was detected", - "http_status": 409, - "sample_details": [ - "NA" - ], - "title": "Unsupported ECMA Version" - }, - { - "code": "upgraded-extension-required", - "description": "Once you've installed an extension upgrade, you must include it in all Libraries until the upgrade gets to Production. The only exception is if the extension has not been published yet.", - "http_status": 409, - "sample_details": [ - "This Library must include the newly upgraded extension(s): [:extension_id]" - ], - "title": "Upgraded Extension Required" - }, - { - "code": "upstream-build-required", - "description": "A successful Build for the upstream Library is required before you can build this one.", - "detail": "A successful Build for the upstream Library is required before you can build this one", - "http_status": 409, - "sample_details": [ - "No successful build found for upstream library" - ], - "title": "Upstream Build Required" - } - ], - "filterable_attributes": { - "app_configuration": [ - "created_at", - "updated_at", - "app_id", - "key_type", - "messaging_service", - "name", - "platform" - ], - "app_surface": [ - "created_at", - "updated_at", - "name" - ], - "audit_event": [ - "created_at", - "updated_at", - "type_of" - ], - "build": [ - "created_at", - "updated_at", - "status", - "token" - ], - "callback": [ - "created_at", - "updated_at" - ], - "company": [ - "created_at", - "updated_at", - "name", - "org_id", - "token" - ], - "data_element": [ - "created_at", - "updated_at", - "enabled", - "name", - "dirty", - "origin_id", - "published", - "published_at", - "revision_number" - ], - "environment": [ - "created_at", - "updated_at", - "archive", - "name", - "stage", - "token" - ], - "extension": [ - "created_at", - "updated_at", - "display_name", - "enabled", - "name", - "version", - "dirty", - "origin_id", - "published", - "published_at", - "revision_number" - ], - "extension_package": [ - "created_at", - "updated_at", - "availability", - "display_name", - "name", - "status", - "version", - "platform" - ], - "extension_package_versions": [ - "created_at", - "updated_at", - "availability", - "display_name", - "status", - "version" - ], - "group": [ - "created_at", - "updated_at" - ], - "host": [ - "created_at", - "updated_at", - "name", - "type_of" - ], - "library": [ - "created_at", - "updated_at", - "name", - "published_at", - "state", - "stale" - ], - "note": [ - "created_at", - "updated_at", - "text" - ], - "property": [ - "created_at", - "updated_at", - "enabled", - "name", - "copying", - "platform", - "token" - ], - "rule_component": [ - "created_at", - "updated_at", - "enabled", - "name", - "negate", - "dirty", - "origin_id", - "published", - "published_at", - "revision_number" - ], - "rule": [ - "created_at", - "updated_at", - "enabled", - "name", - "dirty", - "origin_id", - "published", - "published_at", - "revision_number" - ], - "secret": [ - "created_at", - "updated_at", - "status", - "name", - "type_of", - "environment_id" - ], - "user": [ - "created_at", - "updated_at", - "adobe_id" - ] - }, - "schemas": { - "fixtures/rule.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the extension configuration.", - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - } - }, - "required": [ - "created_at", - "deleted_at", - "dirty", - "enabled", - "name", - "updated_at", - "revision_number", - "published", - "published_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "rule_components": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" - }, - "origin": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rule_components": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "libraries", - "rule_components", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "included": { - "description": "To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \"compound documents\".", - "type": "array", - "items": { - "description": "\"Resource objects\" appear in a JSON API document to represent resources.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "attributes": { - "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", - "type": "object", - "patternProperties": { - "^(?!relationships$|links$)\\w[-\\w_]*$": { - "description": "Attributes may contain any valid JSON value." - } - }, - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/extension_packages.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "actions": { - "description": "Available Action Delegates", - "type": [ - "array", - "null" - ] - }, - "author": { - "description": "Extension Package Author", - "type": [ - "null", - "object" - ] - }, - "availability": { - "description": "Extension Package availability", - "type": "string", - "enum": [ - "development", - "public", - "private" - ] - }, - "cdn_path": { - "description": "URL for the extension assets (via CDN).", - "type": [ - "null", - "string" - ] - }, - "conditions": { - "description": "Available Condition Delegates", - "type": [ - "array", - "null" - ] - }, - "configuration": { - "description": "Configuration Delegate", - "type": [ - "null", - "object" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "data_elements": { - "description": "Available Data Element Delegates", - "type": [ - "array", - "null" - ] - }, - "description": { - "description": "Details about the extension.", - "type": [ - "null", - "string" - ] - }, - "discontinued": { - "description": "Disallow use of this package.", - "type": "boolean" - }, - "display_name": { - "description": "Name of the extension.", - "type": [ - "null", - "string" - ] - }, - "ecma_version": { - "description": "ECMAScript version used in the JS files.", - "type": [ - "null", - "string" - ] - }, - "events": { - "description": "Available Event Delegates", - "type": [ - "array", - "null" - ] - }, - "exchange_url": { - "description": "Unique url of the extension.", - "type": [ - "null", - "string" - ] - }, - "hosted_lib_files": { - "description": "Lib files that are hosted", - "type": [ - "array", - "null" - ] - }, - "icon_path": { - "description": "Relative URL of the display icon for the extension.", - "type": [ - "null", - "string" - ] - }, - "name": { - "description": "Unique name of the extension.", - "type": [ - "null", - "string" - ] - }, - "resources": { - "description": "Turbine resources exposed by the extension.", - "type": [ - "array", - "null" - ] - }, - "shared_modules": { - "description": "Shared Modules", - "type": [ - "array", - "null" - ] - }, - "main": { - "description": "Module that will be run when Turbine is initialized", - "type": [ - "string", - "null" - ] - }, - "owner_org_id": { - "description": "The id of the organization that owns the extension", - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "status": { - "description": "Describes the current status: 'pending', 'success' or 'error'.", - "type": "string", - "enum": [ - "failed", - "pending", - "succeeded" - ] - }, - "platform": { - "description": "The type of the extension.", - "anyOf": [ - { - "type": "string", - "enum": [ - "web", - "mobile", - "edge" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "description": "Version of the extension.", - "type": [ - "null", - "string" - ] - }, - "view_base_path": { - "description": "Relative path of the extension views folder.", - "type": [ - "null", - "string" - ] - }, - "repositories": { - "description": "Mobile repositories", - "type": [ - "array", - "null" - ] - } - }, - "required": [ - "actions", - "cdn_path", - "conditions", - "configuration", - "created_at", - "data_elements", - "display_name", - "ecma_version", - "events", - "exchange_url", - "name", - "owner_org_id", - "resources", - "status", - "platform", - "updated_at", - "version", - "view_base_path" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EP[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": [ - "object" - ], - "properties": { - "status_details": { - "type": [ - "null", - "object" - ] - } - } - }, - "type": { - "type": "string", - "enum": [ - "extension_packages" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/edge_error_metrics.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "hits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "count": { - "type": "integer" - }, - "response_code": { - "type": "string" - } - }, - "required": [ - "count", - "response_code" - ], - "additionalProperties": false - } - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "hits", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "edge_error_metrics" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - } - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/data_elements.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "clean_text": { - "description": "Remove leading and trailing whitespace", - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": "string" - }, - "default_value": { - "description": "Value to return if data element evaluates to undefined", - "type": [ - "null", - "string" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "force_lower_case": { - "description": "Convert value to lowercase", - "type": "boolean" - }, - "name": { - "description": "User provided name for data element", - "type": "string" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "storage_duration": { - "anyOf": [ - { - "description": "Duration to cache data element value", - "type": "string", - "enum": [ - "pageview", - "session", - "visitor" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "enabled", - "force_lower_case", - "name", - "published", - "published_at", - "review_status", - "revision_number", - "settings", - "storage_duration", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "DE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "origin": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "libraries", - "revisions", - "origin", - "property", - "extension" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "data_elements" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/host.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "server": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": [ - "null", - "string" - ] - }, - "port": { - "type": [ - "null", - "integer" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "type_of": { - "type": "string", - "enum": [ - "akamai", - "sftp", - "cloudflare_worker" - ] - }, - "username": { - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "server", - "name", - "path", - "port", - "status", - "type_of", - "updated_at", - "username" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "HT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/hosts/HT[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "hosts" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/library_relationships.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "(?:RL|EX|DE)[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "data_elements", - "extensions", - "rules" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/resources" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/resources" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/library_rules.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/rules" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/rules" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/environments.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "archive": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "library_path": { - "type": "string" - }, - "library_name": { - "type": "string", - "minLength": 1 - }, - "library_entry_points": { - "type": "array", - "items": { - "type": "object", - "properties": { - "library_name": { - "type": "string", - "minLength": 1 - }, - "minified": { - "type": "boolean" - }, - "references": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - } - } - } - } - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": [ - "null", - "string" - ] - }, - "stage": { - "type": "string", - "enum": [ - "development", - "staging", - "production" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": "string" - } - }, - "required": [ - "archive", - "created_at", - "library_name", - "library_entry_points", - "name", - "path", - "stage", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EN[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "archive_encrypted": { - "type": "boolean" - }, - "download_link": { - "type": "string" - }, - "status_details": { - "type": "string" - }, - "dtm_linked": { - "type": "boolean" - }, - "script_sources": { - "type": [ - "null", - "array" - ], - "items": { - "type": "object", - "properties": { - "display_name": { - "type": "string", - "minLength": 1 - }, - "minified": { - "type": "string", - "minLength": 1 - }, - "license_path": { - "type": "string", - "minLength": 1 - }, - "debug": { - "type": "string", - "minLength": 1 - } - }, - "additional_items": false - } - } - }, - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "host": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "host", - "builds", - "library", - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "environments" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/rule_components.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "description": "Identifier for Delegate Descriptor", - "type": [ - "string", - "null" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "negate": { - "type": "boolean" - }, - "name": { - "description": "Name of the rule component", - "type": "string" - }, - "order": { - "description": "Order to load the component by type", - "type": [ - "null", - "number" - ] - }, - "rule_order": { - "description": "Priority for the associated rule to fire", - "type": "number" - }, - "timeout": { - "description": "Timeout of the action that is executed in sequence", - "type": "number" - }, - "delay_next": { - "description": "Delay later actions", - "type": "boolean" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "oneOf": [ - { - "type": "string", - "format": "date-time" - }, - { - "type": "null" - } - ] - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "order", - "published", - "published_at", - "settings", - "updated_at", - "revision_number" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RC[a-zA-Z0-9]{32}" - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "rules", - "origin", - "extension" - ], - "additionalProperties": false - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "rules": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" - }, - "origin": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rule_components" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/errors.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "description": "\"Error\" object", - "type": "object", - "properties": { - "errors": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "description": "A unique identifier for this particular occurrence of the problem.", - "type": "string" - }, - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "status": { - "description": "The HTTP status code applicable to this problem, expressed as a string value.", - "type": "string" - }, - "code": { - "description": "An application-specific error code, expressed as a string value.", - "type": "string" - }, - "title": { - "description": "A short, human-readable summary of the problem. It **SHOULD NOT** change from occurrence to occurrence of the problem, except for purposes of localization.", - "type": "string" - }, - "detail": { - "description": "A human-readable explanation specific to this occurrence of the problem.", - "type": "string" - }, - "source": { - "type": "object", - "properties": { - "pointer": { - "description": "A JSON Pointer [RFC6901] to the associated entity in the request document [e.g. \"/data\" for a primary data object, or \"/data/attributes/title\" for a specific attribute].", - "type": "string" - }, - "parameter": { - "description": "A string indicating which query parameter caused the error.", - "type": "string" - } - } - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - } - }, - "required": [ - "errors" - ], - "additionalProperties": false - }, - "fixtures/app_surface.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "name": { - "description": "Name of the app surface.", - "type": "string" - } - }, - "required": [ - "created_at", - "updated_at", - "name" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AS[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "company" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "icon": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company" - ] - }, - "type": { - "type": "string", - "enum": [ - "app_surfaces" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/company.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "name": { - "description": "Name of the customer or representative of the business.", - "type": "string" - }, - "org_id": { - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": "string" - }, - "cjm_enabled": { - "type": "boolean" - }, - "edge_enabled": { - "type": "boolean" - }, - "edge_events_allotment": { - "type": [ - "null", - "number" - ] - }, - "edge_fanout_ratio": { - "type": [ - "null", - "number" - ] - }, - "premium_cdn_enabled": { - "type": "boolean" - }, - "sla_enabled": { - "type": "boolean" - } - }, - "required": [ - "created_at", - "name", - "org_id", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "CO[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - }, - "properties": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}/properties" - } - }, - "required": [ - "self", - "properties" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "rights": { - "type": "array", - "items": { - "type": [ - "null", - "string" - ] - } - }, - "platform_rights": { - "type": "object", - "properties": { - "web": { - "type": "array", - "items": { - "type": [ - "null", - "string" - ] - } - }, - "mobile": { - "type": "array", - "items": { - "type": [ - "null", - "string" - ] - } - } - } - } - } - }, - "relationships": { - "type": "object", - "properties": { - "properties": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "properties" - ] - }, - "type": { - "type": "string", - "enum": [ - "companies" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/library_environment.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "oneOf": [ - { - "type": "null" - }, - { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "EN[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "environments" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - ] - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/environment" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/environment" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/edge_performance_metrics.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "hits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "compute_mean": { - "type": "number" - }, - "compute_max": { - "type": "number" - } - }, - "required": [ - "compute_mean", - "compute_max" - ], - "additionalProperties": false - } - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "hits", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "edge_performance_metrics" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - } - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/app_surface_app_configurations.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "AC[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "app_configurations" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/app_configurations" - }, - "self": { - "type": "string", - "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/relationships/app_configurations" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/app_configuration_app_surfaces.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "AS[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "app_surfaces" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/app_surfaces" - }, - "self": { - "type": "string", - "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/relationships/app_surfaces" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/audit_events.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "attributed_to_display_name": { - "type": [ - "null", - "string" - ] - }, - "attributed_to_email": { - "type": [ - "null", - "string" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string" - }, - "entity": { - "description": "Snapshot of the resource at the time of the event.", - "type": "string" - }, - "type_of": { - "type": "string" - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "attributed_to_display_name", - "attributed_to_email", - "created_at", - "entity", - "type_of", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "entity": { - "type": "string", - "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" - }, - "property": { - "oneOf": [ - { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - } - }, - "required": [ - "entity", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "property_name": { - "type": [ - "string", - "null" - ] - } - }, - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "audit_events" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/resources_libraries.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "LB[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "libraries" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/(?:data_elements|extensions|rules)/(?:DE|EX|RL)[a-zA-Z0-9]{32}/relationships/libraries" - }, - "related": { - "type": "string", - "pattern": "/(?:data_elements|extensions|rules)/(?:DE|EX|RL)[a-zA-Z0-9]{32}/libraries" - } - }, - "required": [ - "self", - "related" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/properties.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - }, - "uniqueItems": true - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the property.", - "type": "string" - }, - "undefined_vars_return_empty": { - "type": "boolean" - }, - "rule_component_sequencing_enabled": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "platform": { - "type": "string", - "enum": [ - "web", - "mobile", - "edge" - ] - }, - "ssl_enabled": { - "type": "boolean" - }, - "privacy": { - "type": "string", - "enum": [ - "optedin", - "optedout", - "unknown" - ] - }, - "development": { - "type": "boolean" - }, - "token": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "approvals_open_count": { - "type": "integer" - }, - "approvals_rejected_count": { - "type": "integer" - }, - "approvals_unassigned_count": { - "type": "integer" - }, - "last_published_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "approvals_open_count", - "approvals_rejected_count", - "approvals_unassigned_count", - "last_published_at" - ], - "additionalProperties": false - } - }, - "anyOf": [ - { - "properties": { - "platform": { - "enum": [ - "web" - ] - } - }, - "required": [ - "domains", - "enabled", - "name", - "undefined_vars_return_empty", - "rule_component_sequencing_enabled", - "created_at", - "updated_at", - "platform" - ] - }, - { - "properties": { - "platform": { - "enum": [ - "mobile" - ] - } - }, - "required": [ - "name", - "created_at", - "updated_at", - "platform", - "ssl_enabled", - "privacy" - ] - }, - { - "properties": { - "platform": { - "enum": [ - "edge" - ] - } - }, - "required": [ - "enabled", - "name", - "created_at", - "updated_at", - "platform" - ] - } - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - }, - "data_elements": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" - }, - "environments": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" - }, - "extensions": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" - }, - "rules": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" - } - }, - "required": [ - "self", - "company", - "environments", - "extensions", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "callbacks": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "hosts": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environments": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company", - "callbacks", - "hosts", - "environments", - "libraries", - "data_elements", - "extensions", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "properties" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/library_relationships_data_elements.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "DE[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "data_elements" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/data_elements" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/data_elements" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/callback.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "subscriptions": { - "type": "array", - "minItems": 1, - "items": { - "type": "string", - "minLength": 1 - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "url": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "subscriptions", - "url" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "CB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "callbacks" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/users.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "active_org": { - "type": [ - "string", - "null" - ], - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "adobe_id": { - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@.*" - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "display_name": { - "type": [ - "string", - "null" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "ims_organizations": { - "type": [ - "array", - "null" - ] - }, - "ims_profile": { - "type": [ - "object", - "null" - ] - }, - "rights": { - "type": "array", - "items": { - "type": "string" - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "adobe_id", - "created_at", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "UR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/users/UR[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "users" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/secrets.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "type_of": { - "type": "string", - "enum": [ - "oauth2", - "simple-http", - "token" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "failed", - "succeeded" - ] - }, - "name": { - "description": "Secret name.", - "type": "string" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "activated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "refresh_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "expires_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "credentials": { - "type": "object" - } - }, - "required": [ - "created_at", - "updated_at", - "credentials" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "SE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/secrets/SE[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/secrets/SE[a-zA-Z0-9]{32}/property" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "refresh_attempts": { - "type": "integer" - }, - "refresh_status": { - "type": "string" - }, - "refresh_status_details": { - "type": "object" - }, - "status_details": { - "type": "object" - }, - "test_exchange": { - "type": "object" - } - }, - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "environment" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "secrets" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/note.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "author_display_name": { - "type": "string" - }, - "author_email": { - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "text": { - "description": "Content of the note", - "type": "string" - } - }, - "required": [ - "author_display_name", - "author_email", - "text" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "NT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/notes/NT[a-zA-Z0-9]{32}" - }, - "resource": { - "type": "string", - "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL|secrets/SE)[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "resource" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "resource": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "notes" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/app_configuration.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "app_id": { - "description": "The third party id of the application", - "type": "string" - }, - "name": { - "description": "Name of the app configuration.", - "type": "string" - }, - "platform": { - "type": "string", - "enum": [ - "mobile" - ] - }, - "messaging_service": { - "type": "string", - "enum": [ - "fcm", - "apns" - ] - }, - "key_type": { - "type": [ - "string", - "null" - ], - "enum": [ - "fcm_v1", - "p8_file", - null - ] - } - }, - "required": [ - "created_at", - "updated_at", - "app_id", - "name", - "platform", - "messaging_service" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AC[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "company" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "icon": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company" - ] - }, - "type": { - "type": "string", - "enum": [ - "app_configurations" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/resources.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "anyOf": [ - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": [ - "string", - "null" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "display_name": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "type": "string" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "display_name", - "enabled", - "name", - "revision_number", - "published", - "published_at", - "settings", - "updated_at", - "version" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EX[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "extension_package": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - "latest_extension_package": { - "oneOf": [ - { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - }, - "origin": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - } - }, - "required": [ - "latest_extension_package", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "upgrade_extension_package_id": { - "type": "string", - "pattern": "EP[a-zA-Z0-9]{32}" - }, - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "extension_package", - "libraries", - "origin", - "property", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "extensions" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "clean_text": { - "description": "Remove leading and trailing whitespace", - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": "string" - }, - "default_value": { - "description": "Value to return if data element evaluates to undefined", - "type": [ - "null", - "string" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "force_lower_case": { - "description": "Convert value to lowercase", - "type": "boolean" - }, - "name": { - "description": "User provided name for data element", - "type": "string" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "storage_duration": { - "anyOf": [ - { - "description": "Duration to cache data element value", - "type": "string", - "enum": [ - "pageview", - "session", - "visitor" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "enabled", - "force_lower_case", - "name", - "published", - "published_at", - "review_status", - "revision_number", - "settings", - "storage_duration", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "DE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "origin": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "libraries", - "revisions", - "origin", - "property", - "extension" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "data_elements" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the extension configuration.", - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - } - }, - "required": [ - "created_at", - "deleted_at", - "dirty", - "enabled", - "name", - "updated_at", - "revision_number", - "published", - "published_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "rule_components": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" - }, - "origin": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rule_components": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "libraries", - "rule_components", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - ] - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/environment_host.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "HT[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "hosts" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}/host" - }, - "self": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}/relationships/host" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/library_relationships_rules.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/rules" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/rules" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/edge_usage_metrics.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "hits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "egress_count": { - "type": "number" - }, - "egress_failed_count": { - "type": "number" - }, - "egress_succeeded_count": { - "type": "number" - }, - "ingress_count": { - "type": "number" - }, - "total_count": { - "type": "number" - } - }, - "required": [ - "egress_count", - "egress_failed_count", - "egress_succeeded_count", - "ingress_count", - "total_count" - ], - "additionalProperties": false - } - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "hits", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "edge_usage_metrics" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - } - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/icon.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "status": { - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "url", - "status" - ], - "additionalProperties": false - }, - "meta": { - "type": [ - "object" - ], - "properties": { - "status_details": { - "type": [ - "null", - "object" - ] - } - } - }, - "id": { - "type": "string", - "pattern": "IC[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/icons/IC[a-zA-Z0-9]{32}" - }, - "resource": { - "type": "string", - "pattern": "/(app_configurations/AC|app_surfaces/AS)[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "resource" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "resource": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "icons" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/extensions.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": [ - "string", - "null" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "display_name": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "type": "string" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "display_name", - "enabled", - "name", - "revision_number", - "published", - "published_at", - "settings", - "updated_at", - "version" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EX[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "extension_package": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - "latest_extension_package": { - "oneOf": [ - { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - }, - "origin": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - } - }, - "required": [ - "latest_extension_package", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "upgrade_extension_package_id": { - "type": "string", - "pattern": "EP[a-zA-Z0-9]{32}" - }, - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "extension_package", - "libraries", - "origin", - "property", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "extensions" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/app_configurations.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "app_id": { - "description": "The third party id of the application", - "type": "string" - }, - "name": { - "description": "Name of the app configuration.", - "type": "string" - }, - "platform": { - "type": "string", - "enum": [ - "mobile" - ] - }, - "messaging_service": { - "type": "string", - "enum": [ - "fcm", - "apns" - ] - }, - "key_type": { - "type": [ - "string", - "null" - ], - "enum": [ - "fcm_v1", - "p8_file", - null - ] - } - }, - "required": [ - "created_at", - "updated_at", - "app_id", - "name", - "platform", - "messaging_service" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AC[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "company" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "icon": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company" - ] - }, - "type": { - "type": "string", - "enum": [ - "app_configurations" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/library_data_elements.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "DE[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "data_elements" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/data_elements" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/data_elements" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/notes.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "author_display_name": { - "type": "string" - }, - "author_email": { - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "text": { - "description": "Content of the note", - "type": "string" - } - }, - "required": [ - "author_display_name", - "author_email", - "text" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "NT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/notes/NT[a-zA-Z0-9]{32}" - }, - "resource": { - "type": "string", - "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL|secrets/SE)[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "resource" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "resource": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "notes" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/user.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "active_org": { - "type": [ - "string", - "null" - ], - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "adobe_id": { - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@.*" - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "display_name": { - "type": [ - "string", - "null" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "ims_organizations": { - "type": [ - "array", - "null" - ] - }, - "ims_profile": { - "type": [ - "object", - "null" - ] - }, - "rights": { - "type": "array", - "items": { - "type": "string" - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "adobe_id", - "created_at", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "UR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/users/UR[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "users" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/library.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "build_required": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string", - "minLength": 1 - }, - "name": { - "type": "string" - }, - "published_at": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "state": { - "type": "string", - "enum": [ - "development", - "submitted", - "rejected", - "approved", - "published" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "build_required", - "created_at", - "name", - "published_at", - "state", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "LB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - } - }, - "required": [ - "property", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "build_status": { - "type": [ - "null", - "string" - ] - }, - "build_required_detail": { - "type": "string" - }, - "currently_live": { - "type": "boolean" - } - }, - "required": [ - "build_status" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "upstream_library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "last_build": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "builds", - "environment", - "data_elements", - "extensions", - "rules", - "property" - ] - }, - "type": { - "enum": [ - "libraries" - ], - "type": "string" - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/library_relationships_extensions.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "EX[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "extensions" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/extensions" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/extensions" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/data_element.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "clean_text": { - "description": "Remove leading and trailing whitespace", - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": "string" - }, - "default_value": { - "description": "Value to return if data element evaluates to undefined", - "type": [ - "null", - "string" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "force_lower_case": { - "description": "Convert value to lowercase", - "type": "boolean" - }, - "name": { - "description": "User provided name for data element", - "type": "string" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "storage_duration": { - "anyOf": [ - { - "description": "Duration to cache data element value", - "type": "string", - "enum": [ - "pageview", - "session", - "visitor" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "enabled", - "force_lower_case", - "name", - "published", - "published_at", - "review_status", - "revision_number", - "settings", - "storage_duration", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "DE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "origin": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "libraries", - "revisions", - "origin", - "property", - "extension" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "data_elements" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/rules.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the extension configuration.", - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - } - }, - "required": [ - "created_at", - "deleted_at", - "dirty", - "enabled", - "name", - "updated_at", - "revision_number", - "published", - "published_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "rule_components": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" - }, - "origin": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rule_components": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "libraries", - "rule_components", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "included": { - "description": "To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \"compound documents\".", - "type": "array", - "items": { - "description": "\"Resource objects\" appear in a JSON API document to represent resources.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "attributes": { - "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", - "type": "object", - "patternProperties": { - "^(?!relationships$|links$)\\w[-\\w_]*$": { - "description": "Attributes may contain any valid JSON value." - } - }, - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/companies.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "name": { - "description": "Name of the customer or representative of the business.", - "type": "string" - }, - "org_id": { - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": "string" - }, - "cjm_enabled": { - "type": "boolean" - }, - "edge_enabled": { - "type": "boolean" - }, - "edge_events_allotment": { - "type": [ - "null", - "number" - ] - }, - "edge_fanout_ratio": { - "type": [ - "null", - "number" - ] - }, - "premium_cdn_enabled": { - "type": "boolean" - }, - "sla_enabled": { - "type": "boolean" - } - }, - "required": [ - "created_at", - "name", - "org_id", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "CO[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - }, - "properties": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}/properties" - } - }, - "required": [ - "self", - "properties" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "rights": { - "type": "array", - "items": { - "type": [ - "null", - "string" - ] - } - }, - "platform_rights": { - "type": "object", - "properties": { - "web": { - "type": "array", - "items": { - "type": [ - "null", - "string" - ] - } - }, - "mobile": { - "type": "array", - "items": { - "type": [ - "null", - "string" - ] - } - } - } - } - } - }, - "relationships": { - "type": "object", - "properties": { - "properties": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "properties" - ] - }, - "type": { - "type": "string", - "enum": [ - "companies" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/server_side_metrics.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "oneOf": [ - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "event_count": { - "type": "number" - }, - "egress_event_count": { - "type": "number" - }, - "egress_event_success_count": { - "type": "number" - }, - "egress_event_failure_count": { - "type": "number" - }, - "ingress_event_count": { - "type": "number" - }, - "ingress_event_success_count": { - "type": "number" - }, - "ingress_event_failure_count": { - "type": "number" - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "egress_event_count", - "egress_event_failure_count", - "egress_event_success_count", - "event_count", - "ingress_event_count", - "ingress_event_failure_count", - "ingress_event_success_count", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "server_side_usages" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "compute_time_avg": { - "type": "number" - }, - "compute_time_max": { - "type": "number" - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "compute_time_avg", - "compute_time_max", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "server_side_performances" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - } - ] - } - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/groups.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "all_selected": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "permission_id": { - "type": "string" - }, - "platforms": { - "type": "array", - "items": { - "type": "string" - } - }, - "property_rights": { - "type": "array", - "items": { - "type": "string" - } - }, - "company_rights": { - "type": "array", - "items": { - "type": "string" - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "platforms", - "property_rights", - "company_rights", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "GP[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/groups/GP[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "company" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "properties": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "properties" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/groups/GP[a-zA-Z0-9]{32}/properties" - } - }, - "required": [ - "related" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "properties", - "company" - ] - }, - "type": { - "type": "string", - "enum": [ - "groups" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/libraries.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "build_required": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string", - "minLength": 1 - }, - "name": { - "type": "string" - }, - "published_at": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "state": { - "type": "string", - "enum": [ - "development", - "submitted", - "rejected", - "approved", - "published" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "build_required", - "created_at", - "name", - "published_at", - "state", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "LB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - } - }, - "required": [ - "property", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "build_status": { - "type": [ - "null", - "string" - ] - }, - "build_required_detail": { - "type": "string" - }, - "currently_live": { - "type": "boolean" - } - }, - "required": [ - "build_status" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "upstream_library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "last_build": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "builds", - "environment", - "data_elements", - "extensions", - "rules", - "property" - ] - }, - "type": { - "enum": [ - "libraries" - ], - "type": "string" - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/_models/company_relationship.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "CO[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "companies" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/users/UR[a-zA-Z0-9]{32}/relationships/companies" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/rule.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the extension configuration.", - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - } - }, - "required": [ - "created_at", - "deleted_at", - "dirty", - "enabled", - "name", - "updated_at", - "revision_number", - "published", - "published_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "rule_components": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" - }, - "origin": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rule_components": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "libraries", - "rule_components", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/library_resource.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "(?:RL|EX|DE)[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "data_elements", - "extensions", - "rules" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/resources" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/resources" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/host.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "server": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": [ - "null", - "string" - ] - }, - "port": { - "type": [ - "null", - "integer" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "type_of": { - "type": "string", - "enum": [ - "akamai", - "sftp", - "cloudflare_worker" - ] - }, - "username": { - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "server", - "name", - "path", - "port", - "status", - "type_of", - "updated_at", - "username" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "HT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/hosts/HT[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "hosts" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/server_side_usage.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "event_count": { - "type": "number" - }, - "egress_event_count": { - "type": "number" - }, - "egress_event_success_count": { - "type": "number" - }, - "egress_event_failure_count": { - "type": "number" - }, - "ingress_event_count": { - "type": "number" - }, - "ingress_event_success_count": { - "type": "number" - }, - "ingress_event_failure_count": { - "type": "number" - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "egress_event_count", - "egress_event_failure_count", - "egress_event_success_count", - "event_count", - "ingress_event_count", - "ingress_event_failure_count", - "ingress_event_success_count", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "server_side_usages" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/app_surface.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "name": { - "description": "Name of the app surface.", - "type": "string" - } - }, - "required": [ - "created_at", - "updated_at", - "name" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AS[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "company" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "icon": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company" - ] - }, - "type": { - "type": "string", - "enum": [ - "app_surfaces" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/company.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "name": { - "description": "Name of the customer or representative of the business.", - "type": "string" - }, - "org_id": { - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": "string" - }, - "cjm_enabled": { - "type": "boolean" - }, - "edge_enabled": { - "type": "boolean" - }, - "edge_events_allotment": { - "type": [ - "null", - "number" - ] - }, - "edge_fanout_ratio": { - "type": [ - "null", - "number" - ] - }, - "premium_cdn_enabled": { - "type": "boolean" - }, - "sla_enabled": { - "type": "boolean" - } - }, - "required": [ - "created_at", - "name", - "org_id", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "CO[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - }, - "properties": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}/properties" - } - }, - "required": [ - "self", - "properties" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "rights": { - "type": "array", - "items": { - "type": [ - "null", - "string" - ] - } - }, - "platform_rights": { - "type": "object", - "properties": { - "web": { - "type": "array", - "items": { - "type": [ - "null", - "string" - ] - } - }, - "mobile": { - "type": "array", - "items": { - "type": [ - "null", - "string" - ] - } - } - } - } - } - }, - "relationships": { - "type": "object", - "properties": { - "properties": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "properties" - ] - }, - "type": { - "type": "string", - "enum": [ - "companies" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/library_environment.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "oneOf": [ - { - "type": "null" - }, - { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "EN[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "environments" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - ] - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/environment" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/environment" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/edge_error_metric.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "hits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "count": { - "type": "integer" - }, - "response_code": { - "type": "string" - } - }, - "required": [ - "count", - "response_code" - ], - "additionalProperties": false - } - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "hits", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "edge_error_metrics" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/app_surface_app_configurations.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "AC[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "app_configurations" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/app_configurations" - }, - "self": { - "type": "string", - "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/relationships/app_configurations" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/rule.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the extension configuration.", - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - } - }, - "required": [ - "created_at", - "deleted_at", - "dirty", - "enabled", - "name", - "updated_at", - "revision_number", - "published", - "published_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "rule_components": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" - }, - "origin": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rule_components": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "libraries", - "rule_components", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/host.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "server": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": [ - "null", - "string" - ] - }, - "port": { - "type": [ - "null", - "integer" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "type_of": { - "type": "string", - "enum": [ - "akamai", - "sftp" - ] - }, - "username": { - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "server", - "name", - "path", - "port", - "status", - "type_of", - "updated_at", - "username" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "HT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/hosts/HT[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "hosts" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/company.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "name": { - "description": "Name of the customer or representative of the business.", - "type": "string" - }, - "org_id": { - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": "string" - } - }, - "required": [ - "created_at", - "name", - "org_id", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "CO[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - }, - "properties": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}/properties" - } - }, - "required": [ - "self", - "properties" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "properties": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "properties" - ] - }, - "type": { - "type": "string", - "enum": [ - "companies" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/callback.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "subscriptions": { - "type": "array", - "minItems": 1, - "items": { - "type": "string", - "minLength": 1 - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "url": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "subscriptions", - "url" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "CB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "callbacks" - ] - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/note.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "text": { - "description": "Content of the note", - "type": "string" - } - }, - "required": [ - "text" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "NT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/notes/NT[a-zA-Z0-9]{32}" - }, - "resource": { - "type": "string", - "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL)[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "resource" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "resource": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "notes" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/library.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "build_required": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string", - "minLength": 1 - }, - "name": { - "type": "string" - }, - "published_at": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "state": { - "type": "string", - "enum": [ - "development", - "submitted", - "rejected", - "approved", - "published" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "build_required", - "created_at", - "name", - "published_at", - "state", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "LB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - } - }, - "required": [ - "property", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "upstream_library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "last_build": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "builds", - "environment", - "data_elements", - "extensions", - "rules", - "property" - ] - }, - "type": { - "enum": [ - "libraries" - ], - "type": "string" - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/data_element.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "clean_text": { - "description": "Remove leading and trailing whitespace", - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": "string" - }, - "default_value": { - "description": "Value to return if data element evaluates to undefined", - "type": [ - "null", - "string" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "force_lower_case": { - "description": "Convert value to lowercase", - "type": "boolean" - }, - "name": { - "description": "User provided name for data element", - "type": "string" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "storage_duration": { - "anyOf": [ - { - "description": "Duration to cache data element value", - "type": "string", - "enum": [ - "pageview", - "session", - "visitor" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "enabled", - "force_lower_case", - "name", - "published", - "published_at", - "review_status", - "revision_number", - "settings", - "storage_duration", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "DE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "origin": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "libraries", - "revisions", - "origin", - "property", - "extension" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "data_elements" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/extension_package.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "actions": { - "description": "Available Action Delegates", - "type": [ - "array", - "null" - ] - }, - "author": { - "description": "Extension Package Author", - "type": [ - "null", - "object" - ] - }, - "availability": { - "description": "Extension Package availability", - "type": "string", - "enum": [ - "development", - "public", - "private" - ] - }, - "cdn_path": { - "description": "URL for the extension assets (via CDN).", - "type": [ - "null", - "string" - ] - }, - "conditions": { - "description": "Available Condition Delegates", - "type": [ - "array", - "null" - ] - }, - "configuration": { - "description": "Configuration Delegate", - "type": [ - "null", - "object" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "data_elements": { - "description": "Available Data Element Delegates", - "type": [ - "array", - "null" - ] - }, - "description": { - "description": "Details about the extension.", - "type": [ - "null", - "string" - ] - }, - "display_name": { - "description": "Name of the extension.", - "type": [ - "null", - "string" - ] - }, - "ecma_version": { - "description": "ECMAScript version used in the JS files.", - "type": [ - "null", - "string" - ] - }, - "events": { - "description": "Available Event Delegates", - "type": [ - "array", - "null" - ] - }, - "exchange_url": { - "description": "Unique url of the extension.", - "type": [ - "null", - "string" - ] - }, - "hosted_lib_files": { - "description": "Lib files that are hosted", - "type": [ - "array", - "null" - ] - }, - "icon_path": { - "description": "Relative URL of the display icon for the extension.", - "type": [ - "null", - "string" - ] - }, - "name": { - "description": "Unique name of the extension.", - "type": [ - "null", - "string" - ] - }, - "resources": { - "description": "Turbine resources exposed by the extension.", - "type": [ - "array", - "null" - ] - }, - "shared_modules": { - "description": "Shared Modules", - "type": [ - "array", - "null" - ] - }, - "main": { - "description": "Module that will be run when Turbine is initialized", - "type": [ - "string", - "null" - ] - }, - "owner_org_id": { - "description": "The id of the organization that owns the extension", - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "status": { - "description": "Describes the current status: 'pending', 'success' or 'error'.", - "type": "string", - "enum": [ - "failed", - "pending", - "succeeded" - ] - }, - "platform": { - "description": "The type of the extension.", - "anyOf": [ - { - "type": "string", - "enum": [ - "web", - "mobile" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "description": "Version of the extension.", - "type": [ - "null", - "string" - ] - }, - "view_base_path": { - "description": "Relative path of the extension views folder.", - "type": [ - "null", - "string" - ] - }, - "repositories": { - "description": "Mobile repositories", - "type": [ - "array", - "null" - ] - } - }, - "required": [ - "actions", - "cdn_path", - "conditions", - "configuration", - "created_at", - "data_elements", - "display_name", - "ecma_version", - "events", - "exchange_url", - "name", - "owner_org_id", - "resources", - "status", - "platform", - "updated_at", - "version", - "view_base_path" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EP[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "extension_packages" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/audit_event.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "attributed_to_display_name": { - "type": [ - "null", - "string" - ] - }, - "attributed_to_email": { - "type": [ - "null", - "string" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string" - }, - "entity": { - "description": "Snapshot of the resource at the time of the event.", - "type": "string" - }, - "type_of": { - "type": "string" - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "attributed_to_display_name", - "attributed_to_email", - "created_at", - "entity", - "type_of", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "entity": { - "type": "string", - "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" - }, - "property": { - "oneOf": [ - { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - } - }, - "required": [ - "entity", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "audit_events" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/property.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - }, - "uniqueItems": true - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the property.", - "type": "string" - }, - "undefined_vars_return_empty": { - "type": "boolean" - }, - "rule_component_sequencing_enabled": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "platform": { - "type": "string", - "enum": [ - "web", - "mobile" - ] - }, - "ssl_enabled": { - "type": "boolean" - }, - "privacy": { - "type": "string", - "enum": [ - "optedin", - "optedout", - "unknown" - ] - }, - "development": { - "type": "boolean" - }, - "token": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "approvals_open_count": { - "type": "integer" - }, - "approvals_rejected_count": { - "type": "integer" - }, - "approvals_unassigned_count": { - "type": "integer" - }, - "last_published_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "approvals_open_count", - "approvals_rejected_count", - "approvals_unassigned_count", - "last_published_at" - ], - "additionalProperties": false - } - }, - "anyOf": [ - { - "properties": { - "platform": { - "enum": [ - "web" - ] - } - }, - "required": [ - "domains", - "enabled", - "name", - "undefined_vars_return_empty", - "rule_component_sequencing_enabled", - "created_at", - "updated_at", - "platform" - ] - }, - { - "properties": { - "platform": { - "enum": [ - "mobile" - ] - } - }, - "required": [ - "name", - "created_at", - "updated_at", - "platform", - "ssl_enabled", - "privacy" - ] - } - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - }, - "data_elements": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" - }, - "environments": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" - }, - "extensions": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" - }, - "rules": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" - } - }, - "required": [ - "self", - "company", - "environments", - "extensions", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "callbacks": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "hosts": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environments": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company", - "callbacks", - "hosts", - "environments", - "libraries", - "data_elements", - "extensions", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "properties" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/extension.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": [ - "string", - "null" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "display_name": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "type": "string" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "display_name", - "enabled", - "name", - "revision_number", - "published", - "published_at", - "settings", - "updated_at", - "version" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EX[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "extension_package": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - "latest_extension_package": { - "oneOf": [ - { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - }, - "origin": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - } - }, - "required": [ - "latest_extension_package", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "extension_package", - "libraries", - "origin", - "property", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "extensions" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/environment.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "archive": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "library_path": { - "type": "string" - }, - "library_name": { - "type": "string", - "minLength": 1 - }, - "library_entry_points": { - "type": "array", - "items": { - "type": "object", - "properties": { - "library_name": { - "type": "string", - "minLength": 1 - }, - "minified": { - "type": "boolean" - }, - "references": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - } - } - } - } - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": "string" - }, - "stage": { - "type": "string", - "enum": [ - "development", - "staging", - "production" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": "string" - } - }, - "required": [ - "archive", - "created_at", - "library_name", - "library_entry_points", - "name", - "path", - "stage", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EN[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "host": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "host", - "builds", - "library", - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "environments" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/rule_component.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "description": "Identifier for Delegate Descriptor", - "type": [ - "string", - "null" - ] - }, - "delay_next": { - "description": "Delay later actions", - "type": "boolean" - }, - "dirty": { - "type": "boolean" - }, - "negate": { - "type": "boolean" - }, - "name": { - "description": "Name of the rule component", - "type": "string" - }, - "order": { - "description": "Order to load the component by type", - "type": [ - "null", - "number" - ] - }, - "rule_order": { - "description": "Priority for the associated rule to fire", - "type": "number" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "oneOf": [ - { - "type": "string", - "format": "date-time" - }, - { - "type": "null" - } - ] - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "timeout": { - "description": "Timeout of the action that is executed in sequence", - "type": "number" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "dirty", - "order", - "published", - "published_at", - "settings", - "updated_at", - "revision_number" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RC[a-zA-Z0-9]{32}" - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "rules", - "origin", - "extension" - ], - "additionalProperties": false - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "rules": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" - }, - "origin": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rule_components" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/_search/build.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "created_at", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "BL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "environment": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "library": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/builds/BL[a-zA-Z0-9]{32}" - } - }, - "required": [ - "environment", - "library", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "data_elements", - "environment", - "extensions", - "library", - "property", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "builds" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/app_configuration_app_surfaces.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "AS[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "app_surfaces" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/app_surfaces" - }, - "self": { - "type": "string", - "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/relationships/app_surfaces" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/resources_libraries.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "LB[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "libraries" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/(?:data_elements|extensions|rules)/(?:DE|EX|RL)[a-zA-Z0-9]{32}/relationships/libraries" - }, - "related": { - "type": "string", - "pattern": "/(?:data_elements|extensions|rules)/(?:DE|EX|RL)[a-zA-Z0-9]{32}/libraries" - } - }, - "required": [ - "self", - "related" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/server_side_log.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "environment_id": { - "type": "string" - }, - "compute_time": { - "type": [ - "null", - "number" - ] - }, - "processing_details": { - "type": "string" - }, - "property_id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "request_host": { - "type": "string" - }, - "request_id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "request_result": { - "type": "string" - }, - "request_type": { - "type": "string", - "enum": [ - "ingress", - "egress" - ] - }, - "request_uri": { - "type": "string" - }, - "response_code": { - "type": "number" - }, - "subrequest_count": { - "type": "number" - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "environment_id", - "processing_details", - "property_id", - "request_host", - "request_id", - "request_result", - "request_type", - "request_uri", - "response_code", - "subrequest_count", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}_[a-zA-Z0-9]." - }, - "type": { - "type": "string", - "enum": [ - "server_side_logs" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/server_side_performance.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "compute_time_avg": { - "type": "number" - }, - "compute_time_max": { - "type": "number" - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "compute_time_avg", - "compute_time_max", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "server_side_performances" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/callback.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "subscriptions": { - "type": "array", - "minItems": 1, - "items": { - "type": "string", - "minLength": 1 - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "url": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "subscriptions", - "url" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "CB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "callbacks" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/note.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "author_display_name": { - "type": "string" - }, - "author_email": { - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "text": { - "description": "Content of the note", - "type": "string" - } - }, - "required": [ - "author_display_name", - "author_email", - "text" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "NT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/notes/NT[a-zA-Z0-9]{32}" - }, - "resource": { - "type": "string", - "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL|secrets/SE)[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "resource" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "resource": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "notes" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/library_rule.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/rules" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/rules" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/edge_usage_metric.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "hits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "egress_count": { - "type": "number" - }, - "egress_failed_count": { - "type": "number" - }, - "egress_succeeded_count": { - "type": "number" - }, - "ingress_count": { - "type": "number" - }, - "total_count": { - "type": "number" - } - }, - "required": [ - "egress_count", - "egress_failed_count", - "egress_succeeded_count", - "ingress_count", - "total_count" - ], - "additionalProperties": false - } - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "hits", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "edge_usage_metrics" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/app_configuration.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "app_id": { - "description": "The third party id of the application", - "type": "string" - }, - "name": { - "description": "Name of the app configuration.", - "type": "string" - }, - "platform": { - "type": "string", - "enum": [ - "mobile" - ] - }, - "messaging_service": { - "type": "string", - "enum": [ - "fcm", - "apns" - ] - }, - "key_type": { - "type": [ - "string", - "null" - ], - "enum": [ - "fcm_v1", - "p8_file", - null - ] - } - }, - "required": [ - "created_at", - "updated_at", - "app_id", - "name", - "platform", - "messaging_service" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AC[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "company" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "icon": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company" - ] - }, - "type": { - "type": "string", - "enum": [ - "app_configurations" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/environment_host.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "HT[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "hosts" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}/host" - }, - "self": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}/relationships/host" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/icon.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "url": { - "type": "string" - }, - "status": { - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "url", - "status" - ], - "additionalProperties": false - }, - "meta": { - "type": [ - "object" - ], - "properties": { - "status_details": { - "type": [ - "null", - "object" - ] - } - } - }, - "id": { - "type": "string", - "pattern": "IC[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/icons/IC[a-zA-Z0-9]{32}" - }, - "resource": { - "type": "string", - "pattern": "/(app_configurations/AC|app_surfaces/AS)[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "resource" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "resource": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "icons" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/properties_data.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "properties" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/groups/GP[a-zA-Z0-9]{32}/properties" - } - }, - "required": [ - "related" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/user.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "active_org": { - "type": [ - "string", - "null" - ], - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "adobe_id": { - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@.*" - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "display_name": { - "type": [ - "string", - "null" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "ims_organizations": { - "type": [ - "array", - "null" - ] - }, - "ims_profile": { - "type": [ - "object", - "null" - ] - }, - "rights": { - "type": "array", - "items": { - "type": "string" - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "adobe_id", - "created_at", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "UR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/users/UR[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "users" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/library.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "build_required": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string", - "minLength": 1 - }, - "name": { - "type": "string" - }, - "published_at": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "state": { - "type": "string", - "enum": [ - "development", - "submitted", - "rejected", - "approved", - "published" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "build_required", - "created_at", - "name", - "published_at", - "state", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "LB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - } - }, - "required": [ - "property", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "build_status": { - "type": [ - "null", - "string" - ] - }, - "build_required_detail": { - "type": "string" - }, - "currently_live": { - "type": "boolean" - } - }, - "required": [ - "build_status" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "upstream_library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "last_build": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "builds", - "environment", - "data_elements", - "extensions", - "rules", - "property" - ] - }, - "type": { - "enum": [ - "libraries" - ], - "type": "string" - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/library_extension.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "EX[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "extensions" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/extensions" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/extensions" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/data_element.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "clean_text": { - "description": "Remove leading and trailing whitespace", - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": "string" - }, - "default_value": { - "description": "Value to return if data element evaluates to undefined", - "type": [ - "null", - "string" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "force_lower_case": { - "description": "Convert value to lowercase", - "type": "boolean" - }, - "name": { - "description": "User provided name for data element", - "type": "string" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "storage_duration": { - "anyOf": [ - { - "description": "Duration to cache data element value", - "type": "string", - "enum": [ - "pageview", - "session", - "visitor" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "enabled", - "force_lower_case", - "name", - "published", - "published_at", - "review_status", - "revision_number", - "settings", - "storage_duration", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "DE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "origin": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "libraries", - "revisions", - "origin", - "property", - "extension" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "data_elements" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/extension_package.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "actions": { - "description": "Available Action Delegates", - "type": [ - "array", - "null" - ] - }, - "author": { - "description": "Extension Package Author", - "type": [ - "null", - "object" - ] - }, - "availability": { - "description": "Extension Package availability", - "type": "string", - "enum": [ - "development", - "public", - "private" - ] - }, - "cdn_path": { - "description": "URL for the extension assets (via CDN).", - "type": [ - "null", - "string" - ] - }, - "conditions": { - "description": "Available Condition Delegates", - "type": [ - "array", - "null" - ] - }, - "configuration": { - "description": "Configuration Delegate", - "type": [ - "null", - "object" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "data_elements": { - "description": "Available Data Element Delegates", - "type": [ - "array", - "null" - ] - }, - "description": { - "description": "Details about the extension.", - "type": [ - "null", - "string" - ] - }, - "discontinued": { - "description": "Disallow use of this package.", - "type": "boolean" - }, - "display_name": { - "description": "Name of the extension.", - "type": [ - "null", - "string" - ] - }, - "ecma_version": { - "description": "ECMAScript version used in the JS files.", - "type": [ - "null", - "string" - ] - }, - "events": { - "description": "Available Event Delegates", - "type": [ - "array", - "null" - ] - }, - "exchange_url": { - "description": "Unique url of the extension.", - "type": [ - "null", - "string" - ] - }, - "hosted_lib_files": { - "description": "Lib files that are hosted", - "type": [ - "array", - "null" - ] - }, - "icon_path": { - "description": "Relative URL of the display icon for the extension.", - "type": [ - "null", - "string" - ] - }, - "name": { - "description": "Unique name of the extension.", - "type": [ - "null", - "string" - ] - }, - "resources": { - "description": "Turbine resources exposed by the extension.", - "type": [ - "array", - "null" - ] - }, - "shared_modules": { - "description": "Shared Modules", - "type": [ - "array", - "null" - ] - }, - "main": { - "description": "Module that will be run when Turbine is initialized", - "type": [ - "string", - "null" - ] - }, - "owner_org_id": { - "description": "The id of the organization that owns the extension", - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "status": { - "description": "Describes the current status: 'pending', 'success' or 'error'.", - "type": "string", - "enum": [ - "failed", - "pending", - "succeeded" - ] - }, - "platform": { - "description": "The type of the extension.", - "anyOf": [ - { - "type": "string", - "enum": [ - "web", - "mobile", - "edge" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "description": "Version of the extension.", - "type": [ - "null", - "string" - ] - }, - "view_base_path": { - "description": "Relative path of the extension views folder.", - "type": [ - "null", - "string" - ] - }, - "repositories": { - "description": "Mobile repositories", - "type": [ - "array", - "null" - ] - } - }, - "required": [ - "actions", - "cdn_path", - "conditions", - "configuration", - "created_at", - "data_elements", - "display_name", - "ecma_version", - "events", - "exchange_url", - "name", - "owner_org_id", - "resources", - "status", - "platform", - "updated_at", - "version", - "view_base_path" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EP[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": [ - "object" - ], - "properties": { - "status_details": { - "type": [ - "null", - "object" - ] - } - } - }, - "type": { - "type": "string", - "enum": [ - "extension_packages" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/secret.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "type_of": { - "type": "string", - "enum": [ - "oauth2", - "simple-http", - "token" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "failed", - "succeeded" - ] - }, - "name": { - "description": "Secret name.", - "type": "string" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "activated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "refresh_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "expires_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "credentials": { - "type": "object" - } - }, - "required": [ - "created_at", - "updated_at", - "credentials" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "SE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/secrets/SE[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/secrets/SE[a-zA-Z0-9]{32}/property" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "refresh_attempts": { - "type": "integer" - }, - "refresh_status": { - "type": "string" - }, - "refresh_status_details": { - "type": "object" - }, - "status_details": { - "type": "object" - }, - "test_exchange": { - "type": "object" - } - }, - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "environment" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "secrets" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/audit_event.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "attributed_to_display_name": { - "type": [ - "null", - "string" - ] - }, - "attributed_to_email": { - "type": [ - "null", - "string" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string" - }, - "entity": { - "description": "Snapshot of the resource at the time of the event.", - "type": "string" - }, - "type_of": { - "type": "string" - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "attributed_to_display_name", - "attributed_to_email", - "created_at", - "entity", - "type_of", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "entity": { - "type": "string", - "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" - }, - "property": { - "oneOf": [ - { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - } - }, - "required": [ - "entity", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "property_name": { - "type": [ - "string", - "null" - ] - } - }, - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "audit_events" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/group.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "all_selected": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "permission_id": { - "type": "string" - }, - "platforms": { - "type": "array", - "items": { - "type": "string" - } - }, - "property_rights": { - "type": "array", - "items": { - "type": "string" - } - }, - "company_rights": { - "type": "array", - "items": { - "type": "string" - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "platforms", - "property_rights", - "company_rights", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "GP[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/groups/GP[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "company" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "properties": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "properties" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/groups/GP[a-zA-Z0-9]{32}/properties" - } - }, - "required": [ - "related" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "properties", - "company" - ] - }, - "type": { - "type": "string", - "enum": [ - "groups" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/property.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - }, - "uniqueItems": true - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the property.", - "type": "string" - }, - "undefined_vars_return_empty": { - "type": "boolean" - }, - "rule_component_sequencing_enabled": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "platform": { - "type": "string", - "enum": [ - "web", - "mobile", - "edge" - ] - }, - "ssl_enabled": { - "type": "boolean" - }, - "privacy": { - "type": "string", - "enum": [ - "optedin", - "optedout", - "unknown" - ] - }, - "development": { - "type": "boolean" - }, - "token": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "approvals_open_count": { - "type": "integer" - }, - "approvals_rejected_count": { - "type": "integer" - }, - "approvals_unassigned_count": { - "type": "integer" - }, - "last_published_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "approvals_open_count", - "approvals_rejected_count", - "approvals_unassigned_count", - "last_published_at" - ], - "additionalProperties": false - } - }, - "anyOf": [ - { - "properties": { - "platform": { - "enum": [ - "web" - ] - } - }, - "required": [ - "domains", - "enabled", - "name", - "undefined_vars_return_empty", - "rule_component_sequencing_enabled", - "created_at", - "updated_at", - "platform" - ] - }, - { - "properties": { - "platform": { - "enum": [ - "mobile" - ] - } - }, - "required": [ - "name", - "created_at", - "updated_at", - "platform", - "ssl_enabled", - "privacy" - ] - }, - { - "properties": { - "platform": { - "enum": [ - "edge" - ] - } - }, - "required": [ - "enabled", - "name", - "created_at", - "updated_at", - "platform" - ] - } - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - }, - "data_elements": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" - }, - "environments": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" - }, - "extensions": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" - }, - "rules": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" - } - }, - "required": [ - "self", - "company", - "environments", - "extensions", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "callbacks": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "hosts": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environments": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company", - "callbacks", - "hosts", - "environments", - "libraries", - "data_elements", - "extensions", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "properties" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/extension.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": [ - "string", - "null" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "display_name": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "type": "string" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "display_name", - "enabled", - "name", - "revision_number", - "published", - "published_at", - "settings", - "updated_at", - "version" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EX[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "extension_package": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - "latest_extension_package": { - "oneOf": [ - { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - }, - "origin": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - } - }, - "required": [ - "latest_extension_package", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "upgrade_extension_package_id": { - "type": "string", - "pattern": "EP[a-zA-Z0-9]{32}" - }, - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "extension_package", - "libraries", - "origin", - "property", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "extensions" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/environment.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "archive": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "library_path": { - "type": "string" - }, - "library_name": { - "type": "string", - "minLength": 1 - }, - "library_entry_points": { - "type": "array", - "items": { - "type": "object", - "properties": { - "library_name": { - "type": "string", - "minLength": 1 - }, - "minified": { - "type": "boolean" - }, - "references": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - } - } - } - } - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": [ - "null", - "string" - ] - }, - "stage": { - "type": "string", - "enum": [ - "development", - "staging", - "production" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": "string" - } - }, - "required": [ - "archive", - "created_at", - "library_name", - "library_entry_points", - "name", - "path", - "stage", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EN[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "archive_encrypted": { - "type": "boolean" - }, - "download_link": { - "type": "string" - }, - "status_details": { - "type": "string" - }, - "dtm_linked": { - "type": "boolean" - }, - "script_sources": { - "type": [ - "null", - "array" - ], - "items": { - "type": "object", - "properties": { - "display_name": { - "type": "string", - "minLength": 1 - }, - "minified": { - "type": "string", - "minLength": 1 - }, - "license_path": { - "type": "string", - "minLength": 1 - }, - "debug": { - "type": "string", - "minLength": 1 - } - }, - "additional_items": false - } - } - }, - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "host": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "host", - "builds", - "library", - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "environments" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/rule_component.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "description": "Identifier for Delegate Descriptor", - "type": [ - "string", - "null" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "negate": { - "type": "boolean" - }, - "name": { - "description": "Name of the rule component", - "type": "string" - }, - "order": { - "description": "Order to load the component by type", - "type": [ - "null", - "number" - ] - }, - "rule_order": { - "description": "Priority for the associated rule to fire", - "type": "number" - }, - "timeout": { - "description": "Timeout of the action that is executed in sequence", - "type": "number" - }, - "delay_next": { - "description": "Delay later actions", - "type": "boolean" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "oneOf": [ - { - "type": "string", - "format": "date-time" - }, - { - "type": "null" - } - ] - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "order", - "published", - "published_at", - "settings", - "updated_at", - "revision_number" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RC[a-zA-Z0-9]{32}" - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "rules", - "origin", - "extension" - ], - "additionalProperties": false - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "rules": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" - }, - "origin": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rule_components" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/profile.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "active_org": { - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "display_name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "expires_in": { - "type": "number" - }, - "job_function": { - "type": [ - "null", - "string" - ] - }, - "organizations": { - "type": "object", - "properties": { - "attributes": { - "active": { - "type": "boolean" - }, - "admin": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "product_contexts": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "required": [ - "active", - "admin", - "name", - "product_contexts" - ] - } - } - }, - "required": [ - "display_name", - "email", - "expires_in", - "job_function", - "organizations" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "UR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/profile" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "type": { - "type": "string", - "enum": [ - "users" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/build.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "created_at", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "BL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "environment": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "library": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/builds/BL[a-zA-Z0-9]{32}" - } - }, - "required": [ - "environment", - "library", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "artifact_url": { - "type": "string", - "minLength": 1 - } - } - }, - "relationships": { - "type": "object", - "properties": { - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "data_elements", - "environment", - "extensions", - "library", - "property", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "builds" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/library_data_element.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "DE[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "data_elements" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/data_elements" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/data_elements" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/meta.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "fixtures/_models/edge_performance_metric.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "hits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "compute_mean": { - "type": "number" - }, - "compute_max": { - "type": "number" - } - }, - "required": [ - "compute_mean", - "compute_max" - ], - "additionalProperties": false - } - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "hits", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "edge_performance_metrics" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - }, - "fixtures/builds.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "created_at", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "BL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "environment": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "library": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/builds/BL[a-zA-Z0-9]{32}" - } - }, - "required": [ - "environment", - "library", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "artifact_url": { - "type": "string", - "minLength": 1 - } - } - }, - "relationships": { - "type": "object", - "properties": { - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "data_elements", - "environment", - "extensions", - "library", - "property", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "builds" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/extension_package.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "actions": { - "description": "Available Action Delegates", - "type": [ - "array", - "null" - ] - }, - "author": { - "description": "Extension Package Author", - "type": [ - "null", - "object" - ] - }, - "availability": { - "description": "Extension Package availability", - "type": "string", - "enum": [ - "development", - "public", - "private" - ] - }, - "cdn_path": { - "description": "URL for the extension assets (via CDN).", - "type": [ - "null", - "string" - ] - }, - "conditions": { - "description": "Available Condition Delegates", - "type": [ - "array", - "null" - ] - }, - "configuration": { - "description": "Configuration Delegate", - "type": [ - "null", - "object" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "data_elements": { - "description": "Available Data Element Delegates", - "type": [ - "array", - "null" - ] - }, - "description": { - "description": "Details about the extension.", - "type": [ - "null", - "string" - ] - }, - "discontinued": { - "description": "Disallow use of this package.", - "type": "boolean" - }, - "display_name": { - "description": "Name of the extension.", - "type": [ - "null", - "string" - ] - }, - "ecma_version": { - "description": "ECMAScript version used in the JS files.", - "type": [ - "null", - "string" - ] - }, - "events": { - "description": "Available Event Delegates", - "type": [ - "array", - "null" - ] - }, - "exchange_url": { - "description": "Unique url of the extension.", - "type": [ - "null", - "string" - ] - }, - "hosted_lib_files": { - "description": "Lib files that are hosted", - "type": [ - "array", - "null" - ] - }, - "icon_path": { - "description": "Relative URL of the display icon for the extension.", - "type": [ - "null", - "string" - ] - }, - "name": { - "description": "Unique name of the extension.", - "type": [ - "null", - "string" - ] - }, - "resources": { - "description": "Turbine resources exposed by the extension.", - "type": [ - "array", - "null" - ] - }, - "shared_modules": { - "description": "Shared Modules", - "type": [ - "array", - "null" - ] - }, - "main": { - "description": "Module that will be run when Turbine is initialized", - "type": [ - "string", - "null" - ] - }, - "owner_org_id": { - "description": "The id of the organization that owns the extension", - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "status": { - "description": "Describes the current status: 'pending', 'success' or 'error'.", - "type": "string", - "enum": [ - "failed", - "pending", - "succeeded" - ] - }, - "platform": { - "description": "The type of the extension.", - "anyOf": [ - { - "type": "string", - "enum": [ - "web", - "mobile", - "edge" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "description": "Version of the extension.", - "type": [ - "null", - "string" - ] - }, - "view_base_path": { - "description": "Relative path of the extension views folder.", - "type": [ - "null", - "string" - ] - }, - "repositories": { - "description": "Mobile repositories", - "type": [ - "array", - "null" - ] - } - }, - "required": [ - "actions", - "cdn_path", - "conditions", - "configuration", - "created_at", - "data_elements", - "display_name", - "ecma_version", - "events", - "exchange_url", - "name", - "owner_org_id", - "resources", - "status", - "platform", - "updated_at", - "version", - "view_base_path" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EP[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": [ - "object" - ], - "properties": { - "status_details": { - "type": [ - "null", - "object" - ] - } - } - }, - "type": { - "type": "string", - "enum": [ - "extension_packages" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/secret.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "type_of": { - "type": "string", - "enum": [ - "oauth2", - "simple-http", - "token" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "failed", - "succeeded" - ] - }, - "name": { - "description": "Secret name.", - "type": "string" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "activated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "refresh_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "expires_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "credentials": { - "type": "object" - } - }, - "required": [ - "created_at", - "updated_at", - "credentials" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "SE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/secrets/SE[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/secrets/SE[a-zA-Z0-9]{32}/property" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "refresh_attempts": { - "type": "integer" - }, - "refresh_status": { - "type": "string" - }, - "refresh_status_details": { - "type": "object" - }, - "status_details": { - "type": "object" - }, - "test_exchange": { - "type": "object" - } - }, - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "environment" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "secrets" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "included": { - "description": "To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \"compound documents\".", - "type": "array", - "items": { - "description": "\"Resource objects\" appear in a JSON API document to represent resources.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "attributes": { - "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", - "type": "object", - "patternProperties": { - "^(?!relationships$|links$)\\w[-\\w_]*$": { - "description": "Attributes may contain any valid JSON value." - } - }, - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/audit_event.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "attributed_to_display_name": { - "type": [ - "null", - "string" - ] - }, - "attributed_to_email": { - "type": [ - "null", - "string" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string" - }, - "entity": { - "description": "Snapshot of the resource at the time of the event.", - "type": "string" - }, - "type_of": { - "type": "string" - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "attributed_to_display_name", - "attributed_to_email", - "created_at", - "entity", - "type_of", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "entity": { - "type": "string", - "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" - }, - "property": { - "oneOf": [ - { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - } - }, - "required": [ - "entity", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "property_name": { - "type": [ - "string", - "null" - ] - } - }, - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "audit_events" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/server_side_logs.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "environment_id": { - "type": "string" - }, - "compute_time": { - "type": [ - "null", - "number" - ] - }, - "processing_details": { - "type": "string" - }, - "property_id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "request_host": { - "type": "string" - }, - "request_id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "request_result": { - "type": "string" - }, - "request_type": { - "type": "string", - "enum": [ - "ingress", - "egress" - ] - }, - "request_uri": { - "type": "string" - }, - "response_code": { - "type": "number" - }, - "subrequest_count": { - "type": "number" - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "environment_id", - "processing_details", - "property_id", - "request_host", - "request_id", - "request_result", - "request_type", - "request_uri", - "response_code", - "subrequest_count", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}_[a-zA-Z0-9]." - }, - "type": { - "type": "string", - "enum": [ - "server_side_logs" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - } - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/group.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "all_selected": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "permission_id": { - "type": "string" - }, - "platforms": { - "type": "array", - "items": { - "type": "string" - } - }, - "property_rights": { - "type": "array", - "items": { - "type": "string" - } - }, - "company_rights": { - "type": "array", - "items": { - "type": "string" - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "platforms", - "property_rights", - "company_rights", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "GP[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/groups/GP[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "company" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "properties": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "properties" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/groups/GP[a-zA-Z0-9]{32}/properties" - } - }, - "required": [ - "related" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "properties", - "company" - ] - }, - "type": { - "type": "string", - "enum": [ - "groups" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/property.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - }, - "uniqueItems": true - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the property.", - "type": "string" - }, - "undefined_vars_return_empty": { - "type": "boolean" - }, - "rule_component_sequencing_enabled": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "platform": { - "type": "string", - "enum": [ - "web", - "mobile", - "edge" - ] - }, - "ssl_enabled": { - "type": "boolean" - }, - "privacy": { - "type": "string", - "enum": [ - "optedin", - "optedout", - "unknown" - ] - }, - "development": { - "type": "boolean" - }, - "token": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "approvals_open_count": { - "type": "integer" - }, - "approvals_rejected_count": { - "type": "integer" - }, - "approvals_unassigned_count": { - "type": "integer" - }, - "last_published_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "approvals_open_count", - "approvals_rejected_count", - "approvals_unassigned_count", - "last_published_at" - ], - "additionalProperties": false - } - }, - "anyOf": [ - { - "properties": { - "platform": { - "enum": [ - "web" - ] - } - }, - "required": [ - "domains", - "enabled", - "name", - "undefined_vars_return_empty", - "rule_component_sequencing_enabled", - "created_at", - "updated_at", - "platform" - ] - }, - { - "properties": { - "platform": { - "enum": [ - "mobile" - ] - } - }, - "required": [ - "name", - "created_at", - "updated_at", - "platform", - "ssl_enabled", - "privacy" - ] - }, - { - "properties": { - "platform": { - "enum": [ - "edge" - ] - } - }, - "required": [ - "enabled", - "name", - "created_at", - "updated_at", - "platform" - ] - } - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - }, - "data_elements": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" - }, - "environments": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" - }, - "extensions": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" - }, - "rules": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" - } - }, - "required": [ - "self", - "company", - "environments", - "extensions", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "callbacks": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "hosts": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environments": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company", - "callbacks", - "hosts", - "environments", - "libraries", - "data_elements", - "extensions", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "properties" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/_definitions/empty.json": { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - "fixtures/_definitions/error.json": { - "type": "object", - "properties": { - "id": { - "description": "A unique identifier for this particular occurrence of the problem.", - "type": "string" - }, - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "status": { - "description": "The HTTP status code applicable to this problem, expressed as a string value.", - "type": "string" - }, - "code": { - "description": "An application-specific error code, expressed as a string value.", - "type": "string" - }, - "title": { - "description": "A short, human-readable summary of the problem. It **SHOULD NOT** change from occurrence to occurrence of the problem, except for purposes of localization.", - "type": "string" - }, - "detail": { - "description": "A human-readable explanation specific to this occurrence of the problem.", - "type": "string" - }, - "source": { - "type": "object", - "properties": { - "pointer": { - "description": "A JSON Pointer [RFC6901] to the associated entity in the request document [e.g. \"/data\" for a primary data object, or \"/data/attributes/title\" for a specific attribute].", - "type": "string" - }, - "parameter": { - "description": "A string indicating which query parameter caused the error.", - "type": "string" - } - } - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "fixtures/_definitions/links.json": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "fixtures/_definitions/linkage.json": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "fixtures/_definitions/included.json": { - "description": "To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \"compound documents\".", - "type": "array", - "items": { - "description": "\"Resource objects\" appear in a JSON API document to represent resources.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "attributes": { - "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", - "type": "object", - "patternProperties": { - "^(?!relationships$|links$)\\w[-\\w_]*$": { - "description": "Attributes may contain any valid JSON value." - } - }, - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - }, - "fixtures/_definitions/relationships.json": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "fixtures/_definitions/resource.json": { - "description": "\"Resource objects\" appear in a JSON API document to represent resources.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "attributes": { - "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", - "type": "object", - "patternProperties": { - "^(?!relationships$|links$)\\w[-\\w_]*$": { - "description": "Attributes may contain any valid JSON value." - } - }, - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "fixtures/_definitions/unnamed_relationship.json": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "fixtures/_definitions/relationshipToMany.json": { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - }, - "fixtures/_definitions/pagination.json": { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - }, - "fixtures/_definitions/link.json": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - }, - "fixtures/_definitions/relationshipToOne.json": { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - "fixtures/_definitions/attributes.json": { - "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", - "type": "object", - "patternProperties": { - "^(?!relationships$|links$)\\w[-\\w_]*$": { - "description": "Attributes may contain any valid JSON value." - } - }, - "additionalProperties": false - }, - "fixtures/_definitions/meta.json": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - }, - "fixtures/extension.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": [ - "string", - "null" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "display_name": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "type": "string" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "display_name", - "enabled", - "name", - "revision_number", - "published", - "published_at", - "settings", - "updated_at", - "version" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EX[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "extension_package": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - "latest_extension_package": { - "oneOf": [ - { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - }, - "origin": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - } - }, - "required": [ - "latest_extension_package", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "upgrade_extension_package_id": { - "type": "string", - "pattern": "EP[a-zA-Z0-9]{32}" - }, - "deleted_at": { - "type": "string", - "format": "date-time" - }, - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "extension_package", - "libraries", - "origin", - "property", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "extensions" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/search_results.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "anyOf": [ - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "attributed_to_display_name": { - "type": [ - "null", - "string" - ] - }, - "attributed_to_email": { - "type": [ - "null", - "string" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string" - }, - "entity": { - "description": "Snapshot of the resource at the time of the event.", - "type": "string" - }, - "type_of": { - "type": "string" - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "attributed_to_display_name", - "attributed_to_email", - "created_at", - "entity", - "type_of", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "entity": { - "type": "string", - "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" - }, - "property": { - "oneOf": [ - { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - } - }, - "required": [ - "entity", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", - "type": "object", - "patternProperties": { - "^\\w[-\\w_]*$": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "audit_events" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "created_at", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "BL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "environment": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "library": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/builds/BL[a-zA-Z0-9]{32}" - } - }, - "required": [ - "environment", - "library", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "data_elements", - "environment", - "extensions", - "library", - "property", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "builds" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "subscriptions": { - "type": "array", - "minItems": 1, - "items": { - "type": "string", - "minLength": 1 - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "url": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "subscriptions", - "url" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "CB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "callbacks" - ] - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "clean_text": { - "description": "Remove leading and trailing whitespace", - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": "string" - }, - "default_value": { - "description": "Value to return if data element evaluates to undefined", - "type": [ - "null", - "string" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "force_lower_case": { - "description": "Convert value to lowercase", - "type": "boolean" - }, - "name": { - "description": "User provided name for data element", - "type": "string" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "storage_duration": { - "anyOf": [ - { - "description": "Duration to cache data element value", - "type": "string", - "enum": [ - "pageview", - "session", - "visitor" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "enabled", - "force_lower_case", - "name", - "published", - "published_at", - "review_status", - "revision_number", - "settings", - "storage_duration", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "DE[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "origin": { - "type": "string", - "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "libraries", - "revisions", - "origin", - "property", - "extension" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "data_elements" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "archive": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "library_path": { - "type": "string" - }, - "library_name": { - "type": "string", - "minLength": 1 - }, - "library_entry_points": { - "type": "array", - "items": { - "type": "object", - "properties": { - "library_name": { - "type": "string", - "minLength": 1 - }, - "minified": { - "type": "boolean" - }, - "references": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - } - } - } - } - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": "string" - }, - "stage": { - "type": "string", - "enum": [ - "development", - "staging", - "production" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": "string" - } - }, - "required": [ - "archive", - "created_at", - "library_name", - "library_entry_points", - "name", - "path", - "stage", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EN[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "host": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "host", - "builds", - "library", - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "environments" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "type": [ - "string", - "null" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "display_name": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "type": "string" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "display_name", - "enabled", - "name", - "revision_number", - "published", - "published_at", - "settings", - "updated_at", - "version" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EX[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "extension_package": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - "latest_extension_package": { - "oneOf": [ - { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - }, - { - "type": "null" - } - ] - }, - "origin": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - } - }, - "required": [ - "latest_extension_package", - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "updated_with_extension_package", - "extension_package", - "libraries", - "origin", - "property", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "extensions" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "actions": { - "description": "Available Action Delegates", - "type": [ - "array", - "null" - ] - }, - "author": { - "description": "Extension Package Author", - "type": [ - "null", - "object" - ] - }, - "availability": { - "description": "Extension Package availability", - "type": "string", - "enum": [ - "development", - "public", - "private" - ] - }, - "cdn_path": { - "description": "URL for the extension assets (via CDN).", - "type": [ - "null", - "string" - ] - }, - "conditions": { - "description": "Available Condition Delegates", - "type": [ - "array", - "null" - ] - }, - "configuration": { - "description": "Configuration Delegate", - "type": [ - "null", - "object" - ] - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "data_elements": { - "description": "Available Data Element Delegates", - "type": [ - "array", - "null" - ] - }, - "description": { - "description": "Details about the extension.", - "type": [ - "null", - "string" - ] - }, - "display_name": { - "description": "Name of the extension.", - "type": [ - "null", - "string" - ] - }, - "ecma_version": { - "description": "ECMAScript version used in the JS files.", - "type": [ - "null", - "string" - ] - }, - "events": { - "description": "Available Event Delegates", - "type": [ - "array", - "null" - ] - }, - "exchange_url": { - "description": "Unique url of the extension.", - "type": [ - "null", - "string" - ] - }, - "hosted_lib_files": { - "description": "Lib files that are hosted", - "type": [ - "array", - "null" - ] - }, - "icon_path": { - "description": "Relative URL of the display icon for the extension.", - "type": [ - "null", - "string" - ] - }, - "name": { - "description": "Unique name of the extension.", - "type": [ - "null", - "string" - ] - }, - "resources": { - "description": "Turbine resources exposed by the extension.", - "type": [ - "array", - "null" - ] - }, - "shared_modules": { - "description": "Shared Modules", - "type": [ - "array", - "null" - ] - }, - "main": { - "description": "Module that will be run when Turbine is initialized", - "type": [ - "string", - "null" - ] - }, - "owner_org_id": { - "description": "The id of the organization that owns the extension", - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "status": { - "description": "Describes the current status: 'pending', 'success' or 'error'.", - "type": "string", - "enum": [ - "failed", - "pending", - "succeeded" - ] - }, - "platform": { - "description": "The type of the extension.", - "anyOf": [ - { - "type": "string", - "enum": [ - "web", - "mobile" - ] - }, - { - "type": "null" - } - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "version": { - "description": "Version of the extension.", - "type": [ - "null", - "string" - ] - }, - "view_base_path": { - "description": "Relative path of the extension views folder.", - "type": [ - "null", - "string" - ] - }, - "repositories": { - "description": "Mobile repositories", - "type": [ - "array", - "null" - ] - } - }, - "required": [ - "actions", - "cdn_path", - "conditions", - "configuration", - "created_at", - "data_elements", - "display_name", - "ecma_version", - "events", - "exchange_url", - "name", - "owner_org_id", - "resources", - "status", - "platform", - "updated_at", - "version", - "view_base_path" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EP[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "extension_packages" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "server": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": [ - "null", - "string" - ] - }, - "port": { - "type": [ - "null", - "integer" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "type_of": { - "type": "string", - "enum": [ - "akamai", - "sftp" - ] - }, - "username": { - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "server", - "name", - "path", - "port", - "status", - "type_of", - "updated_at", - "username" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "HT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/hosts/HT[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "hosts" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "build_required": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "display_name": { - "type": "string", - "minLength": 1 - }, - "name": { - "type": "string" - }, - "published_at": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "state": { - "type": "string", - "enum": [ - "development", - "submitted", - "rejected", - "approved", - "published" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "build_required", - "created_at", - "name", - "published_at", - "state", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "LB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - } - }, - "required": [ - "property", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "upstream_library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "last_build": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "builds", - "environment", - "data_elements", - "extensions", - "rules", - "property" - ] - }, - "type": { - "enum": [ - "libraries" - ], - "type": "string" - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "text": { - "description": "Content of the note", - "type": "string" - } - }, - "required": [ - "text" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "NT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/notes/NT[a-zA-Z0-9]{32}" - }, - "resource": { - "type": "string", - "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL)[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "resource" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "resource": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "notes" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - }, - "uniqueItems": true - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the property.", - "type": "string" - }, - "undefined_vars_return_empty": { - "type": "boolean" - }, - "rule_component_sequencing_enabled": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "platform": { - "type": "string", - "enum": [ - "web", - "mobile" - ] - }, - "ssl_enabled": { - "type": "boolean" - }, - "privacy": { - "type": "string", - "enum": [ - "optedin", - "optedout", - "unknown" - ] - }, - "development": { - "type": "boolean" - }, - "token": { - "type": "string" - }, - "meta": { - "type": "object", - "properties": { - "approvals_open_count": { - "type": "integer" - }, - "approvals_rejected_count": { - "type": "integer" - }, - "approvals_unassigned_count": { - "type": "integer" - }, - "last_published_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "approvals_open_count", - "approvals_rejected_count", - "approvals_unassigned_count", - "last_published_at" - ], - "additionalProperties": false - } - }, - "anyOf": [ - { - "properties": { - "platform": { - "enum": [ - "web" - ] - } - }, - "required": [ - "domains", - "enabled", - "name", - "undefined_vars_return_empty", - "rule_component_sequencing_enabled", - "created_at", - "updated_at", - "platform" - ] - }, - { - "properties": { - "platform": { - "enum": [ - "mobile" - ] - } - }, - "required": [ - "name", - "created_at", - "updated_at", - "platform", - "ssl_enabled", - "privacy" - ] - } - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "PR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - }, - "data_elements": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" - }, - "environments": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" - }, - "extensions": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" - }, - "rules": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" - } - }, - "required": [ - "self", - "company", - "environments", - "extensions", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "callbacks": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "hosts": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environments": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company", - "callbacks", - "hosts", - "environments", - "libraries", - "data_elements", - "extensions", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "properties" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "description": "Identifier for Delegate Descriptor", - "type": [ - "string", - "null" - ] - }, - "delay_next": { - "description": "Delay later actions", - "type": "boolean" - }, - "dirty": { - "type": "boolean" - }, - "negate": { - "type": "boolean" - }, - "name": { - "description": "Name of the rule component", - "type": "string" - }, - "order": { - "description": "Order to load the component by type", - "type": [ - "null", - "number" - ] - }, - "rule_order": { - "description": "Priority for the associated rule to fire", - "type": "number" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "oneOf": [ - { - "type": "string", - "format": "date-time" - }, - { - "type": "null" - } - ] - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "timeout": { - "description": "Timeout of the action that is executed in sequence", - "type": "number" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "dirty", - "order", - "published", - "published_at", - "settings", - "updated_at", - "revision_number" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RC[a-zA-Z0-9]{32}" - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "rules", - "origin", - "extension" - ], - "additionalProperties": false - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "rules": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" - }, - "origin": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rule_components" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "description": "Name of the extension configuration.", - "type": "string" - }, - "review_status": { - "type": "string", - "enum": [ - "rejected", - "submitted", - "unsubmitted" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - } - }, - "required": [ - "created_at", - "deleted_at", - "dirty", - "enabled", - "name", - "updated_at", - "revision_number", - "published", - "published_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "rule_components": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" - }, - "origin": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/rules/RL[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "pattern": "/properties/PR[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "match_score": { - "type": "number" - } - }, - "required": [ - "match_score" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "libraries": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rule_components": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "revisions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "libraries", - "rule_components", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - ] - } - }, - "meta": { - "type": "object", - "properties": { - "meta": { - "type": "object", - "properties": { - "total_hits": { - "type": "integer" - } - } - } - } - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/environment.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "archive": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "library_path": { - "type": "string" - }, - "library_name": { - "type": "string", - "minLength": 1 - }, - "library_entry_points": { - "type": "array", - "items": { - "type": "object", - "properties": { - "library_name": { - "type": "string", - "minLength": 1 - }, - "minified": { - "type": "boolean" - }, - "references": { - "type": "array", - "items": { - "type": "string", - "minLength": 1 - } - } - } - } - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": [ - "null", - "string" - ] - }, - "stage": { - "type": "string", - "enum": [ - "development", - "staging", - "production" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": "string" - } - }, - "required": [ - "archive", - "created_at", - "library_name", - "library_entry_points", - "name", - "path", - "stage", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "EN[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "archive_encrypted": { - "type": "boolean" - }, - "download_link": { - "type": "string" - }, - "status_details": { - "type": "string" - }, - "dtm_linked": { - "type": "boolean" - }, - "script_sources": { - "type": [ - "null", - "array" - ], - "items": { - "type": "object", - "properties": { - "display_name": { - "type": "string", - "minLength": 1 - }, - "minified": { - "type": "string", - "minLength": 1 - }, - "license_path": { - "type": "string", - "minLength": 1 - }, - "debug": { - "type": "string", - "minLength": 1 - } - }, - "additional_items": false - } - } - }, - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "host": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "builds": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "host", - "builds", - "library", - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "environments" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/callbacks.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "subscriptions": { - "type": "array", - "minItems": 1, - "items": { - "type": "string", - "minLength": 1 - } - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "url": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "subscriptions", - "url" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "CB[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "callbacks" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/hosts.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "server": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": [ - "null", - "string" - ] - }, - "port": { - "type": [ - "null", - "integer" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "type_of": { - "type": "string", - "enum": [ - "akamai", - "sftp", - "cloudflare_worker" - ] - }, - "username": { - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "server", - "name", - "path", - "port", - "status", - "type_of", - "updated_at", - "username" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "HT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/hosts/HT[a-zA-Z0-9]{32}" - }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "hosts" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/library_extensions.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "EX[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "extensions" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/extensions" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/extensions" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/rule_component.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "delegate_descriptor_id": { - "description": "Identifier for Delegate Descriptor", - "type": [ - "string", - "null" - ] - }, - "deleted_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "dirty": { - "type": "boolean" - }, - "negate": { - "type": "boolean" - }, - "name": { - "description": "Name of the rule component", - "type": "string" - }, - "order": { - "description": "Order to load the component by type", - "type": [ - "null", - "number" - ] - }, - "rule_order": { - "description": "Priority for the associated rule to fire", - "type": "number" - }, - "timeout": { - "description": "Timeout of the action that is executed in sequence", - "type": "number" - }, - "delay_next": { - "description": "Delay later actions", - "type": "boolean" - }, - "published": { - "type": "boolean" - }, - "published_at": { - "oneOf": [ - { - "type": "string", - "format": "date-time" - }, - { - "type": "null" - } - ] - }, - "settings": { - "description": "Settings json object represented as a string", - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "revision_number": { - "type": "integer" - } - }, - "required": [ - "created_at", - "delegate_descriptor_id", - "deleted_at", - "dirty", - "order", - "published", - "published_at", - "settings", - "updated_at", - "revision_number" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "RC[a-zA-Z0-9]{32}" - }, - "relationships": { - "type": "object", - "properties": { - "updated_with_extension_package": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "updated_with_extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extension": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "origin": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "notes": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "require": [ - "rules", - "origin", - "extension" - ], - "additionalProperties": false - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - }, - "extension": { - "type": "string", - "pattern": "/extensions/EX[a-zA-Z0-9]{32}" - }, - "rules": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" - }, - "origin": { - "type": "string", - "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "extension", - "rules" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "latest_revision_number": { - "type": "integer" - }, - "origin_deleted_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "latest_revision_number" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rule_components" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/profile.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "active_org": { - "type": "string", - "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" - }, - "display_name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "expires_in": { - "type": "number" - }, - "job_function": { - "type": [ - "null", - "string" - ] - }, - "organizations": { - "type": "object", - "properties": { - "attributes": { - "active": { - "type": "boolean" - }, - "admin": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "product_contexts": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "required": [ - "active", - "admin", - "name", - "product_contexts" - ] - } - } - }, - "required": [ - "display_name", - "email", - "expires_in", - "job_function", - "organizations" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "UR[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/profile" - } - }, - "required": [ - "self" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "type": { - "type": "string", - "enum": [ - "users" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/build.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "token": { - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "created_at", - "status", - "updated_at" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "BL[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "environment": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}" - }, - "library": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}" - }, - "self": { - "type": "string", - "pattern": "/builds/BL[a-zA-Z0-9]{32}" - } - }, - "required": [ - "environment", - "library", - "self" - ], - "additionalProperties": false - }, - "meta": { - "type": "object", - "properties": { - "artifact_url": { - "type": "string", - "minLength": 1 - } - } - }, - "relationships": { - "type": "object", - "properties": { - "data_elements": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "environment": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "extensions": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "library": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "property": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "rules": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "data_elements", - "environment", - "extensions", - "library", - "property", - "rules" - ] - }, - "type": { - "type": "string", - "enum": [ - "builds" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/app_surfaces.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "name": { - "description": "Name of the app surface.", - "type": "string" - } - }, - "required": [ - "created_at", - "updated_at", - "name" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "AS[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" - }, - "company": { - "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "company" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "company": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - }, - "icon": { - "type": "object", - "properties": { - "links": { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - "data": { - "description": "Member, whose value represents \"resource linkage\".", - "oneOf": [ - { - "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", - "anyOf": [ - { - "description": "Describes an empty to-one relationship.", - "type": "null" - }, - { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - } - ] - }, - { - "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", - "type": "array", - "items": { - "description": "The \"type\" and \"id\" to non-empty members.", - "type": "object", - "required": [ - "type", - "id" - ], - "properties": { - "type": { - "type": "string" - }, - "id": { - "type": "string" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "additionalProperties": false - }, - "uniqueItems": true - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "anyOf": [ - { - "required": [ - "data" - ] - }, - { - "required": [ - "meta" - ] - }, - { - "required": [ - "links" - ] - } - ], - "additionalProperties": false - } - }, - "required": [ - "company" - ] - }, - "type": { - "type": "string", - "enum": [ - "app_surfaces" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "uniqueItems": true - }, - "links": { - "description": "Link members related to the primary data.", - "allOf": [ - { - "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", - "type": "object", - "properties": { - "self": { - "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", - "type": "string", - "format": "uri" - }, - "related": { - "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", - "oneOf": [ - { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - { - "type": "object", - "required": [ - "href" - ], - "properties": { - "href": { - "description": "A string containing the link's URL.", - "type": "string", - "format": "uri" - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - } - }, - { - "type": "null" - } - ] - } - }, - "additionalProperties": true - }, - { - "pagination": { - "type": "object", - "properties": { - "first": { - "description": "The first page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "last": { - "description": "The last page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "prev": { - "description": "The previous page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - }, - "next": { - "description": "The next page of data", - "oneOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "null" - } - ] - } - } - } - } - ] - }, - "meta": { - "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", - "type": "object", - "additionalProperties": true - } - }, - "required": [ - "data" - ], - "additionalProperties": false - }, - "fixtures/endpoints.json": [ - { - "path": "/companies", - "description": "", - "name": "companies.index", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:company_id", - "description": "", - "name": "companies.show", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:company_id", - "description": "", - "name": "companies.update", - "methods": [ - "PUT", - "PATCH" - ] - }, - { - "path": "/companies", - "description": "", - "name": "companies.create", - "methods": [ - "POST" - ] - }, - { - "path": "/companies/:company_id", - "description": "", - "name": "companies.delete", - "methods": [ - "DELETE" - ] - }, - { - "path": "/companies/:company_id/web_properties", - "description": "", - "name": "web_properties.index", - "methods": [ - "GET" - ] - }, - { - "path": "/companies/:company_id/web_properties", - "description": "", - "name": "web_properties.create", - "methods": [ - "POST" - ] - }, - { - "path": "/web_properties/:web_property_id", - "description": "", - "name": "web_properties.show", - "methods": [ - "GET" - ] - }, - { - "path": "/web_properties", - "description": "", - "name": "web_properties.update", - "methods": [ - "PUT", - "PATCH" - ] - }, - { - "path": "/web_properties/:web_property_id", - "description": "", - "name": "web_properties.delete", - "methods": [ - "DELETE" - ] - } - ] - } -} \ No newline at end of file From 90596d298eefb3513a486b7eee2496a2f3ec9f50 Mon Sep 17 00:00:00 2001 From: Spencer Roan Date: Mon, 7 Feb 2022 09:52:56 -0700 Subject: [PATCH 6/8] update api spec --- api_specification.json | 399211 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 399211 insertions(+) create mode 100644 api_specification.json diff --git a/api_specification.json b/api_specification.json new file mode 100644 index 0000000..f861f5f --- /dev/null +++ b/api_specification.json @@ -0,0 +1,399211 @@ +{ + "endpoints": [ + { + "path": "/app_configurations/:id", + "description": "", + "name": "app_configurations.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_configurations/:id", + "description": "", + "name": "app_configurations.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_configurations/:id", + "description": "", + "name": "app_configurations.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_configurations/:id", + "description": "", + "name": "app_configurations.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/app_surfaces", + "description": "", + "name": "app_configuration_relationship_app_surfaces.index", + "methods": [ + "GET" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/company", + "description": "", + "name": "app_configuration_relationship_company.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/icon", + "description": "", + "name": "app_configuration_icons.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/icon", + "description": "", + "name": "app_configuration_relationship_icon.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/app_configurations", + "description": "", + "name": "app_surface_relationship_app_configurations.index", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/company", + "description": "", + "name": "app_surface_relationship_company.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/icon", + "description": "", + "name": "app_surface_icons.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/icon", + "description": "", + "name": "app_surface_relationship_icon.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/audit_events", + "description": "", + "name": "audit_events.index", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:id", + "description": "", + "name": "audit_events.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/build", + "description": "", + "name": "audit_event_build.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/company", + "description": "", + "name": "audit_event_company.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/data_element", + "description": "", + "name": "audit_event_data_element.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/environment", + "description": "", + "name": "audit_event_environment.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/extension", + "description": "", + "name": "audit_event_extension.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/extension_package", + "description": "", + "name": "audit_event_extension_package.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/host", + "description": "", + "name": "audit_event_host.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/library", + "description": "", + "name": "audit_event_library.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/property", + "description": "", + "name": "audit_event_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/rule", + "description": "", + "name": "audit_event_rule.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/rule_component", + "description": "", + "name": "audit_event_rule_component.show", + "methods": [ + "GET" + ] + }, + { + "path": "/audit_events/:audit_event_id/user", + "description": "", + "name": "audit_event_relationship_user.show", + "methods": [ + "GET" + ] + }, + { + "path": "/builds/:id", + "description": "", + "name": "builds.show", + "methods": [ + "GET" + ] + }, + { + "path": "/builds/:id", + "description": "", + "name": "builds.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/builds/:id", + "description": "", + "name": "builds.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/builds/:build_id/data_elements", + "description": "", + "name": "build_relationship_data_elements.index", + "methods": [ + "GET" + ] + }, + { + "path": "/builds/:build_id/environment", + "description": "", + "name": "build_relationship_environment.show", + "methods": [ + "GET" + ] + }, + { + "path": "/builds/:build_id/extensions", + "description": "", + "name": "build_relationship_extensions.index", + "methods": [ + "GET" + ] + }, + { + "path": "/builds/:build_id/library", + "description": "", + "name": "build_relationship_library.show", + "methods": [ + "GET" + ] + }, + { + "path": "/builds/:build_id/property", + "description": "", + "name": "build_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/builds/:build_id/rules", + "description": "", + "name": "build_relationship_rules.index", + "methods": [ + "GET" + ] + }, + { + "path": "/callbacks/:id", + "description": "", + "name": "callbacks.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/callbacks/:id", + "description": "", + "name": "callbacks.show", + "methods": [ + "GET" + ] + }, + { + "path": "/callbacks/:id", + "description": "", + "name": "callbacks.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/callbacks/:id", + "description": "", + "name": "callbacks.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/callbacks/:callback_id/property", + "description": "", + "name": "callback_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/companies", + "description": "", + "name": "companies.create", + "methods": [ + "POST" + ] + }, + { + "path": "/companies", + "description": "", + "name": "companies.index", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:id", + "description": "", + "name": "companies.show", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:id", + "description": "", + "name": "companies.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/companies/:id", + "description": "", + "name": "companies.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/companies/:company_id/app_configurations", + "description": "", + "name": "app_configurations.create", + "methods": [ + "POST" + ] + }, + { + "path": "/companies/:company_id/app_configurations", + "description": "", + "name": "app_configurations.index", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:company_id/app_surfaces", + "description": "", + "name": "app_surfaces.create", + "methods": [ + "POST" + ] + }, + { + "path": "/companies/:company_id/app_surfaces", + "description": "", + "name": "app_surfaces.index", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:company_id/edge_error_metrics", + "description": "", + "name": "edge_metrics.errors", + "methods": [ + "POST" + ] + }, + { + "path": "/companies/:company_id/edge_performance_metrics", + "description": "", + "name": "edge_metrics.performances", + "methods": [ + "POST" + ] + }, + { + "path": "/companies/:company_id/edge_usage_metrics", + "description": "", + "name": "edge_metrics.usages", + "methods": [ + "POST" + ] + }, + { + "path": "/companies/:company_id/groups", + "description": "", + "name": "groups.index", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:org_id/permissions", + "description": "", + "name": "permissions.index", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:org_id/permissions/:id", + "description": "", + "name": "permissions.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/companies/:org_id/permissions/:id", + "description": "", + "name": "permissions.patch", + "methods": [ + "PATCH" + ] + }, + { + "path": "/companies/:org_id/permissions/:id", + "description": "", + "name": "permissions.show", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:org_id/permissions/:id", + "description": "", + "name": "permissions.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/companies/:company_id/properties", + "description": "", + "name": "properties.create", + "methods": [ + "POST" + ] + }, + { + "path": "/companies/:company_id/properties", + "description": "", + "name": "properties.index", + "methods": [ + "GET" + ] + }, + { + "path": "/data_elements/:id", + "description": "", + "name": "data_elements.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/data_elements/:id", + "description": "", + "name": "data_elements.show", + "methods": [ + "GET" + ] + }, + { + "path": "/data_elements/:id", + "description": "", + "name": "data_elements.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/data_elements/:id", + "description": "", + "name": "data_elements.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/data_elements/:data_element_id/extension", + "description": "", + "name": "data_element_relationship_extension.show", + "methods": [ + "GET" + ] + }, + { + "path": "/data_elements/:data_element_id/libraries", + "description": "", + "name": "data_element_relationship_libraries.index", + "methods": [ + "GET" + ] + }, + { + "path": "/data_elements/:data_element_id/notes", + "description": "", + "name": "data_element_notes.create", + "methods": [ + "POST" + ] + }, + { + "path": "/data_elements/:data_element_id/notes", + "description": "", + "name": "data_element_notes.index", + "methods": [ + "GET" + ] + }, + { + "path": "/data_elements/:data_element_id/origin", + "description": "", + "name": "data_element_relationship_origin.show", + "methods": [ + "GET" + ] + }, + { + "path": "/data_elements/:data_element_id/property", + "description": "", + "name": "data_element_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/data_elements/:data_element_id/revisions", + "description": "", + "name": "data_element_relationship_revisions.index", + "methods": [ + "GET" + ] + }, + { + "path": "/data_elements/:data_element_id/updated_with_extension", + "description": "", + "name": "data_element_relationship_updated_with_extension.show", + "methods": [ + "GET" + ] + }, + { + "path": "/data_elements/:data_element_id/updated_with_extension_package", + "description": "", + "name": "data_element_relationship_updated_with_extension_package.show", + "methods": [ + "GET" + ] + }, + { + "path": "/environments/:id", + "description": "", + "name": "environments.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/environments/:id", + "description": "", + "name": "environments.show", + "methods": [ + "GET" + ] + }, + { + "path": "/environments/:id", + "description": "", + "name": "environments.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/environments/:id", + "description": "", + "name": "environments.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/environments/:environment_id/builds", + "description": "", + "name": "environment_relationship_builds.index", + "methods": [ + "GET" + ] + }, + { + "path": "/environments/:environment_id/host", + "description": "", + "name": "environment_relationship_host.show", + "methods": [ + "GET" + ] + }, + { + "path": "/environments/:environment_id/library", + "description": "", + "name": "environment_relationship_library.show", + "methods": [ + "GET" + ] + }, + { + "path": "/environments/:environment_id/property", + "description": "", + "name": "environment_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/environments/:environment_id/relationships/host", + "description": "", + "name": "environments_relationships_host.show", + "methods": [ + "GET" + ] + }, + { + "path": "/environments/:environment_id/relationships/host", + "description": "", + "name": "environments_relationships_host.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/environments/:environment_id/relationships/host", + "description": "", + "name": "environments_relationships_host.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/environments/:environment_id/secrets", + "description": "", + "name": "environment_relationship_secrets.index", + "methods": [ + "GET" + ] + }, + { + "path": "/extension_packages", + "description": "", + "name": "extension_packages.create", + "methods": [ + "POST" + ] + }, + { + "path": "/extension_packages", + "description": "", + "name": "extension_packages.index", + "methods": [ + "GET" + ] + }, + { + "path": "/extension_packages/:id", + "description": "", + "name": "extension_packages.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/extension_packages/:id", + "description": "", + "name": "extension_packages.show", + "methods": [ + "GET" + ] + }, + { + "path": "/extension_packages/:id", + "description": "", + "name": "extension_packages.transition", + "methods": [ + "PATCH" + ] + }, + { + "path": "/extension_packages/:id", + "description": "", + "name": "extension_packages.transition", + "methods": [ + "PUT" + ] + }, + { + "path": "/extension_packages/:id", + "description": "", + "name": "extension_packages.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/extension_packages/:id", + "description": "", + "name": "extension_packages.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/extension_packages/:id", + "description": "", + "name": "extension_packages.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/extension_packages/:id", + "description": "", + "name": "extension_packages.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/extension_packages/:extension_package_id/versions", + "description": "", + "name": "extension_packages.versions", + "methods": [ + "GET" + ] + }, + { + "path": "/extensions/:id", + "description": "", + "name": "extensions.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/extensions/:id", + "description": "", + "name": "extensions.show", + "methods": [ + "GET" + ] + }, + { + "path": "/extensions/:id", + "description": "", + "name": "extensions.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/extensions/:id", + "description": "", + "name": "extensions.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/extensions/:extension_id/extension_package", + "description": "", + "name": "extension_relationship_extension_package.show", + "methods": [ + "GET" + ] + }, + { + "path": "/extensions/:extension_id/libraries", + "description": "", + "name": "extension_relationship_libraries.index", + "methods": [ + "GET" + ] + }, + { + "path": "/extensions/:extension_id/notes", + "description": "", + "name": "extension_notes.create", + "methods": [ + "POST" + ] + }, + { + "path": "/extensions/:extension_id/notes", + "description": "", + "name": "extension_notes.index", + "methods": [ + "GET" + ] + }, + { + "path": "/extensions/:extension_id/origin", + "description": "", + "name": "extension_relationship_origin.show", + "methods": [ + "GET" + ] + }, + { + "path": "/extensions/:extension_id/property", + "description": "", + "name": "extension_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/extensions/:extension_id/revisions", + "description": "", + "name": "extension_relationship_revisions.index", + "methods": [ + "GET" + ] + }, + { + "path": "/extensions/:extension_id/updated_with_extension_package", + "description": "", + "name": "extension_relationship_updated_with_extension_package.show", + "methods": [ + "GET" + ] + }, + { + "path": "/groups/:id", + "description": "", + "name": "groups.show", + "methods": [ + "GET" + ] + }, + { + "path": "/groups/:group_id/company", + "description": "", + "name": "group_relationship_company.show", + "methods": [ + "GET" + ] + }, + { + "path": "/groups/:group_id/properties", + "description": "", + "name": "group_relationship_properties.index", + "methods": [ + "GET" + ] + }, + { + "path": "/heartbeat", + "description": "", + "name": "heartbeat", + "methods": [ + "GET" + ] + }, + { + "path": "/hosts/:id", + "description": "", + "name": "hosts.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/hosts/:id", + "description": "", + "name": "hosts.show", + "methods": [ + "GET" + ] + }, + { + "path": "/hosts/:id", + "description": "", + "name": "hosts.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/hosts/:id", + "description": "", + "name": "hosts.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/hosts/:host_id/property", + "description": "", + "name": "host_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.show", + "methods": [ + "GET" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/libraries/:id", + "description": "", + "name": "libraries.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/libraries/:id", + "description": "", + "name": "libraries.show", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:id", + "description": "", + "name": "libraries.transition", + "methods": [ + "PATCH" + ] + }, + { + "path": "/libraries/:id", + "description": "", + "name": "libraries.transition", + "methods": [ + "PUT" + ] + }, + { + "path": "/libraries/:id", + "description": "", + "name": "libraries.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/libraries/:id", + "description": "", + "name": "libraries.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/libraries/:library_id/builds", + "description": "", + "name": "builds.create", + "methods": [ + "POST" + ] + }, + { + "path": "/libraries/:library_id/builds", + "description": "", + "name": "builds.index", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/data_elements", + "description": "", + "name": "library_relationship_data_elements.index", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/environment", + "description": "", + "name": "library_relationship_environment.show", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/extensions", + "description": "", + "name": "library_relationship_extensions.index", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/last_build", + "description": "", + "name": "library_relationship_last_build.show", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/notes", + "description": "", + "name": "library_notes.create", + "methods": [ + "POST" + ] + }, + { + "path": "/libraries/:library_id/notes", + "description": "", + "name": "library_notes.index", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/property", + "description": "", + "name": "library_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/relationships/data_elements", + "description": "", + "name": "libraries_relationships_data_elements.create", + "methods": [ + "POST" + ] + }, + { + "path": "/libraries/:library_id/relationships/data_elements", + "description": "", + "name": "libraries_relationships_data_elements.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/libraries/:library_id/relationships/data_elements", + "description": "", + "name": "libraries_relationships_data_elements.show", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/relationships/data_elements", + "description": "", + "name": "libraries_relationships_data_elements.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/libraries/:library_id/relationships/data_elements", + "description": "", + "name": "libraries_relationships_data_elements.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/libraries/:library_id/relationships/environment", + "description": "", + "name": "libraries_relationships_environment.create", + "methods": [ + "POST" + ] + }, + { + "path": "/libraries/:library_id/relationships/environment", + "description": "", + "name": "libraries_relationships_environment.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/libraries/:library_id/relationships/environment", + "description": "", + "name": "libraries_relationships_environment.show", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/relationships/environment", + "description": "", + "name": "libraries_relationships_environment.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/libraries/:library_id/relationships/environment", + "description": "", + "name": "libraries_relationships_environment.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/libraries/:library_id/relationships/extensions", + "description": "", + "name": "libraries_relationships_extensions.create", + "methods": [ + "POST" + ] + }, + { + "path": "/libraries/:library_id/relationships/extensions", + "description": "", + "name": "libraries_relationships_extensions.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/libraries/:library_id/relationships/extensions", + "description": "", + "name": "libraries_relationships_extensions.show", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/relationships/extensions", + "description": "", + "name": "libraries_relationships_extensions.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/libraries/:library_id/relationships/extensions", + "description": "", + "name": "libraries_relationships_extensions.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/libraries/:library_id/relationships/rules", + "description": "", + "name": "libraries_relationships_rules.create", + "methods": [ + "POST" + ] + }, + { + "path": "/libraries/:library_id/relationships/rules", + "description": "", + "name": "libraries_relationships_rules.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/libraries/:library_id/relationships/rules", + "description": "", + "name": "libraries_relationships_rules.show", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/relationships/rules", + "description": "", + "name": "libraries_relationships_rules.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/libraries/:library_id/relationships/rules", + "description": "", + "name": "libraries_relationships_rules.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/libraries/:library_id/rules", + "description": "", + "name": "library_relationship_rules.index", + "methods": [ + "GET" + ] + }, + { + "path": "/libraries/:library_id/upstream_library", + "description": "", + "name": "library_relationship_upstream_library.show", + "methods": [ + "GET" + ] + }, + { + "path": "/notes/:id", + "description": "", + "name": "notes.show", + "methods": [ + "GET" + ] + }, + { + "path": "/owner_org_id/:extension_package_id", + "description": "", + "name": "owner_org_id.show", + "methods": [ + "GET" + ] + }, + { + "path": "/owner_org_id/:extension_package_id", + "description": "", + "name": "owner_org_id.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/profile", + "description": "", + "name": "profiles.show", + "methods": [ + "GET" + ] + }, + { + "path": "/profile", + "description": "", + "name": "profiles.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/profile", + "description": "", + "name": "profiles.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/properties/:id", + "description": "", + "name": "properties.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/properties/:id", + "description": "", + "name": "properties.show", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:id", + "description": "", + "name": "properties.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/properties/:id", + "description": "", + "name": "properties.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/properties/:property_id/callbacks", + "description": "", + "name": "callbacks.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/callbacks", + "description": "", + "name": "callbacks.index", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:property_id/company", + "description": "", + "name": "property_relationship_company.show", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:property_id/data_elements", + "description": "", + "name": "data_elements.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/data_elements", + "description": "", + "name": "data_elements.index", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:property_id/environments", + "description": "", + "name": "environments.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/environments", + "description": "", + "name": "environments.index", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:property_id/extensions", + "description": "", + "name": "extensions.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/extensions", + "description": "", + "name": "extensions.index", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:property_id/hosts", + "description": "", + "name": "hosts.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/hosts", + "description": "", + "name": "hosts.index", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:property_id/libraries", + "description": "", + "name": "libraries.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/libraries", + "description": "", + "name": "libraries.index", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:property_id/notes", + "description": "", + "name": "property_notes.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/notes", + "description": "", + "name": "property_notes.index", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:property_id/rule_components", + "description": "", + "name": "rule_components.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/rules", + "description": "", + "name": "rules.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/rules", + "description": "", + "name": "rules.index", + "methods": [ + "GET" + ] + }, + { + "path": "/properties/:property_id/secrets", + "description": "", + "name": "secrets.create", + "methods": [ + "POST" + ] + }, + { + "path": "/properties/:property_id/secrets", + "description": "", + "name": "secrets.index", + "methods": [ + "GET" + ] + }, + { + "path": "/rule_components/:id", + "description": "", + "name": "rule_components.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/rule_components/:id", + "description": "", + "name": "rule_components.show", + "methods": [ + "GET" + ] + }, + { + "path": "/rule_components/:id", + "description": "", + "name": "rule_components.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/rule_components/:id", + "description": "", + "name": "rule_components.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/rule_components/:rule_component_id/extension", + "description": "", + "name": "rule_component_relationship_extension.show", + "methods": [ + "GET" + ] + }, + { + "path": "/rule_components/:rule_component_id/notes", + "description": "", + "name": "rule_component_notes.create", + "methods": [ + "POST" + ] + }, + { + "path": "/rule_components/:rule_component_id/notes", + "description": "", + "name": "rule_component_notes.index", + "methods": [ + "GET" + ] + }, + { + "path": "/rule_components/:rule_component_id/origin", + "description": "", + "name": "rule_component_relationship_origin.show", + "methods": [ + "GET" + ] + }, + { + "path": "/rule_components/:rule_component_id/rules", + "description": "", + "name": "rule_component_relationship_rules.show", + "methods": [ + "GET" + ] + }, + { + "path": "/rule_components/:rule_component_id/updated_with_extension", + "description": "", + "name": "rule_component_relationship_updated_with_extension.show", + "methods": [ + "GET" + ] + }, + { + "path": "/rule_components/:rule_component_id/updated_with_extension_package", + "description": "", + "name": "rule_component_relationship_updated_with_extension_package.show", + "methods": [ + "GET" + ] + }, + { + "path": "/rules/:id", + "description": "", + "name": "rules.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/rules/:id", + "description": "", + "name": "rules.show", + "methods": [ + "GET" + ] + }, + { + "path": "/rules/:id", + "description": "", + "name": "rules.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/rules/:id", + "description": "", + "name": "rules.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/rules/:rule_id/libraries", + "description": "", + "name": "rule_relationship_libraries.index", + "methods": [ + "GET" + ] + }, + { + "path": "/rules/:rule_id/notes", + "description": "", + "name": "rule_notes.create", + "methods": [ + "POST" + ] + }, + { + "path": "/rules/:rule_id/notes", + "description": "", + "name": "rule_notes.index", + "methods": [ + "GET" + ] + }, + { + "path": "/rules/:rule_id/origin", + "description": "", + "name": "rule_relationship_origin.show", + "methods": [ + "GET" + ] + }, + { + "path": "/rules/:rule_id/property", + "description": "", + "name": "rule_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/rules/:rule_id/revisions", + "description": "", + "name": "rule_relationship_revisions.index", + "methods": [ + "GET" + ] + }, + { + "path": "/rules/:rule_id/rule_component_notes", + "description": "", + "name": "rule_rule_component_notes.index", + "methods": [ + "GET" + ] + }, + { + "path": "/rules/:rule_id/rule_components", + "description": "", + "name": "rule_components.index", + "methods": [ + "GET" + ] + }, + { + "path": "/search", + "description": "", + "name": "search.perform", + "methods": [ + "POST" + ] + }, + { + "path": "/secrets/:id", + "description": "", + "name": "secrets.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/secrets/:id", + "description": "", + "name": "secrets.show", + "methods": [ + "GET" + ] + }, + { + "path": "/secrets/:id", + "description": "", + "name": "secrets.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/secrets/:id", + "description": "", + "name": "secrets.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/secrets/:secret_id/data_elements", + "description": "", + "name": "secret_relationship_data_elements.index", + "methods": [ + "GET" + ] + }, + { + "path": "/secrets/:secret_id/environment", + "description": "", + "name": "secret_relationship_environment.show", + "methods": [ + "GET" + ] + }, + { + "path": "/secrets/:secret_id/notes", + "description": "", + "name": "secret_notes.create", + "methods": [ + "POST" + ] + }, + { + "path": "/secrets/:secret_id/notes", + "description": "", + "name": "secret_notes.index", + "methods": [ + "GET" + ] + }, + { + "path": "/secrets/:secret_id/property", + "description": "", + "name": "secret_relationship_property.show", + "methods": [ + "GET" + ] + }, + { + "path": "/users", + "description": "", + "name": "users.create", + "methods": [ + "POST" + ] + }, + { + "path": "/users", + "description": "", + "name": "users.index", + "methods": [ + "GET" + ] + }, + { + "path": "/users/:id", + "description": "", + "name": "users.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/users/:id", + "description": "", + "name": "users.show", + "methods": [ + "GET" + ] + }, + { + "path": "/users/:id", + "description": "", + "name": "users.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/users/:id", + "description": "", + "name": "users.update", + "methods": [ + "PUT" + ] + } + ], + "scenarios": [ + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ACaff50d590607483e89291f82538de55b", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T20:59:47.810Z", + "updated_at": "2022-02-04T20:59:47.810Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Fcm App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ACfe984d5a649440268fb22fd6169d0131", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:00:26.534Z", + "updated_at": "2022-02-04T21:00:26.534Z", + "app_id": "android_app_id", + "name": "Kessel Fcm App", + "platform": "mobile", + "messaging_service": "fcm", + "key_type": "fcm_v1" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Apns App", + "app_id": "com.adobe.test_app", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file", + "push_credential": { + "bundleId": "com.adobe.test_app", + "keyId": "key_id", + "p8": "", + "teamId": "team_id" + } + }, + "type": "app_configurations" + } + }, + "response": { + "data": { + "id": "AC6c9c160a2c2448c1abb376af14307f78", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_configurations.get_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.get_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.get_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.get_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC6c9c160a2c2448c1abb376af14307f78", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.get_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "AC6c9c160a2c2448c1abb376af14307f78", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_app_configurations_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_app_configurations_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_app_configurations_for_a_company", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_app_configurations_for_a_company", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC6c9c160a2c2448c1abb376af14307f78", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_app_configurations_for_a_company", + "endpoint": "/companies/:company_id/app_configurations", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC6c9c160a2c2448c1abb376af14307f78", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.update_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.update_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.update_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.update_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC6c9c160a2c2448c1abb376af14307f78", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.update_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "app_id": "com.adobe.test_app_2" + }, + "id": "AC6c9c160a2c2448c1abb376af14307f78", + "type": "app_configurations" + } + }, + "response": { + "data": { + "id": "AC6c9c160a2c2448c1abb376af14307f78", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:29.575Z", + "app_id": "com.adobe.test_app_2", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC6c9c160a2c2448c1abb376af14307f78", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:29.575Z", + "app_id": "com.adobe.test_app_2", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.delete_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Apns App", + "app_id": "com.adobe.test_app", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file", + "push_credential": { + "bundleId": "com.adobe.test_app", + "keyId": "key_id", + "p8": "", + "teamId": "team_id" + } + }, + "type": "app_configurations" + } + }, + "response": { + "data": { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/app_surfaces", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "POST", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "DELETE", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:06.803Z", + "updated_at": "2022-02-04T21:00:06.803Z", + "name": "Kessel Surface" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface" + }, + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "AS7b84d82f8707421daa9e1e5230ce75f6", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:37.322Z", + "updated_at": "2022-02-04T21:02:37.322Z", + "name": "Kessel Surface" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface (new name)" + }, + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies/:company_id/app_surfaces", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AS7b84d82f8707421daa9e1e5230ce75f6", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:37.322Z", + "updated_at": "2022-02-04T21:02:37.322Z", + "name": "Kessel Surface" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6" + } + }, + { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 2 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface (new name)" + }, + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface (new name)" + }, + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/app_configurations", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "POST", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Fcm App", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Fcm App", + "app_id": "android_app_id", + "platform": "mobile", + "messaging_service": "fcm", + "key_type": "fcm_v1", + "push_credential": { + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "client_email": "firebase-adminsdk-00000@notificationtestapp-000ea.iam.gserviceaccount.com", + "client_id": "000000000000000000000", + "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-00000%40notificationtestapp-000ea.iam.gserviceaccount.com", + "private_key": "-----BEGIN PRIVATE KEY-----\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXX=\n-----END PRIVATE KEY-----\n", + "private_key_id": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "project_id": "notificationtestapp-000ea", + "token_uri": "https://oauth2.googleapis.com/token", + "type": "service_account" + } + }, + "type": "app_configurations" + } + }, + "response": { + "data": { + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:46.481Z", + "updated_at": "2022-02-04T21:02:46.481Z", + "app_id": "android_app_id", + "name": "Kessel Fcm App", + "platform": "mobile", + "messaging_service": "fcm", + "key_type": "fcm_v1" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "DELETE", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:02:48.843Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:02:48.843Z", + "platform": "web", + "development": false, + "token": "f8e7fc5e24ce", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules", + "self": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/audit_events", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AE3789de70a3b14c52b8de4bc75a18bd99", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:49.897Z", + "display_name": "Core", + "type_of": "extension.created", + "updated_at": "2022-02-04T21:02:49.897Z", + "entity": "{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.535Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.535Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/updated_with_extension_package\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/property" + }, + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/extension" + }, + "data": { + "type": "extensions", + "id": "EX3406b45bc85f48d0b4590dd221fc6ed9" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9", + "property": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", + "self": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99" + }, + "meta": { + "property_name": "Kessel Example Property" + } + }, + { + "id": "AEad9f5ff77274469f9fa081aad2349af4", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:46.556Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:46.556Z", + "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEad9f5ff77274469f9fa081aad2349af4" + } + }, + { + "id": "AEae9a8f38360041fbac17de58b69e5c72", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:42.767Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:42.767Z", + "entity": "{\"data\":{\"id\":\"ASb763e208e4f64c86a4ce6445604355ce\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:42.693Z\",\"updated_at\":\"2022-02-04T21:02:42.693Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASb763e208e4f64c86a4ce6445604355ce" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEae9a8f38360041fbac17de58b69e5c72" + } + }, + { + "id": "AE13b264111ef442979577b81f9a8708bd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:41.894Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:41.894Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE13b264111ef442979577b81f9a8708bd" + } + }, + { + "id": "AE1e51a6221daf49f79a6c3398334e9040", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:41.011Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:02:41.011Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE1e51a6221daf49f79a6c3398334e9040" + } + }, + { + "id": "AE8c84ba14ba6f4eba80cfe43b84647131", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:38.711Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:38.711Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE8c84ba14ba6f4eba80cfe43b84647131" + } + }, + { + "id": "AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:37.432Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:37.432Z", + "entity": "{\"data\":{\"id\":\"AS7b84d82f8707421daa9e1e5230ce75f6\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:02:37.322Z\",\"updated_at\":\"2022-02-04T21:02:37.322Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS7b84d82f8707421daa9e1e5230ce75f6" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd" + } + }, + { + "id": "AEa1731ab256134ed7a82db56d18df23c4", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:37.129Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:37.129Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEa1731ab256134ed7a82db56d18df23c4" + } + }, + { + "id": "AE4c4610eaa0364e3e9014a287eda654d6", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:36.686Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:36.686Z", + "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE4c4610eaa0364e3e9014a287eda654d6" + } + }, + { + "id": "AE8b1b7f535baa43b4a623d894ae07a572", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:31.823Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:31.823Z", + "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE8b1b7f535baa43b4a623d894ae07a572" + } + }, + { + "id": "AE46e0549bef1f4284828acf8b686eebf3", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:30.508Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:30.508Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE46e0549bef1f4284828acf8b686eebf3" + } + }, + { + "id": "AE2826bffae15c45328839097aa3fb9363", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:29.717Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.updated", + "updated_at": "2022-02-04T21:02:29.717Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE2826bffae15c45328839097aa3fb9363" + } + }, + { + "id": "AEa2ff894950564632a78a16a510f65a44", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:25.771Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:25.771Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEa2ff894950564632a78a16a510f65a44" + } + }, + { + "id": "AE1a071d46fb96482fa41c44ca546891fb", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:25.347Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:25.347Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACfe984d5a649440268fb22fd6169d0131" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE1a071d46fb96482fa41c44ca546891fb" + } + }, + { + "id": "AE66a6de7057f940a3a26138e74c65de99", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:24.936Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:24.936Z", + "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACaff50d590607483e89291f82538de55b" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE66a6de7057f940a3a26138e74c65de99" + } + }, + { + "id": "AEfc3b2b950b2a43ee8edce900400c8cfe", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:26.763Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:00:26.763Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACfe984d5a649440268fb22fd6169d0131" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEfc3b2b950b2a43ee8edce900400c8cfe" + } + }, + { + "id": "AEb49d15dd1c7645ab8742cc3b68b95eba", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:19.717Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:19.717Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEb49d15dd1c7645ab8742cc3b68b95eba" + } + }, + { + "id": "AE38ac9002da284b5387a811df23da3845", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:17.339Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:00:17.339Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE38ac9002da284b5387a811df23da3845" + } + }, + { + "id": "AE57350c2effa84bf6befd84671e4e5774", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:16.083Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:00:16.083Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE57350c2effa84bf6befd84671e4e5774" + } + }, + { + "id": "AE0c6dc0ddc6864281b923e09c79f8cd4c", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:10.872Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:10.872Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE0c6dc0ddc6864281b923e09c79f8cd4c" + } + }, + { + "id": "AE3cd524e1d8964e7b8a0b976bbe924eec", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:07.634Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:07.634Z", + "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE3cd524e1d8964e7b8a0b976bbe924eec" + } + }, + { + "id": "AE62201f73127540cb9ddb94018d311761", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:06.753Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:00:06.753Z", + "entity": "{\"data\":{\"id\":\"ASb5f06e2e76ea4c0ba4e01b71332c91ee\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T20:59:48.855Z\",\"updated_at\":\"2022-02-04T20:59:48.855Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASb5f06e2e76ea4c0ba4e01b71332c91ee" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE62201f73127540cb9ddb94018d311761" + } + }, + { + "id": "AE7c5a0c580aa74978b777cfc6b48483bd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:03.959Z", + "display_name": "IC6b3a89ff7bbe4a4ab9ea329878196d7e", + "type_of": "icon.deleted", + "updated_at": "2022-02-04T21:00:03.959Z", + "entity": "{\"data\":{\"id\":\"IC6b3a89ff7bbe4a4ab9ea329878196d7e\",\"type\":\"icons\",\"links\":{\"self\":\"https://reactor.adobe.io/icons/IC6b3a89ff7bbe4a4ab9ea329878196d7e\",\"resource\":\"https://reactor.adobe.io/app_surfaces/AS43e5f0df09a04da79d81acd2763ec4d9\"},\"attributes\":{\"url\":\"https://assets.adobedtm.com/staging/icons/17e0df72ece8/IC6b3a89ff7bbe4a4ab9ea329878196d7e.png\",\"status\":\"succeeded\",\"created_at\":\"2022-02-03T22:50:54.877Z\",\"updated_at\":\"2022-02-04T16:26:37.978Z\"},\"relationships\":{\"resource\":{\"data\":{\"id\":\"AS43e5f0df09a04da79d81acd2763ec4d9\",\"type\":\"app_surfaces\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS43e5f0df09a04da79d81acd2763ec4d9\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "icons", + "id": "IC6b3a89ff7bbe4a4ab9ea329878196d7e" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/icons/IC6b3a89ff7bbe4a4ab9ea329878196d7e", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE7c5a0c580aa74978b777cfc6b48483bd" + } + } + ], + "links": { + "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, + "meta": { + "pagination": { + "current_page": 1, + "next_page": 2, + "prev_page": null, + "total_pages": 2, + "total_count": 46 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:02:48.843Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:02:48.843Z", + "platform": "web", + "development": false, + "token": "f8e7fc5e24ce", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules", + "self": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/properties/PRbd3ecada74ab42f78b9d65803291970a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRb804002660ff423c85ad3c95aa452ef7", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:02:58.171Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:02:58.171Z", + "platform": "web", + "development": false, + "token": "3e1289875f3b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments", + "extensions": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions", + "rules": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules", + "self": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL204df6424b5b4f79abf5ca8a0f4415d9", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:03:04.049Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:03:04.049Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/property" + }, + "data": { + "id": "PRb804002660ff423c85ad3c95aa452ef7", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/origin" + }, + "data": { + "id": "RL204df6424b5b4f79abf5ca8a0f4415d9", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "origin": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9", + "self": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9", + "rule_components": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/audit_events", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AE0bac8e99f5634532a8e9d005946ae717", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:58.637Z", + "display_name": "Core", + "type_of": "extension.created", + "updated_at": "2022-02-04T21:02:58.637Z", + "entity": "{\"data\":{\"id\":\"EX6ccb3c449e204c749f1ef2f5b574d08c\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c\",\"origin\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c\",\"property\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:58.381Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:58.381Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6ccb3c449e204c749f1ef2f5b574d08c\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/origin\"}},\"property\":{\"data\":{\"id\":\"PRb804002660ff423c85ad3c95aa452ef7\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/updated_with_extension_package\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717/property" + }, + "data": { + "id": "PRb804002660ff423c85ad3c95aa452ef7", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717/extension" + }, + "data": { + "type": "extensions", + "id": "EX6ccb3c449e204c749f1ef2f5b574d08c" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c", + "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "self": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717" + }, + "meta": { + "property_name": "Kessel Example Property" + } + }, + { + "id": "AE660b24c4c43941338b2629818748f209", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:57.185Z", + "display_name": "Kessel Example Property", + "type_of": "property.deleted", + "updated_at": "2022-02-04T21:02:57.185Z", + "entity": "{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"rules\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"f8e7fc5e24ce\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:48.843Z\",\"updated_at\":\"2022-02-04T21:02:48.843Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE660b24c4c43941338b2629818748f209/property" + }, + "data": { + "type": "properties", + "id": "PRbd3ecada74ab42f78b9d65803291970a" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE660b24c4c43941338b2629818748f209" + } + }, + { + "id": "AEc151a4198f184f0b9370deb8c2a270c2", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:50.384Z", + "display_name": "Kessel Example Property", + "type_of": "property.created", + "updated_at": "2022-02-04T21:02:50.384Z", + "entity": "{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"rules\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"f8e7fc5e24ce\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:48.843Z\",\"updated_at\":\"2022-02-04T21:02:48.843Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AEc151a4198f184f0b9370deb8c2a270c2/property" + }, + "data": { + "type": "properties", + "id": "PRbd3ecada74ab42f78b9d65803291970a" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEc151a4198f184f0b9370deb8c2a270c2" + } + }, + { + "id": "AEde7b82f99870419b81eec1ca504078a9", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:50.076Z", + "display_name": "Core", + "type_of": "extension.created", + "updated_at": "2022-02-04T21:02:50.076Z", + "entity": "{\"data\":{\"id\":\"EX5e3b0b1bd0cf491e8ff9047fb10ab3a2\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.709Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.709Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/updated_with_extension_package\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AEde7b82f99870419b81eec1ca504078a9/extension" + }, + "data": { + "type": "extensions", + "id": "EX5e3b0b1bd0cf491e8ff9047fb10ab3a2" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEde7b82f99870419b81eec1ca504078a9" + } + }, + { + "id": "AE3789de70a3b14c52b8de4bc75a18bd99", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:49.897Z", + "display_name": "Core", + "type_of": "extension.created", + "updated_at": "2022-02-04T21:02:49.897Z", + "entity": "{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.535Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.535Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/updated_with_extension_package\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/extension" + }, + "data": { + "type": "extensions", + "id": "EX3406b45bc85f48d0b4590dd221fc6ed9" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99" + } + }, + { + "id": "AEad9f5ff77274469f9fa081aad2349af4", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:46.556Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:46.556Z", + "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEad9f5ff77274469f9fa081aad2349af4" + } + }, + { + "id": "AEae9a8f38360041fbac17de58b69e5c72", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:42.767Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:42.767Z", + "entity": "{\"data\":{\"id\":\"ASb763e208e4f64c86a4ce6445604355ce\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:42.693Z\",\"updated_at\":\"2022-02-04T21:02:42.693Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASb763e208e4f64c86a4ce6445604355ce" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEae9a8f38360041fbac17de58b69e5c72" + } + }, + { + "id": "AE13b264111ef442979577b81f9a8708bd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:41.894Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:41.894Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE13b264111ef442979577b81f9a8708bd" + } + }, + { + "id": "AE1e51a6221daf49f79a6c3398334e9040", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:41.011Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:02:41.011Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE1e51a6221daf49f79a6c3398334e9040" + } + }, + { + "id": "AE8c84ba14ba6f4eba80cfe43b84647131", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:38.711Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:38.711Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE8c84ba14ba6f4eba80cfe43b84647131" + } + }, + { + "id": "AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:37.432Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:37.432Z", + "entity": "{\"data\":{\"id\":\"AS7b84d82f8707421daa9e1e5230ce75f6\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:02:37.322Z\",\"updated_at\":\"2022-02-04T21:02:37.322Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS7b84d82f8707421daa9e1e5230ce75f6" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd" + } + }, + { + "id": "AEa1731ab256134ed7a82db56d18df23c4", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:37.129Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:37.129Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEa1731ab256134ed7a82db56d18df23c4" + } + }, + { + "id": "AE4c4610eaa0364e3e9014a287eda654d6", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:36.686Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:36.686Z", + "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE4c4610eaa0364e3e9014a287eda654d6" + } + }, + { + "id": "AE8b1b7f535baa43b4a623d894ae07a572", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:31.823Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:31.823Z", + "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE8b1b7f535baa43b4a623d894ae07a572" + } + }, + { + "id": "AE46e0549bef1f4284828acf8b686eebf3", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:30.508Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:30.508Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE46e0549bef1f4284828acf8b686eebf3" + } + }, + { + "id": "AE2826bffae15c45328839097aa3fb9363", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:29.717Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.updated", + "updated_at": "2022-02-04T21:02:29.717Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE2826bffae15c45328839097aa3fb9363" + } + }, + { + "id": "AEa2ff894950564632a78a16a510f65a44", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:25.771Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:25.771Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEa2ff894950564632a78a16a510f65a44" + } + }, + { + "id": "AE1a071d46fb96482fa41c44ca546891fb", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:25.347Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:25.347Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACfe984d5a649440268fb22fd6169d0131" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE1a071d46fb96482fa41c44ca546891fb" + } + }, + { + "id": "AE66a6de7057f940a3a26138e74c65de99", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:24.936Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:24.936Z", + "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACaff50d590607483e89291f82538de55b" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE66a6de7057f940a3a26138e74c65de99" + } + }, + { + "id": "AEfc3b2b950b2a43ee8edce900400c8cfe", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:26.763Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:00:26.763Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACfe984d5a649440268fb22fd6169d0131" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEfc3b2b950b2a43ee8edce900400c8cfe" + } + }, + { + "id": "AEb49d15dd1c7645ab8742cc3b68b95eba", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:19.717Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:19.717Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEb49d15dd1c7645ab8742cc3b68b95eba" + } + }, + { + "id": "AE38ac9002da284b5387a811df23da3845", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:17.339Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:00:17.339Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE38ac9002da284b5387a811df23da3845" + } + }, + { + "id": "AE57350c2effa84bf6befd84671e4e5774", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:16.083Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:00:16.083Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE57350c2effa84bf6befd84671e4e5774" + } + } + ], + "links": { + "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, + "meta": { + "pagination": { + "current_page": 1, + "next_page": 2, + "prev_page": null, + "total_pages": 2, + "total_count": 50 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/audit_events/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "AE6a44b4fd8bd747e9a5def6ae0e6d11fb", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:58.834Z", + "display_name": "Kessel Example Property", + "type_of": "property.created", + "updated_at": "2022-02-04T21:02:58.834Z", + "entity": "{\"data\":{\"id\":\"PRb804002660ff423c85ad3c95aa452ef7\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7\",\"rules\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"3e1289875f3b\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:58.171Z\",\"updated_at\":\"2022-02-04T21:02:58.171Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb/property" + }, + "data": { + "id": "PRb804002660ff423c85ad3c95aa452ef7", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb/property" + }, + "data": { + "type": "properties", + "id": "PRb804002660ff423c85ad3c95aa452ef7" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "self": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb" + }, + "meta": { + "property_name": "Kessel Example Property" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRb804002660ff423c85ad3c95aa452ef7", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:02:58.171Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:02:58.171Z", + "platform": "web", + "development": false, + "token": "3e1289875f3b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments", + "extensions": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions", + "rules": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules", + "self": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/properties/PRb804002660ff423c85ad3c95aa452ef7", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:06.156Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:06.156Z", + "platform": "web", + "development": false, + "token": "64e6e3894eda", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments", + "extensions": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions", + "rules": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules", + "self": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.create_a_build", + "endpoint": "/properties/PRb446f44e64014efaadd9718956d0d40a/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTe2e30f073c9e4b82839a5bea61178b4b", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:03:11.990Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:03:11.990Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTe2e30f073c9e4b82839a5bea61178b4b/property" + }, + "data": { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", + "self": "https://reactor.adobe.io/hosts/HTe2e30f073c9e4b82839a5bea61178b4b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.create_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTe2e30f073c9e4b82839a5bea61178b4b", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN665460edffd54cd79637e39f024cb318", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:03:12.670Z", + "library_path": "17e0df72ece8/64e6e3894eda", + "library_name": "launch-5b4240eef061-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-5b4240eef061-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js" + ], + "license_path": "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" + }, + { + "library_name": "launch-5b4240eef061-development.js", + "minified": false, + "references": [ + "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:03:12.670Z", + "status": "succeeded", + "token": "5b4240eef061" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/host", + "self": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/relationships/host" + }, + "data": { + "id": "HTe2e30f073c9e4b82839a5bea61178b4b", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/property" + }, + "data": { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", + "self": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.create_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB4aab59bb9c964a2dbb55b240df7bb183", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:03:13.261Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:03:13.261Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/extensions", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/rules", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/property" + }, + "data": { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.create_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN665460edffd54cd79637e39f024cb318", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN665460edffd54cd79637e39f024cb318", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/environment", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLfe48e1ca43574585b354b49c5afa9607", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:14.471Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:14.471Z", + "token": "a9a7d3ab1e7e" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/environment" + }, + "data": { + "id": "EN665460edffd54cd79637e39f024cb318", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/library" + }, + "data": { + "id": "LB4aab59bb9c964a2dbb55b240df7bb183", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/property" + }, + "data": { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318", + "library": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183", + "self": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/a9a7d3ab1e7e/launch-5b4240eef061-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:06.156Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:06.156Z", + "platform": "web", + "development": false, + "token": "64e6e3894eda", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments", + "extensions": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions", + "rules": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules", + "self": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/properties/PRb446f44e64014efaadd9718956d0d40a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.get_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:16.509Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:16.509Z", + "platform": "web", + "development": false, + "token": "b3c8e7b04b02", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements", + "environments": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments", + "extensions": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions", + "rules": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules", + "self": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT759b04b1afdc46a6b36499a51e7c2b65", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:03:22.675Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:03:22.675Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT759b04b1afdc46a6b36499a51e7c2b65/property" + }, + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "self": "https://reactor.adobe.io/hosts/HT759b04b1afdc46a6b36499a51e7c2b65" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT759b04b1afdc46a6b36499a51e7c2b65", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:03:23.360Z", + "library_path": "17e0df72ece8/b3c8e7b04b02", + "library_name": "launch-f161f5f959cd-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-f161f5f959cd-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js" + ], + "license_path": "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" + }, + { + "library_name": "launch-f161f5f959cd-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:03:23.360Z", + "status": "succeeded", + "token": "f161f5f959cd" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/host", + "self": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/relationships/host" + }, + "data": { + "id": "HT759b04b1afdc46a6b36499a51e7c2b65", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/property" + }, + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "self": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBf6b02e66e1be484f904e43e7a328da14", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:03:23.920Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:03:23.920Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/data_elements", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/extensions", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/rules", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/property" + }, + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/environment", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLcf68a794a5da433aa3acd69fafcaa9e3", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:28.016Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:28.016Z", + "token": "964d94c95b53" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/environment" + }, + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/library" + }, + "data": { + "id": "LBf6b02e66e1be484f904e43e7a328da14", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/property" + }, + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e", + "library": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14", + "self": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/964d94c95b53/launch-f161f5f959cd-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/builds/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BLcf68a794a5da433aa3acd69fafcaa9e3", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:28.016Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:28.016Z", + "token": "964d94c95b53" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/environment" + }, + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/library" + }, + "data": { + "id": "LBf6b02e66e1be484f904e43e7a328da14", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/property" + }, + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e", + "library": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14", + "self": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/964d94c95b53/launch-f161f5f959cd-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:16.509Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:16.509Z", + "platform": "web", + "development": false, + "token": "b3c8e7b04b02", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements", + "environments": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments", + "extensions": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions", + "rules": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules", + "self": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:41.140Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:41.140Z", + "platform": "web", + "development": false, + "token": "d675e2f1e9cb", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments", + "extensions": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions", + "rules": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules", + "self": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:03:49.099Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:03:49.099Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT3a70ca9f46094bf3b9e8c0f2d925d84c/property" + }, + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "self": "https://reactor.adobe.io/hosts/HT3a70ca9f46094bf3b9e8c0f2d925d84c" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:03:50.295Z", + "library_path": "17e0df72ece8/d675e2f1e9cb", + "library_name": "launch-28835b355e35-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-28835b355e35-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js" + ], + "license_path": "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" + }, + { + "library_name": "launch-28835b355e35-development.js", + "minified": false, + "references": [ + "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:03:50.295Z", + "status": "succeeded", + "token": "28835b355e35" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/host", + "self": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/relationships/host" + }, + "data": { + "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/property" + }, + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "self": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB9eae581bf21649308017abfb9aedb43d", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:03:50.690Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:03:50.690Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/extensions", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/rules", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/property" + }, + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/environment", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL598ddf8fe7374504afe56ad9a84d49a9", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:52.585Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:52.585Z", + "token": "de0039897bd5" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/environment" + }, + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/library" + }, + "data": { + "id": "LB9eae581bf21649308017abfb9aedb43d", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/property" + }, + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658", + "library": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d", + "self": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/de0039897bd5/launch-28835b355e35-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "BL598ddf8fe7374504afe56ad9a84d49a9", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:52.585Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:52.585Z", + "token": "de0039897bd5" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/environment" + }, + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/library" + }, + "data": { + "id": "LB9eae581bf21649308017abfb9aedb43d", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/property" + }, + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658", + "library": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d", + "self": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/de0039897bd5/launch-28835b355e35-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:41.140Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:41.140Z", + "platform": "web", + "development": false, + "token": "d675e2f1e9cb", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments", + "extensions": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions", + "rules": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules", + "self": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR81895787dc644223993862cddbd2c8be", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:04:06.704Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:06.704Z", + "platform": "web", + "development": false, + "token": "78f5f1c126d2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements", + "environments": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments", + "extensions": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions", + "rules": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules", + "self": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/properties/PR81895787dc644223993862cddbd2c8be/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:04:17.252Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:04:17.252Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTe2e9158f70b14e18a931ae6b9933ed5d/property" + }, + "data": { + "id": "PR81895787dc644223993862cddbd2c8be", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", + "self": "https://reactor.adobe.io/hosts/HTe2e9158f70b14e18a931ae6b9933ed5d" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENe2f9614e557b470baef26af0b86ce266", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:04:18.139Z", + "library_path": "17e0df72ece8/78f5f1c126d2", + "library_name": "launch-c1728b3db0a1-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-c1728b3db0a1-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js" + ], + "license_path": "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" + }, + { + "library_name": "launch-c1728b3db0a1-development.js", + "minified": false, + "references": [ + "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:04:18.139Z", + "status": "succeeded", + "token": "c1728b3db0a1" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/host", + "self": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/relationships/host" + }, + "data": { + "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/property" + }, + "data": { + "id": "PR81895787dc644223993862cddbd2c8be", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", + "self": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBce31a7ac609b44ca874ca26f56743dba", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:04:18.642Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:04:18.642Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/data_elements", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/extensions", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/rules", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/property" + }, + "data": { + "id": "PR81895787dc644223993862cddbd2c8be", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "ENe2f9614e557b470baef26af0b86ce266", + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENe2f9614e557b470baef26af0b86ce266", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/environment", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLcb942f8a954e47ee93b6419f1c7dabb0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:20.937Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:20.937Z", + "token": "20f73c973056" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/environment" + }, + "data": { + "id": "ENe2f9614e557b470baef26af0b86ce266", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/library" + }, + "data": { + "id": "LBce31a7ac609b44ca874ca26f56743dba", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/property" + }, + "data": { + "id": "PR81895787dc644223993862cddbd2c8be", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266", + "library": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba", + "self": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/20f73c973056/launch-c1728b3db0a1-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/environments/:environment_id/builds", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "BLcb942f8a954e47ee93b6419f1c7dabb0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:20.937Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:20.937Z", + "token": "20f73c973056" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/environment" + }, + "data": { + "id": "ENe2f9614e557b470baef26af0b86ce266", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/library" + }, + "data": { + "id": "LBce31a7ac609b44ca874ca26f56743dba", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/property" + }, + "data": { + "id": "PR81895787dc644223993862cddbd2c8be", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266", + "library": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba", + "self": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/20f73c973056/launch-c1728b3db0a1-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR81895787dc644223993862cddbd2c8be", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:04:06.704Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:06.704Z", + "platform": "web", + "development": false, + "token": "78f5f1c126d2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements", + "environments": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments", + "extensions": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions", + "rules": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules", + "self": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/PR81895787dc644223993862cddbd2c8be", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:04:28.495Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:28.495Z", + "platform": "web", + "development": false, + "token": "68067e5e7ef8", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments", + "extensions": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions", + "rules": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules", + "self": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:04:36.008Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:04:36.008Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/origin" + }, + "data": { + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "self": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXc7698583306e44c39f5a01ad9da3709a", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:04:36.101Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:04:36.101Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/origin" + }, + "data": { + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "self": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT6b9365e8db2045bda71baa0fc2715ca5", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:04:37.386Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:04:37.386Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT6b9365e8db2045bda71baa0fc2715ca5/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "self": "https://reactor.adobe.io/hosts/HT6b9365e8db2045bda71baa0fc2715ca5" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT6b9365e8db2045bda71baa0fc2715ca5", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:04:38.062Z", + "library_path": "17e0df72ece8/68067e5e7ef8", + "library_name": "launch-8f4680f22796-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-8f4680f22796-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js" + ], + "license_path": "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" + }, + { + "library_name": "launch-8f4680f22796-development.js", + "minified": false, + "references": [ + "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:04:38.062Z", + "status": "succeeded", + "token": "8f4680f22796" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/host", + "self": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/relationships/host" + }, + "data": { + "id": "HT6b9365e8db2045bda71baa0fc2715ca5", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "self": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "extensions": { + "data": [ + { + "id": "EXc7698583306e44c39f5a01ad9da3709a", + "type": "extensions" + } + ] + }, + "environment": { + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:04:38.505Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:04:38.505Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/builds" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/environment", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/data_elements", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/extensions", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/rules", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:39.490Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:39.490Z", + "token": "eaed8a7897cc" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" + }, + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:39.490Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:39.490Z", + "token": "eaed8a7897cc" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" + }, + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:39.490Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:39.490Z", + "token": "eaed8a7897cc" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" + }, + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:39.490Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:04:50.375Z", + "token": "eaed8a7897cc" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" + }, + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/builds/:build_id/extensions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EXc7698583306e44c39f5a01ad9da3709a", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:04:36.101Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:04:36.101Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/origin" + }, + "data": { + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "self": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:04:28.495Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:28.495Z", + "platform": "web", + "development": false, + "token": "68067e5e7ef8", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments", + "extensions": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions", + "rules": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules", + "self": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:04:53.050Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:53.050Z", + "platform": "web", + "development": false, + "token": "b8eac247d5ef", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements", + "environments": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments", + "extensions": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions", + "rules": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules", + "self": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:04:59.031Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:04:59.031Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/origin" + }, + "data": { + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", + "self": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", + "rule_components": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL8f4475c451474a5a9e4a53303df0c3dd", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:04:59.548Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:04:59.548Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/origin" + }, + "data": { + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", + "self": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd", + "rule_components": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:05:00.815Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:05:00.815Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/origin" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", + "self": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:05:01 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:05:02.089Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:05:01 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:05:02.089Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/origin" + }, + "data": { + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/extension" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/updated_with_extension" + }, + "data": { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "self": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEde82879fffb64c90b75a42add04efab1", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:05:02.542Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:05:01 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:05:02.542Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/origin" + }, + "data": { + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/extension" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension" + }, + "data": { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "self": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1", + "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:05:00.880Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:05:00.880Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/origin" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", + "self": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "data_elements": { + "data": [ + { + "id": "DEde82879fffb64c90b75a42add04efab1", + "type": "data_elements" + } + ] + }, + "extensions": { + "data": [ + { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions" + } + ] + }, + "rules": { + "data": [ + { + "id": "RL8f4475c451474a5a9e4a53303df0c3dd", + "type": "rules" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:05:03.367Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:05:03.367Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/data_elements", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/extensions", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/rules", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:05:03.940Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:05:03.940Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT00a2a3697b4d4ae9b244fee1673b90a6/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "self": "https://reactor.adobe.io/hosts/HT00a2a3697b4d4ae9b244fee1673b90a6" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:05:04.277Z", + "library_path": "17e0df72ece8/b8eac247d5ef", + "library_name": "launch-f10eecc86e18-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-f10eecc86e18-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js" + ], + "license_path": "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" + }, + { + "library_name": "launch-f10eecc86e18-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:05:04.277Z", + "status": "succeeded", + "token": "f10eecc86e18" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/host", + "self": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/relationships/host" + }, + "data": { + "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "self": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/environment", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:05.197Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:05.197Z", + "token": "b25ff83faebe" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" + }, + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" + }, + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:05.197Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:05.197Z", + "token": "b25ff83faebe" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" + }, + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" + }, + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:05.197Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:05.197Z", + "token": "b25ff83faebe" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" + }, + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" + }, + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:05.197Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:12.980Z", + "token": "b25ff83faebe" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" + }, + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" + }, + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/builds/:build_id/data_elements", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "DEde82879fffb64c90b75a42add04efab1", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:05:02.542Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:05:01 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:05:02.542Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/origin" + }, + "data": { + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/extension" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension" + }, + "data": { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "self": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1", + "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:04:53.050Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:53.050Z", + "platform": "web", + "development": false, + "token": "b8eac247d5ef", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements", + "environments": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments", + "extensions": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions", + "rules": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules", + "self": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/PR97bb28b17ef64a489b36305fe8179d37", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:05:17.983Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:05:17.983Z", + "platform": "web", + "development": false, + "token": "5cd9e9afa7a9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments", + "extensions": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions", + "rules": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules", + "self": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:05:23.904Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:05:23.904Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT80e3014f7d47490384961f0298fe1a75/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/hosts/HT80e3014f7d47490384961f0298fe1a75" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:05:24.182Z", + "library_path": "17e0df72ece8/5cd9e9afa7a9", + "library_name": "launch-59a79dbfd0ec-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-59a79dbfd0ec-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js" + ], + "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" + }, + { + "library_name": "launch-59a79dbfd0ec-development.js", + "minified": false, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:05:24.182Z", + "status": "succeeded", + "token": "59a79dbfd0ec" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/host", + "self": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/relationships/host" + }, + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:05:24.421Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:05:24.421Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:25.198Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:25.198Z", + "token": "0994aac9158e" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" + }, + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:25.198Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:25.198Z", + "token": "0994aac9158e" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" + }, + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:25.198Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:29.059Z", + "token": "0994aac9158e" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" + }, + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "meta": { + "action": "submit" + } + } + }, + "response": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:05:24.421Z", + "name": "My Library", + "published_at": null, + "state": "submitted", + "updated_at": "2022-02-04T21:05:31.002Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" + }, + "data": { + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Staging Environment A", + "stage": "staging" + }, + "relationships": { + "host": { + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:05:31.412Z", + "library_path": "17e0df72ece8/5cd9e9afa7a9", + "library_name": "launch-7920f94f802e-staging.min.js", + "library_entry_points": [ + { + "library_name": "launch-7920f94f802e-staging.min.js", + "minified": true, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js" + ], + "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" + }, + { + "library_name": "launch-7920f94f802e-staging.js", + "minified": false, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" + ] + } + ], + "name": "Staging Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "staging", + "updated_at": "2022-02-04T21:05:31.412Z", + "status": "succeeded", + "token": "7920f94f802e" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/host", + "self": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/relationships/host" + }, + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:32.343Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:32.343Z", + "token": "835b22f01456" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" + }, + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:32.343Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:32.343Z", + "token": "835b22f01456" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" + }, + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:32.343Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:36.919Z", + "token": "835b22f01456" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" + }, + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "meta": { + "action": "approve" + } + } + }, + "response": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:05:24.421Z", + "name": "My Library", + "published_at": null, + "state": "approved", + "updated_at": "2022-02-04T21:05:38.602Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" + }, + "data": { + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Production Environment A", + "stage": "production" + }, + "relationships": { + "host": { + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:05:39.054Z", + "library_path": "17e0df72ece8/5cd9e9afa7a9", + "library_name": "launch-80a2b88d040e.min.js", + "library_entry_points": [ + { + "library_name": "launch-80a2b88d040e.min.js", + "minified": true, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js" + ], + "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" + }, + { + "library_name": "launch-80a2b88d040e.js", + "minified": false, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" + ] + } + ], + "name": "Production Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "production", + "updated_at": "2022-02-04T21:05:39.054Z", + "status": "succeeded", + "token": "80a2b88d040e" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/host", + "self": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/relationships/host" + }, + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:39.869Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:39.869Z", + "token": "a974450a768c" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" + }, + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:39.869Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:39.869Z", + "token": "a974450a768c" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" + }, + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:39.869Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:45.431Z", + "token": "a974450a768c" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" + }, + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", + "archive": false, + "available_for_republish": true, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/builds/:id", + "method": "PATCH", + "request": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "meta": { + "action": "republish" + } + } + }, + "response": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:39.869Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:49.331Z", + "token": "a974450a768c" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" + }, + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", + "archive": false, + "republish_status": "pending", + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:05:17.983Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:05:17.983Z", + "platform": "web", + "development": false, + "token": "5cd9e9afa7a9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments", + "extensions": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions", + "rules": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules", + "self": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR79dd2605a90d43fa98e739a40801b59f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:05:52.936Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:05:52.936Z", + "platform": "web", + "development": false, + "token": "d305723616ac", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments", + "extensions": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions", + "rules": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules", + "self": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/properties/:property_id/callbacks", + "method": "POST", + "request": { + "data": { + "attributes": { + "url": "https://www.example.com", + "subscriptions": [ + "rule.created" + ] + } + } + }, + "response": { + "data": { + "id": "CB86fa91a7256e4a61b64973423b0c41c9", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:05:59.073Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:05:59.073Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CB86fa91a7256e4a61b64973423b0c41c9/property" + }, + "data": { + "id": "PR79dd2605a90d43fa98e739a40801b59f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f", + "self": "https://reactor.adobe.io/callbacks/CB86fa91a7256e4a61b64973423b0c41c9" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR79dd2605a90d43fa98e739a40801b59f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:05:52.936Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:05:52.936Z", + "platform": "web", + "development": false, + "token": "d305723616ac", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments", + "extensions": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions", + "rules": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules", + "self": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/properties/PR79dd2605a90d43fa98e739a40801b59f", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:00.583Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:00.583Z", + "platform": "web", + "development": false, + "token": "a2df01fd0e50", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments", + "extensions": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions", + "rules": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules", + "self": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/properties/:property_id/callbacks", + "method": "POST", + "request": { + "data": { + "attributes": { + "url": "https://www.example.com", + "subscriptions": [ + "rule.created" + ] + } + } + }, + "response": { + "data": { + "id": "CBa9560a3193394c1bb72c00f2546a5fb9", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:06.392Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:06.392Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9/property" + }, + "data": { + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "self": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/callbacks/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "CBa9560a3193394c1bb72c00f2546a5fb9", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:06.392Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:06.392Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9/property" + }, + "data": { + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "self": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:00.583Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:00.583Z", + "platform": "web", + "development": false, + "token": "a2df01fd0e50", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments", + "extensions": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions", + "rules": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules", + "self": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:08.133Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:08.133Z", + "platform": "web", + "development": false, + "token": "9b8fdca5d529", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules", + "self": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/properties/:property_id/callbacks", + "method": "POST", + "request": { + "data": { + "attributes": { + "url": "https://www.example.com", + "subscriptions": [ + "rule.created" + ] + } + } + }, + "response": { + "data": { + "id": "CBeb8925fbecc841878ee20365f5fa0538", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:14.837Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:14.837Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538/property" + }, + "data": { + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "self": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/properties/:property_id/callbacks", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CBeb8925fbecc841878ee20365f5fa0538", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:14.837Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:14.837Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538/property" + }, + "data": { + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "self": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:08.133Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:08.133Z", + "platform": "web", + "development": false, + "token": "9b8fdca5d529", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules", + "self": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR68a8bded39a8449fb935f3615f80625f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:21.323Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:21.323Z", + "platform": "web", + "development": false, + "token": "24e33a6b3b81", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments", + "extensions": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions", + "rules": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules", + "self": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/properties/:property_id/callbacks", + "method": "POST", + "request": { + "data": { + "attributes": { + "url": "https://www.example.com", + "subscriptions": [ + "rule.created" + ] + } + } + }, + "response": { + "data": { + "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:27.129Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:27.129Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b/property" + }, + "data": { + "id": "PR68a8bded39a8449fb935f3615f80625f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f", + "self": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/callbacks/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "url": "https://www.example.net", + "subscriptions": [ + "rule.created", + "build.created" + ] + }, + "type": "callbacks", + "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b" + } + }, + "response": { + "data": { + "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:27.129Z", + "subscriptions": [ + "rule.created", + "build.created" + ], + "updated_at": "2022-02-04T21:06:27.714Z", + "url": "https://www.example.net" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b/property" + }, + "data": { + "id": "PR68a8bded39a8449fb935f3615f80625f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f", + "self": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.delete_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.delete_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.delete_a_callback", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR68a8bded39a8449fb935f3615f80625f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:21.323Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:21.323Z", + "platform": "web", + "development": false, + "token": "24e33a6b3b81", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments", + "extensions": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions", + "rules": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules", + "self": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.delete_a_callback", + "endpoint": "/properties/PR68a8bded39a8449fb935f3615f80625f", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "callbacks.delete_a_callback", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.delete_a_callback", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:29.784Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:29.784Z", + "platform": "web", + "development": false, + "token": "66553192a5e5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules", + "self": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.delete_a_callback", + "endpoint": "/properties/:property_id/callbacks", + "method": "POST", + "request": { + "data": { + "attributes": { + "url": "https://www.example.com", + "subscriptions": [ + "rule.created" + ] + } + } + }, + "response": { + "data": { + "id": "CB1b18ef2c1c8f4726a66e0ad06332daad", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:36.732Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:36.732Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CB1b18ef2c1c8f4726a66e0ad06332daad/property" + }, + "data": { + "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0", + "self": "https://reactor.adobe.io/callbacks/CB1b18ef2c1c8f4726a66e0ad06332daad" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.delete_a_callback", + "endpoint": "/callbacks/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "companies.get_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_a_company", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:29.784Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:29.784Z", + "platform": "web", + "development": false, + "token": "66553192a5e5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules", + "self": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_a_company", + "endpoint": "/properties/PR6e59c974a44742f5a10a4b9dd45c48b0", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "companies.get_a_company", + "endpoint": "/companies/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.list_all_companies", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.list_all_companies", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.list_all_companies", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.list_all_companies", + "endpoint": "/companies", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO630e4d405169454ba7f39c27959879c7", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:04:11.287Z", + "name": "Botsford-Kuvalis", + "org_id": "D6CCB1AF72F00F0DD00BAC2E@AdobeOrg", + "updated_at": "2022-01-31T17:04:11.287Z", + "token": "3564751cb7f5", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7", + "properties": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COe68ff4604a8349dbb5b26d6d6a7fea6e", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T22:11:22.952Z", + "name": "Buckridge, Bosco and O'Keefe", + "org_id": "846B7FAD90C0C2B4048851E9@AdobeOrg", + "updated_at": "2022-01-31T22:11:22.952Z", + "token": "110629742723", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e", + "properties": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO20fe87a1cc1c4a0aacfa633a22bdf254", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T21:43:09.582Z", + "name": "Cormier-Daniel", + "org_id": "1727ED45CA6C19D2138C1D0E@AdobeOrg", + "updated_at": "2022-01-31T21:43:09.582Z", + "token": "6eea116a0cdc", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254", + "properties": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COb51a12bf90f04fc8b878507cbf3848ea", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T16:25:44.492Z", + "name": "Daniel, Konopelski and Halvorson", + "org_id": "730325783A3104ABB78918BA@AdobeOrg", + "updated_at": "2022-01-31T16:25:44.492Z", + "token": "e006f164a4f4", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea", + "properties": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COee99399e03b54e2faa367a4c9de17365", + "type": "companies", + "attributes": { + "created_at": "2022-02-03T22:45:57.435Z", + "name": "Erdman-Murazik", + "org_id": "728C79662820FE6E5E0B780B@AdobeOrg", + "updated_at": "2022-02-03T22:45:57.435Z", + "token": "b95d047f57ff", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365", + "properties": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO867a2652b3b34f8ba64b42caf796b121", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:44:30.543Z", + "name": "Feeney-Hackett", + "org_id": "5EA83F7CFB6396A29EFEA679@AdobeOrg", + "updated_at": "2022-01-31T17:44:30.543Z", + "token": "ed5027c70944", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121", + "properties": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO262c1c00aab04ee8890f59ed6fde8c1d", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:11:58.826Z", + "name": "Friesen, Champlin and Wiegand", + "org_id": "98E26C60C2FE37A8445BF021@AdobeOrg", + "updated_at": "2022-01-31T17:11:58.826Z", + "token": "50a58f7f6dc9", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d", + "properties": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO59fa7b4e3c9946dd93cc51f23c6f12a7", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T21:50:25.019Z", + "name": "Gislason-Kihn", + "org_id": "1C03DBF31DBCB597035F3288@AdobeOrg", + "updated_at": "2022-01-31T21:50:25.019Z", + "token": "b864e71bf812", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7", + "properties": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO6e09dd2f60034af8966af23160016117", + "type": "companies", + "attributes": { + "created_at": "2021-10-11T20:02:01.638Z", + "name": "Keeling, Kuhlman and Grady", + "org_id": "9BD14107082BFDB34857E8AC@AdobeOrg", + "updated_at": "2021-10-11T20:02:01.638Z", + "token": "4ddd24e7bd3e", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117", + "properties": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO69851b1d20fd4a868076b53eb119539b", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T16:49:06.194Z", + "name": "Kertzmann LLC", + "org_id": "68D9F7298A0A9B4636227BA7@AdobeOrg", + "updated_at": "2022-01-31T16:49:06.194Z", + "token": "7f5a91abf851", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b", + "properties": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO424f494772f64601b30668f53a683411", + "type": "companies", + "attributes": { + "created_at": "2021-09-22T15:32:58.150Z", + "name": "Kub and Sons", + "org_id": "D3CBD812E7B4F295DFBDCD3B@AdobeOrg", + "updated_at": "2021-09-22T15:32:58.150Z", + "token": "f7aae662e390", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411", + "properties": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COaad4a8411dfc499c92eba2af1777a111", + "type": "companies", + "attributes": { + "created_at": "2021-10-14T21:07:43.972Z", + "name": "Kuvalis and Sons", + "org_id": "8774407928FEEC69D77DA8FC@AdobeOrg", + "updated_at": "2021-10-14T21:07:43.972Z", + "token": "1009832dadca", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111", + "properties": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO8fd4ab7b481b4619b35400bd0cbcddad", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T18:07:18.489Z", + "name": "Lindgren-Rutherford", + "org_id": "D3B021ABE12D6C15C3415342@AdobeOrg", + "updated_at": "2022-01-31T18:07:18.489Z", + "token": "21a30d8e38ba", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad", + "properties": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO281932768f264e35851e662151ac9e61", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:41:35.130Z", + "name": "Lubowitz-Bode", + "org_id": "C04BB2DE9679FF2177505946@AdobeOrg", + "updated_at": "2022-01-31T17:41:35.130Z", + "token": "240196613631", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61", + "properties": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COe19575e078374b33987b7d66fa2edd8d", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:15:36.039Z", + "name": "Lueilwitz, Donnelly and Dickinson", + "org_id": "4B9D8CDC78BDF6E3BC576C7E@AdobeOrg", + "updated_at": "2022-01-31T17:15:36.039Z", + "token": "49afead0a0e2", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d", + "properties": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COd540405ef458436c95c3bf63a7a99090", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T16:55:25.950Z", + "name": "Marquardt Group", + "org_id": "D240B9FA0880BEE51AF8C719@AdobeOrg", + "updated_at": "2022-01-31T16:55:25.950Z", + "token": "fd6cd9dcceaa", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090", + "properties": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO289613ee8cee497f95fb2849405cc6ab", + "type": "companies", + "attributes": { + "created_at": "2021-09-22T19:44:58.389Z", + "name": "Marvin, Ratke and Blick", + "org_id": "8580AF0170557A11D39FE757@AdobeOrg", + "updated_at": "2021-09-22T19:44:58.389Z", + "token": "366cf93bf252", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO289613ee8cee497f95fb2849405cc6ab/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO289613ee8cee497f95fb2849405cc6ab", + "properties": "https://reactor.adobe.io/companies/CO289613ee8cee497f95fb2849405cc6ab/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO5de0417e0fae4599a9da6a8ea652533c", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:08:41.667Z", + "name": "Mosciski Inc", + "org_id": "507B13DACA5C92A31CD465D8@AdobeOrg", + "updated_at": "2022-01-31T17:08:41.667Z", + "token": "9a375507ce34", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c", + "properties": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO8843c7c4734d4c00959e58a5f10658a1", + "type": "companies", + "attributes": { + "created_at": "2021-10-11T22:36:39.501Z", + "name": "O'Reilly, Turner and Marquardt", + "org_id": "74FC9DC63C1607007E4F96DC@AdobeOrg", + "updated_at": "2021-10-11T22:36:39.501Z", + "token": "6f2bfdf508a2", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1", + "properties": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO98f43afa93df4d4689a682cb3f20a6a5", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.821Z", + "name": "Platform UI - INT", + "org_id": "5D1328435BF324E90A49402A@AdobeOrg", + "updated_at": "2021-10-05T15:03:14.821Z", + "token": "d91ba857d0ca", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO98f43afa93df4d4689a682cb3f20a6a5/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO98f43afa93df4d4689a682cb3f20a6a5", + "properties": "https://reactor.adobe.io/companies/CO98f43afa93df4d4689a682cb3f20a6a5/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COb234acbd2e7a48af91e0e025048ab090", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:13.730Z", + "name": "QE Launch Automation", + "org_id": "233432C559D3F8C90A49410E@AdobeOrg", + "updated_at": "2021-10-05T15:03:13.730Z", + "token": "2929c24b4995", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COb234acbd2e7a48af91e0e025048ab090/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COb234acbd2e7a48af91e0e025048ab090", + "properties": "https://reactor.adobe.io/companies/COb234acbd2e7a48af91e0e025048ab090/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COfad1445d62d04fc4b325696c848cfbb8", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T21:46:55.428Z", + "name": "Rath-Schuppe", + "org_id": "91200B7586C5A29163EB3991@AdobeOrg", + "updated_at": "2022-01-31T21:46:55.428Z", + "token": "15e3a251da04", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8", + "properties": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "links": { + "self": "https://reactor.adobe.io/companies?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/companies?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/companies?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, + "meta": { + "pagination": { + "current_page": 1, + "next_page": 2, + "prev_page": null, + "total_pages": 2, + "total_count": 31 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRf301c44c6b0b44ea9067b646fd6a0568", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:42.432Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:42.432Z", + "platform": "web", + "development": false, + "token": "1d3408f190d1", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments", + "extensions": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions", + "rules": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules", + "self": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "companies.get_the_company_for_a_property", + "endpoint": "/properties/:property_id/company", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRf301c44c6b0b44ea9067b646fd6a0568", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:42.432Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:42.432Z", + "platform": "web", + "development": false, + "token": "1d3408f190d1", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments", + "extensions": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions", + "rules": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules", + "self": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_configuration", + "endpoint": "/properties/PRf301c44c6b0b44ea9067b646fd6a0568", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "companies.get_the_company_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/company", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/company", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRce67aee85d98461ba5acef212fb18034", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:55.335Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:55.335Z", + "platform": "web", + "development": false, + "token": "cd863674c089", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements", + "environments": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments", + "extensions": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions", + "rules": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules", + "self": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:07:04.525Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:04.525Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/property" + }, + "data": { + "id": "PRce67aee85d98461ba5acef212fb18034", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/origin" + }, + "data": { + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034", + "origin": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004", + "self": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "default_value": "sentinel", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "enabled": true, + "force_lower_case": true, + "name": "My Data Element", + "clean_text": true, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}", + "storage_duration": "session" + }, + "relationships": { + "extension": { + "data": { + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE1887bf31424d45c498d097e4958892d0", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:07:08.916Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:08.916Z", + "clean_text": true, + "default_value": "sentinel", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": true, + "review_status": "unsubmitted", + "storage_duration": "session", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/property" + }, + "data": { + "id": "PRce67aee85d98461ba5acef212fb18034", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/origin" + }, + "data": { + "id": "DE1887bf31424d45c498d097e4958892d0", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/extension" + }, + "data": { + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/updated_with_extension" + }, + "data": { + "id": "EXd42f526fae794235a628ddcabeeed691", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034", + "origin": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0", + "self": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0", + "extension": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRce67aee85d98461ba5acef212fb18034", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:55.335Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:55.335Z", + "platform": "web", + "development": false, + "token": "cd863674c089", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements", + "environments": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments", + "extensions": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions", + "rules": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules", + "self": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/properties/PRce67aee85d98461ba5acef212fb18034", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:13.534Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:13.534Z", + "platform": "web", + "development": false, + "token": "2964d2b18635", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments", + "extensions": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions", + "rules": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules", + "self": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX00ee190ede41415a9a3aadfc17822452", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:07:21.363Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:21.363Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/property" + }, + "data": { + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/origin" + }, + "data": { + "id": "EX00ee190ede41415a9a3aadfc17822452", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "origin": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452", + "self": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:07:22 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX00ee190ede41415a9a3aadfc17822452", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:07:22.445Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:07:22 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:22.445Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/property" + }, + "data": { + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/origin" + }, + "data": { + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/extension" + }, + "data": { + "id": "EX00ee190ede41415a9a3aadfc17822452", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension" + }, + "data": { + "id": "EXba57fde16a9c450ca3bc10442d15b81a", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "origin": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "self": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "extension": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_a_data_element", + "endpoint": "/data_elements/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:07:22.445Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:07:22 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:22.445Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/property" + }, + "data": { + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/origin" + }, + "data": { + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/extension" + }, + "data": { + "id": "EX00ee190ede41415a9a3aadfc17822452", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension" + }, + "data": { + "id": "EXba57fde16a9c450ca3bc10442d15b81a", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "origin": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "self": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "extension": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:13.534Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:13.534Z", + "platform": "web", + "development": false, + "token": "2964d2b18635", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments", + "extensions": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions", + "rules": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules", + "self": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR6856025e9ac748a296eac8b072c0e9f2", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:24.323Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:24.323Z", + "platform": "web", + "development": false, + "token": "2cbb9e15fdd2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments", + "extensions": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions", + "rules": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules", + "self": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX2d677d3181674b54b000615ac60a2c2c", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:07:30.921Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:30.921Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/property" + }, + "data": { + "id": "PR6856025e9ac748a296eac8b072c0e9f2", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/origin" + }, + "data": { + "id": "EX2d677d3181674b54b000615ac60a2c2c", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "origin": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c", + "self": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:07:31 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX2d677d3181674b54b000615ac60a2c2c", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEb7d58feb21ff4443a52e68df2c845803", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:07:31.889Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:07:31 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:31.889Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/property" + }, + "data": { + "id": "PR6856025e9ac748a296eac8b072c0e9f2", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/origin" + }, + "data": { + "id": "DEb7d58feb21ff4443a52e68df2c845803", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/extension" + }, + "data": { + "id": "EX2d677d3181674b54b000615ac60a2c2c", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension" + }, + "data": { + "id": "EX6f84e86fa7584d78a9973a79ddc5aec3", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "origin": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "self": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "extension": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_data_elements_for_a_property", + "endpoint": "/properties/:property_id/data_elements", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "DEb7d58feb21ff4443a52e68df2c845803", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:07:31.889Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:07:31 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:31.889Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/property" + }, + "data": { + "id": "PR6856025e9ac748a296eac8b072c0e9f2", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/origin" + }, + "data": { + "id": "DEb7d58feb21ff4443a52e68df2c845803", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/extension" + }, + "data": { + "id": "EX2d677d3181674b54b000615ac60a2c2c", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension" + }, + "data": { + "id": "EX6f84e86fa7584d78a9973a79ddc5aec3", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "origin": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "self": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "extension": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c" + }, + "meta": { + "latest_revision_number": 0 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR6856025e9ac748a296eac8b072c0e9f2", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:24.323Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:24.323Z", + "platform": "web", + "development": false, + "token": "2cbb9e15fdd2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments", + "extensions": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions", + "rules": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules", + "self": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:34.453Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:34.453Z", + "platform": "web", + "development": false, + "token": "5f361e27124b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments", + "extensions": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions", + "rules": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules", + "self": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX7debdd9817964639b6dbe81d7720a6a0", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:07:41.847Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:41.847Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/property" + }, + "data": { + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/origin" + }, + "data": { + "id": "EX7debdd9817964639b6dbe81d7720a6a0", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "origin": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0", + "self": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:07:42 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX7debdd9817964639b6dbe81d7720a6a0", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEb48c69043b3947ce9dd042fe139647ab", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:07:43.012Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:07:42 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:43.012Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/property" + }, + "data": { + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/origin" + }, + "data": { + "id": "DEb48c69043b3947ce9dd042fe139647ab", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/extension" + }, + "data": { + "id": "EX7debdd9817964639b6dbe81d7720a6a0", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension" + }, + "data": { + "id": "EX851ee48345714deeb5279b4d4c58ff97", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "origin": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "self": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "extension": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.update_a_data_element", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "My New Name", + "settings": "{\"elementSelector\":\".target-element-b\",\"elementProperty\":\"html\"}" + }, + "type": "data_elements", + "id": "DEb48c69043b3947ce9dd042fe139647ab" + } + }, + "response": { + "data": { + "id": "DEb48c69043b3947ce9dd042fe139647ab", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:07:43.012Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My New Name", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:43.390Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element-b\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/property" + }, + "data": { + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/origin" + }, + "data": { + "id": "DEb48c69043b3947ce9dd042fe139647ab", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/extension" + }, + "data": { + "id": "EX7debdd9817964639b6dbe81d7720a6a0", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension" + }, + "data": { + "id": "EX851ee48345714deeb5279b4d4c58ff97", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "origin": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "self": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "extension": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:34.453Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:34.453Z", + "platform": "web", + "development": false, + "token": "5f361e27124b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments", + "extensions": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions", + "rules": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules", + "self": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:44.894Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:44.894Z", + "platform": "web", + "development": false, + "token": "cfc10930f616", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments", + "extensions": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions", + "rules": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules", + "self": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:07:52.019Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:52.019Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/property" + }, + "data": { + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/origin" + }, + "data": { + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "origin": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d", + "self": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:07:53 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEcb142436e926439594495785483a49ef", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:07:53.486Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:07:53 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:53.486Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/property" + }, + "data": { + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/origin" + }, + "data": { + "id": "DEcb142436e926439594495785483a49ef", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/extension" + }, + "data": { + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension" + }, + "data": { + "id": "EX6e24f28db48244499353f710aaef5440", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "origin": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "self": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "extension": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/data_elements/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.delete_a_data_element", + "endpoint": "/data_elements/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "DEcb142436e926439594495785483a49ef", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:07:53.486Z", + "deleted_at": "2022-02-04T21:07:53.856Z", + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:07:53 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:07:53.952Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/property" + }, + "data": { + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/origin" + }, + "data": { + "id": "DEcb142436e926439594495785483a49ef", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/extension" + }, + "data": { + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension" + }, + "data": { + "id": "EX6e24f28db48244499353f710aaef5440", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "origin": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "self": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "extension": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d" + }, + "meta": { + "latest_revision_number": 0, + "deleted_at": "2022-02-04T21:07:53.856Z" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:44.894Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:44.894Z", + "platform": "web", + "development": false, + "token": "cfc10930f616", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments", + "extensions": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions", + "rules": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules", + "self": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:56.450Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:56.450Z", + "platform": "web", + "development": false, + "token": "19db57aed390", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments", + "extensions": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions", + "rules": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules", + "self": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX04d42eedf62e42308ff552f2698b79b3", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:08:03.897Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:03.897Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/property" + }, + "data": { + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/origin" + }, + "data": { + "id": "EX04d42eedf62e42308ff552f2698b79b3", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "origin": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3", + "self": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:08:05 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX04d42eedf62e42308ff552f2698b79b3", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEef817e71d60f4509b424ba6eb54f70e0", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:06.171Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:05 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:06.171Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/property" + }, + "data": { + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/origin" + }, + "data": { + "id": "DEef817e71d60f4509b424ba6eb54f70e0", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/extension" + }, + "data": { + "id": "EX04d42eedf62e42308ff552f2698b79b3", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/updated_with_extension" + }, + "data": { + "id": "EX11fe941f01ad4f198379bc819120add3", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "origin": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", + "self": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", + "extension": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.revise_a_data_element", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DEef817e71d60f4509b424ba6eb54f70e0", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEe0b01bc6159a4b838b5dae6ab6c85feb", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:06.668Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:05 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:08:06.668Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/property" + }, + "data": { + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/origin" + }, + "data": { + "id": "DEef817e71d60f4509b424ba6eb54f70e0", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/extension" + }, + "data": { + "id": "EX04d42eedf62e42308ff552f2698b79b3", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/updated_with_extension" + }, + "data": { + "id": "EX11fe941f01ad4f198379bc819120add3", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "origin": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", + "self": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb", + "extension": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:07:56.450Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:07:56.450Z", + "platform": "web", + "development": false, + "token": "19db57aed390", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments", + "extensions": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions", + "rules": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules", + "self": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:08.705Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:08.705Z", + "platform": "web", + "development": false, + "token": "e60d1d5a8f86", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments", + "extensions": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions", + "rules": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules", + "self": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX8830ed0315534a28a801b5d1a9288387", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:08:15.866Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:15.866Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/property" + }, + "data": { + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/origin" + }, + "data": { + "id": "EX8830ed0315534a28a801b5d1a9288387", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387", + "self": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:08:18 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX8830ed0315534a28a801b5d1a9288387", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:18.527Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:18 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:18.527Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/property" + }, + "data": { + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/origin" + }, + "data": { + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/extension" + }, + "data": { + "id": "EX8830ed0315534a28a801b5d1a9288387", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension" + }, + "data": { + "id": "EX75f607c96e3b430e99abe285cffd1c1b", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEa7470bf6846849618b97b263bad5b271", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:18.993Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:18 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:08:18.993Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/property" + }, + "data": { + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/origin" + }, + "data": { + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/extension" + }, + "data": { + "id": "EX8830ed0315534a28a801b5d1a9288387", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension" + }, + "data": { + "id": "EX75f607c96e3b430e99abe285cffd1c1b", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_the_revisions_of_a_data_element", + "endpoint": "/data_elements/:data_element_id/revisions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "DEa7470bf6846849618b97b263bad5b271", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:18.993Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:18 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:08:18.993Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/property" + }, + "data": { + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/origin" + }, + "data": { + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/extension" + }, + "data": { + "id": "EX8830ed0315534a28a801b5d1a9288387", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension" + }, + "data": { + "id": "EX75f607c96e3b430e99abe285cffd1c1b", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" + }, + "meta": { + "latest_revision_number": 1 + } + }, + { + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:18.527Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:18 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:18.527Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/property" + }, + "data": { + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/origin" + }, + "data": { + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/extension" + }, + "data": { + "id": "EX8830ed0315534a28a801b5d1a9288387", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension" + }, + "data": { + "id": "EX75f607c96e3b430e99abe285cffd1c1b", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 2 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:08.705Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:08.705Z", + "platform": "web", + "development": false, + "token": "e60d1d5a8f86", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments", + "extensions": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions", + "rules": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules", + "self": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRa50cad000cab4663a8d754cb8b437d0b", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:23.377Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:23.377Z", + "platform": "web", + "development": false, + "token": "2f34b9862712", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments", + "extensions": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions", + "rules": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules", + "self": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX760d98ff93e64e68af4a4de262d2e78f", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:08:30.243Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:30.243Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/property" + }, + "data": { + "id": "PRa50cad000cab4663a8d754cb8b437d0b", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/origin" + }, + "data": { + "id": "EX760d98ff93e64e68af4a4de262d2e78f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f", + "self": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:08:31 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX760d98ff93e64e68af4a4de262d2e78f", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEe2a038f5b7594db5a112667cd9306da8", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:31.389Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:31 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:31.389Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/property" + }, + "data": { + "id": "PRa50cad000cab4663a8d754cb8b437d0b", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/origin" + }, + "data": { + "id": "DEe2a038f5b7594db5a112667cd9306da8", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/extension" + }, + "data": { + "id": "EX760d98ff93e64e68af4a4de262d2e78f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension" + }, + "data": { + "id": "EX069ad0371c014463a7881757ed77f691", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "self": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DEe2a038f5b7594db5a112667cd9306da8", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEa86cb179e2004bfbb87d55a9c08495b8", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:31.790Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:31 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:08:31.790Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/property" + }, + "data": { + "id": "PRa50cad000cab4663a8d754cb8b437d0b", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/origin" + }, + "data": { + "id": "DEe2a038f5b7594db5a112667cd9306da8", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/extension" + }, + "data": { + "id": "EX760d98ff93e64e68af4a4de262d2e78f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/updated_with_extension" + }, + "data": { + "id": "EX069ad0371c014463a7881757ed77f691", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "self": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8", + "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_origin_of_a_data_element", + "endpoint": "/data_elements/:data_element_id/origin", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "DEe2a038f5b7594db5a112667cd9306da8", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:31.389Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:31 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:31.389Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/property" + }, + "data": { + "id": "PRa50cad000cab4663a8d754cb8b437d0b", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/origin" + }, + "data": { + "id": "DEe2a038f5b7594db5a112667cd9306da8", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/extension" + }, + "data": { + "id": "EX760d98ff93e64e68af4a4de262d2e78f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension" + }, + "data": { + "id": "EX069ad0371c014463a7881757ed77f691", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "self": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRa50cad000cab4663a8d754cb8b437d0b", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:23.377Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:23.377Z", + "platform": "web", + "development": false, + "token": "2f34b9862712", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments", + "extensions": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions", + "rules": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules", + "self": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR98931498177a4ccfb3c90a1541426be4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:33.825Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:33.825Z", + "platform": "web", + "development": false, + "token": "2873aa83b9fe", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments", + "extensions": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions", + "rules": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules", + "self": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXf3c2293183be4bf085adeb7893bb2126", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:08:40.489Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:40.489Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/property" + }, + "data": { + "id": "PR98931498177a4ccfb3c90a1541426be4", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/origin" + }, + "data": { + "id": "EXf3c2293183be4bf085adeb7893bb2126", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", + "origin": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", + "self": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:08:41 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EXf3c2293183be4bf085adeb7893bb2126", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE93393bd31f734702a5859f5d6535c254", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:41.669Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:41 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:41.669Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/property" + }, + "data": { + "id": "PR98931498177a4ccfb3c90a1541426be4", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/origin" + }, + "data": { + "id": "DE93393bd31f734702a5859f5d6535c254", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/extension" + }, + "data": { + "id": "EXf3c2293183be4bf085adeb7893bb2126", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/updated_with_extension" + }, + "data": { + "id": "EXe9b88da7f0ec4f688290249ca49672f7", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", + "origin": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254", + "self": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254", + "extension": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.get_the_extension_for_a_data_element", + "endpoint": "/data_elements/:data_element_id/extension", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EXf3c2293183be4bf085adeb7893bb2126", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:08:40.489Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:40.489Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/property" + }, + "data": { + "id": "PR98931498177a4ccfb3c90a1541426be4", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/origin" + }, + "data": { + "id": "EXf3c2293183be4bf085adeb7893bb2126", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", + "origin": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", + "self": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR98931498177a4ccfb3c90a1541426be4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:33.825Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:33.825Z", + "platform": "web", + "development": false, + "token": "2873aa83b9fe", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments", + "extensions": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions", + "rules": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules", + "self": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/properties/PR98931498177a4ccfb3c90a1541426be4", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2a261de3ad584b05833ca29e4e2b7023", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:43.643Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:43.643Z", + "platform": "web", + "development": false, + "token": "58d282c6f940", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments", + "extensions": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions", + "rules": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules", + "self": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX09f1b68856594e3daedbf13dca24169e", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:08:50.128Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:50.128Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/property" + }, + "data": { + "id": "PR2a261de3ad584b05833ca29e4e2b7023", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/origin" + }, + "data": { + "id": "EX09f1b68856594e3daedbf13dca24169e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023", + "origin": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e", + "self": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:08:50 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX09f1b68856594e3daedbf13dca24169e", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEe59f325f6387458e985c7ffd739e231b", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:08:51.072Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:50 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:51.072Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/property" + }, + "data": { + "id": "PR2a261de3ad584b05833ca29e4e2b7023", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/origin" + }, + "data": { + "id": "DEe59f325f6387458e985c7ffd739e231b", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/extension" + }, + "data": { + "id": "EX09f1b68856594e3daedbf13dca24169e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/updated_with_extension" + }, + "data": { + "id": "EX2bddeca8c2c64eb4adbf3928bc2df8cc", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023", + "origin": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", + "self": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", + "extension": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.create_a_note_on_a_data_element", + "endpoint": "/data_elements/:data_element_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this note on a data element intentionally left blank" + } + } + }, + "response": { + "data": { + "id": "NTa26ffd18b40c4f17b51f3695d98f7c04", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:08:51.434Z", + "text": "this note on a data element intentionally left blank" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b" + }, + "data": { + "id": "DEe59f325f6387458e985c7ffd739e231b", + "type": "data_elements" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", + "self": "https://reactor.adobe.io/notes/NTa26ffd18b40c4f17b51f3695d98f7c04" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2a261de3ad584b05833ca29e4e2b7023", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:43.643Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:43.643Z", + "platform": "web", + "development": false, + "token": "58d282c6f940", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments", + "extensions": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions", + "rules": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules", + "self": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/properties/PR2a261de3ad584b05833ca29e4e2b7023", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0b3966229a074cdf9347bbd967e6bb36", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:52.829Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:52.829Z", + "platform": "web", + "development": false, + "token": "a34e23084df9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules", + "self": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX6e123231b3d54683adeeb7102df55238", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:08:59.202Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:59.202Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/property" + }, + "data": { + "id": "PR0b3966229a074cdf9347bbd967e6bb36", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/origin" + }, + "data": { + "id": "EX6e123231b3d54683adeeb7102df55238", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36", + "origin": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238", + "self": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:08:59 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX6e123231b3d54683adeeb7102df55238", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:09:00.035Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:59 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:09:00.035Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/property" + }, + "data": { + "id": "PR0b3966229a074cdf9347bbd967e6bb36", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/origin" + }, + "data": { + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/extension" + }, + "data": { + "id": "EX6e123231b3d54683adeeb7102df55238", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/updated_with_extension" + }, + "data": { + "id": "EX04783ef2b99040a4af0f0adbe02976d0", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36", + "origin": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "self": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "extension": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/data_elements/:data_element_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on a data element" + } + } + }, + "response": { + "data": { + "id": "NTde392a7f9f6048d1842b229573db2f16", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:09:00.644Z", + "text": "this is a note on a data element" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c" + }, + "data": { + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", + "type": "data_elements" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "self": "https://reactor.adobe.io/notes/NTde392a7f9f6048d1842b229573db2f16" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/data_elements/:data_element_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NTde392a7f9f6048d1842b229573db2f16", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:09:00.644Z", + "text": "this is a note on a data element" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c" + }, + "data": { + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", + "type": "data_elements" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "self": "https://reactor.adobe.io/notes/NTde392a7f9f6048d1842b229573db2f16" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0b3966229a074cdf9347bbd967e6bb36", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:52.829Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:52.829Z", + "platform": "web", + "development": false, + "token": "a34e23084df9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules", + "self": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/properties/PR0b3966229a074cdf9347bbd967e6bb36", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:02.116Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:02.116Z", + "platform": "web", + "development": false, + "token": "6cce2efde75a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments", + "extensions": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions", + "rules": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules", + "self": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT1311acffa7724c438a3152736d1c8ec3", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:07.646Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:07.646Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT1311acffa7724c438a3152736d1c8ec3/property" + }, + "data": { + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1", + "self": "https://reactor.adobe.io/hosts/HT1311acffa7724c438a3152736d1c8ec3" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Dev Environment A" + }, + "relationships": { + "host": { + "data": { + "id": "HT1311acffa7724c438a3152736d1c8ec3", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENd4069e52fe574b9ea9064dd6cd340b91", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:07.889Z", + "library_path": "17e0df72ece8/6cce2efde75a", + "library_name": "launch-f472b9996138-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-f472b9996138-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.min.js" + ], + "license_path": "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" + }, + { + "library_name": "launch-f472b9996138-development.js", + "minified": false, + "references": [ + "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" + ] + } + ], + "name": "Dev Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:07.889Z", + "status": "succeeded", + "token": "f472b9996138" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/host", + "self": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/relationships/host" + }, + "data": { + "id": "HT1311acffa7724c438a3152736d1c8ec3", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/property" + }, + "data": { + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1", + "self": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:02.116Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:02.116Z", + "platform": "web", + "development": false, + "token": "6cce2efde75a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments", + "extensions": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions", + "rules": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules", + "self": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/properties/PR72dd205ffd2541d1b603cf4b42470eb1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:09.128Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:09.128Z", + "platform": "web", + "development": false, + "token": "288e63b64582", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules", + "self": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:15.169Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:15.169Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTe4ea19c45bc44d27bdb27dc2db3f62b7/property" + }, + "data": { + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706", + "self": "https://reactor.adobe.io/hosts/HTe4ea19c45bc44d27bdb27dc2db3f62b7" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Akamai Dev Environment" + }, + "relationships": { + "host": { + "data": { + "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENf13417697bf44ee28f22d34fe5fb70af", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:16.271Z", + "library_path": "17e0df72ece8/288e63b64582", + "library_name": "launch-927ff4fcb3c1-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-927ff4fcb3c1-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.min.js" + ], + "license_path": "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" + }, + { + "library_name": "launch-927ff4fcb3c1-development.js", + "minified": false, + "references": [ + "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" + ] + } + ], + "name": "Akamai Dev Environment", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:16.271Z", + "status": "succeeded", + "token": "927ff4fcb3c1" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/host", + "self": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/relationships/host" + }, + "data": { + "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/property" + }, + "data": { + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706", + "self": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:09.128Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:09.128Z", + "platform": "web", + "development": false, + "token": "288e63b64582", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules", + "self": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/properties/PR0cb6f5e523fd4adaae59f3159ff28706", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:19.362Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:19.362Z", + "platform": "web", + "development": false, + "token": "b9568deb6e08", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments", + "extensions": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions", + "rules": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules", + "self": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTe17fe0c387724ad6b0b050346edf94cd", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:26.243Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:26.243Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTe17fe0c387724ad6b0b050346edf94cd/property" + }, + "data": { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "self": "https://reactor.adobe.io/hosts/HTe17fe0c387724ad6b0b050346edf94cd" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTe17fe0c387724ad6b0b050346edf94cd", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN68bac62b21284769913690bffb6cfc45", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:26.761Z", + "library_path": "17e0df72ece8/b9568deb6e08", + "library_name": "launch-f651160df3b1-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-f651160df3b1-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js" + ], + "license_path": "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + }, + { + "library_name": "launch-f651160df3b1-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:26.761Z", + "status": "succeeded", + "token": "f651160df3b1" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/host", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/relationships/host" + }, + "data": { + "id": "HTe17fe0c387724ad6b0b050346edf94cd", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/property" + }, + "data": { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/environments/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EN68bac62b21284769913690bffb6cfc45", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:26.761Z", + "library_path": "17e0df72ece8/b9568deb6e08", + "library_name": "launch-f651160df3b1-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-f651160df3b1-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js" + ], + "license_path": "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + }, + { + "library_name": "launch-f651160df3b1-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:26.761Z", + "status": "succeeded", + "token": "f651160df3b1" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/host", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/relationships/host" + }, + "data": { + "id": "HTe17fe0c387724ad6b0b050346edf94cd", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/property" + }, + "data": { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + } + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:19.362Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:19.362Z", + "platform": "web", + "development": false, + "token": "b9568deb6e08", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments", + "extensions": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions", + "rules": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules", + "self": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:28.584Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:28.584Z", + "platform": "web", + "development": false, + "token": "4e376ca99b09", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments", + "extensions": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions", + "rules": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules", + "self": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:34.553Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:34.553Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT25a9e7ea29b343b9bf418ecc056cd8c3/property" + }, + "data": { + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "self": "https://reactor.adobe.io/hosts/HT25a9e7ea29b343b9bf418ecc056cd8c3" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN1d43f5058b274d60818aec1be7a89520", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:35.477Z", + "library_path": "17e0df72ece8/4e376ca99b09", + "library_name": "launch-0dee55967521-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-0dee55967521-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js" + ], + "license_path": "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + }, + { + "library_name": "launch-0dee55967521-development.js", + "minified": false, + "references": [ + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:35.477Z", + "status": "succeeded", + "token": "0dee55967521" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/host", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/relationships/host" + }, + "data": { + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/property" + }, + "data": { + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/environments/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "New environment name" + }, + "id": "EN1d43f5058b274d60818aec1be7a89520", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN1d43f5058b274d60818aec1be7a89520", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:35.477Z", + "library_path": "17e0df72ece8/4e376ca99b09", + "library_name": "launch-0dee55967521-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-0dee55967521-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js" + ], + "license_path": "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + }, + { + "library_name": "launch-0dee55967521-development.js", + "minified": false, + "references": [ + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + ] + } + ], + "name": "New environment name", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:36.208Z", + "status": "succeeded", + "token": "0dee55967521" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/host", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/relationships/host" + }, + "data": { + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/property" + }, + "data": { + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + } + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:28.584Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:28.584Z", + "platform": "web", + "development": false, + "token": "4e376ca99b09", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments", + "extensions": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions", + "rules": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules", + "self": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0770a84d7198481c8de3d192ee6fb40d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:39.143Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:39.143Z", + "platform": "web", + "development": false, + "token": "d7edcebabe96", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments", + "extensions": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions", + "rules": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules", + "self": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:45.463Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:45.463Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTadcaa8a160864f96a1dbf15d4fef874e/property" + }, + "data": { + "id": "PR0770a84d7198481c8de3d192ee6fb40d", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "self": "https://reactor.adobe.io/hosts/HTadcaa8a160864f96a1dbf15d4fef874e" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN6b2e523a2c284051b41806fbcd73c33e", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:46.025Z", + "library_path": "17e0df72ece8/d7edcebabe96", + "library_name": "launch-0eb2a60475a9-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-0eb2a60475a9-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js" + ], + "license_path": "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + }, + { + "library_name": "launch-0eb2a60475a9-development.js", + "minified": false, + "references": [ + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:46.025Z", + "status": "succeeded", + "token": "0eb2a60475a9" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/host", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/relationships/host" + }, + "data": { + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/property" + }, + "data": { + "id": "PR0770a84d7198481c8de3d192ee6fb40d", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/properties/:property_id/environments", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EN6b2e523a2c284051b41806fbcd73c33e", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:46.025Z", + "library_path": "17e0df72ece8/d7edcebabe96", + "library_name": "launch-0eb2a60475a9-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-0eb2a60475a9-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js" + ], + "license_path": "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + }, + { + "library_name": "launch-0eb2a60475a9-development.js", + "minified": false, + "references": [ + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:46.025Z", + "status": "succeeded", + "token": "0eb2a60475a9" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/host", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/relationships/host" + }, + "data": { + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/property" + }, + "data": { + "id": "PR0770a84d7198481c8de3d192ee6fb40d", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + } + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.delete_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.delete_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.delete_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0770a84d7198481c8de3d192ee6fb40d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:39.143Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:39.143Z", + "platform": "web", + "development": false, + "token": "d7edcebabe96", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments", + "extensions": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions", + "rules": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules", + "self": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.delete_an_environment", + "endpoint": "/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.delete_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.delete_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:48.785Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:48.785Z", + "platform": "web", + "development": false, + "token": "7e46ea991920", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments", + "extensions": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions", + "rules": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules", + "self": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.delete_an_environment", + "endpoint": "/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTf9a91007a75b431e8d1c325104d37a2e", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:54.921Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:54.921Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTf9a91007a75b431e8d1c325104d37a2e/property" + }, + "data": { + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c", + "self": "https://reactor.adobe.io/hosts/HTf9a91007a75b431e8d1c325104d37a2e" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.delete_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTf9a91007a75b431e8d1c325104d37a2e", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN0d2f208ac06b499f820dca902f64c178", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:55.321Z", + "library_path": "17e0df72ece8/7e46ea991920", + "library_name": "launch-4eadaf53fb1b-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-4eadaf53fb1b-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.min.js" + ], + "license_path": "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" + }, + { + "library_name": "launch-4eadaf53fb1b-development.js", + "minified": false, + "references": [ + "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:55.321Z", + "status": "succeeded", + "token": "4eadaf53fb1b" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/host", + "self": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/relationships/host" + }, + "data": { + "id": "HTf9a91007a75b431e8d1c325104d37a2e", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/property" + }, + "data": { + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c", + "self": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.delete_an_environment", + "endpoint": "/environments/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:48.785Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:48.785Z", + "platform": "web", + "development": false, + "token": "7e46ea991920", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments", + "extensions": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions", + "rules": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules", + "self": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/properties/PRba5bb0c44e9940f5a499fed1f883e29c", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRe549969fd21441258538b4c32c6b7c52", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:59.536Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:59.536Z", + "platform": "web", + "development": false, + "token": "970870272a1a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments", + "extensions": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions", + "rules": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules", + "self": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/properties/PRe549969fd21441258538b4c32c6b7c52/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT3cce178838c541b6966a15864fec968c", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:10:05.960Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:10:05.960Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT3cce178838c541b6966a15864fec968c/property" + }, + "data": { + "id": "PRe549969fd21441258538b4c32c6b7c52", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/hosts/HT3cce178838c541b6966a15864fec968c" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT3cce178838c541b6966a15864fec968c", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:10:06.570Z", + "library_path": "17e0df72ece8/970870272a1a", + "library_name": "launch-8ba4512c2bc2-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-8ba4512c2bc2-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js" + ], + "license_path": "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + }, + { + "library_name": "launch-8ba4512c2bc2-development.js", + "minified": false, + "references": [ + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:10:06.570Z", + "status": "succeeded", + "token": "8ba4512c2bc2" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/host", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/relationships/host" + }, + "data": { + "id": "HT3cce178838c541b6966a15864fec968c", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/property" + }, + "data": { + "id": "PRe549969fd21441258538b4c32c6b7c52", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB250598a233054430a9cc10ba712026b4", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:10:06.899Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:10:06.899Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/data_elements", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/extensions", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/rules", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/property" + }, + "data": { + "id": "PRe549969fd21441258538b4c32c6b7c52", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/environment", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/libraries/:library_id/environment", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:10:06.570Z", + "library_path": "17e0df72ece8/970870272a1a", + "library_name": "launch-8ba4512c2bc2-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-8ba4512c2bc2-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js" + ], + "license_path": "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + }, + { + "library_name": "launch-8ba4512c2bc2-development.js", + "minified": false, + "references": [ + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:10:07.542Z", + "status": "succeeded", + "token": "8ba4512c2bc2" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/library" + }, + "data": { + "id": "LB250598a233054430a9cc10ba712026b4", + "type": "libraries" + } + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/host", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/relationships/host" + }, + "data": { + "id": "HT3cce178838c541b6966a15864fec968c", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/property" + }, + "data": { + "id": "PRe549969fd21441258538b4c32c6b7c52", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + } + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe549969fd21441258538b4c32c6b7c52", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:59.536Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:59.536Z", + "platform": "web", + "development": false, + "token": "970870272a1a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments", + "extensions": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions", + "rules": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules", + "self": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/properties/PRe549969fd21441258538b4c32c6b7c52", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR9c010e3766544af5bca7585da55ebcb4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:10:10.803Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:10:10.803Z", + "platform": "web", + "development": false, + "token": "0330e1a06f8f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments", + "extensions": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions", + "rules": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules", + "self": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT99ff323e360f48b2a934a3a4fd030c96", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:10:18.099Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:10:18.099Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT99ff323e360f48b2a934a3a4fd030c96/property" + }, + "data": { + "id": "PR9c010e3766544af5bca7585da55ebcb4", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/hosts/HT99ff323e360f48b2a934a3a4fd030c96" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT99ff323e360f48b2a934a3a4fd030c96", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2f4bc4ea09224212a49574c442332fe6", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:10:18.589Z", + "library_path": "17e0df72ece8/0330e1a06f8f", + "library_name": "launch-dd88c3052edf-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-dd88c3052edf-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js" + ], + "license_path": "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" + }, + { + "library_name": "launch-dd88c3052edf-development.js", + "minified": false, + "references": [ + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:10:18.589Z", + "status": "succeeded", + "token": "dd88c3052edf" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/host", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/relationships/host" + }, + "data": { + "id": "HT99ff323e360f48b2a934a3a4fd030c96", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/property" + }, + "data": { + "id": "PR9c010e3766544af5bca7585da55ebcb4", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:10:19.019Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:10:19.019Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/data_elements", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/extensions", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/rules", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/property" + }, + "data": { + "id": "PR9c010e3766544af5bca7585da55ebcb4", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN2f4bc4ea09224212a49574c442332fe6", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2f4bc4ea09224212a49574c442332fe6", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/environment", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLe3d249ac3bc24f0782edaf5f354e756c", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:10:23.357Z", + "status": "pending", + "updated_at": "2022-02-04T21:10:23.357Z", + "token": "abcd8ac802d1" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/environment" + }, + "data": { + "id": "EN2f4bc4ea09224212a49574c442332fe6", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/library" + }, + "data": { + "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/property" + }, + "data": { + "id": "PR9c010e3766544af5bca7585da55ebcb4", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6", + "library": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0", + "self": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/abcd8ac802d1/launch-dd88c3052edf-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/builds/:build_id/environment", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EN2f4bc4ea09224212a49574c442332fe6", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:10:18.589Z", + "library_path": "17e0df72ece8/0330e1a06f8f", + "library_name": "launch-dd88c3052edf-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-dd88c3052edf-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js" + ], + "license_path": "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" + }, + { + "library_name": "launch-dd88c3052edf-development.js", + "minified": false, + "references": [ + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:10:19.979Z", + "status": "succeeded", + "token": "dd88c3052edf" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/library" + }, + "data": { + "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", + "type": "libraries" + } + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/host", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/relationships/host" + }, + "data": { + "id": "HT99ff323e360f48b2a934a3a4fd030c96", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/property" + }, + "data": { + "id": "PR9c010e3766544af5bca7585da55ebcb4", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" + } + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR9c010e3766544af5bca7585da55ebcb4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:10:10.803Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:10:10.803Z", + "platform": "web", + "development": false, + "token": "0330e1a06f8f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments", + "extensions": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions", + "rules": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules", + "self": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/properties/PR9c010e3766544af5bca7585da55ebcb4", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:10:28.052Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:10:28.052Z", + "platform": "edge", + "development": false, + "token": "e7693cc283cc" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments", + "extensions": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions", + "rules": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules", + "self": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/properties/PR98f50b4c2244447183975c6c1bb93389/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:10:34.198Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:10:34.198Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT8c2a9f52f30640589c6905db2ea2d2bf/property" + }, + "data": { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", + "self": "https://reactor.adobe.io/hosts/HT8c2a9f52f30640589c6905db2ea2d2bf" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENb06115cd221d4157808807c7c0097710", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:10:34.645Z", + "library_path": "17e0df72ece8/e7693cc283cc", + "library_name": "launch-cbffdf9d3736-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-cbffdf9d3736-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.min.js" + ], + "license_path": "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" + }, + { + "library_name": "launch-cbffdf9d3736-development.js", + "minified": false, + "references": [ + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:10:34.645Z", + "status": "succeeded", + "token": "cbffdf9d3736" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/host", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/relationships/host" + }, + "data": { + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/property" + }, + "data": { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "ENb06115cd221d4157808807c7c0097710", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE7e228c9446be48a48a05a1a4eade8279", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:10:35.416Z", + "updated_at": "2022-02-04T21:10:35.416Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/property" + }, + "data": { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/environment" + }, + "data": { + "id": "ENb06115cd221d4157808807c7c0097710", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279", + "property": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/secrets/:secret_id/environment", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ENb06115cd221d4157808807c7c0097710", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:10:34.645Z", + "library_path": "17e0df72ece8/e7693cc283cc", + "library_name": "launch-cbffdf9d3736-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-cbffdf9d3736-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.min.js" + ], + "license_path": "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" + }, + { + "library_name": "launch-cbffdf9d3736-development.js", + "minified": false, + "references": [ + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:10:34.645Z", + "status": "succeeded", + "token": "cbffdf9d3736" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/host", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/relationships/host" + }, + "data": { + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/property" + }, + "data": { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "/extension_packages", + "method": "POST", + "request": { + "package": "@[PACKAGE_PATH]" + }, + "response": { + "data": { + "id": "EPd4b049ce30cb46918d281737eedeef19", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "name": "Adobe Systems", + "url": "http://adobe.com", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:38.819Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009036", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:38.819Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" + } + } + }, + "response_code": 202, + "response_message": "Accepted" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EPd4b049ce30cb46918d281737eedeef19", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:38.819Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009036", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:38.819Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EPd4b049ce30cb46918d281737eedeef19", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:38.819Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009036", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:38.819Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EPd4b049ce30cb46918d281737eedeef19", + "type": "extension_packages", + "attributes": { + "actions": [ + + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd4b049ce30cb46918d281737eedeef19", + "conditions": [ + + ], + "configuration": null, + "created_at": "2022-02-04T21:10:38.819Z", + "data_elements": [ + + ], + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": [ + + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "test-1644009036", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-02-04T21:10:51.934Z", + "version": "1.0.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "/extension_packages/EPd4b049ce30cb46918d281737eedeef19", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "/extension_packages", + "method": "POST", + "request": { + "package": "@[PACKAGE_PATH]" + }, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "name": "Adobe Systems", + "url": "http://adobe.com", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:56.152Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + } + }, + "response_code": 202, + "response_message": "Accepted" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:56.152Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:56.152Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": [ + + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "conditions": [ + + ], + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": [ + + ], + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": [ + + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-02-04T21:11:05.995Z", + "version": "1.0.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "/extension_packages/:id", + "method": "PATCH", + "request": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "meta": { + "action": "release_private" + } + } + }, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": [ + + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "private", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "conditions": [ + + ], + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": [ + + ], + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": [ + + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-02-04T21:11:10.110Z", + "version": "1.0.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "/extension_packages/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "discontinued": true + }, + "type": "extension_packages", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + }, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": [ + + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "private", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "conditions": [ + + ], + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": [ + + ], + "description": "Provides nothing.", + "discontinued": true, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": [ + + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-02-04T21:11:10.586Z", + "version": "1.0.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.get_an_extension_package", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.get_an_extension_package", + "endpoint": "/extension_packages/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.list_all_extension_packages", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.list_all_extension_packages", + "endpoint": "/extension_packages", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP15ad9902f1d743e28357a6e1d652cbf0", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "air_mount::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP15ad9902f1d743e28357a6e1d652cbf0", + "conditions": [ + { + "id": "air_mount::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "air_mount::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:51:48.477Z", + "data_elements": [ + { + "id": "air_mount::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "air_mount::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Quam similique velit non tempore est ea mollitia quia.", + "discontinued": false, + "display_name": "Air Mount", + "ecma_version": null, + "events": [ + { + "id": "air_mount::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "air_mount::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.air_mount.html", + "hosted_lib_files": null, + "icon_path": "eaque-nihil/icon.png", + "main": null, + "name": "air_mount", + "owner_org_id": "45FEE20EE371F8611BCCA8B1@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:51:48.546Z", + "version": "8.29.27", + "view_base_path": "occaecati-voluptatum/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP15ad9902f1d743e28357a6e1d652cbf0" + } + }, + { + "id": "EPcb35cda2768a417fb90d0ba2a2b71cfd", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "air_receiver::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPcb35cda2768a417fb90d0ba2a2b71cfd", + "conditions": [ + { + "id": "air_receiver::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "air_receiver::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:08:59.667Z", + "data_elements": [ + { + "id": "air_receiver::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "air_receiver::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Saepe amet delectus dolor repellat vitae modi reprehenderit.", + "discontinued": false, + "display_name": "Air Receiver", + "ecma_version": null, + "events": [ + { + "id": "air_receiver::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "air_receiver::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.air_receiver.html", + "hosted_lib_files": null, + "icon_path": "at-reprehenderit/icon.png", + "main": null, + "name": "air_receiver", + "owner_org_id": "8A54040D7B78FBB4D755AA59@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:08:59.741Z", + "version": "33.7.10", + "view_base_path": "provident_necessitatibus/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPcb35cda2768a417fb90d0ba2a2b71cfd" + } + }, + { + "id": "EPf414ab4fe91c4f07a8b391c3bf722ad6", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "audible_direct_component::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPf414ab4fe91c4f07a8b391c3bf722ad6", + "conditions": [ + { + "id": "audible_direct_component::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "audible_direct_component::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:52:19.333Z", + "data_elements": [ + { + "id": "audible_direct_component::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "audible_direct_component::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Velit adipisci neque culpa nostrum.", + "discontinued": false, + "display_name": "Audible Direct Component", + "ecma_version": null, + "events": [ + { + "id": "audible_direct_component::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "audible_direct_component::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.audible_direct_component.html", + "hosted_lib_files": null, + "icon_path": "itaque.laboriosam/icon.png", + "main": null, + "name": "audible_direct_component", + "owner_org_id": "3671D85F98EEFDC61B1ADA46@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:52:19.408Z", + "version": "25.9.26", + "view_base_path": "laudantium.quod/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPf414ab4fe91c4f07a8b391c3bf722ad6" + } + }, + { + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "core::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "transforms": [ + { + "type": "customCode", + "propertyPath": "source" + } + ], + "displayName": "Custom Code" + }, + { + "id": "core::actions::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/actions/directCall.js", + "viewPath": "actions/directCall.html", + "displayName": "Trigger Direct Call" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP56a06c4685ae4a469e3f5f3b929a822c", + "conditions": [ + { + "id": "core::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "core::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "core::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "event", + "target" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "core::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "transforms": [ + { + "type": "remove", + "propertyPath": "timezone" + } + ], + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "core::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "core::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "core::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "core::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "core::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "core::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "core::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "core::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "core::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "core::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "core::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "core::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "core::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + }, + "persistCohort": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "core::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "core::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "core::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "core::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "core::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "core::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "core::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "core::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": { + "id": "core::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "cspNonce": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + }, + "viewPath": "configuration/configuration.html" + }, + "created_at": "2021-10-05T16:00:29.018Z", + "data_elements": [ + { + "id": "core::dataElements::conditional-value", + "name": "conditional-value", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + }, + "fallbackValue": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + }, + "conditionalValue": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand", + "conditionalValue", + "fallbackValue" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + }, + "fallbackValue": { + "type": "string" + }, + "conditionalValue": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand", + "conditionalValue", + "fallbackValue" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "fallbackValue": { + "type": "string" + }, + "conditionalValue": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "conditionalValue", + "fallbackValue" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "fallbackValue": { + "type": "string" + }, + "conditionalValue": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/dataElements/conditionalValue.js", + "viewPath": "dataElements/conditionalValue.html", + "displayName": "Conditional Value" + }, + { + "id": "core::dataElements::constant", + "name": "constant", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/constant.js", + "viewPath": "dataElements/constant.html", + "displayName": "Constant" + }, + { + "id": "core::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "core::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "event" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code" + }, + { + "id": "core::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "core::dataElements::runtime-environment", + "name": "runtime-environment", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "attribute": { + "enum": [ + "environmentStage", + "buildDate", + "propertyName", + "propertyId", + "ruleName", + "ruleId", + "eventType", + "eventDetail", + "DCRIdentifier" + ] + } + } + }, + "libPath": "src/lib/dataElements/runtimeEnvironment.js", + "viewPath": "dataElements/runtimeEnvironment.html", + "displayName": "Runtime Environment" + }, + { + "id": "core::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "core::dataElements::merged-objects", + "name": "merged-objects", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "objects" + ], + "properties": { + "objects": { + "type": "array", + "items": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/mergedObjects.js", + "viewPath": "dataElements/mergedObjects.html", + "displayName": "Merged Objects" + }, + { + "id": "core::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "core::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "core::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "core::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "core::dataElements::javascript-tools", + "name": "javascript-tools", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "sourceValue", + "operator", + "searchValue" + ], + "properties": { + "operator": { + "enum": [ + "simpleReplace" + ] + }, + "searchValue": { + "type": "string", + "minLength": 1 + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "replacementValue": { + "type": "string" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator", + "regexInput" + ], + "properties": { + "operator": { + "enum": [ + "regexReplace" + ] + }, + "regexInput": { + "type": "string", + "minLength": 1 + }, + "replaceAll": { + "type": "boolean" + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "caseInsensitive": { + "type": "boolean" + }, + "replacementValue": { + "type": "string" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator", + "start" + ], + "properties": { + "end": { + "type": "number" + }, + "start": { + "type": "number" + }, + "operator": { + "enum": [ + "substring", + "slice" + ] + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator", + "regexInput" + ], + "properties": { + "operator": { + "enum": [ + "regexMatch" + ] + }, + "regexInput": { + "type": "string", + "minLength": 1 + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator" + ], + "properties": { + "operator": { + "enum": [ + "length", + "arrayPop", + "arrayShift" + ] + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator", + "searchValue" + ], + "properties": { + "operator": { + "enum": [ + "indexOf", + "lastIndexOf" + ] + }, + "searchValue": { + "type": "string", + "minLength": 1 + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator", + "delimiter" + ], + "properties": { + "operator": { + "enum": [ + "join", + "split" + ] + }, + "delimiter": { + "type": "string", + "minLength": 1 + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/dataElements/javascriptTools.js", + "viewPath": "dataElements/javascriptTools.html", + "displayName": "JavaScript Tools" + }, + { + "id": "core::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "core::dataElements::device-attributes", + "name": "device-attributes", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "attribute": { + "enum": [ + "windowSize", + "screenSize" + ] + } + } + }, + "libPath": "src/lib/dataElements/deviceAttributes.js", + "viewPath": "dataElements/deviceAttributes.html", + "displayName": "Device Attributes" + }, + { + "id": "core::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch properties.", + "discontinued": false, + "display_name": "Core", + "ecma_version": "es5", + "events": [ + { + "id": "core::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "core::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "core::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "oneOf": [ + { + "type": "number", + "minimum": 1 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "core::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "trigger" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "core::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "core::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "core::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "core::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "core::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "core::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "core::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "oneOf": [ + { + "type": "number", + "minimum": 1 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "frequency": { + "enum": [ + "firstEntry", + "everyEntry" + ], + "type": "string" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "core::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "core::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "oneOf": [ + { + "type": "number", + "minimum": 1 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "core::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "core::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "core::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "core::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "core::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "core::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "core::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "core::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "core::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "core::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "core::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "core::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "core::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "core::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "core::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "oneOf": [ + { + "type": "number", + "minimum": 1 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "core::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "oneOf": [ + { + "type": "number", + "minimum": 0 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "core::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "core::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "core", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T16:03:41.817Z", + "version": "3.2.1", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP56a06c4685ae4a469e3f5f3b929a822c.zip" + } + }, + { + "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "core::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "keyName", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "keyName": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "arc", + "utils" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "conditions": [ + { + "id": "core::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^{{([^}]+)}}$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^{{([^}]+)}}$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^{{([^}]+)}}$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^{{([^}]+)}}$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^{{([^}]+)}}$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "core::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "arc", + "utils" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code", + "categoryName": "Data" + } + ], + "configuration": null, + "created_at": "2021-10-05T15:44:33.998Z", + "data_elements": [ + { + "id": "core::dataElements::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/path.js", + "viewPath": "dataElements/path.html", + "displayName": "Path" + }, + { + "id": "core::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "arc", + "utils" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code" + }, + { + "id": "core::dataElements::secret", + "name": "secret", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "secrets": { + "type": "object", + "properties": { + "staging": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "production": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "development": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/secret.js", + "viewPath": "dataElements/secret.html", + "displayName": "Secret" + } + ], + "description": "Provides default condition and data element types available to all Launch properties.", + "discontinued": false, + "display_name": "Core", + "ecma_version": "es6", + "events": null, + "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "core", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "edge", + "updated_at": "2021-10-05T15:49:07.846Z", + "version": "1.1.3", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EPd0463ead2dbc45f5b74549cdc6d2bfc0.zip" + } + }, + { + "id": "EP51839e9934bb44508f75483388b8ef3d", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "digital_performance_system::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP51839e9934bb44508f75483388b8ef3d", + "conditions": [ + { + "id": "digital_performance_system::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "digital_performance_system::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2021-10-14T21:07:45.496Z", + "data_elements": [ + { + "id": "digital_performance_system::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "digital_performance_system::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Ducimus deserunt debitis sed et dicta perspiciatis architecto ipsa.", + "discontinued": false, + "display_name": "Digital Performance System", + "ecma_version": "es5", + "events": [ + { + "id": "digital_performance_system::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "digital_performance_system::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.digital_performance_system.html", + "hosted_lib_files": null, + "icon_path": "rem-itaque/icon.png", + "main": null, + "name": "digital_performance_system", + "owner_org_id": "8DC14EFA36AB4310BB5B9E94@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-14T21:07:45.606Z", + "version": "30.13.33", + "view_base_path": "ipsa_quas/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP51839e9934bb44508f75483388b8ef3d" + } + }, + { + "id": "EP6eb2993dce3e491888c840ad1891f394", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "digital_remote_ferrule::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP6eb2993dce3e491888c840ad1891f394", + "conditions": [ + { + "id": "digital_remote_ferrule::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "digital_remote_ferrule::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:13:47.729Z", + "data_elements": [ + { + "id": "digital_remote_ferrule::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "digital_remote_ferrule::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Libero quos doloremque nisi voluptatum.", + "discontinued": false, + "display_name": "Digital Remote Ferrule", + "ecma_version": null, + "events": [ + { + "id": "digital_remote_ferrule::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "digital_remote_ferrule::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.digital_remote_ferrule.html", + "hosted_lib_files": null, + "icon_path": "neque_nulla/icon.png", + "main": null, + "name": "digital_remote_ferrule", + "owner_org_id": "F2D417C45283325CF6C45049@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:13:47.794Z", + "version": "38.31.16", + "view_base_path": "iusto-sed/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP6eb2993dce3e491888c840ad1891f394" + } + }, + { + "id": "EP7dcff8a466804c38b03b13e97dba3295", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "direct_dummy_groove::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP7dcff8a466804c38b03b13e97dba3295", + "conditions": [ + { + "id": "direct_dummy_groove::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "direct_dummy_groove::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:41:35.641Z", + "data_elements": [ + { + "id": "direct_dummy_groove::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "direct_dummy_groove::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Dignissimos quos error minus repellat reprehenderit non porro ut.", + "discontinued": false, + "display_name": "Direct Dummy Groove", + "ecma_version": null, + "events": [ + { + "id": "direct_dummy_groove::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "direct_dummy_groove::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.direct_dummy_groove.html", + "hosted_lib_files": null, + "icon_path": "voluptas-amet/icon.png", + "main": null, + "name": "direct_dummy_groove", + "owner_org_id": "ED22B078068E103AAA56ADBB@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:41:35.700Z", + "version": "22.35.5", + "view_base_path": "repudiandae.debitis/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP7dcff8a466804c38b03b13e97dba3295" + } + }, + { + "id": "EP2f397e6b6903491e9462e19a1ba354d1", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "disc_digital_case::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP2f397e6b6903491e9462e19a1ba354d1", + "conditions": [ + { + "id": "disc_digital_case::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "disc_digital_case::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:49:50.234Z", + "data_elements": [ + { + "id": "disc_digital_case::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "disc_digital_case::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Omnis maxime inventore est saepe quos libero voluptates.", + "discontinued": false, + "display_name": "Disc Digital Case", + "ecma_version": null, + "events": [ + { + "id": "disc_digital_case::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "disc_digital_case::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.disc_digital_case.html", + "hosted_lib_files": null, + "icon_path": "impedit.voluptatibus/icon.png", + "main": null, + "name": "disc_digital_case", + "owner_org_id": "426292691CA01E5FD999C023@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:49:50.322Z", + "version": "16.31.2", + "view_base_path": "adipisci-asperiores/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP2f397e6b6903491e9462e19a1ba354d1" + } + }, + { + "id": "EP837f5329d4ac45b292da7da540c7fe0e", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "disc_power_bracket::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP837f5329d4ac45b292da7da540c7fe0e", + "conditions": [ + { + "id": "disc_power_bracket::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "disc_power_bracket::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:15:50.546Z", + "data_elements": [ + { + "id": "disc_power_bracket::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "disc_power_bracket::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Unde facere recusandae animi id neque ullam adipisci.", + "discontinued": false, + "display_name": "Disc Power Bracket", + "ecma_version": null, + "events": [ + { + "id": "disc_power_bracket::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "disc_power_bracket::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.disc_power_bracket.html", + "hosted_lib_files": null, + "icon_path": "aspernatur-eos/icon.png", + "main": null, + "name": "disc_power_bracket", + "owner_org_id": "FA42ACE1AF4C54D581AC97E3@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:15:50.604Z", + "version": "15.1.37", + "view_base_path": "placeat.aliquam/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP837f5329d4ac45b292da7da540c7fe0e" + } + }, + { + "id": "EP9a9eb935cb8849a18558b17ed6b5ee14", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "electric_system::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP9a9eb935cb8849a18558b17ed6b5ee14", + "conditions": [ + { + "id": "electric_system::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "electric_system::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:12:10.612Z", + "data_elements": [ + { + "id": "electric_system::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "electric_system::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Quo laudantium voluptates corrupti a quod nulla vel quidem.", + "discontinued": false, + "display_name": "Electric System", + "ecma_version": null, + "events": [ + { + "id": "electric_system::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "electric_system::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.electric_system.html", + "hosted_lib_files": null, + "icon_path": "vitae-illum/icon.png", + "main": null, + "name": "electric_system", + "owner_org_id": "EC0CE61BA401B6161EC049AD@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:12:10.666Z", + "version": "22.24.28", + "view_base_path": "doloremque_temporibus/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP9a9eb935cb8849a18558b17ed6b5ee14" + } + }, + { + "id": "EPdeb9cfc5c6644d7a8e124d0c64ab3f37", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "gel_amplifier::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPdeb9cfc5c6644d7a8e124d0c64ab3f37", + "conditions": [ + { + "id": "gel_amplifier::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "gel_amplifier::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:52:23.858Z", + "data_elements": [ + { + "id": "gel_amplifier::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "gel_amplifier::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Laboriosam laudantium reiciendis perferendis nobis odit aperiam amet.", + "discontinued": false, + "display_name": "Gel Amplifier", + "ecma_version": null, + "events": [ + { + "id": "gel_amplifier::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "gel_amplifier::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_amplifier.html", + "hosted_lib_files": null, + "icon_path": "labore.modi/icon.png", + "main": null, + "name": "gel_amplifier", + "owner_org_id": "7C9DB5E0BEAD5CC0DCF65DA5@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:52:23.927Z", + "version": "12.14.7", + "view_base_path": "repudiandae-illo/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPdeb9cfc5c6644d7a8e124d0c64ab3f37" + } + }, + { + "id": "EP3b15a61cb08b483e94018d6455034994", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "gel_input_controller::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3b15a61cb08b483e94018d6455034994", + "conditions": [ + { + "id": "gel_input_controller::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "gel_input_controller::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2021-09-22T19:44:58.756Z", + "data_elements": [ + { + "id": "gel_input_controller::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "gel_input_controller::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Corrupti maxime autem nemo facilis asperiores mollitia architecto.", + "discontinued": false, + "display_name": "Gel Input Controller", + "ecma_version": "es5", + "events": [ + { + "id": "gel_input_controller::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "gel_input_controller::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_input_controller.html", + "hosted_lib_files": null, + "icon_path": "nostrum_ut/icon.png", + "main": null, + "name": "gel_input_controller", + "owner_org_id": "E877DF17B6DA02FF695E4947@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-09-22T19:44:58.831Z", + "version": "0.32.24", + "view_base_path": "neque_earum/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP3b15a61cb08b483e94018d6455034994" + } + }, + { + "id": "EP8d029a7cd9934e829d583875f1f3be05", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "hd_dummy_groove::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8d029a7cd9934e829d583875f1f3be05", + "conditions": [ + { + "id": "hd_dummy_groove::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "hd_dummy_groove::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T18:07:35.676Z", + "data_elements": [ + { + "id": "hd_dummy_groove::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "hd_dummy_groove::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Molestias cupiditate maxime architecto neque sapiente.", + "discontinued": false, + "display_name": "HD Dummy Groove", + "ecma_version": null, + "events": [ + { + "id": "hd_dummy_groove::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "hd_dummy_groove::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.hd_dummy_groove.html", + "hosted_lib_files": null, + "icon_path": "ullam.labore/icon.png", + "main": null, + "name": "hd_dummy_groove", + "owner_org_id": "7B85DECB49519638B29F1D11@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T18:07:35.756Z", + "version": "3.30.23", + "view_base_path": "cum-voluptates/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP8d029a7cd9934e829d583875f1f3be05" + } + }, + { + "id": "EP4477f3e013684c5fb2d8978daa45bffc", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "input_amplifier::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP4477f3e013684c5fb2d8978daa45bffc", + "conditions": [ + { + "id": "input_amplifier::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "input_amplifier::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:56:12.956Z", + "data_elements": [ + { + "id": "input_amplifier::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "input_amplifier::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Recusandae consequuntur explicabo reprehenderit accusantium incidunt quibusdam aperiam quisquam.", + "discontinued": false, + "display_name": "Input Amplifier", + "ecma_version": null, + "events": [ + { + "id": "input_amplifier::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "input_amplifier::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.input_amplifier.html", + "hosted_lib_files": null, + "icon_path": "sapiente.quam/icon.png", + "main": null, + "name": "input_amplifier", + "owner_org_id": "3355C7D3F3DCC1E9F3EC6A81@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:56:13.026Z", + "version": "28.23.15", + "view_base_path": "dolores_ipsum/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP4477f3e013684c5fb2d8978daa45bffc" + } + }, + { + "id": "EP0c12b114cd82407ab8052daa156ad2b9", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "input_lifter::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0c12b114cd82407ab8052daa156ad2b9", + "conditions": [ + { + "id": "input_lifter::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "input_lifter::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:52:01.558Z", + "data_elements": [ + { + "id": "input_lifter::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "input_lifter::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Adipisci sunt quae doloribus quibusdam culpa labore earum.", + "discontinued": false, + "display_name": "Input Lifter", + "ecma_version": null, + "events": [ + { + "id": "input_lifter::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "input_lifter::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.input_lifter.html", + "hosted_lib_files": null, + "icon_path": "amet.officia/icon.png", + "main": null, + "name": "input_lifter", + "owner_org_id": "904B386D353BB35AA3A0EFAA@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:52:01.653Z", + "version": "30.8.0", + "view_base_path": "odit.vitae/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0c12b114cd82407ab8052daa156ad2b9" + } + }, + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + }, + { + "id": "EPe526bc7bb224462c8c4be8286970ed76", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "output_disc_viewer::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPe526bc7bb224462c8c4be8286970ed76", + "conditions": [ + { + "id": "output_disc_viewer::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "output_disc_viewer::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:50:21.695Z", + "data_elements": [ + { + "id": "output_disc_viewer::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "output_disc_viewer::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Praesentium veniam possimus at minus mollitia quidem.", + "discontinued": false, + "display_name": "Output Disc Viewer", + "ecma_version": null, + "events": [ + { + "id": "output_disc_viewer::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "output_disc_viewer::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.output_disc_viewer.html", + "hosted_lib_files": null, + "icon_path": "laborum-neque/icon.png", + "main": null, + "name": "output_disc_viewer", + "owner_org_id": "884D468C9463980E0DBB0376@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:50:21.757Z", + "version": "10.2.38", + "view_base_path": "nisi-magnam/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPe526bc7bb224462c8c4be8286970ed76" + } + }, + { + "id": "EPd4c11c67dd29497e8f0a2cfe50cc4c08", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "output_input_viewer::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd4c11c67dd29497e8f0a2cfe50cc4c08", + "conditions": [ + { + "id": "output_input_viewer::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "output_input_viewer::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:04:18.971Z", + "data_elements": [ + { + "id": "output_input_viewer::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "output_input_viewer::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "At reiciendis ex doloribus ipsam.", + "discontinued": false, + "display_name": "Output Input Viewer", + "ecma_version": null, + "events": [ + { + "id": "output_input_viewer::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "output_input_viewer::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.output_input_viewer.html", + "hosted_lib_files": null, + "icon_path": "cumque-porro/icon.png", + "main": null, + "name": "output_input_viewer", + "owner_org_id": "9DC8BF3B884A9184C9263DD2@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:04:19.062Z", + "version": "29.1.36", + "view_base_path": "architecto.deserunt/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4c11c67dd29497e8f0a2cfe50cc4c08" + } + }, + { + "id": "EPd65abdbd404f4d6a8372381c367e5c6d", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "performance_mount::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd65abdbd404f4d6a8372381c367e5c6d", + "conditions": [ + { + "id": "performance_mount::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "performance_mount::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:55:53.434Z", + "data_elements": [ + { + "id": "performance_mount::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "performance_mount::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Ipsum atque eius temporibus quos cupiditate accusamus nulla.", + "discontinued": false, + "display_name": "Performance Mount", + "ecma_version": null, + "events": [ + { + "id": "performance_mount::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "performance_mount::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.performance_mount.html", + "hosted_lib_files": null, + "icon_path": "quia.voluptate/icon.png", + "main": null, + "name": "performance_mount", + "owner_org_id": "E380B6144EDECAECB54C4588@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:55:53.514Z", + "version": "1.4.1", + "view_base_path": "pariatur.repellendus/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd65abdbd404f4d6a8372381c367e5c6d" + } + }, + { + "id": "EP5234416d05184d749389135a87c796fd", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "portable_controller::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP5234416d05184d749389135a87c796fd", + "conditions": [ + { + "id": "portable_controller::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "portable_controller::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:44:31.047Z", + "data_elements": [ + { + "id": "portable_controller::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "portable_controller::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Cupiditate eius magnam accusantium ipsum delectus quibusdam provident numquam.", + "discontinued": false, + "display_name": "Portable Controller", + "ecma_version": null, + "events": [ + { + "id": "portable_controller::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "portable_controller::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.portable_controller.html", + "hosted_lib_files": null, + "icon_path": "fugit.sint/icon.png", + "main": null, + "name": "portable_controller", + "owner_org_id": "D2EFBFC53B3213CC7D22F37D@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:44:31.107Z", + "version": "25.34.26", + "view_base_path": "rerum_labore/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP5234416d05184d749389135a87c796fd" + } + }, + { + "id": "EP3e5924eafbd24c7992e1febd0721fade", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "power_transmitter::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3e5924eafbd24c7992e1febd0721fade", + "conditions": [ + { + "id": "power_transmitter::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "power_transmitter::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2021-09-22T15:33:25.748Z", + "data_elements": [ + { + "id": "power_transmitter::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "power_transmitter::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Dignissimos modi magnam fugiat repellat vero assumenda labore quod.", + "discontinued": false, + "display_name": "Power Transmitter", + "ecma_version": "es5", + "events": [ + { + "id": "power_transmitter::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "power_transmitter::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.power_transmitter.html", + "hosted_lib_files": null, + "icon_path": "temporibus_voluptate/icon.png", + "main": null, + "name": "power_transmitter", + "owner_org_id": "6940E715B0A4CFEE06F133A3@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-09-22T15:33:25.843Z", + "version": "6.25.19", + "view_base_path": "ducimus_dolore/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP3e5924eafbd24c7992e1febd0721fade" + } + }, + { + "id": "EP31433da5f607444bbab0b05c2c03c9ba", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "tag_ferrule::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP31433da5f607444bbab0b05c2c03c9ba", + "conditions": [ + { + "id": "tag_ferrule::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "tag_ferrule::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:17:27.007Z", + "data_elements": [ + { + "id": "tag_ferrule::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "tag_ferrule::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Libero velit corporis exercitationem officiis ipsam esse quidem tempore.", + "discontinued": false, + "display_name": "Tag Ferrule", + "ecma_version": null, + "events": [ + { + "id": "tag_ferrule::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "tag_ferrule::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.tag_ferrule.html", + "hosted_lib_files": null, + "icon_path": "aut-odit/icon.png", + "main": null, + "name": "tag_ferrule", + "owner_org_id": "C428B8627B1642582EDB4A78@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:17:27.072Z", + "version": "21.18.9", + "view_base_path": "natus.aspernatur/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP31433da5f607444bbab0b05c2c03c9ba" + } + } + ], + "links": { + "self": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, + "meta": { + "pagination": { + "current_page": 1, + "next_page": 2, + "prev_page": null, + "total_pages": 2, + "total_count": 29 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.list_all_extension_package_versions", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.list_all_extension_package_versions", + "endpoint": "/extension_packages/:extension_package_id/versions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:10:28.052Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:10:28.052Z", + "platform": "edge", + "development": false, + "token": "e7693cc283cc" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments", + "extensions": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions", + "rules": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules", + "self": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/properties/PR98f50b4c2244447183975c6c1bb93389", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:17.435Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:17.435Z", + "platform": "web", + "development": false, + "token": "e7d88683642b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments", + "extensions": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions", + "rules": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules", + "self": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.create_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX54d351ab7dce4ad683278636269743ac", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:22.931Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:22.931Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/property" + }, + "data": { + "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/origin" + }, + "data": { + "id": "EX54d351ab7dce4ad683278636269743ac", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f", + "origin": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac", + "self": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:17.435Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:17.435Z", + "platform": "web", + "development": false, + "token": "e7d88683642b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments", + "extensions": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions", + "rules": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules", + "self": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/properties/PR068cafd5fc0b49ddbb3ff3852e88327f", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:24.901Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:24.901Z", + "platform": "web", + "development": false, + "token": "b16760ca8bd5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements", + "environments": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments", + "extensions": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions", + "rules": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules", + "self": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:30.985Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:30.985Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/property" + }, + "data": { + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/origin" + }, + "data": { + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35", + "origin": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", + "self": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.get_an_extension", + "endpoint": "/extensions/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:30.985Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:30.985Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/property" + }, + "data": { + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/origin" + }, + "data": { + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35", + "origin": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", + "self": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:24.901Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:24.901Z", + "platform": "web", + "development": false, + "token": "b16760ca8bd5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements", + "environments": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments", + "extensions": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions", + "rules": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules", + "self": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/properties/PR63b284224f424bacafc0c4cf1ed5ff35", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR586368897d7e4701b67edbc953201efa", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:34.040Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:34.040Z", + "platform": "web", + "development": false, + "token": "07432b1b5f3f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements", + "environments": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments", + "extensions": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions", + "rules": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules", + "self": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:40.063Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:40.063Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/property" + }, + "data": { + "id": "PR586368897d7e4701b67edbc953201efa", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/origin" + }, + "data": { + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", + "origin": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", + "self": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_extensions_for_a_property", + "endpoint": "/properties/:property_id/extensions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:40.063Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:40.063Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/property" + }, + "data": { + "id": "PR586368897d7e4701b67edbc953201efa", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/origin" + }, + "data": { + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", + "origin": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", + "self": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + }, + { + "id": "EX2925362cb0cf4aeca67de02981afcc5a", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:34.175Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "core", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:34.175Z", + "delegate_descriptor_id": "core::extensionConfiguration::config", + "display_name": "Core", + "review_status": "unsubmitted", + "version": "3.2.1", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/property" + }, + "data": { + "id": "PR586368897d7e4701b67edbc953201efa", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/origin" + }, + "data": { + "id": "EX2925362cb0cf4aeca67de02981afcc5a", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/updated_with_extension_package" + }, + "data": { + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/extension_package" + }, + "data": { + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", + "origin": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a", + "self": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a", + "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 2 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR586368897d7e4701b67edbc953201efa", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:34.040Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:34.040Z", + "platform": "web", + "development": false, + "token": "07432b1b5f3f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements", + "environments": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments", + "extensions": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions", + "rules": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules", + "self": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/properties/PR586368897d7e4701b67edbc953201efa", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRbd363eca8ea243cc960cb002aaf62a00", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:41.722Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:41.722Z", + "platform": "web", + "development": false, + "token": "3007d5a90de4", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules", + "self": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:47.772Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:47.772Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/property" + }, + "data": { + "id": "PRbd363eca8ea243cc960cb002aaf62a00", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/origin" + }, + "data": { + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00", + "origin": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "self": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.revise_an_extension", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX4fd0bac77ba64dd1abed256b92dd3fa2", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:47.826Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:11:47.826Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/property" + }, + "data": { + "id": "PRbd363eca8ea243cc960cb002aaf62a00", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/origin" + }, + "data": { + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00", + "origin": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "self": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRbd363eca8ea243cc960cb002aaf62a00", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:41.722Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:41.722Z", + "platform": "web", + "development": false, + "token": "3007d5a90de4", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules", + "self": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/properties/PRbd363eca8ea243cc960cb002aaf62a00", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:49.513Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:49.513Z", + "platform": "web", + "development": false, + "token": "5496bd32660e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements", + "environments": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments", + "extensions": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions", + "rules": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules", + "self": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX8803e301fb7b47eca87ca6095898a2d7", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:55.731Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:55.731Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/property" + }, + "data": { + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/origin" + }, + "data": { + "id": "EX8803e301fb7b47eca87ca6095898a2d7", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "origin": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", + "self": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX8803e301fb7b47eca87ca6095898a2d7", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXe0eb889253a84a9894e587b4558cb577", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:55.782Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:11:55.782Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/property" + }, + "data": { + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/origin" + }, + "data": { + "id": "EX8803e301fb7b47eca87ca6095898a2d7", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "origin": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", + "self": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "extensions": { + "data": [ + { + "id": "EXe0eb889253a84a9894e587b4558cb577", + "type": "extensions" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB5493ed03dcb24963a6b5dec1361f3ade", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:11:56.525Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:11:56.525Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/extensions", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/rules", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/property" + }, + "data": { + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_libraries_for_an_extension", + "endpoint": "/extensions/:extension_id/libraries", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "LB5493ed03dcb24963a6b5dec1361f3ade", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:11:56.525Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:11:56.525Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/extensions", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/rules", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/property" + }, + "data": { + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:49.513Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:49.513Z", + "platform": "web", + "development": false, + "token": "5496bd32660e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements", + "environments": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments", + "extensions": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions", + "rules": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules", + "self": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRe1905c60f07043fe9ab49e218bfd9134", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:58.721Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:58.721Z", + "platform": "web", + "development": false, + "token": "f7e3c211be70", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments", + "extensions": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions", + "rules": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules", + "self": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX9f81f473f2134edda19da30ba00bfd8b", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:06.467Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:12:06.467Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/property" + }, + "data": { + "id": "PRe1905c60f07043fe9ab49e218bfd9134", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/origin" + }, + "data": { + "id": "EX9f81f473f2134edda19da30ba00bfd8b", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134", + "origin": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b", + "self": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/extensions/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.delete_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EX9625424a2483418fad8acfb132fa40d1", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:11:59.246Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "core", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:11:59.246Z", + "delegate_descriptor_id": "core::extensionConfiguration::config", + "display_name": "Core", + "review_status": "unsubmitted", + "version": "3.2.1", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/property" + }, + "data": { + "id": "PRe1905c60f07043fe9ab49e218bfd9134", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/origin" + }, + "data": { + "id": "EX9625424a2483418fad8acfb132fa40d1", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/updated_with_extension_package" + }, + "data": { + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/extension_package" + }, + "data": { + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134", + "origin": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1", + "self": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1", + "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe1905c60f07043fe9ab49e218bfd9134", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:11:58.721Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:11:58.721Z", + "platform": "web", + "development": false, + "token": "f7e3c211be70", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments", + "extensions": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions", + "rules": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules", + "self": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/properties/PRe1905c60f07043fe9ab49e218bfd9134", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:10.483Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:10.483Z", + "platform": "web", + "development": false, + "token": "6d59b8b227e6", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements", + "environments": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments", + "extensions": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions", + "rules": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules", + "self": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:18.660Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:12:18.660Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/property" + }, + "data": { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/origin" + }, + "data": { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXf8f1a65698784bb4888cca287ed193ab", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:18.733Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:12:18.733Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/property" + }, + "data": { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/origin" + }, + "data": { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_the_revisions_of_an_extension", + "endpoint": "/extensions/:extension_id/revisions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EXf8f1a65698784bb4888cca287ed193ab", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:18.733Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:12:18.733Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/property" + }, + "data": { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/origin" + }, + "data": { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + }, + { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:18.660Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:12:18.660Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/property" + }, + "data": { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/origin" + }, + "data": { + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 2 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR70a54341fec444caa67de44c2f5da659", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:10.483Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:10.483Z", + "platform": "web", + "development": false, + "token": "6d59b8b227e6", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements", + "environments": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments", + "extensions": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions", + "rules": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules", + "self": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/properties/PR70a54341fec444caa67de44c2f5da659", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:23.713Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:23.713Z", + "platform": "web", + "development": false, + "token": "02461f665d0e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments", + "extensions": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions", + "rules": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules", + "self": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:33.231Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:12:33.231Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/property" + }, + "data": { + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/origin" + }, + "data": { + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "self": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX2ff01e9344484b539f393418e4b8db56", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:33.441Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:12:33.441Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/property" + }, + "data": { + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/origin" + }, + "data": { + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "self": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.show_the_origin_of_an_extension", + "endpoint": "/extensions/:extension_id/origin", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:33.231Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:12:33.231Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/property" + }, + "data": { + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/origin" + }, + "data": { + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "self": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:23.713Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:23.713Z", + "platform": "web", + "development": false, + "token": "02461f665d0e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments", + "extensions": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions", + "rules": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules", + "self": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR15ff1461539f4543ab80892b5e0be1ca", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:38.581Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:38.581Z", + "platform": "web", + "development": false, + "token": "5716e9b93c5f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments", + "extensions": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions", + "rules": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules", + "self": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXad15efceb4724f7a84efb73e2e278fbf", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:12:47.778Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:12:47.778Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/property" + }, + "data": { + "id": "PR15ff1461539f4543ab80892b5e0be1ca", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/origin" + }, + "data": { + "id": "EXad15efceb4724f7a84efb73e2e278fbf", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca", + "origin": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf", + "self": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.get_the_extension_package_for_an_extension", + "endpoint": "/extensions/:extension_id/extension_package", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR15ff1461539f4543ab80892b5e0be1ca", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:38.581Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:38.581Z", + "platform": "web", + "development": false, + "token": "5716e9b93c5f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments", + "extensions": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions", + "rules": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules", + "self": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/properties/PR15ff1461539f4543ab80892b5e0be1ca", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR47297300550a4196864369d55298b64a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:53.113Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:53.113Z", + "platform": "web", + "development": false, + "token": "fc1760bd8d8e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments", + "extensions": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions", + "rules": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules", + "self": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXc60519db8b6c4fbf86be1a933c85a77e", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:13:01.514Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:13:01.514Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/property" + }, + "data": { + "id": "PR47297300550a4196864369d55298b64a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/origin" + }, + "data": { + "id": "EXc60519db8b6c4fbf86be1a933c85a77e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a", + "origin": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", + "self": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.create_a_note_on_an_extension", + "endpoint": "/extensions/:extension_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this note on an extension intentionally left blank" + } + } + }, + "response": { + "data": { + "id": "NT6a7570534ebd44d9bd31486f33518195", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:13:02.913Z", + "text": "this note on an extension intentionally left blank" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e" + }, + "data": { + "id": "EXc60519db8b6c4fbf86be1a933c85a77e", + "type": "extensions" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", + "self": "https://reactor.adobe.io/notes/NT6a7570534ebd44d9bd31486f33518195" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR47297300550a4196864369d55298b64a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:12:53.113Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:12:53.113Z", + "platform": "web", + "development": false, + "token": "fc1760bd8d8e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments", + "extensions": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions", + "rules": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules", + "self": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/properties/PR47297300550a4196864369d55298b64a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRd3647cf206f249e8b290761919bf920d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:05.357Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:05.357Z", + "platform": "web", + "development": false, + "token": "d50366a43b9c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments", + "extensions": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions", + "rules": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules", + "self": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:13:13.322Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:13:13.322Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/property" + }, + "data": { + "id": "PRd3647cf206f249e8b290761919bf920d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/origin" + }, + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d", + "origin": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "self": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/extensions/:extension_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on an extension" + } + } + }, + "response": { + "data": { + "id": "NT2bb6e9f241f845c496dcc5df525f6b5b", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:13:14.284Z", + "text": "this is a note on an extension" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b" + }, + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "self": "https://reactor.adobe.io/notes/NT2bb6e9f241f845c496dcc5df525f6b5b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/extensions/:extension_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NT2bb6e9f241f845c496dcc5df525f6b5b", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:13:14.284Z", + "text": "this is a note on an extension" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b" + }, + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "self": "https://reactor.adobe.io/notes/NT2bb6e9f241f845c496dcc5df525f6b5b" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRd3647cf206f249e8b290761919bf920d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:05.357Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:05.357Z", + "platform": "web", + "development": false, + "token": "d50366a43b9c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments", + "extensions": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions", + "rules": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules", + "self": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/properties/PRd3647cf206f249e8b290761919bf920d", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:16.320Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:16.320Z", + "platform": "web", + "development": false, + "token": "43b533ab9a7c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments", + "extensions": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions", + "rules": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules", + "self": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/properties/:property_id/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example SFTP Host", + "type_of": "sftp", + "username": "John Doe", + "encrypted_private_key": "-----BEGIN PGP MESSAGE-----\n\nhQIMAwB8kNQ7jtk8AQ/+IPE+jteweLyNgdkzkBWN4c+wpRfTP9ionSywdWzZsRZ2\ngpIHLidqCgM+iRw0CgbAKhdAmA1wVyWP4HCa0eJuNCVwj+NqJlWW8qWxCWeZi2KC\nhqsoaB5+xIbS3Jwt8S4Na+DgvyjSj88sALvG9Y/xqNexRvcuvv0KKFoVYPOeW/w9\n+6x+vUmZFrTWMaNtKH6X9kifo5l+05d3XngPLfml4cKzWmO1f3FEvTX0O4nJurQ7\nNc27dt2XAO5Y8bqCClQ6AHOFVrkKnTifHF79A3AhCB5E9wMY4FJ/EReZ6Uk0ixOn\n76XeGbkl1jidajM5G/gylwEwOXN8CVy5DQyvxGulhsaaqtri7GZxQC5HUTETIHwO\nxThAttH22uaBjhMmYiCvPzSL4Z9UNFZeGPfb17k5E1kauprR2ItUJX86+Cid/FnR\nW7QN/8J4Jnf6Ggp90VujV0uIvdyLYq3T0xe9WZmONJaQ5bDYDv5ZfkcapOvXw4zr\nxrL1vrpZ5Qfu8oLQ19JOT2o7e3p8Kh7lDPIL7RH2bYesinLJ7wdopmkpj4/4gpHK\njzlWalZd75PEsttsUJ+ODVSOXG7iVhx9EvkZagUo0oeZ3oY1Jy5oik/gvVp28wDO\n8T1uYK/jeCSiuslxCYxth8a+5Wgiy8Jw1vHCRudsNgU1x2zYuOJetJS14Z/CTETS\nTgGPh0J6fQEvzZTM6AEJpRs+cVZV1hnTspyo2S5wv/SdrbqMkVHhs8rlq/0PWpSB\nLhLNlh8kLPR0KOG0V79GEO20At0HL/yGny/GKrTyAw==\n=oRpa\n-----END PGP MESSAGE-----\n", + "server": "//example.com", + "path": "assets", + "port": 22 + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT3477fd5e89b142288f1c0c60e2f68356", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:21.813Z", + "server": "//example.com", + "name": "Example SFTP Host", + "path": "assets", + "port": 22, + "status": "pending", + "type_of": "sftp", + "updated_at": "2022-02-04T21:13:21.813Z", + "username": "John Doe" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT3477fd5e89b142288f1c0c60e2f68356/property" + }, + "data": { + "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4", + "self": "https://reactor.adobe.io/hosts/HT3477fd5e89b142288f1c0c60e2f68356" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:16.320Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:16.320Z", + "platform": "web", + "development": false, + "token": "43b533ab9a7c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments", + "extensions": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions", + "rules": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules", + "self": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/properties/PR4c3ed80f85f4432d9e03effb12bf39a4", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:23.243Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:23.243Z", + "platform": "web", + "development": false, + "token": "eabeb7cd2c77", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules", + "self": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/properties/:property_id/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT250da865f1bc4885b49d4e935b465293", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:28.769Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:28.769Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT250da865f1bc4885b49d4e935b465293/property" + }, + "data": { + "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "self": "https://reactor.adobe.io/hosts/HT250da865f1bc4885b49d4e935b465293" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:23.243Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:23.243Z", + "platform": "web", + "development": false, + "token": "eabeb7cd2c77", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules", + "self": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:29.900Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:29.900Z", + "platform": "web", + "development": false, + "token": "f3af73473639", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules", + "self": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT24e6c9032bd34688899a272881260f8b", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:35.484Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:35.484Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b/property" + }, + "data": { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1", + "self": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/hosts/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "HT24e6c9032bd34688899a272881260f8b", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:35.484Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:35.484Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b/property" + }, + "data": { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1", + "self": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:29.900Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:29.900Z", + "platform": "web", + "development": false, + "token": "f3af73473639", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules", + "self": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/properties/PR1c7f7f1ddc244ce08fcb250491903de1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:36.432Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:36.432Z", + "platform": "web", + "development": false, + "token": "81b7fdae4976", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules", + "self": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT6f818bc212a0420cbe3263dd5620541d", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:41.987Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:41.987Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d/property" + }, + "data": { + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78", + "self": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/properties/:property_id/hosts", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "HT6f818bc212a0420cbe3263dd5620541d", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:41.987Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:41.987Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d/property" + }, + "data": { + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78", + "self": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:36.432Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:36.432Z", + "platform": "web", + "development": false, + "token": "81b7fdae4976", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules", + "self": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/properties/PR1c6af864f55049fc864a3be7b5285f78", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:43.296Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:43.296Z", + "platform": "web", + "development": false, + "token": "fb605c17731b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements", + "environments": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments", + "extensions": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions", + "rules": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules", + "self": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT858f4c0a71cc4e8d87399b3499556dc8", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:48.858Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:48.858Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8/property" + }, + "data": { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", + "self": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/hosts/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "My SFTP host" + }, + "id": "HT858f4c0a71cc4e8d87399b3499556dc8", + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT858f4c0a71cc4e8d87399b3499556dc8", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:48.858Z", + "server": null, + "name": "My SFTP host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:49.021Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8/property" + }, + "data": { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", + "self": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:43.296Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:43.296Z", + "platform": "web", + "development": false, + "token": "fb605c17731b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements", + "environments": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments", + "extensions": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions", + "rules": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules", + "self": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRbcf1985e616d4790964af1f4088eeb45", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:49.926Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:49.926Z", + "platform": "web", + "development": false, + "token": "7516ddddf581", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments", + "extensions": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions", + "rules": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules", + "self": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTd227ac2b1d7f4251a9e4820c0293998b", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:55.438Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:55.438Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTd227ac2b1d7f4251a9e4820c0293998b/property" + }, + "data": { + "id": "PRbcf1985e616d4790964af1f4088eeb45", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45", + "self": "https://reactor.adobe.io/hosts/HTd227ac2b1d7f4251a9e4820c0293998b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/hosts/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRbcf1985e616d4790964af1f4088eeb45", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:49.926Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:49.926Z", + "platform": "web", + "development": false, + "token": "7516ddddf581", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments", + "extensions": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions", + "rules": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules", + "self": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/PRbcf1985e616d4790964af1f4088eeb45", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:56.965Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:56.965Z", + "platform": "web", + "development": false, + "token": "8f6b6dd8e36e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments", + "extensions": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions", + "rules": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules", + "self": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:02.478Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:02.478Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN56e3b3c6e2af4d15a3b6d48d50ac692e", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:02.740Z", + "library_path": "17e0df72ece8/8f6b6dd8e36e", + "library_name": "launch-7ceeacb4dd89-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-7ceeacb4dd89-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.min.js" + ], + "license_path": "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" + }, + { + "library_name": "launch-7ceeacb4dd89-development.js", + "minified": false, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:02.740Z", + "status": "succeeded", + "token": "7ceeacb4dd89" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/host", + "self": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/relationships/host" + }, + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT5bf1cf0456b8408b890d18dc0418bd13", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:02.920Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:02.920Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT5bf1cf0456b8408b890d18dc0418bd13/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/hosts/HT5bf1cf0456b8408b890d18dc0418bd13" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Dev Environment A" + }, + "relationships": { + "host": { + "data": { + "id": "HT5bf1cf0456b8408b890d18dc0418bd13", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN0e38c86b086440ce9e48095f6757b06b", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:03.180Z", + "library_path": "17e0df72ece8/8f6b6dd8e36e", + "library_name": "launch-52df37eeea1c-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-52df37eeea1c-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.min.js" + ], + "license_path": "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" + }, + { + "library_name": "launch-52df37eeea1c-development.js", + "minified": false, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" + ] + } + ], + "name": "Dev Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:03.180Z", + "status": "succeeded", + "token": "52df37eeea1c" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/host", + "self": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/relationships/host" + }, + "data": { + "id": "HT5bf1cf0456b8408b890d18dc0418bd13", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/environments/:environment_id/host", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:02.478Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:02.478Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:56.965Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:56.965Z", + "platform": "web", + "development": false, + "token": "8f6b6dd8e36e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments", + "extensions": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions", + "rules": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules", + "self": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:04.299Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:04.299Z", + "platform": "web", + "development": false, + "token": "9901a6c455b6", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments", + "extensions": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions", + "rules": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules", + "self": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:09.817Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:09.817Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT2fd6a821d746409686b0d451b3100bac/property" + }, + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/hosts/HT2fd6a821d746409686b0d451b3100bac" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN13e590a2dae0481d93e2abe8b5b6e0db", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:10.013Z", + "library_path": "17e0df72ece8/9901a6c455b6", + "library_name": "launch-542510cc8e9f-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-542510cc8e9f-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.min.js" + ], + "license_path": "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" + }, + { + "library_name": "launch-542510cc8e9f-development.js", + "minified": false, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:10.013Z", + "status": "succeeded", + "token": "542510cc8e9f" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/host", + "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/relationships/host" + }, + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/property" + }, + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT9e26cfa84a204a20baeae792d876e6ba", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:10.171Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:10.171Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT9e26cfa84a204a20baeae792d876e6ba/property" + }, + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/hosts/HT9e26cfa84a204a20baeae792d876e6ba" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Dev Environment A" + }, + "relationships": { + "host": { + "data": { + "id": "HT9e26cfa84a204a20baeae792d876e6ba", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENf0632cbc7f424f17bd7b946ff785dbff", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:10.386Z", + "library_path": "17e0df72ece8/9901a6c455b6", + "library_name": "launch-1a33727b2ca4-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-1a33727b2ca4-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.min.js" + ], + "license_path": "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" + }, + { + "library_name": "launch-1a33727b2ca4-development.js", + "minified": false, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" + ] + } + ], + "name": "Dev Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:10.386Z", + "status": "succeeded", + "token": "1a33727b2ca4" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/host", + "self": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/relationships/host" + }, + "data": { + "id": "HT9e26cfa84a204a20baeae792d876e6ba", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/property" + }, + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/environments/:environment_id/relationships/host", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts" + }, + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/host", + "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/relationships/host" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:04.299Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:04.299Z", + "platform": "web", + "development": false, + "token": "9901a6c455b6", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments", + "extensions": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions", + "rules": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules", + "self": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR283effaf562e452dab85d1c355984038", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:11.542Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:11.542Z", + "platform": "web", + "development": false, + "token": "15322faceb72", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements", + "environments": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments", + "extensions": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions", + "rules": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules", + "self": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/PR283effaf562e452dab85d1c355984038/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT570bd5bb1b494d8d861d830d3ca65c20", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:17.073Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:17.073Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT570bd5bb1b494d8d861d830d3ca65c20/property" + }, + "data": { + "id": "PR283effaf562e452dab85d1c355984038", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", + "self": "https://reactor.adobe.io/hosts/HT570bd5bb1b494d8d861d830d3ca65c20" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT570bd5bb1b494d8d861d830d3ca65c20", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENa817d6265e364ac0bf83ee4f17c724b7", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:17.234Z", + "library_path": "17e0df72ece8/15322faceb72", + "library_name": "launch-22cc1f5ace3c-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-22cc1f5ace3c-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.min.js" + ], + "license_path": "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" + }, + { + "library_name": "launch-22cc1f5ace3c-development.js", + "minified": false, + "references": [ + "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:17.234Z", + "status": "succeeded", + "token": "22cc1f5ace3c" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/host", + "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/relationships/host" + }, + "data": { + "id": "HT570bd5bb1b494d8d861d830d3ca65c20", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/property" + }, + "data": { + "id": "PR283effaf562e452dab85d1c355984038", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", + "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/PR283effaf562e452dab85d1c355984038/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT076f5887cd0a454d88fbd777913b4f58", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:17.383Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:17.383Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT076f5887cd0a454d88fbd777913b4f58/property" + }, + "data": { + "id": "PR283effaf562e452dab85d1c355984038", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", + "self": "https://reactor.adobe.io/hosts/HT076f5887cd0a454d88fbd777913b4f58" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/environments/:environment_id/relationships/host", + "method": "PATCH", + "request": { + "data": { + "id": "HT076f5887cd0a454d88fbd777913b4f58", + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT076f5887cd0a454d88fbd777913b4f58", + "type": "hosts" + }, + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/host", + "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/relationships/host" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_surface_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_surface_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_surface_icon", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR283effaf562e452dab85d1c355984038", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:11.542Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:11.542Z", + "platform": "web", + "development": false, + "token": "15322faceb72", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements", + "environments": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments", + "extensions": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions", + "rules": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules", + "self": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_surface_icon", + "endpoint": "/properties/PR283effaf562e452dab85d1c355984038", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "icons.create_an_app_surface_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_surface_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, + "response": { + "data": null + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_surface_icon", + "endpoint": "/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon", + "method": "POST", + "request": { + "file": "@[FILE_PATH]" + }, + "response": { + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:19.790Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + }, + "data": { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" + } + } + }, + "response_code": 202, + "response_message": "Accepted" + }, + { + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:19.790Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + }, + "data": { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:19.790Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + }, + "data": { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/app_configurations/:app_configuration_id/icon", + "method": "GET", + "request": null, + "response": { + "data": null + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon", + "method": "POST", + "request": { + "file": "@[FILE_PATH]" + }, + "response": { + "data": { + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", + "status": "pending", + "created_at": "2022-02-04T21:14:23.483Z", + "updated_at": "2022-02-04T21:14:23.483Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + }, + "data": { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" + } + } + }, + "response_code": 202, + "response_message": "Accepted" + }, + { + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": { + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/icon", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", + "status": "succeeded", + "created_at": "2022-02-04T21:14:23.483Z", + "updated_at": "2022-02-04T21:14:24.493Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + }, + "data": { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/icon", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", + "status": "succeeded", + "created_at": "2022-02-04T21:14:23.483Z", + "updated_at": "2022-02-04T21:14:24.493Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + }, + "data": { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_an_icon", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_an_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_an_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "succeeded", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:22.135Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + }, + "data": { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_an_icon", + "endpoint": "/icons/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "succeeded", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:22.135Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + }, + "data": { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.update_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.update_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.update_an_icon", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.update_an_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.update_an_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "succeeded", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:22.135Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + }, + "data": { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.update_an_icon", + "endpoint": "/icons/ICf76b9de5b229435bb76802427a88464b", + "method": "PATCH", + "request": { + "file": "@[FILE_PATH]" + }, + "response": { + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:27.135Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + }, + "data": { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", + "attributes": { + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "succeeded", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:28.418Z" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + }, + "data": { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/icons/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.create_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:30.523Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:30.523Z", + "platform": "web", + "development": false, + "token": "556e2b2ff122", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments", + "extensions": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions", + "rules": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules", + "self": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.create_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBc59c41604276433abd713bc7487514e9", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:14:36.212Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:14:36.212Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/extensions", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/rules", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/property" + }, + "data": { + "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.create_a_library_with_required_attributes", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_library_with_required_attributes", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_library_with_required_attributes", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:30.523Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:30.523Z", + "platform": "web", + "development": false, + "token": "556e2b2ff122", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments", + "extensions": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions", + "rules": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules", + "self": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_library_with_required_attributes", + "endpoint": "/properties/PR7bf556a7ecbd4ef9a86d278740d89c62", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.create_a_library_with_required_attributes", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_library_with_required_attributes", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2d8f95aab8644117a21aadbc6878d1ea", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:37.397Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:37.397Z", + "platform": "web", + "development": false, + "token": "a07dac777bfe", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules", + "self": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.create_a_library_with_required_attributes", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBb2bad2726ebb45e0a9867b877194d684", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:14:43.054Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:14:43.054Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/data_elements", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/extensions", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/rules", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/property" + }, + "data": { + "id": "PR2d8f95aab8644117a21aadbc6878d1ea", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2d8f95aab8644117a21aadbc6878d1ea", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:37.397Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:37.397Z", + "platform": "web", + "development": false, + "token": "a07dac777bfe", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules", + "self": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_a_library", + "endpoint": "/properties/PR2d8f95aab8644117a21aadbc6878d1ea", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.get_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRe7eda2b007b04d1981eed103de0c1248", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:44.877Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:44.877Z", + "platform": "web", + "development": false, + "token": "cbf8396808dd", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments", + "extensions": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions", + "rules": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules", + "self": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBfb8afa2cc98849a69f5a587d37273c24", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:14:50.545Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:14:50.545Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/extensions", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/rules", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/property" + }, + "data": { + "id": "PRe7eda2b007b04d1981eed103de0c1248", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_a_library", + "endpoint": "/libraries/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "LBfb8afa2cc98849a69f5a587d37273c24", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:14:50.545Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:14:50.545Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/extensions", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/rules", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/property" + }, + "data": { + "id": "PRe7eda2b007b04d1981eed103de0c1248", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_libraries_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_libraries_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_libraries_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe7eda2b007b04d1981eed103de0c1248", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:44.877Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:44.877Z", + "platform": "web", + "development": false, + "token": "cbf8396808dd", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments", + "extensions": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions", + "rules": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules", + "self": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_libraries_for_a_property", + "endpoint": "/properties/PRe7eda2b007b04d1981eed103de0c1248", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_libraries_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_libraries_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:52.105Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:52.105Z", + "platform": "web", + "development": false, + "token": "621ac787c39f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments", + "extensions": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions", + "rules": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules", + "self": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_libraries_for_a_property", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBc5538430a9354e738d508af089272980", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:14:57.934Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:14:57.934Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/extensions", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/rules", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/property" + }, + "data": { + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_libraries_for_a_property", + "endpoint": "/properties/:property_id/libraries", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "LBc5538430a9354e738d508af089272980", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:14:57.934Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:14:57.934Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/extensions", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/rules", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/property" + }, + "data": { + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.update_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.update_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.update_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:52.105Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:52.105Z", + "platform": "web", + "development": false, + "token": "621ac787c39f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments", + "extensions": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions", + "rules": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules", + "self": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.update_a_library", + "endpoint": "/properties/PR3a7061b695ad4ae9b55dc309372cb50c", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.update_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.update_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRabf906beffa44bb59f1b2659350b1178", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:59.767Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:59.767Z", + "platform": "web", + "development": false, + "token": "adfc03a2a5d5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements", + "environments": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments", + "extensions": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions", + "rules": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules", + "self": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.update_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBbdeed604cef54ee8aacb98e72889c950", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:15:05.362Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:15:05.362Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/data_elements", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/extensions", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/rules", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/property" + }, + "data": { + "id": "PRabf906beffa44bb59f1b2659350b1178", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.update_a_library", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "Your Library" + }, + "id": "LBbdeed604cef54ee8aacb98e72889c950", + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBbdeed604cef54ee8aacb98e72889c950", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:15:05.362Z", + "name": "Your Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:15:05.642Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/data_elements", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/extensions", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/rules", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/property" + }, + "data": { + "id": "PRabf906beffa44bb59f1b2659350b1178", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRabf906beffa44bb59f1b2659350b1178", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:14:59.767Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:14:59.767Z", + "platform": "web", + "development": false, + "token": "adfc03a2a5d5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements", + "environments": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments", + "extensions": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions", + "rules": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules", + "self": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/properties/PRabf906beffa44bb59f1b2659350b1178", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:06.769Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:06.769Z", + "platform": "web", + "development": false, + "token": "24bf11c7d3fe", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments", + "extensions": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions", + "rules": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules", + "self": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:15:12.533Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:12.533Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/property" + }, + "data": { + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/origin" + }, + "data": { + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "origin": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e", + "self": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:15:12 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE5875f695955942efab3f800b51aa1722", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:15:13.121Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:15:12 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:13.121Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/property" + }, + "data": { + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/origin" + }, + "data": { + "id": "DE5875f695955942efab3f800b51aa1722", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/extension" + }, + "data": { + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/updated_with_extension" + }, + "data": { + "id": "EX10d0689b674c419282d1e0a5f21e78a6", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "origin": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", + "self": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", + "extension": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DE5875f695955942efab3f800b51aa1722", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:15:13.370Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:15:12 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:13.370Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/property" + }, + "data": { + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/origin" + }, + "data": { + "id": "DE5875f695955942efab3f800b51aa1722", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/extension" + }, + "data": { + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/updated_with_extension" + }, + "data": { + "id": "EX10d0689b674c419282d1e0a5f21e78a6", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "origin": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", + "self": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5", + "extension": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "data_elements": { + "data": [ + { + "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5", + "type": "data_elements" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB6aad76483be840ebac4a3e1172a4fc4c", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:15:13.606Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:15:13.606Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/extensions", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/rules", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/property" + }, + "data": { + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_data_element_relationships_for_a_library", + "endpoint": "/libraries/:library_id/relationships/data_elements", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "type": "data_elements", + "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/data_elements" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:06.769Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:06.769Z", + "platform": "web", + "development": false, + "token": "24bf11c7d3fe", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments", + "extensions": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions", + "rules": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules", + "self": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:14.672Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:14.672Z", + "platform": "web", + "development": false, + "token": "8073c37e081c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules", + "self": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX9fa86cda00744c3cb50901f6c360f573", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:15:20.474Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:20.474Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/property" + }, + "data": { + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/origin" + }, + "data": { + "id": "EX9fa86cda00744c3cb50901f6c360f573", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "origin": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", + "self": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX9fa86cda00744c3cb50901f6c360f573", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:15:20.515Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:20.515Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/property" + }, + "data": { + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/origin" + }, + "data": { + "id": "EX9fa86cda00744c3cb50901f6c360f573", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "origin": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", + "self": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "extensions": { + "data": [ + { + "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9", + "type": "extensions" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBfcc081425ca1405da6f292d0ad213918", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:15:21.007Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:15:21.007Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/extensions", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/rules", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/property" + }, + "data": { + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_extension_relationships_for_a_library", + "endpoint": "/libraries/:library_id/relationships/extensions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "type": "extensions", + "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/extensions", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/extensions" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:14.672Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:14.672Z", + "platform": "web", + "development": false, + "token": "8073c37e081c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules", + "self": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR00cf7577d691402cbf09399e6cf75e49", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:22.127Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:22.127Z", + "platform": "web", + "development": false, + "token": "c6ed98042056", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements", + "environments": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments", + "extensions": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions", + "rules": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules", + "self": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:15:27.491Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:27.491Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/property" + }, + "data": { + "id": "PR00cf7577d691402cbf09399e6cf75e49", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/origin" + }, + "data": { + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", + "origin": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", + "self": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", + "rule_components": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:15:27.623Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:27.623Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/property" + }, + "data": { + "id": "PR00cf7577d691402cbf09399e6cf75e49", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/origin" + }, + "data": { + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", + "origin": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", + "self": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef", + "rule_components": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "rules": { + "data": [ + { + "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef", + "type": "rules" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB47b587b1df2a40ae95aa4655415bf213", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:15:27.810Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:15:27.810Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/data_elements", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/extensions", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/rules", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/property" + }, + "data": { + "id": "PR00cf7577d691402cbf09399e6cf75e49", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_rule_relationships_for_a_library", + "endpoint": "/libraries/:library_id/relationships/rules", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "type": "rules", + "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/rules", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/rules" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR00cf7577d691402cbf09399e6cf75e49", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:22.127Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:22.127Z", + "platform": "web", + "development": false, + "token": "c6ed98042056", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements", + "environments": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments", + "extensions": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions", + "rules": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules", + "self": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/properties/PR00cf7577d691402cbf09399e6cf75e49", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:28.504Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:28.504Z", + "platform": "web", + "development": false, + "token": "9299eac2fec9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments", + "extensions": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions", + "rules": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules", + "self": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX34b5023c972849df969b784cdab25754", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:15:34.017Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:34.017Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/property" + }, + "data": { + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/origin" + }, + "data": { + "id": "EX34b5023c972849df969b784cdab25754", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754", + "self": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:15:34 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX34b5023c972849df969b784cdab25754", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE0b2d47470c3b48a1bc301442df80db3f", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:15:34.445Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:15:34 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:34.445Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/property" + }, + "data": { + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/origin" + }, + "data": { + "id": "DE0b2d47470c3b48a1bc301442df80db3f", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/extension" + }, + "data": { + "id": "EX34b5023c972849df969b784cdab25754", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/updated_with_extension" + }, + "data": { + "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "self": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DE0b2d47470c3b48a1bc301442df80db3f", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE5dc1eb864df14754b25ec38bb14f1714", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:15:34.677Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:15:34 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:34.677Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/property" + }, + "data": { + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/origin" + }, + "data": { + "id": "DE0b2d47470c3b48a1bc301442df80db3f", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/extension" + }, + "data": { + "id": "EX34b5023c972849df969b784cdab25754", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension" + }, + "data": { + "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "self": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714", + "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "data_elements": { + "data": [ + { + "id": "DE5dc1eb864df14754b25ec38bb14f1714", + "type": "data_elements" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB2881517ffbcf4882ad56332c3c707d57", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:15:34.877Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:15:34.877Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/extensions", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/rules", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/property" + }, + "data": { + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_data_elements_on_a_library", + "endpoint": "/libraries/:library_id/data_elements", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "DE5dc1eb864df14754b25ec38bb14f1714", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:15:34.677Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:15:34 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:34.677Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/property" + }, + "data": { + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/origin" + }, + "data": { + "id": "DE0b2d47470c3b48a1bc301442df80db3f", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/extension" + }, + "data": { + "id": "EX34b5023c972849df969b784cdab25754", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension" + }, + "data": { + "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "self": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714", + "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:28.504Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:28.504Z", + "platform": "web", + "development": false, + "token": "9299eac2fec9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments", + "extensions": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions", + "rules": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules", + "self": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR84846622a21e4c6d938342005aa8d4da", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:35.867Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:35.867Z", + "platform": "web", + "development": false, + "token": "600ea868bf83", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements", + "environments": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments", + "extensions": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions", + "rules": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules", + "self": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:15:41.423Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:41.423Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/property" + }, + "data": { + "id": "PR84846622a21e4c6d938342005aa8d4da", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/origin" + }, + "data": { + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "self": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX867a8b99a2964f489634cf847e050462", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:15:41.453Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:41.453Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/property" + }, + "data": { + "id": "PR84846622a21e4c6d938342005aa8d4da", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/origin" + }, + "data": { + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "self": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "extensions": { + "data": [ + { + "id": "EX867a8b99a2964f489634cf847e050462", + "type": "extensions" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBe7f77d967d754d83941565a0614cb93c", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:15:42.001Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:15:42.001Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/extensions", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/rules", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/property" + }, + "data": { + "id": "PR84846622a21e4c6d938342005aa8d4da", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_extensions_on_a_library", + "endpoint": "/libraries/:library_id/extensions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EX867a8b99a2964f489634cf847e050462", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:15:41.453Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:41.453Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/property" + }, + "data": { + "id": "PR84846622a21e4c6d938342005aa8d4da", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/origin" + }, + "data": { + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "self": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR84846622a21e4c6d938342005aa8d4da", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:35.867Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:35.867Z", + "platform": "web", + "development": false, + "token": "600ea868bf83", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements", + "environments": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments", + "extensions": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions", + "rules": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules", + "self": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/properties/PR84846622a21e4c6d938342005aa8d4da", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR5bf1906d271643578df6d2bd9e8737a2", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:42.831Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:42.831Z", + "platform": "web", + "development": false, + "token": "ce321895e2f2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments", + "extensions": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions", + "rules": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules", + "self": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLcf3c1f674f4c48f5933286424caf71b9", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:15:48.188Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:48.188Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/property" + }, + "data": { + "id": "PR5bf1906d271643578df6d2bd9e8737a2", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/origin" + }, + "data": { + "id": "RLcf3c1f674f4c48f5933286424caf71b9", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "self": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "rule_components": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RLcf3c1f674f4c48f5933286424caf71b9", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLd06eb24b8f714907a922855d74432897", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:15:48.352Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:48.352Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/property" + }, + "data": { + "id": "PR5bf1906d271643578df6d2bd9e8737a2", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/origin" + }, + "data": { + "id": "RLcf3c1f674f4c48f5933286424caf71b9", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "self": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897", + "rule_components": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "rules": { + "data": [ + { + "id": "RLd06eb24b8f714907a922855d74432897", + "type": "rules" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB8d6a98778a4f4212a80a8741fa6310f2", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:15:48.542Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:15:48.542Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/extensions", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/rules", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/property" + }, + "data": { + "id": "PR5bf1906d271643578df6d2bd9e8737a2", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_rules_on_a_library", + "endpoint": "/libraries/:library_id/rules", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "RLd06eb24b8f714907a922855d74432897", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:15:48.352Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:48.352Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/property" + }, + "data": { + "id": "PR5bf1906d271643578df6d2bd9e8737a2", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/origin" + }, + "data": { + "id": "RLcf3c1f674f4c48f5933286424caf71b9", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "self": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897", + "rule_components": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR5bf1906d271643578df6d2bd9e8737a2", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:42.831Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:42.831Z", + "platform": "web", + "development": false, + "token": "ce321895e2f2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments", + "extensions": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions", + "rules": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules", + "self": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:49.280Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:49.280Z", + "platform": "web", + "development": false, + "token": "13220e04df43", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments", + "extensions": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions", + "rules": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules", + "self": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB287bf20510ed40a89970fae188750e7d", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:15:54.723Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:15:54.723Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/extensions", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/rules", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/property" + }, + "data": { + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX377feb733fb44d388e7e4efdfab41e5e", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:15:55.173Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:55.173Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/property" + }, + "data": { + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/origin" + }, + "data": { + "id": "EX377feb733fb44d388e7e4efdfab41e5e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "origin": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e", + "self": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:15:55 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX377feb733fb44d388e7e4efdfab41e5e", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:15:55.583Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:15:55 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:15:55.583Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/property" + }, + "data": { + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/origin" + }, + "data": { + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/extension" + }, + "data": { + "id": "EX377feb733fb44d388e7e4efdfab41e5e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/updated_with_extension" + }, + "data": { + "id": "EX3f55d520e69c4a1b96fbe40f6ae97f33", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "origin": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", + "self": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", + "extension": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE4f3c9b127873475681a6ad37ec0726e3", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:15:55.776Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:15:55 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:15:55.776Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/property" + }, + "data": { + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/origin" + }, + "data": { + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/extension" + }, + "data": { + "id": "EX377feb733fb44d388e7e4efdfab41e5e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/updated_with_extension" + }, + "data": { + "id": "EX3f55d520e69c4a1b96fbe40f6ae97f33", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "origin": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", + "self": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3", + "extension": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_data_element_to_a_library", + "endpoint": "/libraries/:library_id/relationships/data_elements", + "method": "POST", + "request": { + "data": [ + { + "id": "DE4f3c9b127873475681a6ad37ec0726e3", + "type": "data_elements" + } + ] + }, + "response": { + "data": [ + { + "type": "data_elements", + "id": "DE4f3c9b127873475681a6ad37ec0726e3" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/data_elements" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:49.280Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:49.280Z", + "platform": "web", + "development": false, + "token": "13220e04df43", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments", + "extensions": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions", + "rules": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules", + "self": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:56.502Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:56.502Z", + "platform": "web", + "development": false, + "token": "cda3a64d0ab2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments", + "extensions": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions", + "rules": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules", + "self": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB19a68405b55041919e1144464361e247", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:16:01.864Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:16:01.864Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/data_elements", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/extensions", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/rules", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/property" + }, + "data": { + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLeae22d889b2f42268dce6c98facef369", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:16:01.997Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:01.997Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/property" + }, + "data": { + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/origin" + }, + "data": { + "id": "RLeae22d889b2f42268dce6c98facef369", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "origin": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", + "self": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", + "rule_components": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RLeae22d889b2f42268dce6c98facef369", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLddede74922684bddac5df041809bb6cb", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:16:02.217Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:02.217Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/property" + }, + "data": { + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/origin" + }, + "data": { + "id": "RLeae22d889b2f42268dce6c98facef369", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "origin": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", + "self": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb", + "rule_components": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_rules_to_a_library", + "endpoint": "/libraries/:library_id/relationships/rules", + "method": "POST", + "request": { + "data": [ + { + "id": "RLddede74922684bddac5df041809bb6cb", + "type": "rules" + } + ] + }, + "response": { + "data": [ + { + "type": "rules", + "id": "RLddede74922684bddac5df041809bb6cb" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/rules", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/rules" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:15:56.502Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:15:56.502Z", + "platform": "web", + "development": false, + "token": "cda3a64d0ab2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments", + "extensions": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions", + "rules": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules", + "self": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR226936b2eb2247249927760aa7d192d1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:03.250Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:03.250Z", + "platform": "web", + "development": false, + "token": "d0fea5e33d55", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments", + "extensions": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions", + "rules": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules", + "self": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB0757c98cffb744d28060f9299675b2bd", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:16:08.628Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:16:08.628Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/data_elements", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/extensions", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/rules", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/property" + }, + "data": { + "id": "PR226936b2eb2247249927760aa7d192d1", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX84615a64998f464189c8e648498f8b3c", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:16:09.058Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:09.058Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/property" + }, + "data": { + "id": "PR226936b2eb2247249927760aa7d192d1", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/origin" + }, + "data": { + "id": "EX84615a64998f464189c8e648498f8b3c", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", + "origin": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", + "self": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX84615a64998f464189c8e648498f8b3c", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX4324c746b61f4e2ba94f15a847d01b3c", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:16:09.084Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:09.084Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/property" + }, + "data": { + "id": "PR226936b2eb2247249927760aa7d192d1", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/origin" + }, + "data": { + "id": "EX84615a64998f464189c8e648498f8b3c", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", + "origin": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", + "self": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.add_extensions_to_a_library", + "endpoint": "/libraries/:library_id/relationships/extensions", + "method": "POST", + "request": { + "data": [ + { + "id": "EX4324c746b61f4e2ba94f15a847d01b3c", + "type": "extensions" + } + ] + }, + "response": { + "data": [ + { + "type": "extensions", + "id": "EX4324c746b61f4e2ba94f15a847d01b3c" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/extensions", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/extensions" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR226936b2eb2247249927760aa7d192d1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:03.250Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:03.250Z", + "platform": "web", + "development": false, + "token": "d0fea5e33d55", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments", + "extensions": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions", + "rules": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules", + "self": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/properties/PR226936b2eb2247249927760aa7d192d1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:10.139Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:10.139Z", + "platform": "web", + "development": false, + "token": "62cde65e4899", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments", + "extensions": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions", + "rules": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules", + "self": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXf6044424807640e296f1bc1c386094c6", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:16:15.652Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:15.652Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/property" + }, + "data": { + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/origin" + }, + "data": { + "id": "EXf6044424807640e296f1bc1c386094c6", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6", + "self": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:16:16 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EXf6044424807640e296f1bc1c386094c6", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:16:16.152Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:16:16 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:16.152Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/property" + }, + "data": { + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/origin" + }, + "data": { + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/extension" + }, + "data": { + "id": "EXf6044424807640e296f1bc1c386094c6", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/updated_with_extension" + }, + "data": { + "id": "EXb372e30163784bec90ab89ba3bf64020", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "self": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEa93870a42dee41eb8a08884e15998f33", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:16:16.325Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:16:16 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:16.325Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/property" + }, + "data": { + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/origin" + }, + "data": { + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/extension" + }, + "data": { + "id": "EXf6044424807640e296f1bc1c386094c6", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension" + }, + "data": { + "id": "EXb372e30163784bec90ab89ba3bf64020", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "self": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33", + "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "data_elements": { + "data": [ + { + "id": "DEa93870a42dee41eb8a08884e15998f33", + "type": "data_elements" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB4c08fbd7fa6e4397b66f92f72c60f587", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:16:16.509Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:16:16.509Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/extensions", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/rules", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/property" + }, + "data": { + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEa93870a42dee41eb8a08884e15998f33", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:16:16.325Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:16:16 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:16.325Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/property" + }, + "data": { + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/origin" + }, + "data": { + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/extension" + }, + "data": { + "id": "EXf6044424807640e296f1bc1c386094c6", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension" + }, + "data": { + "id": "EXb372e30163784bec90ab89ba3bf64020", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "self": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33", + "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_data_elements_on_a_library", + "endpoint": "/libraries/:library_id/relationships/data_elements", + "method": "PATCH", + "request": { + "data": [ + { + "id": "DEa93870a42dee41eb8a08884e15998f33", + "type": "data_elements" + } + ] + }, + "response": { + "data": [ + { + "type": "data_elements", + "id": "DEa93870a42dee41eb8a08884e15998f33" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/data_elements" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:10.139Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:10.139Z", + "platform": "web", + "development": false, + "token": "62cde65e4899", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments", + "extensions": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions", + "rules": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules", + "self": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:17.857Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:17.857Z", + "platform": "web", + "development": false, + "token": "cc222f216f5c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments", + "extensions": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions", + "rules": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules", + "self": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXca144af6bec84939a5393f43972b4e74", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:16:23.435Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:23.435Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/property" + }, + "data": { + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/origin" + }, + "data": { + "id": "EXca144af6bec84939a5393f43972b4e74", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "self": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EXca144af6bec84939a5393f43972b4e74", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX43323b53f2e7476f8177c1a376a28ffa", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:16:23.460Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:23.460Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/property" + }, + "data": { + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/origin" + }, + "data": { + "id": "EXca144af6bec84939a5393f43972b4e74", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "self": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "extensions": { + "data": [ + { + "id": "EX43323b53f2e7476f8177c1a376a28ffa", + "type": "extensions" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBfc1359e20be44099b4d55818973e0355", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:16:23.804Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:16:23.804Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/extensions", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/rules", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/property" + }, + "data": { + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EXca144af6bec84939a5393f43972b4e74", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX43323b53f2e7476f8177c1a376a28ffa", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:16:23.460Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:23.460Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/property" + }, + "data": { + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/origin" + }, + "data": { + "id": "EXca144af6bec84939a5393f43972b4e74", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "self": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_extensions_on_a_library", + "endpoint": "/libraries/:library_id/relationships/extensions", + "method": "PATCH", + "request": { + "data": [ + { + "id": "EX43323b53f2e7476f8177c1a376a28ffa", + "type": "extensions" + } + ] + }, + "response": { + "data": [ + { + "type": "extensions", + "id": "EX43323b53f2e7476f8177c1a376a28ffa" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/extensions", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/extensions" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:17.857Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:17.857Z", + "platform": "web", + "development": false, + "token": "cc222f216f5c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments", + "extensions": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions", + "rules": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules", + "self": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:24.781Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:24.781Z", + "platform": "web", + "development": false, + "token": "5c5a856ca7a1", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments", + "extensions": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions", + "rules": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules", + "self": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL1d8c36550b7e43d08492d32cd5549080", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:16:30.066Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:30.066Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/property" + }, + "data": { + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/origin" + }, + "data": { + "id": "RL1d8c36550b7e43d08492d32cd5549080", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "self": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "rule_components": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RL1d8c36550b7e43d08492d32cd5549080", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL87cc465285554a43b8d17e11b3a60132", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:16:30.253Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:30.253Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/property" + }, + "data": { + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/origin" + }, + "data": { + "id": "RL1d8c36550b7e43d08492d32cd5549080", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "self": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132", + "rule_components": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "rules": { + "data": [ + { + "id": "RL87cc465285554a43b8d17e11b3a60132", + "type": "rules" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB0322a2e12de949bfb23c5088eae66b7c", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:16:30.420Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:16:30.420Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/extensions", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/rules", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/property" + }, + "data": { + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RL1d8c36550b7e43d08492d32cd5549080", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL87cc465285554a43b8d17e11b3a60132", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:16:30.253Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:30.253Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/property" + }, + "data": { + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/origin" + }, + "data": { + "id": "RL1d8c36550b7e43d08492d32cd5549080", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "self": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132", + "rule_components": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.replace_rules_on_a_library", + "endpoint": "/libraries/:library_id/relationships/rules", + "method": "PATCH", + "request": { + "data": [ + { + "id": "RL87cc465285554a43b8d17e11b3a60132", + "type": "rules" + } + ] + }, + "response": { + "data": [ + { + "type": "rules", + "id": "RL87cc465285554a43b8d17e11b3a60132" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/rules", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/rules" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:24.781Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:24.781Z", + "platform": "web", + "development": false, + "token": "5c5a856ca7a1", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments", + "extensions": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions", + "rules": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules", + "self": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR90073be089594ea7adca7388fc36e923", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:31.592Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:31.592Z", + "platform": "web", + "development": false, + "token": "5204a0c4bdf8", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments", + "extensions": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions", + "rules": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules", + "self": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:16:37.139Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:37.139Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/property" + }, + "data": { + "id": "PR90073be089594ea7adca7388fc36e923", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/origin" + }, + "data": { + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "origin": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694", + "self": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:16:37 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE6b00fee7b6234cb883171f2e619b166d", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:16:37.624Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:16:37 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:37.624Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/property" + }, + "data": { + "id": "PR90073be089594ea7adca7388fc36e923", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/origin" + }, + "data": { + "id": "DE6b00fee7b6234cb883171f2e619b166d", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/extension" + }, + "data": { + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/updated_with_extension" + }, + "data": { + "id": "EX257bf6ddcac2421dbfe7f44e10870fbe", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "origin": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", + "self": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", + "extension": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DE6b00fee7b6234cb883171f2e619b166d", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEd8fb45560c194c66ba8cb64298215215", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:16:37.890Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:16:37 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:37.890Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/property" + }, + "data": { + "id": "PR90073be089594ea7adca7388fc36e923", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/origin" + }, + "data": { + "id": "DE6b00fee7b6234cb883171f2e619b166d", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/extension" + }, + "data": { + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/updated_with_extension" + }, + "data": { + "id": "EX257bf6ddcac2421dbfe7f44e10870fbe", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "origin": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", + "self": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215", + "extension": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "data_elements": { + "data": [ + { + "id": "DEd8fb45560c194c66ba8cb64298215215", + "type": "data_elements" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB3161bb88db194606baa9aa67e1703cc4", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:16:38.126Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:16:38.126Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/data_elements", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/extensions", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/rules", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/property" + }, + "data": { + "id": "PR90073be089594ea7adca7388fc36e923", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_data_elements_from_a_library", + "endpoint": "/libraries/:library_id/relationships/data_elements", + "method": "DELETE", + "request": { + "data": [ + { + "id": "DEd8fb45560c194c66ba8cb64298215215", + "type": "data_elements" + } + ] + }, + "response": { + "data": [ + + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/data_elements", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/data_elements" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR90073be089594ea7adca7388fc36e923", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:31.592Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:31.592Z", + "platform": "web", + "development": false, + "token": "5204a0c4bdf8", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments", + "extensions": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions", + "rules": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules", + "self": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/properties/PR90073be089594ea7adca7388fc36e923", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:38.943Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:38.943Z", + "platform": "web", + "development": false, + "token": "e1fea5591b6f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments", + "extensions": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions", + "rules": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules", + "self": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX10dea5ae29234be186dd6a53822ca28d", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:16:44.460Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:44.460Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/property" + }, + "data": { + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/origin" + }, + "data": { + "id": "EX10dea5ae29234be186dd6a53822ca28d", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "origin": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", + "self": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX10dea5ae29234be186dd6a53822ca28d", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX9c63d48005fa407a9d6e9dc480e1693b", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:16:44.488Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:44.488Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/property" + }, + "data": { + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/origin" + }, + "data": { + "id": "EX10dea5ae29234be186dd6a53822ca28d", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "origin": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", + "self": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "extensions": { + "data": [ + { + "id": "EX9c63d48005fa407a9d6e9dc480e1693b", + "type": "extensions" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBc91b599c1eca4d65a7ea8aca852b9e9e", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:16:44.878Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:16:44.878Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/extensions", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/rules", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/property" + }, + "data": { + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_extensions_from_a_library", + "endpoint": "/libraries/:library_id/relationships/extensions", + "method": "DELETE", + "request": { + "data": [ + { + "id": "EX9c63d48005fa407a9d6e9dc480e1693b", + "type": "extensions" + } + ] + }, + "response": { + "data": [ + + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/extensions", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/extensions" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:38.943Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:38.943Z", + "platform": "web", + "development": false, + "token": "e1fea5591b6f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments", + "extensions": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions", + "rules": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules", + "self": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRe94744ba52124fb3855e6b08afe2e968", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:45.657Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:45.657Z", + "platform": "web", + "development": false, + "token": "4ca8f7c722ae", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules", + "self": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:16:51.004Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:16:51.004Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/property" + }, + "data": { + "id": "PRe94744ba52124fb3855e6b08afe2e968", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/origin" + }, + "data": { + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", + "origin": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", + "self": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", + "rule_components": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL0b3bfbea4a814cc29d888c2e347c114e", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:16:51.202Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:16:51.202Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/property" + }, + "data": { + "id": "PRe94744ba52124fb3855e6b08afe2e968", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/origin" + }, + "data": { + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", + "origin": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", + "self": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e", + "rule_components": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "rules": { + "data": [ + { + "id": "RL0b3bfbea4a814cc29d888c2e347c114e", + "type": "rules" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBda1bc7c6a0ee4dfe84ec1a1b19006882", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:16:51.411Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:16:51.411Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/data_elements", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/extensions", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/rules", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/property" + }, + "data": { + "id": "PRe94744ba52124fb3855e6b08afe2e968", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_rules_from_a_library", + "endpoint": "/libraries/:library_id/relationships/rules", + "method": "DELETE", + "request": { + "data": [ + { + "id": "RL0b3bfbea4a814cc29d888c2e347c114e", + "type": "rules" + } + ] + }, + "response": { + "data": [ + + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/rules", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/rules" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.delete_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.delete_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.delete_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe94744ba52124fb3855e6b08afe2e968", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:45.657Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:45.657Z", + "platform": "web", + "development": false, + "token": "4ca8f7c722ae", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules", + "self": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.delete_a_library", + "endpoint": "/properties/PRe94744ba52124fb3855e6b08afe2e968", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.delete_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.delete_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR410b91a3b0be4629b9ce78a12342d52c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:52.660Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:52.660Z", + "platform": "web", + "development": false, + "token": "a3d046e23a52", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments", + "extensions": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions", + "rules": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules", + "self": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.delete_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB6c0338b5ba5746f38884e46adefdffd3", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:16:58.080Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:16:58.080Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/extensions", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/rules", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/property" + }, + "data": { + "id": "PR410b91a3b0be4629b9ce78a12342d52c", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.delete_a_library", + "endpoint": "/libraries/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR410b91a3b0be4629b9ce78a12342d52c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:52.660Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:52.660Z", + "platform": "web", + "development": false, + "token": "a3d046e23a52", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments", + "extensions": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions", + "rules": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules", + "self": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/properties/PR410b91a3b0be4629b9ce78a12342d52c", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR327c81aebb79451cb9f516de54572770", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:58.964Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:58.964Z", + "platform": "web", + "development": false, + "token": "a48e48de1e97", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements", + "environments": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments", + "extensions": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions", + "rules": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules", + "self": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/properties/PR327c81aebb79451cb9f516de54572770/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTc37330c0b44f435a983bda0f05540bd1", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:17:04.371Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:17:04.371Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTc37330c0b44f435a983bda0f05540bd1/property" + }, + "data": { + "id": "PR327c81aebb79451cb9f516de54572770", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/hosts/HTc37330c0b44f435a983bda0f05540bd1" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTc37330c0b44f435a983bda0f05540bd1", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:17:04.507Z", + "library_path": "17e0df72ece8/a48e48de1e97", + "library_name": "launch-67ea8b72a9f7-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-67ea8b72a9f7-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js" + ], + "license_path": "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" + }, + { + "library_name": "launch-67ea8b72a9f7-development.js", + "minified": false, + "references": [ + "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:17:04.507Z", + "status": "succeeded", + "token": "67ea8b72a9f7" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/host", + "self": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/relationships/host" + }, + "data": { + "id": "HTc37330c0b44f435a983bda0f05540bd1", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/property" + }, + "data": { + "id": "PR327c81aebb79451cb9f516de54572770", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB37aced08b58b4ddb9fb84604bda5d926", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:04.628Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:17:04.628Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/data_elements", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/extensions", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/rules", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/property" + }, + "data": { + "id": "PR327c81aebb79451cb9f516de54572770", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/environment", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:04.976Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:04.976Z", + "token": "c2df1427eca1" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" + }, + "data": { + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" + }, + "data": { + "id": "LB37aced08b58b4ddb9fb84604bda5d926", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" + }, + "data": { + "id": "PR327c81aebb79451cb9f516de54572770", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", + "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", + "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:04.976Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:04.976Z", + "token": "c2df1427eca1" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" + }, + "data": { + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" + }, + "data": { + "id": "LB37aced08b58b4ddb9fb84604bda5d926", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" + }, + "data": { + "id": "PR327c81aebb79451cb9f516de54572770", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", + "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", + "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:04.976Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:17:07.725Z", + "token": "c2df1427eca1" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" + }, + "data": { + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" + }, + "data": { + "id": "LB37aced08b58b4ddb9fb84604bda5d926", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" + }, + "data": { + "id": "PR327c81aebb79451cb9f516de54572770", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", + "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", + "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.transition_a_library", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB37aced08b58b4ddb9fb84604bda5d926", + "type": "libraries", + "meta": { + "action": "submit" + } + } + }, + "response": { + "data": { + "id": "LB37aced08b58b4ddb9fb84604bda5d926", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:04.628Z", + "name": "My Library", + "published_at": null, + "state": "submitted", + "updated_at": "2022-02-04T21:17:10.327Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/data_elements", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/extensions", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/rules", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/property" + }, + "data": { + "id": "PR327c81aebb79451cb9f516de54572770", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/last_build" + }, + "data": { + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR327c81aebb79451cb9f516de54572770", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:16:58.964Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:16:58.964Z", + "platform": "web", + "development": false, + "token": "a48e48de1e97", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements", + "environments": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments", + "extensions": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions", + "rules": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules", + "self": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/properties/PR327c81aebb79451cb9f516de54572770", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:17:10.948Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:17:10.948Z", + "platform": "web", + "development": false, + "token": "dd2530caf6b5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules", + "self": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/properties/PR3fd711b5d2544341911c62c499209f7f/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:17:16.255Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:17:16.255Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTcc65e0920f9941bdab43ae7e2d419f83/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/hosts/HTcc65e0920f9941bdab43ae7e2d419f83" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:17:16.378Z", + "library_path": "17e0df72ece8/dd2530caf6b5", + "library_name": "launch-cb2112ca81d2-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-cb2112ca81d2-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js" + ], + "license_path": "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" + }, + { + "library_name": "launch-cb2112ca81d2-development.js", + "minified": false, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:17:16.378Z", + "status": "succeeded", + "token": "cb2112ca81d2" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/host", + "self": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/relationships/host" + }, + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:16.508Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:17:16.508Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLc7ee261c14a3493387a55a6b03e4b130", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:16.905Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:16.905Z", + "token": "f44055bfc81d" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" + }, + "data": { + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BLc7ee261c14a3493387a55a6b03e4b130", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:16.905Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:16.905Z", + "token": "f44055bfc81d" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" + }, + "data": { + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BLc7ee261c14a3493387a55a6b03e4b130", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:16.905Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:17:18.925Z", + "token": "f44055bfc81d" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" + }, + "data": { + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "meta": { + "action": "submit" + } + } + }, + "response": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:16.508Z", + "name": "My Library", + "published_at": null, + "state": "submitted", + "updated_at": "2022-02-04T21:17:22.276Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" + }, + "data": { + "id": "BLc7ee261c14a3493387a55a6b03e4b130", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Staging Environment A", + "stage": "staging" + }, + "relationships": { + "host": { + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:17:22.425Z", + "library_path": "17e0df72ece8/dd2530caf6b5", + "library_name": "launch-de7ef5a48283-staging.min.js", + "library_entry_points": [ + { + "library_name": "launch-de7ef5a48283-staging.min.js", + "minified": true, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js" + ], + "license_path": "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" + }, + { + "library_name": "launch-de7ef5a48283-staging.js", + "minified": false, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" + ] + } + ], + "name": "Staging Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "staging", + "updated_at": "2022-02-04T21:17:22.425Z", + "status": "succeeded", + "token": "de7ef5a48283" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/host", + "self": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/relationships/host" + }, + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL534f2d049a814adbbe592546ea796824", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:22.770Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:22.770Z", + "token": "545f09ef3189" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" + }, + "data": { + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL534f2d049a814adbbe592546ea796824", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:22.770Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:22.770Z", + "token": "545f09ef3189" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" + }, + "data": { + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL534f2d049a814adbbe592546ea796824", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:22.770Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:17:25.127Z", + "token": "545f09ef3189" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" + }, + "data": { + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "meta": { + "action": "approve" + } + } + }, + "response": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:16.508Z", + "name": "My Library", + "published_at": null, + "state": "approved", + "updated_at": "2022-02-04T21:17:28.307Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" + }, + "data": { + "id": "BL534f2d049a814adbbe592546ea796824", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Production Environment A", + "stage": "production" + }, + "relationships": { + "host": { + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:17:28.749Z", + "library_path": "17e0df72ece8/dd2530caf6b5", + "library_name": "launch-4a998d23a699.min.js", + "library_entry_points": [ + { + "library_name": "launch-4a998d23a699.min.js", + "minified": true, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js" + ], + "license_path": "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" + }, + { + "library_name": "launch-4a998d23a699.js", + "minified": false, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" + ] + } + ], + "name": "Production Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "production", + "updated_at": "2022-02-04T21:17:28.749Z", + "status": "succeeded", + "token": "4a998d23a699" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/host", + "self": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/relationships/host" + }, + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLdee0f78b03f14a41b3e4060356ed633a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:29.450Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:29.450Z", + "token": "2b6df4992b47" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" + }, + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BLdee0f78b03f14a41b3e4060356ed633a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:29.450Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:29.450Z", + "token": "2b6df4992b47" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" + }, + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BLdee0f78b03f14a41b3e4060356ed633a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:29.450Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:29.450Z", + "token": "2b6df4992b47" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" + }, + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BLdee0f78b03f14a41b3e4060356ed633a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:29.450Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:17:37.180Z", + "token": "2b6df4992b47" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" + }, + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", + "archive": false, + "available_for_republish": true, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:16.508Z", + "name": "My Library", + "published_at": "2022-02-04T21:17:37.637Z", + "state": "published", + "updated_at": "2022-02-04T21:17:37.660Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" + }, + "data": { + "id": "BLdee0f78b03f14a41b3e4060356ed633a", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" + }, + "meta": { + "build_status": null, + "currently_live": true + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:17:10.948Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:17:10.948Z", + "platform": "web", + "development": false, + "token": "dd2530caf6b5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules", + "self": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/properties/PR3fd711b5d2544341911c62c499209f7f", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:17:42.159Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:17:42.159Z", + "platform": "web", + "development": false, + "token": "fc5ed1d3da91", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments", + "extensions": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions", + "rules": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules", + "self": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB75e58f5b917a4b30a50754841dc564c2", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:47.772Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:17:47.772Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/data_elements", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/extensions", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/rules", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/property" + }, + "data": { + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT30053f2aba0942e98d0873c49a36b7c4", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:17:48.037Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:17:48.037Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT30053f2aba0942e98d0873c49a36b7c4/property" + }, + "data": { + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "self": "https://reactor.adobe.io/hosts/HT30053f2aba0942e98d0873c49a36b7c4" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT30053f2aba0942e98d0873c49a36b7c4", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN60271674f05a4f87a2500311f490bb72", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:17:48.276Z", + "library_path": "17e0df72ece8/fc5ed1d3da91", + "library_name": "launch-e730528fa3ee-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-e730528fa3ee-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.min.js" + ], + "license_path": "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" + }, + { + "library_name": "launch-e730528fa3ee-development.js", + "minified": false, + "references": [ + "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:17:48.276Z", + "status": "succeeded", + "token": "e730528fa3ee" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/host", + "self": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/relationships/host" + }, + "data": { + "id": "HT30053f2aba0942e98d0873c49a36b7c4", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/property" + }, + "data": { + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "self": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.set_the_environment_relationship_on_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN60271674f05a4f87a2500311f490bb72", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN60271674f05a4f87a2500311f490bb72", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/environment", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:17:42.159Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:17:42.159Z", + "platform": "web", + "development": false, + "token": "fc5ed1d3da91", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments", + "extensions": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions", + "rules": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules", + "self": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:17:49.559Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:17:49.559Z", + "platform": "web", + "development": false, + "token": "372fa8fce92a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments", + "extensions": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions", + "rules": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules", + "self": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTabdfae383e4244a78511592a75130f11", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:17:55.092Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:17:55.092Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTabdfae383e4244a78511592a75130f11/property" + }, + "data": { + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "self": "https://reactor.adobe.io/hosts/HTabdfae383e4244a78511592a75130f11" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTabdfae383e4244a78511592a75130f11", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:17:55.324Z", + "library_path": "17e0df72ece8/372fa8fce92a", + "library_name": "launch-1dd555515ec9-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-1dd555515ec9-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.min.js" + ], + "license_path": "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" + }, + { + "library_name": "launch-1dd555515ec9-development.js", + "minified": false, + "references": [ + "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:17:55.324Z", + "status": "succeeded", + "token": "1dd555515ec9" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/host", + "self": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/relationships/host" + }, + "data": { + "id": "HTabdfae383e4244a78511592a75130f11", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/property" + }, + "data": { + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "self": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBc02a1644948f489b8542e43bb5588cdf", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:55.508Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:17:55.508Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/extensions", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/rules", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/property" + }, + "data": { + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/environment", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_environment_relationship_for_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/environment", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:17:49.559Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:17:49.559Z", + "platform": "web", + "development": false, + "token": "372fa8fce92a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments", + "extensions": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions", + "rules": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules", + "self": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRf066d8c3ce7d40488e12c94557afb600", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:17:56.981Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:17:56.981Z", + "platform": "web", + "development": false, + "token": "2cd8a184a4f1", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments", + "extensions": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions", + "rules": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules", + "self": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTa2fb19fda0d24755bd2b9736291782ed", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:18:02.380Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:18:02.380Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTa2fb19fda0d24755bd2b9736291782ed/property" + }, + "data": { + "id": "PRf066d8c3ce7d40488e12c94557afb600", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", + "self": "https://reactor.adobe.io/hosts/HTa2fb19fda0d24755bd2b9736291782ed" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTa2fb19fda0d24755bd2b9736291782ed", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENa2ee834d8ffe45c099b641064248f1d3", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:18:02.517Z", + "library_path": "17e0df72ece8/2cd8a184a4f1", + "library_name": "launch-bf77578cb66e-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-bf77578cb66e-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.min.js" + ], + "license_path": "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" + }, + { + "library_name": "launch-bf77578cb66e-development.js", + "minified": false, + "references": [ + "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:18:02.517Z", + "status": "succeeded", + "token": "bf77578cb66e" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/host", + "self": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/relationships/host" + }, + "data": { + "id": "HTa2fb19fda0d24755bd2b9736291782ed", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/property" + }, + "data": { + "id": "PRf066d8c3ce7d40488e12c94557afb600", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", + "self": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBe3f8f6cc30d94a21908fda2268beac8c", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:02.634Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:02.634Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/extensions", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/rules", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/property" + }, + "data": { + "id": "PRf066d8c3ce7d40488e12c94557afb600", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "ENa2ee834d8ffe45c099b641064248f1d3", + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENa2ee834d8ffe45c099b641064248f1d3", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/environment", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": null + }, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.remove_the_environment_relationship_from_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "GET", + "request": null, + "response": { + "data": null, + "links": { + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment", + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRf066d8c3ce7d40488e12c94557afb600", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:17:56.981Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:17:56.981Z", + "platform": "web", + "development": false, + "token": "2cd8a184a4f1", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments", + "extensions": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions", + "rules": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules", + "self": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/properties/PRf066d8c3ce7d40488e12c94557afb600", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:03.958Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:03.958Z", + "platform": "web", + "development": false, + "token": "0b9767ab51ba", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments", + "extensions": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions", + "rules": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules", + "self": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTa00f6a4fb6244e70823b659c05650f79", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:18:09.313Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:18:09.313Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTa00f6a4fb6244e70823b659c05650f79/property" + }, + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/hosts/HTa00f6a4fb6244e70823b659c05650f79" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTa00f6a4fb6244e70823b659c05650f79", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN64c45164fcfe4344a5c242678d265e97", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:18:09.488Z", + "library_path": "17e0df72ece8/0b9767ab51ba", + "library_name": "launch-21501b684566-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-21501b684566-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js" + ], + "license_path": "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" + }, + { + "library_name": "launch-21501b684566-development.js", + "minified": false, + "references": [ + "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:18:09.488Z", + "status": "succeeded", + "token": "21501b684566" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/host", + "self": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/relationships/host" + }, + "data": { + "id": "HTa00f6a4fb6244e70823b659c05650f79", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/property" + }, + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB690174c2887e485d807e968d7e309edb", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:09.635Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:09.635Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" + }, + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN64c45164fcfe4344a5c242678d265e97", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN64c45164fcfe4344a5c242678d265e97", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/environment", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:18:10.064Z", + "status": "pending", + "updated_at": "2022-02-04T21:18:10.064Z", + "token": "c8c7cf48b943" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" + }, + "data": { + "id": "EN64c45164fcfe4344a5c242678d265e97", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" + }, + "data": { + "id": "LB690174c2887e485d807e968d7e309edb", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" + }, + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", + "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", + "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:18:10.064Z", + "status": "pending", + "updated_at": "2022-02-04T21:18:10.064Z", + "token": "c8c7cf48b943" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" + }, + "data": { + "id": "EN64c45164fcfe4344a5c242678d265e97", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" + }, + "data": { + "id": "LB690174c2887e485d807e968d7e309edb", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" + }, + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", + "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", + "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:18:10.064Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:18:13.490Z", + "token": "c8c7cf48b943" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" + }, + "data": { + "id": "EN64c45164fcfe4344a5c242678d265e97", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" + }, + "data": { + "id": "LB690174c2887e485d807e968d7e309edb", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" + }, + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", + "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", + "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB690174c2887e485d807e968d7e309edb", + "type": "libraries", + "meta": { + "action": "submit" + } + } + }, + "response": { + "data": { + "id": "LB690174c2887e485d807e968d7e309edb", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:09.635Z", + "name": "My Library", + "published_at": null, + "state": "submitted", + "updated_at": "2022-02-04T21:18:15.481Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" + }, + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" + }, + "data": { + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB451eb3928c3c4c18817ae32a2b2fb6be", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:15.676Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:15.676Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/data_elements", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/extensions", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/rules", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/rules" + } + }, + "upstream_library": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/upstream_library" + }, + "data": { + "id": "LB690174c2887e485d807e968d7e309edb", + "type": "upstream_libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/property" + }, + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_upstream_library_for_a_library", + "endpoint": "/libraries/:library_id/upstream_library", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "LB690174c2887e485d807e968d7e309edb", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:09.635Z", + "name": "My Library", + "published_at": null, + "state": "submitted", + "updated_at": "2022-02-04T21:18:15.481Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" + }, + "data": { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" + }, + "data": { + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRc6a8880505ee4cbfa8533850d7214831", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:03.958Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:03.958Z", + "platform": "web", + "development": false, + "token": "0b9767ab51ba", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments", + "extensions": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions", + "rules": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules", + "self": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/properties/PRc6a8880505ee4cbfa8533850d7214831", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRe3ec866402d5461fad8b53aac9d9d128", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:16.507Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:16.507Z", + "platform": "web", + "development": false, + "token": "3a52ee20897e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules", + "self": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT0d8d5bc71b314a3e96c43db44634f814", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:18:21.981Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:18:21.981Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT0d8d5bc71b314a3e96c43db44634f814/property" + }, + "data": { + "id": "PRe3ec866402d5461fad8b53aac9d9d128", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/hosts/HT0d8d5bc71b314a3e96c43db44634f814" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT0d8d5bc71b314a3e96c43db44634f814", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:18:22.116Z", + "library_path": "17e0df72ece8/3a52ee20897e", + "library_name": "launch-19c20ce3ce50-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-19c20ce3ce50-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js" + ], + "license_path": "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" + }, + { + "library_name": "launch-19c20ce3ce50-development.js", + "minified": false, + "references": [ + "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:18:22.116Z", + "status": "succeeded", + "token": "19c20ce3ce50" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/host", + "self": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/relationships/host" + }, + "data": { + "id": "HT0d8d5bc71b314a3e96c43db44634f814", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/property" + }, + "data": { + "id": "PRe3ec866402d5461fad8b53aac9d9d128", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:22.266Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:22.266Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/extensions", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/rules", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/property" + }, + "data": { + "id": "PRe3ec866402d5461fad8b53aac9d9d128", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/environment", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLe0e12c90a2ef4ad0b9033773cccd53b1", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:18:22.769Z", + "status": "pending", + "updated_at": "2022-02-04T21:18:22.769Z", + "token": "dcaea7cd4b49" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/environment" + }, + "data": { + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/library" + }, + "data": { + "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/property" + }, + "data": { + "id": "PRe3ec866402d5461fad8b53aac9d9d128", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672", + "library": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925", + "self": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/dcaea7cd4b49/launch-19c20ce3ce50-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_library_for_a_build", + "endpoint": "/builds/:build_id/library", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:22.266Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:22.266Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/builds" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/environment", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" + }, + "data": { + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", + "type": "environments" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/extensions", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/rules", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/property" + }, + "data": { + "id": "PRe3ec866402d5461fad8b53aac9d9d128", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/last_build" + }, + "data": { + "id": "BLe0e12c90a2ef4ad0b9033773cccd53b1", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925" + }, + "meta": { + "build_status": "pending", + "build_required_detail": "Last build was not successful" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe3ec866402d5461fad8b53aac9d9d128", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:16.507Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:16.507Z", + "platform": "web", + "development": false, + "token": "3a52ee20897e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules", + "self": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:23.912Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:23.912Z", + "platform": "web", + "development": false, + "token": "aa8a28fd8395", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules", + "self": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB2a048bc635e74bdea1e19fb56ae575b8", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:29.304Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:29.304Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/extensions", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/rules", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/property" + }, + "data": { + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT755cb7bacbf442278a08cf2071253e53", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:18:29.477Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:18:29.477Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT755cb7bacbf442278a08cf2071253e53/property" + }, + "data": { + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/hosts/HT755cb7bacbf442278a08cf2071253e53" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT755cb7bacbf442278a08cf2071253e53", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN3a978bd476654f6d84b9e067074e7dd9", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:18:29.648Z", + "library_path": "17e0df72ece8/aa8a28fd8395", + "library_name": "launch-052a0193438e-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-052a0193438e-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.min.js" + ], + "license_path": "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" + }, + { + "library_name": "launch-052a0193438e-development.js", + "minified": false, + "references": [ + "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:18:29.648Z", + "status": "succeeded", + "token": "052a0193438e" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/host", + "self": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/relationships/host" + }, + "data": { + "id": "HT755cb7bacbf442278a08cf2071253e53", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/property" + }, + "data": { + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN3a978bd476654f6d84b9e067074e7dd9", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN3a978bd476654f6d84b9e067074e7dd9", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/environment", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.get_the_library_for_an_environment", + "endpoint": "/environments/:environment_id/library", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "LB2a048bc635e74bdea1e19fb56ae575b8", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:29.304Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:29.304Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/builds" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/environment", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" + }, + "data": { + "id": "EN3a978bd476654f6d84b9e067074e7dd9", + "type": "environments" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/extensions", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/rules", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/property" + }, + "data": { + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:23.912Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:23.912Z", + "platform": "web", + "development": false, + "token": "aa8a28fd8395", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules", + "self": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:31.230Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:31.230Z", + "platform": "web", + "development": false, + "token": "d4f2dd1bd66a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments", + "extensions": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions", + "rules": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules", + "self": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB74fd437e5f5d44c5a7c8b405cef5f20f", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:36.691Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:36.691Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/extensions", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/rules", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/property" + }, + "data": { + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXffa3d0504e964d85b624a619ef905f24", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:18:37.744Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:18:37.744Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/property" + }, + "data": { + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/origin" + }, + "data": { + "id": "EXffa3d0504e964d85b624a619ef905f24", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "origin": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24", + "self": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:18:38 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EXffa3d0504e964d85b624a619ef905f24", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:18:38.439Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:18:38 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:18:38.439Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/property" + }, + "data": { + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/origin" + }, + "data": { + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/extension" + }, + "data": { + "id": "EXffa3d0504e964d85b624a619ef905f24", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/updated_with_extension" + }, + "data": { + "id": "EX19a74434452c415b9d367f581aea02e8", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "origin": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", + "self": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", + "extension": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE74f161f1917643df99e4f9cbc2ede75e", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:18:38.632Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:18:38 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:18:38.632Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/property" + }, + "data": { + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/origin" + }, + "data": { + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/extension" + }, + "data": { + "id": "EXffa3d0504e964d85b624a619ef905f24", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/updated_with_extension" + }, + "data": { + "id": "EX19a74434452c415b9d367f581aea02e8", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "origin": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", + "self": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e", + "extension": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/libraries/:library_id/relationships/data_elements", + "method": "POST", + "request": { + "data": [ + { + "id": "DE74f161f1917643df99e4f9cbc2ede75e", + "type": "data_elements" + } + ] + }, + "response": { + "data": [ + { + "type": "data_elements", + "id": "DE74f161f1917643df99e4f9cbc2ede75e" + } + ], + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_data_element", + "endpoint": "/data_elements/:data_element_id/libraries", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "LB74fd437e5f5d44c5a7c8b405cef5f20f", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:36.691Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:36.691Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/extensions", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/rules", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/property" + }, + "data": { + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:31.230Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:31.230Z", + "platform": "web", + "development": false, + "token": "d4f2dd1bd66a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments", + "extensions": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions", + "rules": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules", + "self": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRc8b1431b817743e09c6197057b09e30f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:39.822Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:39.822Z", + "platform": "web", + "development": false, + "token": "cf04d6f0557e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules", + "self": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL9d8135f60157401b969d64eb0490eef9", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:18:45.197Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:18:45.197Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/property" + }, + "data": { + "id": "PRc8b1431b817743e09c6197057b09e30f", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/origin" + }, + "data": { + "id": "RL9d8135f60157401b969d64eb0490eef9", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "origin": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", + "self": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", + "rule_components": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RL9d8135f60157401b969d64eb0490eef9", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLffc4e2fd339a4bdd922c840d0e8e2ba5", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:18:45.427Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:18:45.427Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/property" + }, + "data": { + "id": "PRc8b1431b817743e09c6197057b09e30f", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/origin" + }, + "data": { + "id": "RL9d8135f60157401b969d64eb0490eef9", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "origin": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", + "self": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5", + "rule_components": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "rules": { + "data": [ + { + "id": "RLffc4e2fd339a4bdd922c840d0e8e2ba5", + "type": "rules" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB5c58657373934d4da113a18669828e69", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:45.613Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:45.613Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/extensions", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/rules", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/property" + }, + "data": { + "id": "PRc8b1431b817743e09c6197057b09e30f", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_the_libraries_for_a_rule", + "endpoint": "/rules/:rule_id/libraries", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "LB5c58657373934d4da113a18669828e69", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:45.613Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:45.613Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/extensions", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/rules", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/property" + }, + "data": { + "id": "PRc8b1431b817743e09c6197057b09e30f", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_note_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_note_on_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_note_on_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRc8b1431b817743e09c6197057b09e30f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:39.822Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:39.822Z", + "platform": "web", + "development": false, + "token": "cf04d6f0557e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules", + "self": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_note_on_a_library", + "endpoint": "/properties/PRc8b1431b817743e09c6197057b09e30f", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.create_a_note_on_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.create_a_note_on_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRc16de87af05c47e8af578c2315674d17", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:46.559Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:46.559Z", + "platform": "web", + "development": false, + "token": "8c9985fe31ff", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments", + "extensions": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions", + "rules": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules", + "self": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.create_a_note_on_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBc1c2d8c7b2284ae0a37f1903a7f56fd4", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:51.982Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:51.982Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/extensions", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/rules", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/property" + }, + "data": { + "id": "PRc16de87af05c47e8af578c2315674d17", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.create_a_note_on_a_library", + "endpoint": "/libraries/:library_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this note on a library intentionally left blank" + } + } + }, + "response": { + "data": { + "id": "NT4303db6516184973a11a2c9db88e4611", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:18:52.146Z", + "text": "this note on a library intentionally left blank" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4" + }, + "data": { + "id": "LBc1c2d8c7b2284ae0a37f1903a7f56fd4", + "type": "libraries" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4", + "self": "https://reactor.adobe.io/notes/NT4303db6516184973a11a2c9db88e4611" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_notes_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_notes_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_notes_for_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRc16de87af05c47e8af578c2315674d17", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:46.559Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:46.559Z", + "platform": "web", + "development": false, + "token": "8c9985fe31ff", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments", + "extensions": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions", + "rules": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules", + "self": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_notes_for_a_library", + "endpoint": "/properties/PRc16de87af05c47e8af578c2315674d17", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "libraries.list_notes_for_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.list_notes_for_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR3d20075488934d50886a18f4ea838086", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:52.749Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:52.749Z", + "platform": "web", + "development": false, + "token": "2d8835f35634", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments", + "extensions": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions", + "rules": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules", + "self": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_notes_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBed1c044738404c31930702fab4c5c34c", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:18:58.066Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:18:58.066Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/data_elements", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/extensions", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/rules", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/property" + }, + "data": { + "id": "PR3d20075488934d50886a18f4ea838086", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_notes_for_a_library", + "endpoint": "/libraries/:library_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on a library" + } + } + }, + "response": { + "data": { + "id": "NT767a64c4647148779cc0d4e84e38232f", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:18:58.199Z", + "text": "this is a note on a library" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" + }, + "data": { + "id": "LBed1c044738404c31930702fab4c5c34c", + "type": "libraries" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c", + "self": "https://reactor.adobe.io/notes/NT767a64c4647148779cc0d4e84e38232f" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.list_notes_for_a_library", + "endpoint": "/libraries/:library_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NT767a64c4647148779cc0d4e84e38232f", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:18:58.199Z", + "text": "this is a note on a library" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" + }, + "data": { + "id": "LBed1c044738404c31930702fab4c5c34c", + "type": "libraries" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c", + "self": "https://reactor.adobe.io/notes/NT767a64c4647148779cc0d4e84e38232f" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "notes.get_a_note", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "notes.get_a_note", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "notes.get_a_note", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR3d20075488934d50886a18f4ea838086", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:52.749Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:52.749Z", + "platform": "web", + "development": false, + "token": "2d8835f35634", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments", + "extensions": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions", + "rules": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules", + "self": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "notes.get_a_note", + "endpoint": "/properties/PR3d20075488934d50886a18f4ea838086", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "notes.get_a_note", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "notes.get_a_note", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRa279272befa54e2ba5f188e07ccdac32", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:58.954Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:58.954Z", + "platform": "web", + "development": false, + "token": "c9ecd8d92e44", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments", + "extensions": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions", + "rules": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules", + "self": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "notes.get_a_note", + "endpoint": "/properties/:property_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on a property" + } + } + }, + "response": { + "data": { + "id": "NT6e9864b799b541ea929950a14535116b", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:19:04.231Z", + "text": "this is a note on a property" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" + }, + "data": { + "id": "PRa279272befa54e2ba5f188e07ccdac32", + "type": "properties" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32", + "self": "https://reactor.adobe.io/notes/NT6e9864b799b541ea929950a14535116b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "notes.get_a_note", + "endpoint": "/notes/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "NT6e9864b799b541ea929950a14535116b", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:19:04.231Z", + "text": "this is a note on a property" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" + }, + "data": { + "id": "PRa279272befa54e2ba5f188e07ccdac32", + "type": "properties" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32", + "self": "https://reactor.adobe.io/notes/NT6e9864b799b541ea929950a14535116b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "profiles.get_profile", + "endpoint": "/profile", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "UR24494ecc43464490ba1ab3c7bcbcedea", + "type": "users", + "attributes": { + "active_org": "08364A825824E04F0A494115@AdobeOrg", + "expires_in": 527, + "display_name": "George Ciltaru", + "job_function": null, + "email": "ciltaru@adobe.com", + "organizations": { + "08364A825824E04F0A494115@AdobeOrg": { + "name": "Reactor QE", + "admin": true, + "active": true, + "login_companies": [ + + ], + "product_contexts": [ + "dma_audiencemanager_int", + "dma_tartan", + "dma_reactor", + "dma_auditor", + "dma_dtm" + ], + "tenant_id": "reactorqe" + }, + "233432C559D3F8C90A49410E@AdobeOrg": { + "name": "QE Launch Automation", + "admin": true, + "active": false, + "login_companies": [ + + ], + "product_contexts": [ + "dma_audiencemanager_int", + "dma_tartan", + "dma_reactor", + "dma_reactor_api" + ], + "tenant_id": "launchautomation" + }, + "5D1328435BF324E90A49402A@AdobeOrg": { + "name": "Platform UI - INT", + "admin": false, + "active": false, + "login_companies": [ + + ], + "product_contexts": [ + "acp", + "dma_reactor", + "dma_tartan" + ], + "tenant_id": "platformuiintenv" + }, + "4F0D9DF45824DEC70A49422D@AdobeOrg": { + "name": "Activation Reactor Integrations", + "admin": false, + "active": false, + "login_companies": [ + + ], + "product_contexts": [ + "dma_tartan", + "dma_reactor", + "dma_audiencemanager_int" + ], + "tenant_id": "reactorintegration" + }, + "0E7866D75CE595550A494218@AdobeOrg": { + "name": "AEP Streaming Services - STG", + "admin": true, + "active": false, + "login_companies": [ + + ], + "product_contexts": [ + "acp", + "dma_reactor", + "dma_tartan" + ], + "tenant_id": "aepstreamingservicesstg" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/profile" + }, + "meta": { + "rights": [ + "manage_companies" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.create_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.create_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.create_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRa279272befa54e2ba5f188e07ccdac32", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:18:58.954Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:18:58.954Z", + "platform": "web", + "development": false, + "token": "c9ecd8d92e44", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments", + "extensions": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions", + "rules": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules", + "self": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.create_a_property", + "endpoint": "/properties/PRa279272befa54e2ba5f188e07ccdac32", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.create_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Property A", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR54337e629a994650bb58a313bc960a15", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:04.966Z", + "enabled": true, + "name": "Kessel Property A", + "updated_at": "2022-02-04T21:19:04.966Z", + "platform": "web", + "development": false, + "token": "2bb012dffae0", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements", + "environments": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments", + "extensions": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions", + "rules": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules", + "self": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR54337e629a994650bb58a313bc960a15", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:04.966Z", + "enabled": true, + "name": "Kessel Property A", + "updated_at": "2022-02-04T21:19:04.966Z", + "platform": "web", + "development": false, + "token": "2bb012dffae0", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements", + "environments": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments", + "extensions": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions", + "rules": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules", + "self": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_a_property", + "endpoint": "/properties/PR54337e629a994650bb58a313bc960a15", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0daf41218b7e496fb617f085f0a6fdc3", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:05.921Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:05.921Z", + "platform": "web", + "development": false, + "token": "700c695339ea", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", + "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", + "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", + "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_a_property", + "endpoint": "/properties/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR0daf41218b7e496fb617f085f0a6fdc3", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:05.921Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:05.921Z", + "platform": "web", + "development": false, + "token": "700c695339ea", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", + "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", + "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", + "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0daf41218b7e496fb617f085f0a6fdc3", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:05.921Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:05.921Z", + "platform": "web", + "development": false, + "token": "700c695339ea", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", + "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", + "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", + "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/properties/PR0daf41218b7e496fb617f085f0a6fdc3", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2917daa0c6384802a23bed1d99a77fea", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:11.994Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:11.994Z", + "platform": "web", + "development": false, + "token": "869caa83d1b9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", + "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/:company_id/properties", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2917daa0c6384802a23bed1d99a77fea", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:11.994Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:11.994Z", + "platform": "web", + "development": false, + "token": "869caa83d1b9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", + "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR9b456681911a4be8ac115b3f68c6e13b", + "type": "properties", + "attributes": { + "created_at": "2021-11-11T22:18:47.750Z", + "enabled": true, + "name": "my prop", + "updated_at": "2021-11-11T22:18:47.750Z", + "platform": "edge", + "development": false, + "token": "9db6e3fc4b6c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/environments", + "extensions": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/extensions", + "rules": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/rules", + "self": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR3c37e7865847431fa85be0401bb342ae", + "type": "properties", + "attributes": { + "created_at": "2021-10-15T23:53:16.248Z", + "enabled": true, + "name": "new prop http api", + "updated_at": "2021-10-15T23:53:16.248Z", + "platform": "web", + "development": false, + "token": "e3f59f0c39e1", + "domains": [ + "adobe.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/environments", + "extensions": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/extensions", + "rules": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/rules", + "self": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PRfe4249d1a384405b8aae8d6362922736", + "type": "properties", + "attributes": { + "created_at": "2021-10-25T20:48:06.575Z", + "enabled": true, + "name": "test", + "updated_at": "2021-10-25T20:48:06.575Z", + "platform": "edge", + "development": false, + "token": "d7c0c2ea946c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/environments", + "extensions": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/extensions", + "rules": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/rules", + "self": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR6ec4d3e0aabb446e8ca60ebcf4392abc", + "type": "properties", + "attributes": { + "created_at": "2021-11-04T22:12:00.570Z", + "enabled": true, + "name": "test 2 secrets", + "updated_at": "2021-11-04T22:12:00.570Z", + "platform": "edge", + "development": false, + "token": "c349b7ac1c7c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/environments", + "extensions": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/extensions", + "rules": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/rules", + "self": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PRefceae519d4f4debbd42d204690e1166", + "type": "properties", + "attributes": { + "created_at": "2021-10-05T17:13:01.858Z", + "enabled": true, + "name": "web", + "updated_at": "2021-10-05T17:13:01.858Z", + "platform": "web", + "development": false, + "token": "793bc3f27b32", + "domains": [ + "adobe.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/data_elements", + "environments": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/environments", + "extensions": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/extensions", + "rules": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166/rules", + "self": "https://reactor.adobe.io/properties/PRefceae519d4f4debbd42d204690e1166" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PRdf7ca5d0e106447dbd540be208479e04", + "type": "properties", + "attributes": { + "created_at": "2021-10-05T17:13:37.844Z", + "enabled": true, + "name": "web dev", + "updated_at": "2021-10-05T17:13:37.844Z", + "platform": "web", + "development": true, + "token": "54cf57c1fab3", + "domains": [ + "adobe.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/environments", + "extensions": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/extensions", + "rules": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04/rules", + "self": "https://reactor.adobe.io/properties/PRdf7ca5d0e106447dbd540be208479e04" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR5669294602404b5bbb6964bfc612b045", + "type": "properties", + "attributes": { + "created_at": "2021-10-15T23:57:35.653Z", + "enabled": true, + "name": "zzzz", + "updated_at": "2021-10-15T23:57:35.653Z", + "platform": "web", + "development": false, + "token": "56ed52bf7bb0", + "domains": [ + "adobe.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/environments", + "extensions": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/extensions", + "rules": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/rules", + "self": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 10 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.update_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.update_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.update_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2917daa0c6384802a23bed1d99a77fea", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:11.994Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:11.994Z", + "platform": "web", + "development": false, + "token": "869caa83d1b9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", + "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.update_a_property", + "endpoint": "/properties/PR2917daa0c6384802a23bed1d99a77fea", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.update_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.update_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:18.228Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:18.228Z", + "platform": "web", + "development": false, + "token": "c30919f275c5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", + "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.update_a_property", + "endpoint": "/properties/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "Kessel Property B", + "domains": [ + "example.com" + ] + }, + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:18.228Z", + "enabled": true, + "name": "Kessel Property B", + "updated_at": "2022-02-04T21:19:23.585Z", + "platform": "web", + "development": false, + "token": "c30919f275c5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", + "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.delete_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.delete_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.delete_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:18.228Z", + "enabled": true, + "name": "Kessel Property B", + "updated_at": "2022-02-04T21:19:23.585Z", + "platform": "web", + "development": false, + "token": "c30919f275c5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", + "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.delete_a_property", + "endpoint": "/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.delete_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.delete_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRc78e7f3512d14db59214517cfccf23e7", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:24.346Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:24.346Z", + "platform": "web", + "development": false, + "token": "b6482ebcdfb2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/environments", + "extensions": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/extensions", + "rules": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/rules", + "self": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.delete_a_property", + "endpoint": "/properties/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_the_property_of_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_of_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_of_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_of_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_of_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:30.719Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:30.719Z", + "platform": "web", + "development": false, + "token": "7c4722031d2c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", + "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_of_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB7bd6481de3db4b648877e23030c36677", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:19:36.111Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:19:36.111Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/data_elements", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/extensions", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/rules", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/property" + }, + "data": { + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_of_a_library", + "endpoint": "/libraries/:library_id/property", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:30.719Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:30.719Z", + "platform": "web", + "development": false, + "token": "7c4722031d2c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", + "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:30.719Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:30.719Z", + "platform": "web", + "development": false, + "token": "7c4722031d2c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", + "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_host", + "endpoint": "/properties/PR9d0f8ecdca9946dc8df2e098718d1868", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_the_property_for_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR04d95bbde18646be9d48f22f27503cd8", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:36.968Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:36.968Z", + "platform": "web", + "development": false, + "token": "4e28a086d9ad", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", + "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", + "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", + "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_host", + "endpoint": "/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT1e4d5cb87bd3472da957cce6d2f79b7c", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:19:42.419Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:19:42.419Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT1e4d5cb87bd3472da957cce6d2f79b7c/property" + }, + "data": { + "id": "PR04d95bbde18646be9d48f22f27503cd8", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8", + "self": "https://reactor.adobe.io/hosts/HT1e4d5cb87bd3472da957cce6d2f79b7c" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_host", + "endpoint": "/hosts/:host_id/property", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR04d95bbde18646be9d48f22f27503cd8", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:36.968Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:36.968Z", + "platform": "web", + "development": false, + "token": "4e28a086d9ad", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", + "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", + "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", + "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR04d95bbde18646be9d48f22f27503cd8", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:36.968Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:36.968Z", + "platform": "web", + "development": false, + "token": "4e28a086d9ad", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", + "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", + "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", + "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/properties/PR04d95bbde18646be9d48f22f27503cd8", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:43.251Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:43.251Z", + "platform": "web", + "development": false, + "token": "50fe8d863632", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", + "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", + "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", + "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:19:48.578Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:19:48.578Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT4df6255cf8ea463aa9efaa9d841d1b06/property" + }, + "data": { + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "self": "https://reactor.adobe.io/hosts/HT4df6255cf8ea463aa9efaa9d841d1b06" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:19:48.682Z", + "library_path": "17e0df72ece8/50fe8d863632", + "library_name": "launch-09f75204ba91-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-09f75204ba91-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js" + ], + "license_path": "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" + }, + { + "library_name": "launch-09f75204ba91-development.js", + "minified": false, + "references": [ + "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:19:48.682Z", + "status": "succeeded", + "token": "09f75204ba91" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/host", + "self": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/relationships/host" + }, + "data": { + "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/property" + }, + "data": { + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "self": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBcfa64f463276408d872677c0640e8669", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:19:48.776Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:19:48.776Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/data_elements", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/extensions", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/rules", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/property" + }, + "data": { + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/environment", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLc6f9567164cd4a0dbfd5a3065cb0702c", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:19:49.177Z", + "status": "pending", + "updated_at": "2022-02-04T21:19:49.177Z", + "token": "6f6ca7fcbc0b" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/environment" + }, + "data": { + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/library" + }, + "data": { + "id": "LBcfa64f463276408d872677c0640e8669", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/property" + }, + "data": { + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0", + "library": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669", + "self": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/6f6ca7fcbc0b/launch-09f75204ba91-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_build", + "endpoint": "/builds/:build_id/property", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:43.251Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:43.251Z", + "platform": "web", + "development": false, + "token": "50fe8d863632", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", + "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", + "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", + "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_callback", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:43.251Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:43.251Z", + "platform": "web", + "development": false, + "token": "50fe8d863632", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", + "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", + "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", + "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_callback", + "endpoint": "/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_the_property_for_a_callback", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_callback", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:50.234Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:50.234Z", + "platform": "web", + "development": false, + "token": "721b5df27d99", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", + "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_callback", + "endpoint": "/properties/:property_id/callbacks", + "method": "POST", + "request": { + "data": { + "attributes": { + "url": "https://www.example.com", + "subscriptions": [ + "rule.created" + ] + } + } + }, + "response": { + "data": { + "id": "CBdd716be26f824ca18f1859df2003d56f", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:19:55.537Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:19:55.537Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CBdd716be26f824ca18f1859df2003d56f/property" + }, + "data": { + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0", + "self": "https://reactor.adobe.io/callbacks/CBdd716be26f824ca18f1859df2003d56f" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_callback", + "endpoint": "/callbacks/:callback_id/property", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:50.234Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:50.234Z", + "platform": "web", + "development": false, + "token": "721b5df27d99", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", + "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:50.234Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:50.234Z", + "platform": "web", + "development": false, + "token": "721b5df27d99", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", + "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:56.453Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:56.453Z", + "platform": "web", + "development": false, + "token": "e71a95b3bcc5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", + "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", + "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", + "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX68c62bdb41174438b2cd98d8bd560946", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:20:02.046Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:02.046Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/property" + }, + "data": { + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/origin" + }, + "data": { + "id": "EX68c62bdb41174438b2cd98d8bd560946", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", + "origin": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946", + "self": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:20:02 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX68c62bdb41174438b2cd98d8bd560946", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEb2e94370fde7447faf522cd653e11568", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:20:02.546Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:20:02 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:02.546Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/property" + }, + "data": { + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/origin" + }, + "data": { + "id": "DEb2e94370fde7447faf522cd653e11568", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/extension" + }, + "data": { + "id": "EX68c62bdb41174438b2cd98d8bd560946", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/updated_with_extension" + }, + "data": { + "id": "EX50f3e20f61834ce296b50e99b8eafdf1", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", + "origin": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568", + "self": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568", + "extension": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_data_element", + "endpoint": "/data_elements/:data_element_id/property", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:56.453Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:56.453Z", + "platform": "web", + "development": false, + "token": "e71a95b3bcc5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", + "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", + "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", + "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:56.453Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:56.453Z", + "platform": "web", + "development": false, + "token": "e71a95b3bcc5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", + "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", + "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", + "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_environment", + "endpoint": "/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_the_property_for_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR6cc96114ef204c91bce242195c019ada", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:03.314Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:03.314Z", + "platform": "web", + "development": false, + "token": "24a3cdccfbfc", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", + "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", + "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", + "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_an_environment", + "endpoint": "/properties/PR6cc96114ef204c91bce242195c019ada/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT9256cce862d143b8944b13028805fecf", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:20:08.732Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:20:08.732Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT9256cce862d143b8944b13028805fecf/property" + }, + "data": { + "id": "PR6cc96114ef204c91bce242195c019ada", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada", + "self": "https://reactor.adobe.io/hosts/HT9256cce862d143b8944b13028805fecf" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT9256cce862d143b8944b13028805fecf", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENea58bd9f480243ef840c31e1beee9551", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:20:08.832Z", + "library_path": "17e0df72ece8/24a3cdccfbfc", + "library_name": "launch-3f3d52a1a674-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-3f3d52a1a674-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.min.js" + ], + "license_path": "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" + }, + { + "library_name": "launch-3f3d52a1a674-development.js", + "minified": false, + "references": [ + "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:20:08.832Z", + "status": "succeeded", + "token": "3f3d52a1a674" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/host", + "self": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/relationships/host" + }, + "data": { + "id": "HT9256cce862d143b8944b13028805fecf", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/property" + }, + "data": { + "id": "PR6cc96114ef204c91bce242195c019ada", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada", + "self": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_an_environment", + "endpoint": "/environments/:environment_id/property", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR6cc96114ef204c91bce242195c019ada", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:03.314Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:03.314Z", + "platform": "web", + "development": false, + "token": "24a3cdccfbfc", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", + "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", + "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", + "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR6cc96114ef204c91bce242195c019ada", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:03.314Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:03.314Z", + "platform": "web", + "development": false, + "token": "24a3cdccfbfc", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", + "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", + "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", + "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/properties/PR6cc96114ef204c91bce242195c019ada", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR950ebfe72b324d319d9fd70cf3288b06", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:09.505Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:09.505Z", + "platform": "web", + "development": false, + "token": "cc47871724cc", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", + "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", + "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", + "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", + "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX7b2e65b2d87a4ccebbabae823ef6967a", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:20:15.048Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:15.048Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/property" + }, + "data": { + "id": "PR950ebfe72b324d319d9fd70cf3288b06", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/origin" + }, + "data": { + "id": "EX7b2e65b2d87a4ccebbabae823ef6967a", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06", + "origin": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a", + "self": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_an_extension", + "endpoint": "/extensions/:extension_id/property", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR950ebfe72b324d319d9fd70cf3288b06", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:09.505Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:09.505Z", + "platform": "web", + "development": false, + "token": "cc47871724cc", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", + "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", + "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", + "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", + "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR950ebfe72b324d319d9fd70cf3288b06", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:09.505Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:09.505Z", + "platform": "web", + "development": false, + "token": "cc47871724cc", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", + "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", + "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", + "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", + "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_rule", + "endpoint": "/properties/PR950ebfe72b324d319d9fd70cf3288b06", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_the_property_for_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR414f35e646e84cf194d28a7623cdd6e5", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:15.747Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:15.747Z", + "platform": "web", + "development": false, + "token": "a016d74ef565", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", + "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", + "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", + "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL025900ff901445f78f2e6d62b308031d", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:20:21.061Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:21.061Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/property" + }, + "data": { + "id": "PR414f35e646e84cf194d28a7623cdd6e5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/origin" + }, + "data": { + "id": "RL025900ff901445f78f2e6d62b308031d", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5", + "origin": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d", + "self": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d", + "rule_components": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_rule", + "endpoint": "/rules/:rule_id/property", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR414f35e646e84cf194d28a7623cdd6e5", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:15.747Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:15.747Z", + "platform": "web", + "development": false, + "token": "a016d74ef565", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", + "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", + "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", + "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR414f35e646e84cf194d28a7623cdd6e5", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:15.747Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:15.747Z", + "platform": "web", + "development": false, + "token": "a016d74ef565", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", + "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", + "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", + "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/properties/PR414f35e646e84cf194d28a7623cdd6e5", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR8474eb13290c4453a757e2431a0ce170", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:21.838Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:20:21.838Z", + "platform": "edge", + "development": false, + "token": "7e4268ea00b9" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", + "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", + "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", + "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/properties/PR8474eb13290c4453a757e2431a0ce170/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:20:27.089Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:20:27.089Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT4d8c813e62b44ad092dcf3c1754b1aee/property" + }, + "data": { + "id": "PR8474eb13290c4453a757e2431a0ce170", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170", + "self": "https://reactor.adobe.io/hosts/HT4d8c813e62b44ad092dcf3c1754b1aee" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN21afcfc7631d448ab8ff14eed24004ea", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:20:27.238Z", + "library_path": "17e0df72ece8/7e4268ea00b9", + "library_name": "launch-a5cbb1e914b0-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-a5cbb1e914b0-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.min.js" + ], + "license_path": "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.js" + }, + { + "library_name": "launch-a5cbb1e914b0-development.js", + "minified": false, + "references": [ + "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:20:27.238Z", + "status": "succeeded", + "token": "a5cbb1e914b0" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/host", + "self": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/relationships/host" + }, + "data": { + "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/property" + }, + "data": { + "id": "PR8474eb13290c4453a757e2431a0ce170", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170", + "self": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN21afcfc7631d448ab8ff14eed24004ea", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE4430dd3df1c44bc1be64a74ede88c14c", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:20:27.450Z", + "updated_at": "2022-02-04T21:20:27.450Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/property" + }, + "data": { + "id": "PR8474eb13290c4453a757e2431a0ce170", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/environment" + }, + "data": { + "id": "EN21afcfc7631d448ab8ff14eed24004ea", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c", + "property": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.get_the_property_for_a_secret", + "endpoint": "/secrets/:secret_id/property", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "PR8474eb13290c4453a757e2431a0ce170", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:21.838Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:20:21.838Z", + "platform": "edge", + "development": false, + "token": "7e4268ea00b9" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", + "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", + "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", + "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.create_a_note_on_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.create_a_note_on_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.create_a_note_on_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR8474eb13290c4453a757e2431a0ce170", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:21.838Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:20:21.838Z", + "platform": "edge", + "development": false, + "token": "7e4268ea00b9" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", + "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", + "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", + "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.create_a_note_on_a_property", + "endpoint": "/properties/PR8474eb13290c4453a757e2431a0ce170", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.create_a_note_on_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.create_a_note_on_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR5f399a97b47c4284ad8095bcf45b68b0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:28.274Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:28.274Z", + "platform": "web", + "development": false, + "token": "daeb4712401c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules", + "self": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.create_a_note_on_a_property", + "endpoint": "/properties/:property_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this note on a property intentionally left blank" + } + } + }, + "response": { + "data": { + "id": "NTf85320c5f0bc4d69a62fd60595edef95", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:20:33.606Z", + "text": "this note on a property intentionally left blank" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" + }, + "data": { + "id": "PR5f399a97b47c4284ad8095bcf45b68b0", + "type": "properties" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0", + "self": "https://reactor.adobe.io/notes/NTf85320c5f0bc4d69a62fd60595edef95" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.list_notes_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_notes_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_notes_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR5f399a97b47c4284ad8095bcf45b68b0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:28.274Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:28.274Z", + "platform": "web", + "development": false, + "token": "daeb4712401c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules", + "self": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_notes_for_a_property", + "endpoint": "/properties/PR5f399a97b47c4284ad8095bcf45b68b0", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.list_notes_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_notes_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR16fefbc6982b42cb96dedf79dd81d774", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:34.156Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:34.156Z", + "platform": "web", + "development": false, + "token": "1f1da96e9cc5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements", + "environments": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments", + "extensions": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions", + "rules": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules", + "self": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.list_notes_for_a_property", + "endpoint": "/properties/:property_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on a property" + } + } + }, + "response": { + "data": { + "id": "NTbc2b112dbc7444398e52008d6441c7ef", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:20:39.515Z", + "text": "this is a note on a property" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" + }, + "data": { + "id": "PR16fefbc6982b42cb96dedf79dd81d774", + "type": "properties" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774", + "self": "https://reactor.adobe.io/notes/NTbc2b112dbc7444398e52008d6441c7ef" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.list_notes_for_a_property", + "endpoint": "/properties/:property_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NTbc2b112dbc7444398e52008d6441c7ef", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:20:39.515Z", + "text": "this is a note on a property" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" + }, + "data": { + "id": "PR16fefbc6982b42cb96dedf79dd81d774", + "type": "properties" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774", + "self": "https://reactor.adobe.io/notes/NTbc2b112dbc7444398e52008d6441c7ef" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR16fefbc6982b42cb96dedf79dd81d774", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:34.156Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:34.156Z", + "platform": "web", + "development": false, + "token": "1f1da96e9cc5", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements", + "environments": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments", + "extensions": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions", + "rules": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules", + "self": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/properties/PR16fefbc6982b42cb96dedf79dd81d774", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR03f31d12bf9346d491aa06c7a406e40a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:41.241Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:41.241Z", + "platform": "web", + "development": false, + "token": "243067f58fd7", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments", + "extensions": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions", + "rules": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules", + "self": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:20:47.133Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:47.133Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/property" + }, + "data": { + "id": "PR03f31d12bf9346d491aa06c7a406e40a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/origin" + }, + "data": { + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a", + "origin": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "self": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:20:47.408Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:47.408Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/property" + }, + "data": { + "id": "PR03f31d12bf9346d491aa06c7a406e40a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/origin" + }, + "data": { + "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a", + "origin": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa", + "self": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa", + "rule_components": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_an_event_rule_component", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RC6e900dd795c84922865ca52cf26844a3", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:20:47.807Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:47.807Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/updated_with_extension" + }, + "data": { + "id": "EXc5b0f43004f24c698ecbbbe40d33c370", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/extension" + }, + "data": { + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/origin" + }, + "data": { + "id": "RC6e900dd795c84922865ca52cf26844a3", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" + }, + "data": { + "id": "PR03f31d12bf9346d491aa06c7a406e40a", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "origin": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3", + "rules": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/rules", + "self": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR03f31d12bf9346d491aa06c7a406e40a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:41.241Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:41.241Z", + "platform": "web", + "development": false, + "token": "243067f58fd7", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments", + "extensions": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions", + "rules": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules", + "self": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/properties/PR03f31d12bf9346d491aa06c7a406e40a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR90093fe15481478a869bc61611923da5", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:48.815Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:48.815Z", + "platform": "web", + "development": false, + "token": "acc04cfef31d", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments", + "extensions": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions", + "rules": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules", + "self": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX296fec27d86c48ad8f54c95897201cbd", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:20:54.488Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:54.488Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/property" + }, + "data": { + "id": "PR90093fe15481478a869bc61611923da5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/origin" + }, + "data": { + "id": "EX296fec27d86c48ad8f54c95897201cbd", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5", + "origin": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "self": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLda35f8eb72c14d74993ae46a1a310141", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:20:54.985Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:54.985Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/property" + }, + "data": { + "id": "PR90093fe15481478a869bc61611923da5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/origin" + }, + "data": { + "id": "RLda35f8eb72c14d74993ae46a1a310141", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5", + "origin": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141", + "self": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141", + "rule_components": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX296fec27d86c48ad8f54c95897201cbd", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RLda35f8eb72c14d74993ae46a1a310141", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:20:55.346Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:55.346Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension" + }, + "data": { + "id": "EX7b4433e2a61240f9b0e37687721169f4", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/extension" + }, + "data": { + "id": "EX296fec27d86c48ad8f54c95897201cbd", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/origin" + }, + "data": { + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" + }, + "data": { + "id": "PR90093fe15481478a869bc61611923da5", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "origin": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56", + "rules": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules", + "self": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_a_rule_component", + "endpoint": "/rule_components/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:20:55.346Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:20:55.346Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension" + }, + "data": { + "id": "EX7b4433e2a61240f9b0e37687721169f4", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/extension" + }, + "data": { + "id": "EX296fec27d86c48ad8f54c95897201cbd", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/origin" + }, + "data": { + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" + }, + "data": { + "id": "PR90093fe15481478a869bc61611923da5", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "origin": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56", + "rules": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules", + "self": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR90093fe15481478a869bc61611923da5", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:48.815Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:48.815Z", + "platform": "web", + "development": false, + "token": "acc04cfef31d", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments", + "extensions": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions", + "rules": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules", + "self": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/properties/PR90093fe15481478a869bc61611923da5", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR79a817596045471098326b2a0a192bd6", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:56.471Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:56.471Z", + "platform": "web", + "development": false, + "token": "548fb8f2bf66", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments", + "extensions": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions", + "rules": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules", + "self": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:21:02.319Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:02.319Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/property" + }, + "data": { + "id": "PR79a817596045471098326b2a0a192bd6", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/origin" + }, + "data": { + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6", + "origin": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "self": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL0067ca7b763b45de91383539856c6d6b", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:21:02.936Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:02.936Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/property" + }, + "data": { + "id": "PR79a817596045471098326b2a0a192bd6", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/origin" + }, + "data": { + "id": "RL0067ca7b763b45de91383539856c6d6b", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6", + "origin": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b", + "self": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b", + "rule_components": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RL0067ca7b763b45de91383539856c6d6b", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RC0569e9ddaf864c35b956b29eb281222d", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:03.340Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:03.340Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension" + }, + "data": { + "id": "EX1458c013cb414ecda99213351c9a2549", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/extension" + }, + "data": { + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/origin" + }, + "data": { + "id": "RC0569e9ddaf864c35b956b29eb281222d", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" + }, + "data": { + "id": "PR79a817596045471098326b2a0a192bd6", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "origin": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d", + "rules": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules", + "self": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_rule_components_for_a_rule", + "endpoint": "/rules/:rule_id/rule_components", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "RC0569e9ddaf864c35b956b29eb281222d", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:03.340Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:03.340Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension" + }, + "data": { + "id": "EX1458c013cb414ecda99213351c9a2549", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/extension" + }, + "data": { + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/origin" + }, + "data": { + "id": "RC0569e9ddaf864c35b956b29eb281222d", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" + }, + "data": { + "id": "PR79a817596045471098326b2a0a192bd6", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "origin": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d", + "rules": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules", + "self": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d" + }, + "meta": { + "latest_revision_number": 0 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR79a817596045471098326b2a0a192bd6", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:20:56.471Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:20:56.471Z", + "platform": "web", + "development": false, + "token": "548fb8f2bf66", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments", + "extensions": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions", + "rules": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules", + "self": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/properties/PR79a817596045471098326b2a0a192bd6", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:04.576Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:04.576Z", + "platform": "web", + "development": false, + "token": "ca9d18f63e25", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments", + "extensions": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions", + "rules": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules", + "self": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX9453fe05026d4867b364e030180efef2", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:21:10.199Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:10.199Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/property" + }, + "data": { + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/origin" + }, + "data": { + "id": "EX9453fe05026d4867b364e030180efef2", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", + "origin": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "self": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL1b94ac2896ba48f497d08930de6f202a", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:21:10.680Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:10.680Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/property" + }, + "data": { + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/origin" + }, + "data": { + "id": "RL1b94ac2896ba48f497d08930de6f202a", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", + "origin": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a", + "self": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a", + "rule_components": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX9453fe05026d4867b364e030180efef2", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RL1b94ac2896ba48f497d08930de6f202a", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RCd805910675f54b1cb1522bc5461fdb8f", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:10.936Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:10.936Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension" + }, + "data": { + "id": "EXeab4aae084014cb0a4df9927b4080cfb", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/extension" + }, + "data": { + "id": "EX9453fe05026d4867b364e030180efef2", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/origin" + }, + "data": { + "id": "RCd805910675f54b1cb1522bc5461fdb8f", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" + }, + "data": { + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "origin": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f", + "rules": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules", + "self": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.update_a_rule_component", + "endpoint": "/rule_components/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "order": 1, + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" + }, + "type": "rule_components", + "id": "RCd805910675f54b1cb1522bc5461fdb8f" + } + }, + "response": { + "data": { + "id": "RCd805910675f54b1cb1522bc5461fdb8f", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:10.936Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 1, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:11.435Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension" + }, + "data": { + "id": "EXeab4aae084014cb0a4df9927b4080cfb", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/extension" + }, + "data": { + "id": "EX9453fe05026d4867b364e030180efef2", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/origin" + }, + "data": { + "id": "RCd805910675f54b1cb1522bc5461fdb8f", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" + }, + "data": { + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "origin": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f", + "rules": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules", + "self": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:04.576Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:04.576Z", + "platform": "web", + "development": false, + "token": "ca9d18f63e25", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments", + "extensions": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions", + "rules": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules", + "self": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR936915ee13104f5192acb884a8cfce71", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:12.393Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:12.393Z", + "platform": "web", + "development": false, + "token": "9da50d2f8617", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements", + "environments": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments", + "extensions": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions", + "rules": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules", + "self": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:21:18.105Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:18.105Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/property" + }, + "data": { + "id": "PR936915ee13104f5192acb884a8cfce71", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/origin" + }, + "data": { + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71", + "origin": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "self": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:21:18.532Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:18.532Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/property" + }, + "data": { + "id": "PR936915ee13104f5192acb884a8cfce71", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/origin" + }, + "data": { + "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71", + "origin": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb", + "self": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb", + "rule_components": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RCad0592a15ecd45d286c86d3872606bf9", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:18.812Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:18.812Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension" + }, + "data": { + "id": "EXb2705029ae164c8497d03822020b1eed", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/extension" + }, + "data": { + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/origin" + }, + "data": { + "id": "RCad0592a15ecd45d286c86d3872606bf9", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" + }, + "data": { + "id": "PR936915ee13104f5192acb884a8cfce71", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "origin": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9", + "rules": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules", + "self": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/rule_components/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.delete_a_rule_component", + "endpoint": "/rule_components/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "RCad0592a15ecd45d286c86d3872606bf9", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:18.812Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": "2022-02-04T21:21:19.162Z", + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:19.277Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension" + }, + "data": { + "id": "EXb2705029ae164c8497d03822020b1eed", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/extension" + }, + "data": { + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/origin" + }, + "data": { + "id": "RCad0592a15ecd45d286c86d3872606bf9", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" + }, + "data": { + "id": "PR936915ee13104f5192acb884a8cfce71", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "origin": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9", + "rules": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules", + "self": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR936915ee13104f5192acb884a8cfce71", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:12.393Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:12.393Z", + "platform": "web", + "development": false, + "token": "9da50d2f8617", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements", + "environments": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments", + "extensions": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions", + "rules": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules", + "self": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/properties/PR936915ee13104f5192acb884a8cfce71", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:20.561Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:20.561Z", + "platform": "web", + "development": false, + "token": "c7ed0e2a1917", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments", + "extensions": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions", + "rules": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules", + "self": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:21:26.179Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:26.179Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/property" + }, + "data": { + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/origin" + }, + "data": { + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "origin": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "self": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLb05b210326a749fa870f611817336bec", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:21:26.539Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:26.539Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/property" + }, + "data": { + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/origin" + }, + "data": { + "id": "RLb05b210326a749fa870f611817336bec", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "origin": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec", + "self": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec", + "rule_components": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RLb05b210326a749fa870f611817336bec", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RC9f299c0b9cf04c08bc18e2c1d3fde61d", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:26.793Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:26.793Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/updated_with_extension" + }, + "data": { + "id": "EX577b4f4a0a524a08986a612c0ce68c88", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/extension" + }, + "data": { + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/origin" + }, + "data": { + "id": "RC9f299c0b9cf04c08bc18e2c1d3fde61d", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" + }, + "data": { + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "origin": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d", + "rules": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/rules", + "self": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_the_extension_of_a_rule_component", + "endpoint": "/rule_components/:rule_component_id/extension", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:21:26.179Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:26.179Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/property" + }, + "data": { + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/origin" + }, + "data": { + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "origin": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "self": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:20.561Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:20.561Z", + "platform": "web", + "development": false, + "token": "c7ed0e2a1917", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments", + "extensions": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions", + "rules": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules", + "self": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRed833e8d813945dc92bb99f4829e18bc", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:27.901Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:27.901Z", + "platform": "web", + "development": false, + "token": "8bd0d357c87f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules", + "self": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXfac3ab645b174fc8a91524be4c5f9262", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:21:33.897Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:33.897Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/property" + }, + "data": { + "id": "PRed833e8d813945dc92bb99f4829e18bc", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/origin" + }, + "data": { + "id": "EXfac3ab645b174fc8a91524be4c5f9262", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", + "origin": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "self": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:21:34.670Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:34.670Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/property" + }, + "data": { + "id": "PRed833e8d813945dc92bb99f4829e18bc", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/origin" + }, + "data": { + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", + "origin": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", + "self": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", + "rule_components": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EXfac3ab645b174fc8a91524be4c5f9262", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RC07b7a27258a94cd386a3666220fa10a7", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:35.056Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:35.056Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension" + }, + "data": { + "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/extension" + }, + "data": { + "id": "EXfac3ab645b174fc8a91524be4c5f9262", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/origin" + }, + "data": { + "id": "RC07b7a27258a94cd386a3666220fa10a7", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" + }, + "data": { + "id": "PRed833e8d813945dc92bb99f4829e18bc", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", + "rules": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules", + "self": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL9cd74ddbe2884c6cb512ac3d279b6000", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:21:35.478Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:21:35.818Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/property" + }, + "data": { + "id": "PRed833e8d813945dc92bb99f4829e18bc", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/origin" + }, + "data": { + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", + "origin": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", + "self": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000", + "rule_components": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "RC5cbd6e6ecd914e46af8f7637ed303050", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:35.742Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": false, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:21:35.742Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/updated_with_extension" + }, + "data": { + "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/extension" + }, + "data": { + "id": "EXfac3ab645b174fc8a91524be4c5f9262", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/origin" + }, + "data": { + "id": "RC07b7a27258a94cd386a3666220fa10a7", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" + }, + "data": { + "id": "PRed833e8d813945dc92bb99f4829e18bc", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", + "rules": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/rules", + "self": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.get_the_origin_of_a_rule_component", + "endpoint": "/rule_components/:rule_component_id/origin", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "RC07b7a27258a94cd386a3666220fa10a7", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:35.056Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": false, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:35.056Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension" + }, + "data": { + "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/extension" + }, + "data": { + "id": "EXfac3ab645b174fc8a91524be4c5f9262", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/origin" + }, + "data": { + "id": "RC07b7a27258a94cd386a3666220fa10a7", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" + }, + "data": { + "id": "PRed833e8d813945dc92bb99f4829e18bc", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", + "rules": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules", + "self": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRed833e8d813945dc92bb99f4829e18bc", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:27.901Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:27.901Z", + "platform": "web", + "development": false, + "token": "8bd0d357c87f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules", + "self": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/properties/PRed833e8d813945dc92bb99f4829e18bc", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRca779c5e28a446148725aaed9d50a077", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:37.568Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:37.568Z", + "platform": "web", + "development": false, + "token": "57ddbd45ff2f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements", + "environments": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments", + "extensions": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions", + "rules": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules", + "self": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:21:43.429Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:43.429Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/property" + }, + "data": { + "id": "PRca779c5e28a446148725aaed9d50a077", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/origin" + }, + "data": { + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077", + "origin": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", + "self": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL48318a7e7e7240b690a7fa2bd775d110", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:21:43.953Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:43.953Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/property" + }, + "data": { + "id": "PRca779c5e28a446148725aaed9d50a077", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/origin" + }, + "data": { + "id": "RL48318a7e7e7240b690a7fa2bd775d110", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077", + "origin": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110", + "self": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110", + "rule_components": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RL48318a7e7e7240b690a7fa2bd775d110", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RC23ef63ca67ce420899f2ed664ea2bef3", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:44.407Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:44.407Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/updated_with_extension" + }, + "data": { + "id": "EXb0637dda301440a79848a8959d601c49", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/extension" + }, + "data": { + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/origin" + }, + "data": { + "id": "RC23ef63ca67ce420899f2ed664ea2bef3", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" + }, + "data": { + "id": "PRca779c5e28a446148725aaed9d50a077", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", + "origin": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3", + "rules": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/rules", + "self": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.create_a_note_on_a_rule_component", + "endpoint": "/rule_components/:rule_component_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this note on a rule component intentionally left blank" + } + } + }, + "response": { + "data": { + "id": "NT74f12535b060499ea413a0c68d260fac", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:21:44.798Z", + "text": "this note on a rule component intentionally left blank" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3" + }, + "data": { + "id": "RC23ef63ca67ce420899f2ed664ea2bef3", + "type": "rule_components" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3", + "self": "https://reactor.adobe.io/notes/NT74f12535b060499ea413a0c68d260fac" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRca779c5e28a446148725aaed9d50a077", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:37.568Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:37.568Z", + "platform": "web", + "development": false, + "token": "57ddbd45ff2f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements", + "environments": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments", + "extensions": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions", + "rules": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules", + "self": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/properties/PRca779c5e28a446148725aaed9d50a077", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:45.644Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:45.644Z", + "platform": "web", + "development": false, + "token": "f73ebbf37fac", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules", + "self": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX1447b7a3919343d4b3a89f0686c40f74", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:21:51.259Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:51.259Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/property" + }, + "data": { + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/origin" + }, + "data": { + "id": "EX1447b7a3919343d4b3a89f0686c40f74", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", + "origin": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", + "self": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:21:51.630Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:51.630Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/property" + }, + "data": { + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/origin" + }, + "data": { + "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", + "origin": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c", + "self": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c", + "rule_components": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX1447b7a3919343d4b3a89f0686c40f74", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:21:51.870Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:51.870Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/updated_with_extension" + }, + "data": { + "id": "EX393cf46db8f94c97aeaaac07632b6ccb", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/extension" + }, + "data": { + "id": "EX1447b7a3919343d4b3a89f0686c40f74", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/origin" + }, + "data": { + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" + }, + "data": { + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", + "origin": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", + "rules": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/rules", + "self": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/rule_components/:rule_component_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on a rule component" + } + } + }, + "response": { + "data": { + "id": "NTdfc138a2203b4878ae0da67c643c22c7", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:21:52.060Z", + "text": "this is a note on a rule component" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" + }, + "data": { + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", + "type": "rule_components" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", + "self": "https://reactor.adobe.io/notes/NTdfc138a2203b4878ae0da67c643c22c7" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rule_components.list_notes_for_a_rule_component", + "endpoint": "/rule_components/:rule_component_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NTdfc138a2203b4878ae0da67c643c22c7", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:21:52.060Z", + "text": "this is a note on a rule component" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" + }, + "data": { + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", + "type": "rule_components" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", + "self": "https://reactor.adobe.io/notes/NTdfc138a2203b4878ae0da67c643c22c7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:45.644Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:45.644Z", + "platform": "web", + "development": false, + "token": "f73ebbf37fac", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules", + "self": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_rule", + "endpoint": "/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.create_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:52.685Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:52.685Z", + "platform": "web", + "development": false, + "token": "089b4eab036d", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments", + "extensions": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions", + "rules": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules", + "self": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.create_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL43d52f1a43654a75aefa006e14179f01", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:21:57.988Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:21:57.988Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/property" + }, + "data": { + "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/origin" + }, + "data": { + "id": "RL43d52f1a43654a75aefa006e14179f01", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9", + "origin": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01", + "self": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01", + "rule_components": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.get_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.get_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.get_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:52.685Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:52.685Z", + "platform": "web", + "development": false, + "token": "089b4eab036d", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments", + "extensions": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions", + "rules": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules", + "self": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.get_a_rule", + "endpoint": "/properties/PR7ef9a2ac35f0469f827c7d18e86514e9", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.get_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.get_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:58.619Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:58.619Z", + "platform": "web", + "development": false, + "token": "6c60dda8bd5f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments", + "extensions": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions", + "rules": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules", + "self": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.get_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLd6a0aace32e346749fae142b151a364d", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:03.889Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:03.889Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/property" + }, + "data": { + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/origin" + }, + "data": { + "id": "RLd6a0aace32e346749fae142b151a364d", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "origin": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "self": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "rule_components": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.get_a_rule", + "endpoint": "/rules/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "RLd6a0aace32e346749fae142b151a364d", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:03.889Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:03.889Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/property" + }, + "data": { + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/origin" + }, + "data": { + "id": "RLd6a0aace32e346749fae142b151a364d", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "origin": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "self": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "rule_components": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:21:58.619Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:21:58.619Z", + "platform": "web", + "development": false, + "token": "6c60dda8bd5f", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments", + "extensions": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions", + "rules": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules", + "self": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_property", + "endpoint": "/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.list_rules_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR4794d32d64264a55bef076dab9698532", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:04.938Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:04.938Z", + "platform": "web", + "development": false, + "token": "bf7572b989f8", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments", + "extensions": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions", + "rules": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules", + "self": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_property", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL0ba886ae1a4d4570a3a6948730814438", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:10.445Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:10.445Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/property" + }, + "data": { + "id": "PR4794d32d64264a55bef076dab9698532", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/origin" + }, + "data": { + "id": "RL0ba886ae1a4d4570a3a6948730814438", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532", + "origin": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "self": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "rule_components": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_property", + "endpoint": "/properties/:property_id/rules", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "RL0ba886ae1a4d4570a3a6948730814438", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:10.445Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:10.445Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/property" + }, + "data": { + "id": "PR4794d32d64264a55bef076dab9698532", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/origin" + }, + "data": { + "id": "RL0ba886ae1a4d4570a3a6948730814438", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532", + "origin": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "self": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "rule_components": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.update_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.update_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.update_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR4794d32d64264a55bef076dab9698532", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:04.938Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:04.938Z", + "platform": "web", + "development": false, + "token": "bf7572b989f8", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments", + "extensions": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions", + "rules": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules", + "self": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.update_a_rule", + "endpoint": "/properties/PR4794d32d64264a55bef076dab9698532", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.update_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.update_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRb702ec3407804e2e825a1c1e789213b8", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:11.103Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:11.103Z", + "platform": "web", + "development": false, + "token": "8741cec2921a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments", + "extensions": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions", + "rules": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules", + "self": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.update_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLeb90492b1463444d8ae0f046eaeb140b", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:16.371Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:16.371Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/property" + }, + "data": { + "id": "PRb702ec3407804e2e825a1c1e789213b8", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/origin" + }, + "data": { + "id": "RLeb90492b1463444d8ae0f046eaeb140b", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8", + "origin": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "self": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "rule_components": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.update_a_rule", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "Test Rule" + }, + "id": "RLeb90492b1463444d8ae0f046eaeb140b", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLeb90492b1463444d8ae0f046eaeb140b", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:16.371Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Test Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:16.527Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/property" + }, + "data": { + "id": "PRb702ec3407804e2e825a1c1e789213b8", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/origin" + }, + "data": { + "id": "RLeb90492b1463444d8ae0f046eaeb140b", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8", + "origin": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "self": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "rule_components": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.delete_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.delete_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.delete_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRb702ec3407804e2e825a1c1e789213b8", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:11.103Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:11.103Z", + "platform": "web", + "development": false, + "token": "8741cec2921a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments", + "extensions": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions", + "rules": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules", + "self": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.delete_a_rule", + "endpoint": "/properties/PRb702ec3407804e2e825a1c1e789213b8", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.delete_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.delete_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:17.328Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:17.328Z", + "platform": "web", + "development": false, + "token": "a6967cab34a3", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments", + "extensions": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions", + "rules": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules", + "self": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.delete_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:22.621Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:22.621Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/property" + }, + "data": { + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/origin" + }, + "data": { + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1", + "origin": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "self": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "rule_components": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.delete_a_rule", + "endpoint": "/rules/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.delete_a_rule", + "endpoint": "/rules/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:22.621Z", + "deleted_at": "2022-02-04T21:22:22.795Z", + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:22.852Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/property" + }, + "data": { + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/origin" + }, + "data": { + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1", + "origin": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "self": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "rule_components": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" + }, + "meta": { + "latest_revision_number": 0, + "deleted_at": "2022-02-04T21:22:22.795Z" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.revise_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.revise_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.revise_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:17.328Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:17.328Z", + "platform": "web", + "development": false, + "token": "a6967cab34a3", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments", + "extensions": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions", + "rules": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules", + "self": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.revise_a_rule", + "endpoint": "/properties/PR481782ef3fea4e0fb29c584499ffe7c1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.revise_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.revise_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:23.703Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:23.703Z", + "platform": "web", + "development": false, + "token": "ceae7642fa4c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments", + "extensions": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions", + "rules": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules", + "self": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.revise_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL9b61883c50f6400dbfbafd95360be68b", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:29.055Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:29.055Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/property" + }, + "data": { + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/origin" + }, + "data": { + "id": "RL9b61883c50f6400dbfbafd95360be68b", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "origin": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", + "self": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", + "rule_components": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.revise_a_rule", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RL9b61883c50f6400dbfbafd95360be68b", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL04a3a8c6340a42adb95d936cefbd8d8c", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:29.238Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:22:29.238Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/property" + }, + "data": { + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/origin" + }, + "data": { + "id": "RL9b61883c50f6400dbfbafd95360be68b", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "origin": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", + "self": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c", + "rule_components": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_revisions_of_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_revisions_of_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_revisions_of_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:23.703Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:23.703Z", + "platform": "web", + "development": false, + "token": "ceae7642fa4c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments", + "extensions": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions", + "rules": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules", + "self": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_revisions_of_a_rule", + "endpoint": "/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.list_the_revisions_of_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_revisions_of_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRccb07101b50842899aa33345568c82f0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:29.858Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:29.858Z", + "platform": "web", + "development": false, + "token": "aa8891f71a21", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments", + "extensions": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions", + "rules": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules", + "self": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_the_revisions_of_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:35.243Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:35.243Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/property" + }, + "data": { + "id": "PRccb07101b50842899aa33345568c82f0", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/origin" + }, + "data": { + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "rule_components": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_the_revisions_of_a_rule", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL27ab1476fa1d41858385f85b37a856b7", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:35.429Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:22:35.429Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/property" + }, + "data": { + "id": "PRccb07101b50842899aa33345568c82f0", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/origin" + }, + "data": { + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7", + "rule_components": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_revisions_of_a_rule", + "endpoint": "/rules/:rule_id/revisions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "RL27ab1476fa1d41858385f85b37a856b7", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:35.429Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:22:35.429Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/property" + }, + "data": { + "id": "PRccb07101b50842899aa33345568c82f0", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/origin" + }, + "data": { + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7", + "rule_components": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + }, + { + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:35.243Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:35.243Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/property" + }, + "data": { + "id": "PRccb07101b50842899aa33345568c82f0", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/origin" + }, + "data": { + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "rule_components": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 2 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.show_the_origin_of_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.show_the_origin_of_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.show_the_origin_of_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRccb07101b50842899aa33345568c82f0", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:29.858Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:29.858Z", + "platform": "web", + "development": false, + "token": "aa8891f71a21", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments", + "extensions": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions", + "rules": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules", + "self": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.show_the_origin_of_a_rule", + "endpoint": "/properties/PRccb07101b50842899aa33345568c82f0", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.show_the_origin_of_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.show_the_origin_of_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:36.502Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:36.502Z", + "platform": "web", + "development": false, + "token": "358e2aa8b503", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules", + "self": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.show_the_origin_of_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:41.823Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:41.823Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/property" + }, + "data": { + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/origin" + }, + "data": { + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "self": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "rule_components": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.show_the_origin_of_a_rule", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL2289889ccb234b9b8a85f8e213e6166f", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:42.014Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:22:42.014Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/property" + }, + "data": { + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/origin" + }, + "data": { + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "self": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f", + "rule_components": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.show_the_origin_of_a_rule", + "endpoint": "/rules/:rule_id/origin", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:41.823Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:41.823Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/property" + }, + "data": { + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/origin" + }, + "data": { + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "self": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "rule_components": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:36.502Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:36.502Z", + "platform": "web", + "development": false, + "token": "358e2aa8b503", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules", + "self": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:42.802Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:42.802Z", + "platform": "web", + "development": false, + "token": "dd180595c160", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments", + "extensions": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions", + "rules": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules", + "self": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:48.082Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:48.082Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/origin" + }, + "data": { + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", + "self": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", + "rule_components": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL19f12c9040fd4a73b1e7d87c8d6ccaf0", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:22:48.212Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:22:48.212Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/origin" + }, + "data": { + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", + "self": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0", + "rule_components": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:22:48.600Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:48.600Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/origin" + }, + "data": { + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", + "self": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:22:48 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE986c371d78b8483f900af7b2a48c4ab1", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:22:48.998Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:22:48 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:22:48.998Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/origin" + }, + "data": { + "id": "DE986c371d78b8483f900af7b2a48c4ab1", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/extension" + }, + "data": { + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/updated_with_extension" + }, + "data": { + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", + "self": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", + "extension": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DE986c371d78b8483f900af7b2a48c4ab1", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEb6124b46c05c495588a9dbcb6f0a5c05", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:22:49.171Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:22:48 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:22:49.171Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/origin" + }, + "data": { + "id": "DE986c371d78b8483f900af7b2a48c4ab1", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/extension" + }, + "data": { + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/updated_with_extension" + }, + "data": { + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", + "self": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05", + "extension": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:22:48.626Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:22:48.626Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/origin" + }, + "data": { + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", + "self": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "data_elements": { + "data": [ + { + "id": "DEb6124b46c05c495588a9dbcb6f0a5c05", + "type": "data_elements" + } + ] + }, + "extensions": { + "data": [ + { + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", + "type": "extensions" + } + ] + }, + "rules": { + "data": [ + { + "id": "RL19f12c9040fd4a73b1e7d87c8d6ccaf0", + "type": "rules" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB62f977184c404e02a7ff83bf0ccb189d", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:22:49.422Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:22:49.422Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/extensions", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/rules", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT8e309ac8f849474e95b083cf87394191", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:22:49.634Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:22:49.634Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT8e309ac8f849474e95b083cf87394191/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/hosts/HT8e309ac8f849474e95b083cf87394191" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT8e309ac8f849474e95b083cf87394191", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:22:49.751Z", + "library_path": "17e0df72ece8/dd180595c160", + "library_name": "launch-5dabdc25d4ac-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-5dabdc25d4ac-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js" + ], + "license_path": "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" + }, + { + "library_name": "launch-5dabdc25d4ac-development.js", + "minified": false, + "references": [ + "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:22:49.751Z", + "status": "succeeded", + "token": "5dabdc25d4ac" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/host", + "self": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/relationships/host" + }, + "data": { + "id": "HT8e309ac8f849474e95b083cf87394191", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBdf9ffc0d4927456c844930a8883f4236", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:22:49.880Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:22:49.880Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/data_elements", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/extensions", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/rules", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/environment", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL171960ef770c42968b6ab1a66311a69a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:22:50.324Z", + "status": "pending", + "updated_at": "2022-02-04T21:22:50.324Z", + "token": "bb218511f70f" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" + }, + "data": { + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" + }, + "data": { + "id": "LBdf9ffc0d4927456c844930a8883f4236", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", + "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", + "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL171960ef770c42968b6ab1a66311a69a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:22:50.324Z", + "status": "pending", + "updated_at": "2022-02-04T21:22:50.324Z", + "token": "bb218511f70f" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" + }, + "data": { + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" + }, + "data": { + "id": "LBdf9ffc0d4927456c844930a8883f4236", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", + "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", + "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL171960ef770c42968b6ab1a66311a69a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:22:50.324Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:22:52.852Z", + "token": "bb218511f70f" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" + }, + "data": { + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" + }, + "data": { + "id": "LBdf9ffc0d4927456c844930a8883f4236", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" + }, + "data": { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", + "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", + "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_rules_for_a_build", + "endpoint": "/builds/:build_id/rules", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRf55e8d65d71b439385ad265ce4359ea5", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:42.802Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:42.802Z", + "platform": "web", + "development": false, + "token": "dd180595c160", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments", + "extensions": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions", + "rules": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules", + "self": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR711358f8465945bd9d42630e0c18cf16", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:56.726Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:56.726Z", + "platform": "web", + "development": false, + "token": "cbdb43353d13", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements", + "environments": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments", + "extensions": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions", + "rules": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules", + "self": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:23:02.544Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:23:02.544Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/property" + }, + "data": { + "id": "PR711358f8465945bd9d42630e0c18cf16", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/origin" + }, + "data": { + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", + "origin": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", + "self": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:23:03.102Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:23:03.102Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/property" + }, + "data": { + "id": "PR711358f8465945bd9d42630e0c18cf16", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/origin" + }, + "data": { + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", + "origin": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "self": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "rule_components": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RC54e71ca24ef74605bb295a18047b7057", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:23:03.335Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:23:03.335Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/updated_with_extension" + }, + "data": { + "id": "EX1e6744f1f08f44faa1a01930e3d0fa01", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/extension" + }, + "data": { + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/origin" + }, + "data": { + "id": "RC54e71ca24ef74605bb295a18047b7057", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" + }, + "data": { + "id": "PR711358f8465945bd9d42630e0c18cf16", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", + "origin": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057", + "rules": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/rules", + "self": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_the_rules_of_a_rule_component", + "endpoint": "/rule_components/:rule_component_id/rules", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:23:03.102Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:23:03.362Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/property" + }, + "data": { + "id": "PR711358f8465945bd9d42630e0c18cf16", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/origin" + }, + "data": { + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", + "origin": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "self": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "rule_components": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + ] + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_note_on_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_note_on_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_note_on_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR711358f8465945bd9d42630e0c18cf16", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:22:56.726Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:22:56.726Z", + "platform": "web", + "development": false, + "token": "cbdb43353d13", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements", + "environments": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments", + "extensions": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions", + "rules": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules", + "self": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_note_on_a_rule", + "endpoint": "/properties/PR711358f8465945bd9d42630e0c18cf16", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.create_a_note_on_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.create_a_note_on_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRcd63fd622baf4b75bdd81c80a7618db8", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:04.265Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:23:04.265Z", + "platform": "web", + "development": false, + "token": "31ab3be54223", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments", + "extensions": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions", + "rules": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules", + "self": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.create_a_note_on_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLb4aff450a7fb4f6196fecb61a843b155", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:23:09.554Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:23:09.554Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/property" + }, + "data": { + "id": "PRcd63fd622baf4b75bdd81c80a7618db8", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/origin" + }, + "data": { + "id": "RLb4aff450a7fb4f6196fecb61a843b155", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8", + "origin": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", + "self": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", + "rule_components": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.create_a_note_on_a_rule", + "endpoint": "/rules/:rule_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this note on a rule intentionally left blank" + } + } + }, + "response": { + "data": { + "id": "NT3e54b7aeb3b1464c9581970c372565bb", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:23:09.735Z", + "text": "this note on a rule intentionally left blank" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155" + }, + "data": { + "id": "RLb4aff450a7fb4f6196fecb61a843b155", + "type": "rules" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", + "self": "https://reactor.adobe.io/notes/NT3e54b7aeb3b1464c9581970c372565bb" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_notes_for_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRcd63fd622baf4b75bdd81c80a7618db8", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:04.265Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:23:04.265Z", + "platform": "web", + "development": false, + "token": "31ab3be54223", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments", + "extensions": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions", + "rules": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules", + "self": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule", + "endpoint": "/properties/PRcd63fd622baf4b75bdd81c80a7618db8", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.list_notes_for_a_rule", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRffc1b75b6b5246ea84baf83acb337bb5", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:10.382Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:23:10.382Z", + "platform": "web", + "development": false, + "token": "c3e224582a35", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments", + "extensions": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions", + "rules": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules", + "self": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_notes_for_a_rule", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL1ed5886135c143bf96a19c91b087da53", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:23:15.727Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:23:15.727Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/property" + }, + "data": { + "id": "PRffc1b75b6b5246ea84baf83acb337bb5", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/origin" + }, + "data": { + "id": "RL1ed5886135c143bf96a19c91b087da53", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5", + "origin": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "self": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "rule_components": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_notes_for_a_rule", + "endpoint": "/rules/:rule_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on a rule" + } + } + }, + "response": { + "data": { + "id": "NT75fa0b8f90d54899814946bb442cefef", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:23:15.896Z", + "text": "this is a note on a rule" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53" + }, + "data": { + "id": "RL1ed5886135c143bf96a19c91b087da53", + "type": "rules" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "self": "https://reactor.adobe.io/notes/NT75fa0b8f90d54899814946bb442cefef" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_notes_for_a_rule", + "endpoint": "/rules/:rule_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NT75fa0b8f90d54899814946bb442cefef", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:23:15.896Z", + "text": "this is a note on a rule" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53" + }, + "data": { + "id": "RL1ed5886135c143bf96a19c91b087da53", + "type": "rules" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "self": "https://reactor.adobe.io/notes/NT75fa0b8f90d54899814946bb442cefef" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRffc1b75b6b5246ea84baf83acb337bb5", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:10.382Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:23:10.382Z", + "platform": "web", + "development": false, + "token": "c3e224582a35", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments", + "extensions": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions", + "rules": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules", + "self": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/properties/PRffc1b75b6b5246ea84baf83acb337bb5", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR06567dbf2b364045b058dc7076f2df41", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:16.632Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:23:16.632Z", + "platform": "web", + "development": false, + "token": "9b62c7ebb2b8", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments", + "extensions": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions", + "rules": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules", + "self": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX7e97f33bb690459baef17337059e326a", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:23:22.344Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:23:22.344Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/property" + }, + "data": { + "id": "PR06567dbf2b364045b058dc7076f2df41", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/origin" + }, + "data": { + "id": "EX7e97f33bb690459baef17337059e326a", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41", + "origin": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", + "self": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL8efca21bcb8e4ac284cc212c71397fc1", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:23:23.045Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:23:23.045Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/property" + }, + "data": { + "id": "PR06567dbf2b364045b058dc7076f2df41", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/origin" + }, + "data": { + "id": "RL8efca21bcb8e4ac284cc212c71397fc1", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41", + "origin": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1", + "self": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1", + "rule_components": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/properties/:property_id/rule_components", + "method": "POST", + "request": { + "data": { + "attributes": { + "delegate_descriptor_id": "kessel-test::events::click", + "name": "My Example Click Event", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX7e97f33bb690459baef17337059e326a", + "type": "extensions" + } + }, + "rules": { + "data": [ + { + "id": "RL8efca21bcb8e4ac284cc212c71397fc1", + "type": "rules" + } + ] + } + }, + "type": "rule_components" + } + }, + "response": { + "data": { + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", + "type": "rule_components", + "attributes": { + "created_at": "2022-02-04T21:23:23.250Z", + "delegate_descriptor_id": "kessel-test::events::click", + "deleted_at": null, + "dirty": true, + "name": "My Example Click Event", + "negate": false, + "order": 0, + "rule_order": 50.0, + "timeout": 2000, + "delay_next": true, + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:23:23.250Z", + "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" + }, + "relationships": { + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/updated_with_extension" + }, + "data": { + "id": "EX8b59e0e9749a42d986a1ea867666c00c", + "type": "extensions" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/extension" + }, + "data": { + "id": "EX7e97f33bb690459baef17337059e326a", + "type": "extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/notes" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/origin" + }, + "data": { + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", + "type": "rule_components" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" + }, + "data": { + "id": "PR06567dbf2b364045b058dc7076f2df41", + "type": "properties" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/rules" + } + } + }, + "links": { + "extension": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", + "origin": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", + "rules": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/rules", + "self": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/rule_components/:rule_component_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on a rule component" + } + } + }, + "response": { + "data": { + "id": "NT202b039a024048028e60898084f961a1", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:23:23.469Z", + "text": "this is a note on a rule component" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" + }, + "data": { + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", + "type": "rule_components" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", + "self": "https://reactor.adobe.io/notes/NT202b039a024048028e60898084f961a1" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "rules.list_notes_for_a_rule_s_rule_components", + "endpoint": "/rules/:rule_id/rule_component_notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NT202b039a024048028e60898084f961a1", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:23:23.469Z", + "text": "this is a note on a rule component" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" + }, + "data": { + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", + "type": "rule_components" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", + "self": "https://reactor.adobe.io/notes/NT202b039a024048028e60898084f961a1" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "search.perform_a_search", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "search.perform_a_search", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "search.perform_a_search", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR06567dbf2b364045b058dc7076f2df41", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:16.632Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:23:16.632Z", + "platform": "web", + "development": false, + "token": "9b62c7ebb2b8", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments", + "extensions": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions", + "rules": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules", + "self": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "search.perform_a_search", + "endpoint": "/properties/PR06567dbf2b364045b058dc7076f2df41", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "search.perform_a_search", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "search.perform_a_search", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2327712414f942e19c5015ea0e37e0d4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:24.471Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:23:24.471Z", + "platform": "web", + "development": false, + "token": "4bf8249a6f8e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", + "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", + "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", + "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "search.perform_a_search", + "endpoint": "/search", + "method": "POST", + "request": { + "data": { + "query": { + "attributes.name": { + "value": "Example" + } + } + } + }, + "response": { + "data": [ + { + "id": "PR2327712414f942e19c5015ea0e37e0d4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:24.471Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:23:24.471Z", + "platform": "web", + "development": false, + "token": "4bf8249a6f8e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", + "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", + "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", + "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" + }, + "meta": { + "match_score": 3.1645029 + } + } + ], + "meta": { + "total_hits": 1 + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.create_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.create_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.create_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2327712414f942e19c5015ea0e37e0d4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:24.471Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:23:24.471Z", + "platform": "web", + "development": false, + "token": "4bf8249a6f8e", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", + "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", + "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", + "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.create_a_secret", + "endpoint": "/properties/PR2327712414f942e19c5015ea0e37e0d4", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.create_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.create_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:30.646Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:23:30.646Z", + "platform": "edge", + "development": false, + "token": "764c65ecdedc" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments", + "extensions": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions", + "rules": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules", + "self": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.create_a_secret", + "endpoint": "/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTebd50f9362ce48bd8c949894357e6248", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:23:35.970Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:23:35.970Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTebd50f9362ce48bd8c949894357e6248/property" + }, + "data": { + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", + "self": "https://reactor.adobe.io/hosts/HTebd50f9362ce48bd8c949894357e6248" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.create_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTebd50f9362ce48bd8c949894357e6248", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN51d87273db504f76b0469b5675892cd3", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:23:36.090Z", + "library_path": "17e0df72ece8/764c65ecdedc", + "library_name": "launch-71c4521dc5e2-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-71c4521dc5e2-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.min.js" + ], + "license_path": "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.js" + }, + { + "library_name": "launch-71c4521dc5e2-development.js", + "minified": false, + "references": [ + "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:23:36.090Z", + "status": "succeeded", + "token": "71c4521dc5e2" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/host", + "self": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/relationships/host" + }, + "data": { + "id": "HTebd50f9362ce48bd8c949894357e6248", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/property" + }, + "data": { + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", + "self": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.create_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "my secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN51d87273db504f76b0469b5675892cd3", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE351b35f18f684e2cb27b7612c2158d73", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:23:36.320Z", + "updated_at": "2022-02-04T21:23:36.320Z", + "name": "my secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/property" + }, + "data": { + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/environment" + }, + "data": { + "id": "EN51d87273db504f76b0469b5675892cd3", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73", + "property": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:30.646Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:23:30.646Z", + "platform": "edge", + "development": false, + "token": "764c65ecdedc" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments", + "extensions": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions", + "rules": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules", + "self": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR85837b31c6914e70b53a8b1d951ca278", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:37.387Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:23:37.387Z", + "platform": "edge", + "development": false, + "token": "83058739edf6" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements", + "environments": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments", + "extensions": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions", + "rules": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules", + "self": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTf292c6d30fc4402e901af41ffce6e920", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:23:43.127Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:23:43.127Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTf292c6d30fc4402e901af41ffce6e920/property" + }, + "data": { + "id": "PR85837b31c6914e70b53a8b1d951ca278", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278", + "self": "https://reactor.adobe.io/hosts/HTf292c6d30fc4402e901af41ffce6e920" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTf292c6d30fc4402e901af41ffce6e920", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN466fad0c68e645aab1c13a39bff410f9", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:23:45.632Z", + "library_path": "17e0df72ece8/83058739edf6", + "library_name": "launch-1c2fc6ee6f5b-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-1c2fc6ee6f5b-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.min.js" + ], + "license_path": "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.js" + }, + { + "library_name": "launch-1c2fc6ee6f5b-development.js", + "minified": false, + "references": [ + "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:23:45.632Z", + "status": "succeeded", + "token": "1c2fc6ee6f5b" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/host", + "self": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/relationships/host" + }, + "data": { + "id": "HTf292c6d30fc4402e901af41ffce6e920", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/property" + }, + "data": { + "id": "PR85837b31c6914e70b53a8b1d951ca278", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278", + "self": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN466fad0c68e645aab1c13a39bff410f9", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE70d50357a30b40e99a46dbd425b44d8a", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:23:46.459Z", + "updated_at": "2022-02-04T21:23:46.459Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" + }, + "data": { + "id": "PR85837b31c6914e70b53a8b1d951ca278", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/environment" + }, + "data": { + "id": "EN466fad0c68e645aab1c13a39bff410f9", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a", + "property": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.update_a_secret", + "endpoint": "/secrets/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "my new secret", + "type_of": "token", + "credentials": { + "token": "my new secret token" + } + }, + "id": "SE70d50357a30b40e99a46dbd425b44d8a", + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE70d50357a30b40e99a46dbd425b44d8a", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:23:46.459Z", + "updated_at": "2022-02-04T21:23:47.642Z", + "name": "my new secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" + }, + "data": { + "id": "PR85837b31c6914e70b53a8b1d951ca278", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/environment" + }, + "data": { + "id": "EN466fad0c68e645aab1c13a39bff410f9", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a", + "property": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR85837b31c6914e70b53a8b1d951ca278", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:37.387Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:23:37.387Z", + "platform": "edge", + "development": false, + "token": "83058739edf6" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements", + "environments": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments", + "extensions": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions", + "rules": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules", + "self": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/properties/PR85837b31c6914e70b53a8b1d951ca278", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:50.553Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:23:50.553Z", + "platform": "edge", + "development": false, + "token": "96e36e20746c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments", + "extensions": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions", + "rules": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules", + "self": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTdf68068ac2224fce87f69302348776a1", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:23:56.727Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:23:56.727Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTdf68068ac2224fce87f69302348776a1/property" + }, + "data": { + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f", + "self": "https://reactor.adobe.io/hosts/HTdf68068ac2224fce87f69302348776a1" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTdf68068ac2224fce87f69302348776a1", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:23:56.924Z", + "library_path": "17e0df72ece8/96e36e20746c", + "library_name": "launch-800e8336051c-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-800e8336051c-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.min.js" + ], + "license_path": "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.js" + }, + { + "library_name": "launch-800e8336051c-development.js", + "minified": false, + "references": [ + "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:23:56.924Z", + "status": "succeeded", + "token": "800e8336051c" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/host", + "self": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/relationships/host" + }, + "data": { + "id": "HTdf68068ac2224fce87f69302348776a1", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/property" + }, + "data": { + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f", + "self": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE87786c4429d348eda435248bb165c96e", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:23:57.189Z", + "updated_at": "2022-02-04T21:23:57.189Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" + }, + "data": { + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/environment" + }, + "data": { + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e", + "property": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.retry_a_secret", + "endpoint": "/secrets/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "type_of": "token" + }, + "meta": { + "action": "retry" + }, + "id": "SE87786c4429d348eda435248bb165c96e", + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE87786c4429d348eda435248bb165c96e", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:23:57.189Z", + "updated_at": "2022-02-04T21:23:57.189Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" + }, + "data": { + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/environment" + }, + "data": { + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e", + "property": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:23:50.553Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:23:50.553Z", + "platform": "edge", + "development": false, + "token": "96e36e20746c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments", + "extensions": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions", + "rules": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules", + "self": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/properties/PRfea3986e080648e9bdf48ee7afe55f8f", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRf89759dade834005be755c552c2bd7be", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:04.068Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:04.068Z", + "platform": "edge", + "development": false, + "token": "b5bc98e7737c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments", + "extensions": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions", + "rules": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules", + "self": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/properties/PRf89759dade834005be755c552c2bd7be/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTd1f276622bdc4dd2afdc829b92624b97", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:24:10.464Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:24:10.464Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTd1f276622bdc4dd2afdc829b92624b97/property" + }, + "data": { + "id": "PRf89759dade834005be755c552c2bd7be", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be", + "self": "https://reactor.adobe.io/hosts/HTd1f276622bdc4dd2afdc829b92624b97" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTd1f276622bdc4dd2afdc829b92624b97", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:24:10.771Z", + "library_path": "17e0df72ece8/b5bc98e7737c", + "library_name": "launch-f34804640f86-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-f34804640f86-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.min.js" + ], + "license_path": "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.js" + }, + { + "library_name": "launch-f34804640f86-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:24:10.771Z", + "status": "succeeded", + "token": "f34804640f86" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/host", + "self": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/relationships/host" + }, + "data": { + "id": "HTd1f276622bdc4dd2afdc829b92624b97", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/property" + }, + "data": { + "id": "PRf89759dade834005be755c552c2bd7be", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be", + "self": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE322f2ef49dad445bb3e4224e121ac0f3", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:11.068Z", + "updated_at": "2022-02-04T21:24:11.068Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" + }, + "data": { + "id": "PRf89759dade834005be755c552c2bd7be", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/environment" + }, + "data": { + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3", + "property": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_secrets_for_a_property", + "endpoint": "/properties/:property_id/secrets", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "SE322f2ef49dad445bb3e4224e121ac0f3", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:11.068Z", + "updated_at": "2022-02-04T21:24:11.068Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" + }, + "data": { + "id": "PRf89759dade834005be755c552c2bd7be", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/environment" + }, + "data": { + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3", + "property": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRf89759dade834005be755c552c2bd7be", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:04.068Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:04.068Z", + "platform": "edge", + "development": false, + "token": "b5bc98e7737c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments", + "extensions": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions", + "rules": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules", + "self": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/properties/PRf89759dade834005be755c552c2bd7be", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR164615214c52438c8cd683362ddf6318", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:12.822Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:12.822Z", + "platform": "edge", + "development": false, + "token": "5bf9f97c9a6c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements", + "environments": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments", + "extensions": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions", + "rules": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules", + "self": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/properties/PR164615214c52438c8cd683362ddf6318/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT724c81f2373545098a0f4a23c7c963eb", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:24:18.484Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:24:18.484Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT724c81f2373545098a0f4a23c7c963eb/property" + }, + "data": { + "id": "PR164615214c52438c8cd683362ddf6318", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318", + "self": "https://reactor.adobe.io/hosts/HT724c81f2373545098a0f4a23c7c963eb" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT724c81f2373545098a0f4a23c7c963eb", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN916f18ba40224a90a139f011617684ca", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:24:18.667Z", + "library_path": "17e0df72ece8/5bf9f97c9a6c", + "library_name": "launch-84007c920fdd-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-84007c920fdd-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.min.js" + ], + "license_path": "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.js" + }, + { + "library_name": "launch-84007c920fdd-development.js", + "minified": false, + "references": [ + "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:24:18.667Z", + "status": "succeeded", + "token": "84007c920fdd" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/host", + "self": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/relationships/host" + }, + "data": { + "id": "HT724c81f2373545098a0f4a23c7c963eb", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/property" + }, + "data": { + "id": "PR164615214c52438c8cd683362ddf6318", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318", + "self": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN916f18ba40224a90a139f011617684ca", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE67772015f36f4b61bca574f43742009d", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:18.941Z", + "updated_at": "2022-02-04T21:24:18.941Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" + }, + "data": { + "id": "PR164615214c52438c8cd683362ddf6318", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/environment" + }, + "data": { + "id": "EN916f18ba40224a90a139f011617684ca", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d", + "property": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_secrets_for_an_environment", + "endpoint": "/environments/:environment_id/secrets", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "SE67772015f36f4b61bca574f43742009d", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:18.941Z", + "updated_at": "2022-02-04T21:24:18.941Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" + }, + "data": { + "id": "PR164615214c52438c8cd683362ddf6318", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/environment" + }, + "data": { + "id": "EN916f18ba40224a90a139f011617684ca", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d", + "property": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR164615214c52438c8cd683362ddf6318", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:12.822Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:12.822Z", + "platform": "edge", + "development": false, + "token": "5bf9f97c9a6c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements", + "environments": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments", + "extensions": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions", + "rules": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules", + "self": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/properties/PR164615214c52438c8cd683362ddf6318", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRb21205966d41492cba32682065867412", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:20.650Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:20.650Z", + "platform": "edge", + "development": false, + "token": "8f93058d356c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments", + "extensions": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions", + "rules": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules", + "self": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/properties/PRb21205966d41492cba32682065867412/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT2185956fca304f61874ae75a0d17260c", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:24:26.290Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:24:26.290Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT2185956fca304f61874ae75a0d17260c/property" + }, + "data": { + "id": "PRb21205966d41492cba32682065867412", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412", + "self": "https://reactor.adobe.io/hosts/HT2185956fca304f61874ae75a0d17260c" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT2185956fca304f61874ae75a0d17260c", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2001a3149dd84b9d8b16e0df8262165a", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:24:26.556Z", + "library_path": "17e0df72ece8/8f93058d356c", + "library_name": "launch-fb034f233555-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-fb034f233555-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.min.js" + ], + "license_path": "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.js" + }, + { + "library_name": "launch-fb034f233555-development.js", + "minified": false, + "references": [ + "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:24:26.556Z", + "status": "succeeded", + "token": "fb034f233555" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/host", + "self": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/relationships/host" + }, + "data": { + "id": "HT2185956fca304f61874ae75a0d17260c", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/property" + }, + "data": { + "id": "PRb21205966d41492cba32682065867412", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412", + "self": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN2001a3149dd84b9d8b16e0df8262165a", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE4aa498753b814494ad8b185c8047a886", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:26.858Z", + "updated_at": "2022-02-04T21:24:26.858Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" + }, + "data": { + "id": "PRb21205966d41492cba32682065867412", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/environment" + }, + "data": { + "id": "EN2001a3149dd84b9d8b16e0df8262165a", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886", + "property": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.get_a_secret", + "endpoint": "/secrets/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "SE4aa498753b814494ad8b185c8047a886", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:26.858Z", + "updated_at": "2022-02-04T21:24:26.858Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" + }, + "data": { + "id": "PRb21205966d41492cba32682065867412", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/environment" + }, + "data": { + "id": "EN2001a3149dd84b9d8b16e0df8262165a", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886", + "property": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRb21205966d41492cba32682065867412", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:20.650Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:20.650Z", + "platform": "edge", + "development": false, + "token": "8f93058d356c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments", + "extensions": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions", + "rules": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules", + "self": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/properties/PRb21205966d41492cba32682065867412", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:28.120Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:28.120Z", + "platform": "edge", + "development": false, + "token": "8fb1fb295f91" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments", + "extensions": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions", + "rules": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules", + "self": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT606600afbbcd4d8d98478a8887f2829f", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:24:33.680Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:24:33.680Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT606600afbbcd4d8d98478a8887f2829f/property" + }, + "data": { + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", + "self": "https://reactor.adobe.io/hosts/HT606600afbbcd4d8d98478a8887f2829f" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT606600afbbcd4d8d98478a8887f2829f", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENc93f253b80f14297a27e68255f64757b", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:24:33.831Z", + "library_path": "17e0df72ece8/8fb1fb295f91", + "library_name": "launch-e8f04de90e31-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-e8f04de90e31-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.min.js" + ], + "license_path": "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.js" + }, + { + "library_name": "launch-e8f04de90e31-development.js", + "minified": false, + "references": [ + "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:24:33.831Z", + "status": "succeeded", + "token": "e8f04de90e31" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/host", + "self": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/relationships/host" + }, + "data": { + "id": "HT606600afbbcd4d8d98478a8887f2829f", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/property" + }, + "data": { + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", + "self": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "ENc93f253b80f14297a27e68255f64757b", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE61352c70136e4b33bf1356e8da7e96d6", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:34.026Z", + "updated_at": "2022-02-04T21:24:34.026Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/property" + }, + "data": { + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/environment" + }, + "data": { + "id": "ENc93f253b80f14297a27e68255f64757b", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6", + "property": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.delete_a_secret", + "endpoint": "/secrets/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:28.120Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:28.120Z", + "platform": "edge", + "development": false, + "token": "8fb1fb295f91" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments", + "extensions": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions", + "rules": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules", + "self": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:35.272Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:35.272Z", + "platform": "edge", + "development": false, + "token": "7dc356be492c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments", + "extensions": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions", + "rules": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules", + "self": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:24:40.627Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:24:40.627Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTae0290aeecd54b9f8bcd039f25ca8d29/property" + }, + "data": { + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", + "self": "https://reactor.adobe.io/hosts/HTae0290aeecd54b9f8bcd039f25ca8d29" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:24:40.764Z", + "library_path": "17e0df72ece8/7dc356be492c", + "library_name": "launch-ab104e298c5e-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-ab104e298c5e-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.min.js" + ], + "license_path": "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.js" + }, + { + "library_name": "launch-ab104e298c5e-development.js", + "minified": false, + "references": [ + "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:24:40.764Z", + "status": "succeeded", + "token": "ab104e298c5e" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/host", + "self": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/relationships/host" + }, + "data": { + "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/property" + }, + "data": { + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", + "self": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE35f7849f60b04f90bfdffbb3d9807e02", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:40.955Z", + "updated_at": "2022-02-04T21:24:40.955Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/property" + }, + "data": { + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/environment" + }, + "data": { + "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02", + "property": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.create_a_note_on_a_secret", + "endpoint": "/secrets/:secret_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a secret note" + } + } + }, + "response": { + "data": { + "id": "NTe520638595d740d5bfdbc090a0dafb54", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:24:41.097Z", + "text": "this is a secret note" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02" + }, + "data": { + "id": "SE35f7849f60b04f90bfdffbb3d9807e02", + "type": "secrets" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02", + "self": "https://reactor.adobe.io/notes/NTe520638595d740d5bfdbc090a0dafb54" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:35.272Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:35.272Z", + "platform": "edge", + "development": false, + "token": "7dc356be492c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments", + "extensions": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions", + "rules": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules", + "self": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRe94fe085f10544a1afafed137de96111", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:42.048Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:42.048Z", + "platform": "edge", + "development": false, + "token": "6662b63654cb" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules", + "self": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/properties/PRe94fe085f10544a1afafed137de96111/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTe7936b4106344e39b38b681c55f92b10", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:24:47.349Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:24:47.349Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTe7936b4106344e39b38b681c55f92b10/property" + }, + "data": { + "id": "PRe94fe085f10544a1afafed137de96111", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111", + "self": "https://reactor.adobe.io/hosts/HTe7936b4106344e39b38b681c55f92b10" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTe7936b4106344e39b38b681c55f92b10", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN01c69b55183a41348533cec046caaf49", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:24:47.490Z", + "library_path": "17e0df72ece8/6662b63654cb", + "library_name": "launch-c0ec45460261-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-c0ec45460261-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.min.js" + ], + "license_path": "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.js" + }, + { + "library_name": "launch-c0ec45460261-development.js", + "minified": false, + "references": [ + "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:24:47.490Z", + "status": "succeeded", + "token": "c0ec45460261" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/host", + "self": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/relationships/host" + }, + "data": { + "id": "HTe7936b4106344e39b38b681c55f92b10", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/property" + }, + "data": { + "id": "PRe94fe085f10544a1afafed137de96111", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111", + "self": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN01c69b55183a41348533cec046caaf49", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE1d11c16679e545d68456adb495d351ed", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:47.680Z", + "updated_at": "2022-02-04T21:24:47.680Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/property" + }, + "data": { + "id": "PRe94fe085f10544a1afafed137de96111", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/environment" + }, + "data": { + "id": "EN01c69b55183a41348533cec046caaf49", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", + "property": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/secrets/:secret_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a secret note" + } + } + }, + "response": { + "data": { + "id": "NTae3bbbe8515e4e85beab562b388b7d34", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:24:47.814Z", + "text": "this is a secret note" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed" + }, + "data": { + "id": "SE1d11c16679e545d68456adb495d351ed", + "type": "secrets" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", + "self": "https://reactor.adobe.io/notes/NTae3bbbe8515e4e85beab562b388b7d34" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_notes_for_a_secret", + "endpoint": "/secrets/:secret_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NTae3bbbe8515e4e85beab562b388b7d34", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:24:47.814Z", + "text": "this is a secret note" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed" + }, + "data": { + "id": "SE1d11c16679e545d68456adb495d351ed", + "type": "secrets" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", + "self": "https://reactor.adobe.io/notes/NTae3bbbe8515e4e85beab562b388b7d34" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe94fe085f10544a1afafed137de96111", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:42.048Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:42.048Z", + "platform": "edge", + "development": false, + "token": "6662b63654cb" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules", + "self": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/properties/PRe94fe085f10544a1afafed137de96111", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Edge Example Property", + "platform": "edge" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR182c30e79d0a430b884423ae8e39778c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:48.693Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:48.693Z", + "platform": "edge", + "development": false, + "token": "b86df85220aa" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments", + "extensions": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions", + "rules": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules", + "self": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/properties/PR182c30e79d0a430b884423ae8e39778c/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT5e03c0fe355d4be399253c009718e483", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:24:53.947Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:24:53.947Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT5e03c0fe355d4be399253c009718e483/property" + }, + "data": { + "id": "PR182c30e79d0a430b884423ae8e39778c", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "self": "https://reactor.adobe.io/hosts/HT5e03c0fe355d4be399253c009718e483" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT5e03c0fe355d4be399253c009718e483", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN7f374a0a413a4313834cf42a0900d6b4", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:24:54.127Z", + "library_path": "17e0df72ece8/b86df85220aa", + "library_name": "launch-5c575e8b486d-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-5c575e8b486d-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.min.js" + ], + "license_path": "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.js" + }, + { + "library_name": "launch-5c575e8b486d-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:24:54.127Z", + "status": "succeeded", + "token": "5c575e8b486d" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/host", + "self": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/relationships/host" + }, + "data": { + "id": "HT5e03c0fe355d4be399253c009718e483", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/property" + }, + "data": { + "id": "PR182c30e79d0a430b884423ae8e39778c", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "self": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "EN7f374a0a413a4313834cf42a0900d6b4", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE83d72ccf0c974f709459ca84c938c964", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:24:54.366Z", + "updated_at": "2022-02-04T21:24:54.366Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/property" + }, + "data": { + "id": "PR182c30e79d0a430b884423ae8e39778c", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/environment" + }, + "data": { + "id": "EN7f374a0a413a4313834cf42a0900d6b4", + "type": "environments" + }, + "meta": { + "stage": "development" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964", + "property": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20core", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:24:48.728Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "core", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:24:48.728Z", + "delegate_descriptor_id": null, + "display_name": "Core", + "review_status": "unsubmitted", + "version": "1.1.3", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/property" + }, + "data": { + "id": "PR182c30e79d0a430b884423ae8e39778c", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/origin" + }, + "data": { + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/updated_with_extension_package" + }, + "data": { + "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/extension_package" + }, + "data": { + "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "origin": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e", + "self": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e", + "extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "secret data element", + "delegate_descriptor_id": "core::dataElements::secret", + "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE71964c95a1684d7a9374c54a15405f2d", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:24:54.868Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "secret data element", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:24:54.868Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "core::dataElements::secret", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/property" + }, + "data": { + "id": "PR182c30e79d0a430b884423ae8e39778c", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/origin" + }, + "data": { + "id": "DE71964c95a1684d7a9374c54a15405f2d", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/extension" + }, + "data": { + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension_package" + }, + "data": { + "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension" + }, + "data": { + "id": "EX8f56ba47047445219f623fe3c9aa8a3a", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "origin": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "self": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "extension": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/secrets/:secret_id/data_elements", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "DE71964c95a1684d7a9374c54a15405f2d", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:24:54.868Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "secret data element", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:24:54.868Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "core::dataElements::secret", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/property" + }, + "data": { + "id": "PR182c30e79d0a430b884423ae8e39778c", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/origin" + }, + "data": { + "id": "DE71964c95a1684d7a9374c54a15405f2d", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/extension" + }, + "data": { + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension_package" + }, + "data": { + "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension" + }, + "data": { + "id": "EX8f56ba47047445219f623fe3c9aa8a3a", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "origin": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "self": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "extension": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e" + }, + "meta": { + "latest_revision_number": 0 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR182c30e79d0a430b884423ae8e39778c", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:24:48.693Z", + "enabled": true, + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:24:48.693Z", + "platform": "edge", + "development": false, + "token": "b86df85220aa" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments", + "extensions": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions", + "rules": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules", + "self": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "secrets.list_data_elements_for_a_secret", + "endpoint": "/properties/PR182c30e79d0a430b884423ae8e39778c", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + } + ], + "resources_create": { + }, + "resources_update": { + }, + "forms": { + "app_configuration.patch": [ + [ + { + "app_id": { + "minLength": 1, + "required": "false", + "type": "string" + }, + "key_type": { + "enum": [ + "p8_file", + "fcm_v1", + null + ], + "required": "false", + "type": [ + "string", + "null" + ] + }, + "messaging_service": { + "enum": [ + "apns", + "fcm" + ], + "required": "false", + "type": "string" + }, + "name": { + "minLength": 1, + "required": "false", + "type": "string" + }, + "platform": { + "enum": [ + "mobile" + ], + "required": "false", + "type": "string" + }, + "push_credential": { + "additionalProperties": false, + "properties": { + "auth_provider_x509_cert_url": { + "type": "string" + }, + "auth_uri": { + "type": "string" + }, + "bundleId": { + "type": "string" + }, + "client_email": { + "type": "string" + }, + "client_id": { + "type": "string" + }, + "client_x509_cert_url": { + "type": "string" + }, + "keyId": { + "type": "string" + }, + "p8": { + "type": "string" + }, + "private_key": { + "type": "string" + }, + "private_key_id": { + "type": "string" + }, + "project_id": { + "type": "string" + }, + "teamId": { + "type": "string" + }, + "token_uri": { + "type": "string" + }, + "type": { + "type": "string" + } + }, + "required": "false", + "type": [ + "object", + "null" + ] + } + } + ] + ], + "app_configuration.post": [ + [ + { + "app_id": { + "minLength": 1, + "required": "true", + "type": "string" + }, + "key_type": { + "enum": [ + "p8_file", + "fcm_v1", + null + ], + "required": "false", + "type": [ + "string", + "null" + ] + }, + "messaging_service": { + "enum": [ + "apns", + "fcm" + ], + "required": "true", + "type": "string" + }, + "name": { + "minLength": 1, + "required": "true", + "type": "string" + }, + "platform": { + "enum": [ + "mobile" + ], + "required": "true", + "type": "string" + }, + "push_credential": { + "additionalProperties": false, + "properties": { + "auth_provider_x509_cert_url": { + "type": "string" + }, + "auth_uri": { + "type": "string" + }, + "bundleId": { + "type": "string" + }, + "client_email": { + "type": "string" + }, + "client_id": { + "type": "string" + }, + "client_x509_cert_url": { + "type": "string" + }, + "keyId": { + "type": "string" + }, + "p8": { + "type": "string" + }, + "private_key": { + "type": "string" + }, + "private_key_id": { + "type": "string" + }, + "project_id": { + "type": "string" + }, + "teamId": { + "type": "string" + }, + "token_uri": { + "type": "string" + }, + "type": { + "type": "string" + } + }, + "required": "false", + "type": [ + "object", + "null" + ] + } + } + ] + ], + "app_surface.patch": [ + [ + { + "name": { + "minLength": 1, + "required": "false", + "type": "string" + } + } + ] + ], + "app_surface.post": [ + [ + { + "name": { + "minLength": 1, + "required": "true", + "type": "string" + } + } + ] + ], + "build.patch": [ + + ], + "build.post": [ + + ], + "callback.patch": [ + [ + { + "subscriptions": { + "items": { + "minLength": 1, + "pattern": "^(host|build|callback|data_element|environment|extension|library|rule|rule_component)\\.(created|updated|deleted)$", + "type": "string" + }, + "minItems": 1, + "required": "true", + "type": "array" + }, + "url": { + "minLength": 1, + "pattern": "^(?", + "" + ] + }, + { + "Could not resolve": [ + "", + "" + ] + } + ], + "title": "Delegate Descriptor Unresolved" + }, + { + "code": "deleted-resources", + "description": "The resources that you are trying to add to your Library have been deleted.", + "http_status": 409, + "sample_details": [ + "Deleted resources cannot be added to a Library: :resource_ids" + ], + "title": "Deleted Resources" + }, + { + "code": "environment-in-use", + "description": "An Environment can only be assigned to one Library at a time. Option 1 is to choose a different environment. Option 2 is to free up this Environment by moving the Library to another Environment or deleting the Library.", + "http_status": 409, + "sample_details": [ + "Environment :environment_id is already in use by Library :library_id." + ], + "title": "Environment Already In Use" + }, + { + "code": "environment-required", + "description": "Your Library must have an Environment assigned before you can create a Build.", + "http_status": 409, + "sample_details": [ + "Library: :library_id does not have an Environment assigned" + ], + "title": "Environment Required" + }, + { + "code": "extension-not-found", + "description": "The extension that defines a data element or rule component is not included in the library. Ensure that all the required extensions have been added to your library.", + "http_status": 409, + "sample_details": [ + "Could not find Extension for :resource_type :resource_id", + "Could not find Extension for " + ], + "title": "Extension Not Found" + }, + { + "code": "extension-package-path-error", + "description": "A path defined in extension.json was incorrectly constructed.", + "http_status": 409, + "sample_details": [ + " is already a package path", + " is already a relative path", + " is already an absolute path" + ], + "title": "Extension Package Path Error" + }, + { + "code": "extension-package-transform-definition-error", + "description": "You have defined an invalid transform for an object property. Each object property can have one transform defined and it must be a file transform or a function transform.", + "http_status": 409, + "sample_details": [ + "Custom Code transform cannot be used", + "Only one transform can be defined for each object property" + ], + "title": "Extension Package Transform Definition Error" + }, + { + "code": "extension-package-zip-error", + "description": "An error occurred while unzipping the ExtensionPackage or zipping the files for distribution.", + "http_status": 409, + "sample_details": [ + "An error occured while unzipping the Extension Package" + ], + "title": "Extension Package Zip Error" + }, + { + "code": "host-in-use", + "description": "A Host may not be deleted if one or more Environments are using it.", + "http_status": 409, + "sample_details": [ + "Host :host_id cannot be removed because it is currently used by [:environment_id, ...]" + ], + "title": "Host Used By Environment(s)" + }, + { + "code": "host-required", + "description": "The Environment assigned to this Library does not have a valid Host. Check which Environment is assigned to your Library. Then assign a valid Host to that Environment.", + "sample_details": [ + "There is no Host assigned to Environment: :environment_id" + ], + "title": "Host Required" + }, + { + "code": "host-type-error", + "description": "Only SFTP Hosts need to have credentials verified before they can be used, so the pretest is only available for that Host type.", + "detail": "The Host pretest can only be performed on SFTP hosts", + "http_status": 409, + "sample_details": [ + "The Host pretest can only be performed on SFTP hosts" + ], + "title": "Host Type Error" + }, + { + "code": "id-mismatch", + "description": "The id in the payload has to match the id in the path", + "http_status": 409, + "title": "Id Mismatch" + }, + { + "code": "illegal-custom-code-transform", + "description": "You are not allowed to use the customCode transform. Please specify a function or file transform.", + "detail": "The custom code transform is not allowed", + "http_status": 409, + "sample_details": [ + "The custom code transform is not allowed" + ], + "title": "Illegal Custom Code Transform" + }, + { + "code": "ims-not-authorized", + "description": "An unknown error occurred authorizing your account. Please try again later.", + "http_status": 401, + "sample_details": [ + "User :user_id is not authorized" + ], + "title": "IMS Not Authorized" + }, + { + "code": "ims-session-error", + "description": "There is an issue with the signed-in session. Please log out and log in again.", + "http_status": 401, + "sample_details": [ + "Cannot migrate non-production environments", + "No session is available for user :user_id", + "There was an issue setting the Active Org for user :user_id" + ], + "title": "IMS Session Error" + }, + { + "code": "internal-error", + "description": "An internal error occurred. Please wait a few minutes and try again. If the issue persists, please contact Client Care.", + "detail": "An internal error occurred. Please wait a few minutes and try again. If the issue persists, please contact Client Care.", + "http_status": 500, + "sample_details": [ + "An internal error occurred. Please wait a few minutes and try again. If the issue persists, please contact Client Care." + ], + "title": "Internal Error" + }, + { + "code": "invalid-data_element", + "description": "An invalid data element cannot be added to a library.", + "http_status": 409, + "sample_details": [ + "Data element DE4bc8e966f2664fd9a08fd75b329d3177 cannot be revised because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has been deleted", + "Data element DE4bc8e966f2664fd9a08fd75b329d3177 cannot be revised because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has failed", + "Data element DE4bc8e966f2664fd9a08fd75b329d3177 is invalid because it is deleted", + "Data element DE4bc8e966f2664fd9a08fd75b329d3177 is invalid because it is head", + "Data element DE4bc8e966f2664fd9a08fd75b329d3177 is invalid because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has failed" + ], + "title": "Invalid data_element" + }, + { + "code": "invalid-embed_code", + "description": "Either this is not a valid DTM embed code or you're trying to link it to a Launch Development or Staging Environment. DTM embed codes can only be linked to Launch Production Environments.", + "http_status": 409, + "sample_details": [ + ":embed_code is not a valid DTM embed code", + "This Environmment is not a Production Environment" + ], + "title": "Invalid embed_code" + }, + { + "code": "invalid-extension", + "description": "An invalid extension cannot be added to a library.", + "http_status": 409, + "sample_details": [ + "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 cannot be revised because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has been deleted", + "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 cannot be revised because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which is pending", + "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 is invalid because it is deleted", + "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 is invalid because it is head", + "Extension EX4ea5ecbdf27e4a3889ba73a36b6b7994 is invalid because it relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has failed" + ], + "title": "Invalid extension" + }, + { + "code": "invalid-extension_package_id", + "description": "You can only modify some of the object properties of an Extension Package. You tried to modify one of the ones that is not allowed.", + "http_status": 409, + "sample_details": [ + "An Extension cannot be upgraded while it is in a Library in the 'Submitted' or 'Approved' state", + "You are not allowed to modify the 'name' property of an Extension Package", + "You are not allowed to modify the 'platform' property of an Extension Package" + ], + "title": "Invalid extension_package_id" + }, + { + "code": "invalid-new-owner-org-id", + "description": "The Org ID you tried to assign is not a valid Org ID.", + "sample_details": [ + "@brobison lets chat about this /lib/extension_package_owner_org_id_migrator.rb", + "Spencer will do this?", + "company with :owner_org_id org_id should exist", + "name, platform and owner_org_id are required" + ], + "title": "Invalid New Owner Org Id" + }, + { + "code": "invalid-org", + "description": "Your active Org doesn't have Launch access. Check that you're using the correct Org.", + "detail": "This active Org does not have access to Launch", + "http_status": 409, + "sample_details": [ + "Org must match at least one provisioned organization", + "This active Org does not have access to Launch" + ], + "title": "Invalid Org" + }, + { + "code": "invalid-property", + "description": "A secret can only be added to an edge property.", + "http_status": 409, + "sample_details": [ + "Property PR5c9cd7e46dd443d7bd7178c07ca4470a is not an edge property" + ], + "title": "Invalid property" + }, + { + "code": "invalid-rule", + "description": "An invalid rule cannot be added to a library.", + "http_status": 409, + "sample_details": [ + "Rule RL4bc8e966f2664fd9a08fd75b329d3177 cannot be revised because its rule component RCffffe9029d77446b800e1135ee2640c6 relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has been deleted", + "Rule RL4bc8e966f2664fd9a08fd75b329d3177 cannot be revised because its rule component RCffffe9029d77446b800e1135ee2640c6 relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which is pending", + "Rule RL4bc8e966f2664fd9a08fd75b329d3177 is invalid because it is deleted", + "Rule RL4bc8e966f2664fd9a08fd75b329d3177 is invalid because it is head", + "Rule RL4bc8e966f2664fd9a08fd75b329d3177 is invalid because its rule component RCffffe9029d77446b800e1135ee2640c6 relies on extension package EP643cde6dd0d648c9a4f4dd103eaf0624 which has failed" + ], + "title": "Invalid rule" + }, + { + "code": "invalid-settings-syntax", + "description": "A syntax error was encountered while parsing the settings JSON.", + "detail": "The settings block is not valid JSON", + "http_status": 409, + "sample_details": [ + "unexpected token at '}'" + ], + "title": "Invalid Settings Syntax" + }, + { + "code": "library-file-not-found", + "description": "A required file defined in extension.json could not be found inside the zip package.", + "http_status": 409, + "sample_details": [ + "No such file or directory - " + ], + "title": "Library File Not Found" + }, + { + "code": "minification-error", + "description": "The code could not be compiled due to invalid code or ES6 code.", + "http_status": 409, + "sample_details": [ + "", + "JavaScript error encountered in file : " + ], + "title": "Minification error" + }, + { + "code": "multiple-revisions", + "description": "Only one revision of each resource can be included in a library.", + "http_status": 409, + "sample_details": [ + "You may only have one revision of each resource in a Library" + ], + "title": "Multiple Revisions" + }, + { + "code": "no-available-orgs", + "description": "This user account does not belong to a product profile that has access to Launch. Use the Admin Console to add this user to a product profile with Launch rights.", + "http_status": 401, + "sample_details": [ + "User ID :user_id is not authorized for Launch access with any organizations" + ], + "title": "No Available Orgs" + }, + { + "code": "not-authorized", + "description": "This user account does not have the necessary permissions to perform this action.", + "http_status": 403, + "title": "Not Authorized" + }, + { + "code": "not-found", + "description": "The record could not be found. Verify the id of the object that you're trying to retrieve.", + "http_status": 409, + "sample_details": [ + "Could not find Environment :environment_id", + "Could not find Resource :resource_id", + "Could not find release :release_id" + ], + "title": "Record Not Found" + }, + { + "code": "not-unique", + "description": "The name you are trying to use is already in use. For this resource, the 'name' property must be unique.", + "http_status": 409, + "title": "Record Not Unique" + }, + { + "code": "provisioning-error", + "description": "An unexpected error occurred. You should contact Customer Care to complete provisioning.", + "detail": "Provisioning error - please contact Customer Care to complete provisioning", + "http_status": 500, + "sample_details": [ + "NA" + ], + "title": "Provisioning Error" + }, + { + "code": "public-release-not-authorized", + "description": "Public release of extensions is coordinated by launch-ext-dev@adobe.com.", + "detail": "Public release of extensions is coordinated by launch-ext-dev@adobe.com", + "http_status": 403, + "title": "Release To Public Not Authorized" + }, + { + "code": "read-only", + "description": "This resource is read-only and cannot be modified.", + "http_status": 409, + "sample_details": [ + "Cannot change a library that is not in a \"development\" state", + "Cannot perform :action on a library unless it is in the \"development\" state.", + "Release release_id is read only", + "Resource :resource_id is read only", + "Rule :rule_id is deleted" + ], + "title": "Read Only Record" + }, + { + "code": "secret-connection-refused-error", + "description": "The connection to the provided authorization_url was refused. Please check your credentials or try again later.", + "detail": "The connection to the provided authorization_url was refused. Please check your credentials or try again later.", + "title": "Secret Connection Refused Error" + }, + { + "code": "secret-forbidden-error", + "description": "The authorization_url responded with 403. This usually means that authorization_url is not correct.", + "detail": "The request to the provided authorization_url was forbbiden. Please check your credentials.", + "title": "Secret Forbidden Error" + }, + { + "code": "secret-invalid-domain-error", + "description": "The provided authorization_url domain cannot be resolved and it is considered invalid.", + "detail": "The provided authorization_url domain is invalid. Please check your credentials.", + "title": "Secret Invalid Domain Error" + }, + { + "code": "secret-invalid-response-error", + "description": "The authorization_url is expected to respond with 2xx. If this is not happening, the response is considered invalid.", + "detail": "The provided authorization_url responded with an error status code. Please check your credentials or try again later.", + "title": "Secret Invalid Response Error" + }, + { + "code": "secret-not-found-error", + "description": "The authorization_url responded with 404. This usually means that authorization_url is not correct.", + "detail": "The provided authorization_url has an incorrect path. Please check your credentials.", + "title": "Secret Not Found Error" + }, + { + "code": "secret-processing-error", + "description": "An unknown error occurred while processing the secret. Please try again later or contact Customer Care.", + "detail": "An unknown error occurred while processing the secret. Please try again later or contact Customer Care.", + "title": "Secret Processing Error" + }, + { + "code": "secret-timeout-error", + "description": "The request to the provided authorization_url times out after 60s.", + "detail": "The request to the provided authorization_url timed out. Please check your credentials or try again later.", + "title": "Secret Timeout Error" + }, + { + "code": "secret-unauthorized-error", + "description": "The authorization_url responded with 401. This usually means that the client_id and client_secret failed to be authorized.", + "detail": "The authorization failed for the provided client_id and client_secret. Please check your credentials.", + "title": "Secret Unauthorized Error" + }, + { + "code": "server-side-deployment-error", + "description": "An unexpected error occurred. You can try again later or give Customer Care a call and explain what you were doing when it happened.", + "detail": "Server Side Deployment Error - please try again later or contact Customer Care", + "http_status": 500, + "sample_details": [ + "NA" + ], + "title": "Server Side Deployment Error" + }, + { + "code": "session-timeout", + "description": "The user session has expired. Please log out and log in again.", + "detail": "User session has timed out", + "http_status": 401, + "sample_details": [ + "User session has timed out" + ], + "title": "Session Timeout" + }, + { + "code": "sftp-authentication-failed", + "description": "Authentication failed for the SFTP connection.", + "http_status": 409, + "sample_details": [ + "NA" + ], + "title": "SFTP Authentication Failed" + }, + { + "code": "sftp-connection-timeout", + "description": "The SFTP connection has timed out.", + "detail": "The SFTP connection has timed out.", + "http_status": 409, + "sample_details": [ + "The SFTP connection has timed out." + ], + "title": "SFTP Connection Timeout" + }, + { + "code": "sftp-exception", + "description": "An exception was encountered when using SFTP to connect to the server.", + "http_status": 409, + "sample_details": [ + "NA" + ], + "title": "SFTP Exception" + }, + { + "code": "sftp-status-exception", + "description": "An SFTP exception was encountered while trying to communicate with the server.", + "http_status": 409, + "sample_details": [ + "NA" + ], + "title": "SFTP Status Exception" + }, + { + "code": "socket-error", + "description": "A socket error was encountered while trying to communicate with the server.", + "http_status": 409, + "sample_details": [ + "NA" + ], + "title": "Socket Error" + }, + { + "code": "ssh-disconnect", + "description": "The SSH session was disconnected.", + "http_status": 409, + "sample_details": [ + "NA" + ], + "title": "SSH Disconnect" + }, + { + "code": "timeout-error", + "description": "The connection with the server timed out.", + "http_status": 409, + "sample_details": [ + "NA" + ], + "title": "Timeout Error" + }, + { + "code": "unknown-error", + "description": "An unexpected error occurred. You can try again later or give Customer Care a call and explain what you were doing when it happened.", + "detail": "Unknown error - please try again later or contact Customer Care", + "http_status": 500, + "sample_details": [ + "NA", + "Unknown error, please try again later or contact Customer Care" + ], + "title": "Unknown Error" + }, + { + "code": "unsupported-custom-code-language", + "description": "A custom code language was supplied that is not supported.", + "detail": "The language must be either HTML or Javascript.", + "http_status": 409, + "sample_details": [ + "Language must be either HTML or Javascript" + ], + "title": "Unsupported Custom Code Language" + }, + { + "code": "unsupported-ecma-version", + "description": "The library modules contain code written in an ECMAScript version that is not supported.", + "detail": "Code using an unsupported ECMAScript version was detected", + "http_status": 409, + "sample_details": [ + "NA" + ], + "title": "Unsupported ECMA Version" + }, + { + "code": "upgraded-extension-required", + "description": "Once you've installed an extension upgrade, you must include it in all Libraries until the upgrade gets to Production. The only exception is if the extension has not been published yet.", + "http_status": 409, + "sample_details": [ + "This Library must include the newly upgraded extension(s): [:extension_id]" + ], + "title": "Upgraded Extension Required" + }, + { + "code": "upstream-build-required", + "description": "A successful Build for the upstream Library is required before you can build this one.", + "detail": "A successful Build for the upstream Library is required before you can build this one", + "http_status": 409, + "sample_details": [ + "No successful build found for upstream library" + ], + "title": "Upstream Build Required" + } + ], + "filterable_attributes": { + "app_configuration": [ + "created_at", + "updated_at", + "app_id", + "key_type", + "messaging_service", + "name", + "platform" + ], + "app_surface": [ + "created_at", + "updated_at", + "name" + ], + "audit_event": [ + "created_at", + "updated_at", + "type_of" + ], + "build": [ + "created_at", + "updated_at", + "status", + "token" + ], + "callback": [ + "created_at", + "updated_at" + ], + "company": [ + "created_at", + "updated_at", + "name", + "org_id", + "token" + ], + "data_element": [ + "created_at", + "updated_at", + "enabled", + "name", + "dirty", + "origin_id", + "published", + "published_at", + "revision_number" + ], + "environment": [ + "created_at", + "updated_at", + "archive", + "name", + "stage", + "token" + ], + "extension": [ + "created_at", + "updated_at", + "display_name", + "enabled", + "name", + "version", + "dirty", + "origin_id", + "published", + "published_at", + "revision_number" + ], + "extension_package": [ + "created_at", + "updated_at", + "availability", + "display_name", + "name", + "status", + "version", + "platform" + ], + "extension_package_versions": [ + "created_at", + "updated_at", + "availability", + "display_name", + "status", + "version" + ], + "group": [ + "created_at", + "updated_at" + ], + "host": [ + "created_at", + "updated_at", + "name", + "type_of" + ], + "library": [ + "created_at", + "updated_at", + "name", + "published_at", + "state", + "stale" + ], + "note": [ + "created_at", + "updated_at", + "text" + ], + "property": [ + "created_at", + "updated_at", + "enabled", + "name", + "copying", + "platform", + "token" + ], + "rule_component": [ + "created_at", + "updated_at", + "enabled", + "name", + "negate", + "dirty", + "origin_id", + "published", + "published_at", + "revision_number" + ], + "rule": [ + "created_at", + "updated_at", + "enabled", + "name", + "dirty", + "origin_id", + "published", + "published_at", + "revision_number" + ], + "secret": [ + "created_at", + "updated_at", + "status", + "name", + "type_of", + "environment_id" + ], + "user": [ + "created_at", + "updated_at", + "adobe_id" + ] + }, + "schemas": { + "fixtures/rule.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the extension configuration.", + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + } + }, + "required": [ + "created_at", + "deleted_at", + "dirty", + "enabled", + "name", + "updated_at", + "revision_number", + "published", + "published_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "rule_components": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" + }, + "origin": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rule_components": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "libraries", + "rule_components", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "included": { + "description": "To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \"compound documents\".", + "type": "array", + "items": { + "description": "\"Resource objects\" appear in a JSON API document to represent resources.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "attributes": { + "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", + "type": "object", + "patternProperties": { + "^(?!relationships$|links$)\\w[-\\w_]*$": { + "description": "Attributes may contain any valid JSON value." + } + }, + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/extension_packages.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "actions": { + "description": "Available Action Delegates", + "type": [ + "array", + "null" + ] + }, + "author": { + "description": "Extension Package Author", + "type": [ + "null", + "object" + ] + }, + "availability": { + "description": "Extension Package availability", + "type": "string", + "enum": [ + "development", + "public", + "private" + ] + }, + "cdn_path": { + "description": "URL for the extension assets (via CDN).", + "type": [ + "null", + "string" + ] + }, + "conditions": { + "description": "Available Condition Delegates", + "type": [ + "array", + "null" + ] + }, + "configuration": { + "description": "Configuration Delegate", + "type": [ + "null", + "object" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "data_elements": { + "description": "Available Data Element Delegates", + "type": [ + "array", + "null" + ] + }, + "description": { + "description": "Details about the extension.", + "type": [ + "null", + "string" + ] + }, + "discontinued": { + "description": "Disallow use of this package.", + "type": "boolean" + }, + "display_name": { + "description": "Name of the extension.", + "type": [ + "null", + "string" + ] + }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, + "events": { + "description": "Available Event Delegates", + "type": [ + "array", + "null" + ] + }, + "exchange_url": { + "description": "Unique url of the extension.", + "type": [ + "null", + "string" + ] + }, + "hosted_lib_files": { + "description": "Lib files that are hosted", + "type": [ + "array", + "null" + ] + }, + "icon_path": { + "description": "Relative URL of the display icon for the extension.", + "type": [ + "null", + "string" + ] + }, + "name": { + "description": "Unique name of the extension.", + "type": [ + "null", + "string" + ] + }, + "resources": { + "description": "Turbine resources exposed by the extension.", + "type": [ + "array", + "null" + ] + }, + "shared_modules": { + "description": "Shared Modules", + "type": [ + "array", + "null" + ] + }, + "main": { + "description": "Module that will be run when Turbine is initialized", + "type": [ + "string", + "null" + ] + }, + "owner_org_id": { + "description": "The id of the organization that owns the extension", + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "status": { + "description": "Describes the current status: 'pending', 'success' or 'error'.", + "type": "string", + "enum": [ + "failed", + "pending", + "succeeded" + ] + }, + "platform": { + "description": "The type of the extension.", + "anyOf": [ + { + "type": "string", + "enum": [ + "web", + "mobile", + "edge" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "description": "Version of the extension.", + "type": [ + "null", + "string" + ] + }, + "view_base_path": { + "description": "Relative path of the extension views folder.", + "type": [ + "null", + "string" + ] + }, + "repositories": { + "description": "Mobile repositories", + "type": [ + "array", + "null" + ] + } + }, + "required": [ + "actions", + "cdn_path", + "conditions", + "configuration", + "created_at", + "data_elements", + "display_name", + "ecma_version", + "events", + "exchange_url", + "name", + "owner_org_id", + "resources", + "status", + "platform", + "updated_at", + "version", + "view_base_path" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EP[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": [ + "object" + ], + "properties": { + "status_details": { + "type": [ + "null", + "object" + ] + } + } + }, + "type": { + "type": "string", + "enum": [ + "extension_packages" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/edge_error_metrics.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "hits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "count": { + "type": "integer" + }, + "response_code": { + "type": "string" + } + }, + "required": [ + "count", + "response_code" + ], + "additionalProperties": false + } + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "hits", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "edge_error_metrics" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + } + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/data_elements.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "clean_text": { + "description": "Remove leading and trailing whitespace", + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": "string" + }, + "default_value": { + "description": "Value to return if data element evaluates to undefined", + "type": [ + "null", + "string" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "force_lower_case": { + "description": "Convert value to lowercase", + "type": "boolean" + }, + "name": { + "description": "User provided name for data element", + "type": "string" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "storage_duration": { + "anyOf": [ + { + "description": "Duration to cache data element value", + "type": "string", + "enum": [ + "pageview", + "session", + "visitor" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "enabled", + "force_lower_case", + "name", + "published", + "published_at", + "review_status", + "revision_number", + "settings", + "storage_duration", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "DE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "origin": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "libraries", + "revisions", + "origin", + "property", + "extension" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "data_elements" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/host.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "server": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": [ + "null", + "string" + ] + }, + "port": { + "type": [ + "null", + "integer" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "type_of": { + "type": "string", + "enum": [ + "akamai", + "sftp", + "cloudflare_worker" + ] + }, + "username": { + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "server", + "name", + "path", + "port", + "status", + "type_of", + "updated_at", + "username" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "HT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/hosts/HT[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "hosts" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/library_relationships.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "(?:RL|EX|DE)[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "data_elements", + "extensions", + "rules" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/resources" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/resources" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/library_rules.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/rules" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/rules" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/environments.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "archive": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "library_path": { + "type": "string" + }, + "library_name": { + "type": "string", + "minLength": 1 + }, + "library_entry_points": { + "type": "array", + "items": { + "type": "object", + "properties": { + "library_name": { + "type": "string", + "minLength": 1 + }, + "minified": { + "type": "boolean" + }, + "references": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + } + } + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": [ + "null", + "string" + ] + }, + "stage": { + "type": "string", + "enum": [ + "development", + "staging", + "production" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": "string" + } + }, + "required": [ + "archive", + "created_at", + "library_name", + "library_entry_points", + "name", + "path", + "stage", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EN[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "archive_encrypted": { + "type": "boolean" + }, + "download_link": { + "type": "string" + }, + "status_details": { + "type": "string" + }, + "dtm_linked": { + "type": "boolean" + }, + "script_sources": { + "type": [ + "null", + "array" + ], + "items": { + "type": "object", + "properties": { + "display_name": { + "type": "string", + "minLength": 1 + }, + "minified": { + "type": "string", + "minLength": 1 + }, + "license_path": { + "type": "string", + "minLength": 1 + }, + "debug": { + "type": "string", + "minLength": 1 + } + }, + "additional_items": false + } + } + }, + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "host": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "host", + "builds", + "library", + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "environments" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/rule_components.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "description": "Identifier for Delegate Descriptor", + "type": [ + "string", + "null" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "negate": { + "type": "boolean" + }, + "name": { + "description": "Name of the rule component", + "type": "string" + }, + "order": { + "description": "Order to load the component by type", + "type": [ + "null", + "number" + ] + }, + "rule_order": { + "description": "Priority for the associated rule to fire", + "type": "number" + }, + "timeout": { + "description": "Timeout of the action that is executed in sequence", + "type": "number" + }, + "delay_next": { + "description": "Delay later actions", + "type": "boolean" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "oneOf": [ + { + "type": "string", + "format": "date-time" + }, + { + "type": "null" + } + ] + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "order", + "published", + "published_at", + "settings", + "updated_at", + "revision_number" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RC[a-zA-Z0-9]{32}" + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "rules", + "origin", + "extension" + ], + "additionalProperties": false + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "rules": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" + }, + "origin": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rule_components" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/errors.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "description": "\"Error\" object", + "type": "object", + "properties": { + "errors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "description": "A unique identifier for this particular occurrence of the problem.", + "type": "string" + }, + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "status": { + "description": "The HTTP status code applicable to this problem, expressed as a string value.", + "type": "string" + }, + "code": { + "description": "An application-specific error code, expressed as a string value.", + "type": "string" + }, + "title": { + "description": "A short, human-readable summary of the problem. It **SHOULD NOT** change from occurrence to occurrence of the problem, except for purposes of localization.", + "type": "string" + }, + "detail": { + "description": "A human-readable explanation specific to this occurrence of the problem.", + "type": "string" + }, + "source": { + "type": "object", + "properties": { + "pointer": { + "description": "A JSON Pointer [RFC6901] to the associated entity in the request document [e.g. \"/data\" for a primary data object, or \"/data/attributes/title\" for a specific attribute].", + "type": "string" + }, + "parameter": { + "description": "A string indicating which query parameter caused the error.", + "type": "string" + } + } + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + } + }, + "required": [ + "errors" + ], + "additionalProperties": false + }, + "fixtures/app_surface.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the app surface.", + "type": "string" + } + }, + "required": [ + "created_at", + "updated_at", + "name" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/company.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the customer or representative of the business.", + "type": "string" + }, + "org_id": { + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": "string" + }, + "cjm_enabled": { + "type": "boolean" + }, + "edge_enabled": { + "type": "boolean" + }, + "edge_events_allotment": { + "type": [ + "null", + "number" + ] + }, + "edge_fanout_ratio": { + "type": [ + "null", + "number" + ] + }, + "premium_cdn_enabled": { + "type": "boolean" + }, + "sla_enabled": { + "type": "boolean" + } + }, + "required": [ + "created_at", + "name", + "org_id", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "CO[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + }, + "properties": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}/properties" + } + }, + "required": [ + "self", + "properties" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "rights": { + "type": "array", + "items": { + "type": [ + "null", + "string" + ] + } + }, + "platform_rights": { + "type": "object", + "properties": { + "web": { + "type": "array", + "items": { + "type": [ + "null", + "string" + ] + } + }, + "mobile": { + "type": "array", + "items": { + "type": [ + "null", + "string" + ] + } + } + } + } + } + }, + "relationships": { + "type": "object", + "properties": { + "properties": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "properties" + ] + }, + "type": { + "type": "string", + "enum": [ + "companies" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/library_environment.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "oneOf": [ + { + "type": "null" + }, + { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "EN[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "environments" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + ] + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/environment" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/environment" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/edge_performance_metrics.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "hits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "compute_mean": { + "type": "number" + }, + "compute_max": { + "type": "number" + } + }, + "required": [ + "compute_mean", + "compute_max" + ], + "additionalProperties": false + } + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "hits", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "edge_performance_metrics" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + } + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/app_surface_app_configurations.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_configurations" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/app_configurations" + }, + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/relationships/app_configurations" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/app_configuration_app_surfaces.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/app_surfaces" + }, + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/relationships/app_surfaces" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/audit_events.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "attributed_to_display_name": { + "type": [ + "null", + "string" + ] + }, + "attributed_to_email": { + "type": [ + "null", + "string" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string" + }, + "entity": { + "description": "Snapshot of the resource at the time of the event.", + "type": "string" + }, + "type_of": { + "type": "string" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "attributed_to_display_name", + "attributed_to_email", + "created_at", + "entity", + "type_of", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "entity": { + "type": "string", + "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" + }, + "property": { + "oneOf": [ + { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "entity", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "property_name": { + "type": [ + "string", + "null" + ] + } + }, + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "audit_events" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/resources_libraries.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "LB[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "libraries" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/(?:data_elements|extensions|rules)/(?:DE|EX|RL)[a-zA-Z0-9]{32}/relationships/libraries" + }, + "related": { + "type": "string", + "pattern": "/(?:data_elements|extensions|rules)/(?:DE|EX|RL)[a-zA-Z0-9]{32}/libraries" + } + }, + "required": [ + "self", + "related" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/properties.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + }, + "uniqueItems": true + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the property.", + "type": "string" + }, + "undefined_vars_return_empty": { + "type": "boolean" + }, + "rule_component_sequencing_enabled": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "platform": { + "type": "string", + "enum": [ + "web", + "mobile", + "edge" + ] + }, + "ssl_enabled": { + "type": "boolean" + }, + "privacy": { + "type": "string", + "enum": [ + "optedin", + "optedout", + "unknown" + ] + }, + "development": { + "type": "boolean" + }, + "token": { + "type": "string" + }, + "meta": { + "type": "object", + "properties": { + "approvals_open_count": { + "type": "integer" + }, + "approvals_rejected_count": { + "type": "integer" + }, + "approvals_unassigned_count": { + "type": "integer" + }, + "last_published_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "approvals_open_count", + "approvals_rejected_count", + "approvals_unassigned_count", + "last_published_at" + ], + "additionalProperties": false + } + }, + "anyOf": [ + { + "properties": { + "platform": { + "enum": [ + "web" + ] + } + }, + "required": [ + "domains", + "enabled", + "name", + "undefined_vars_return_empty", + "rule_component_sequencing_enabled", + "created_at", + "updated_at", + "platform" + ] + }, + { + "properties": { + "platform": { + "enum": [ + "mobile" + ] + } + }, + "required": [ + "name", + "created_at", + "updated_at", + "platform", + "ssl_enabled", + "privacy" + ] + }, + { + "properties": { + "platform": { + "enum": [ + "edge" + ] + } + }, + "required": [ + "enabled", + "name", + "created_at", + "updated_at", + "platform" + ] + } + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + }, + "data_elements": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" + }, + "environments": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" + }, + "extensions": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" + }, + "rules": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" + } + }, + "required": [ + "self", + "company", + "environments", + "extensions", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "callbacks": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "hosts": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environments": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company", + "callbacks", + "hosts", + "environments", + "libraries", + "data_elements", + "extensions", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "properties" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/library_relationships_data_elements.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "DE[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "data_elements" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/data_elements" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/data_elements" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/callback.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "subscriptions": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "url": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "subscriptions", + "url" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "CB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "callbacks" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/users.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "active_org": { + "type": [ + "string", + "null" + ], + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "adobe_id": { + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@.*" + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "display_name": { + "type": [ + "string", + "null" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "ims_organizations": { + "type": [ + "array", + "null" + ] + }, + "ims_profile": { + "type": [ + "object", + "null" + ] + }, + "rights": { + "type": "array", + "items": { + "type": "string" + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "adobe_id", + "created_at", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "UR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/users/UR[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "users" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/secrets.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "type_of": { + "type": "string", + "enum": [ + "oauth2", + "simple-http", + "token" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "failed", + "succeeded" + ] + }, + "name": { + "description": "Secret name.", + "type": "string" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "activated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "refresh_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "expires_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "credentials": { + "type": "object" + } + }, + "required": [ + "created_at", + "updated_at", + "credentials" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "SE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/secrets/SE[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/secrets/SE[a-zA-Z0-9]{32}/property" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "refresh_attempts": { + "type": "integer" + }, + "refresh_status": { + "type": "string" + }, + "refresh_status_details": { + "type": "object" + }, + "status_details": { + "type": "object" + }, + "test_exchange": { + "type": "object" + } + }, + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "environment" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "secrets" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/note.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "author_display_name": { + "type": "string" + }, + "author_email": { + "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "text": { + "description": "Content of the note", + "type": "string" + } + }, + "required": [ + "author_display_name", + "author_email", + "text" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "NT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/notes/NT[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL|secrets/SE)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "notes" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/app_configuration.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "app_id": { + "description": "The third party id of the application", + "type": "string" + }, + "name": { + "description": "Name of the app configuration.", + "type": "string" + }, + "platform": { + "type": "string", + "enum": [ + "mobile" + ] + }, + "messaging_service": { + "type": "string", + "enum": [ + "fcm", + "apns" + ] + }, + "key_type": { + "type": [ + "string", + "null" + ], + "enum": [ + "fcm_v1", + "p8_file", + null + ] + } + }, + "required": [ + "created_at", + "updated_at", + "app_id", + "name", + "platform", + "messaging_service" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_configurations" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/resources.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "anyOf": [ + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": [ + "string", + "null" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "display_name": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "type": "string" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "display_name", + "enabled", + "name", + "revision_number", + "published", + "published_at", + "settings", + "updated_at", + "version" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EX[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "extension_package": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + "latest_extension_package": { + "oneOf": [ + { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + }, + "origin": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + } + }, + "required": [ + "latest_extension_package", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "upgrade_extension_package_id": { + "type": "string", + "pattern": "EP[a-zA-Z0-9]{32}" + }, + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "extension_package", + "libraries", + "origin", + "property", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "extensions" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "clean_text": { + "description": "Remove leading and trailing whitespace", + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": "string" + }, + "default_value": { + "description": "Value to return if data element evaluates to undefined", + "type": [ + "null", + "string" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "force_lower_case": { + "description": "Convert value to lowercase", + "type": "boolean" + }, + "name": { + "description": "User provided name for data element", + "type": "string" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "storage_duration": { + "anyOf": [ + { + "description": "Duration to cache data element value", + "type": "string", + "enum": [ + "pageview", + "session", + "visitor" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "enabled", + "force_lower_case", + "name", + "published", + "published_at", + "review_status", + "revision_number", + "settings", + "storage_duration", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "DE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "origin": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "libraries", + "revisions", + "origin", + "property", + "extension" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "data_elements" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the extension configuration.", + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + } + }, + "required": [ + "created_at", + "deleted_at", + "dirty", + "enabled", + "name", + "updated_at", + "revision_number", + "published", + "published_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "rule_components": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" + }, + "origin": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rule_components": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "libraries", + "rule_components", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + ] + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/environment_host.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "HT[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "hosts" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}/host" + }, + "self": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}/relationships/host" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/library_relationships_rules.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/rules" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/rules" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/edge_usage_metrics.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "hits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "egress_count": { + "type": "number" + }, + "egress_failed_count": { + "type": "number" + }, + "egress_succeeded_count": { + "type": "number" + }, + "ingress_count": { + "type": "number" + }, + "total_count": { + "type": "number" + } + }, + "required": [ + "egress_count", + "egress_failed_count", + "egress_succeeded_count", + "ingress_count", + "total_count" + ], + "additionalProperties": false + } + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "hits", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "edge_usage_metrics" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + } + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/icon.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "url": { + "type": "string" + }, + "status": { + "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "url", + "status" + ], + "additionalProperties": false + }, + "meta": { + "type": [ + "object" + ], + "properties": { + "status_details": { + "type": [ + "null", + "object" + ] + } + } + }, + "id": { + "type": "string", + "pattern": "IC[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/icons/IC[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(app_configurations/AC|app_surfaces/AS)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "icons" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/extensions.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": [ + "string", + "null" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "display_name": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "type": "string" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "display_name", + "enabled", + "name", + "revision_number", + "published", + "published_at", + "settings", + "updated_at", + "version" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EX[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "extension_package": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + "latest_extension_package": { + "oneOf": [ + { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + }, + "origin": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + } + }, + "required": [ + "latest_extension_package", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "upgrade_extension_package_id": { + "type": "string", + "pattern": "EP[a-zA-Z0-9]{32}" + }, + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "extension_package", + "libraries", + "origin", + "property", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "extensions" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/app_configurations.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "app_id": { + "description": "The third party id of the application", + "type": "string" + }, + "name": { + "description": "Name of the app configuration.", + "type": "string" + }, + "platform": { + "type": "string", + "enum": [ + "mobile" + ] + }, + "messaging_service": { + "type": "string", + "enum": [ + "fcm", + "apns" + ] + }, + "key_type": { + "type": [ + "string", + "null" + ], + "enum": [ + "fcm_v1", + "p8_file", + null + ] + } + }, + "required": [ + "created_at", + "updated_at", + "app_id", + "name", + "platform", + "messaging_service" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_configurations" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/library_data_elements.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "DE[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "data_elements" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/data_elements" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/data_elements" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/notes.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "author_display_name": { + "type": "string" + }, + "author_email": { + "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "text": { + "description": "Content of the note", + "type": "string" + } + }, + "required": [ + "author_display_name", + "author_email", + "text" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "NT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/notes/NT[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL|secrets/SE)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "notes" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/user.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "active_org": { + "type": [ + "string", + "null" + ], + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "adobe_id": { + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@.*" + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "display_name": { + "type": [ + "string", + "null" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "ims_organizations": { + "type": [ + "array", + "null" + ] + }, + "ims_profile": { + "type": [ + "object", + "null" + ] + }, + "rights": { + "type": "array", + "items": { + "type": "string" + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "adobe_id", + "created_at", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "UR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/users/UR[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "users" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/library.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "build_required": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string" + }, + "published_at": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "state": { + "type": "string", + "enum": [ + "development", + "submitted", + "rejected", + "approved", + "published" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "build_required", + "created_at", + "name", + "published_at", + "state", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "LB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + } + }, + "required": [ + "property", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "build_status": { + "type": [ + "null", + "string" + ] + }, + "build_required_detail": { + "type": "string" + }, + "currently_live": { + "type": "boolean" + } + }, + "required": [ + "build_status" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "upstream_library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "last_build": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "builds", + "environment", + "data_elements", + "extensions", + "rules", + "property" + ] + }, + "type": { + "enum": [ + "libraries" + ], + "type": "string" + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/library_relationships_extensions.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "EX[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "extensions" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/extensions" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/extensions" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/data_element.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "clean_text": { + "description": "Remove leading and trailing whitespace", + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": "string" + }, + "default_value": { + "description": "Value to return if data element evaluates to undefined", + "type": [ + "null", + "string" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "force_lower_case": { + "description": "Convert value to lowercase", + "type": "boolean" + }, + "name": { + "description": "User provided name for data element", + "type": "string" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "storage_duration": { + "anyOf": [ + { + "description": "Duration to cache data element value", + "type": "string", + "enum": [ + "pageview", + "session", + "visitor" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "enabled", + "force_lower_case", + "name", + "published", + "published_at", + "review_status", + "revision_number", + "settings", + "storage_duration", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "DE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "origin": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "libraries", + "revisions", + "origin", + "property", + "extension" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "data_elements" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/rules.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the extension configuration.", + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + } + }, + "required": [ + "created_at", + "deleted_at", + "dirty", + "enabled", + "name", + "updated_at", + "revision_number", + "published", + "published_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "rule_components": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" + }, + "origin": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rule_components": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "libraries", + "rule_components", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "included": { + "description": "To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \"compound documents\".", + "type": "array", + "items": { + "description": "\"Resource objects\" appear in a JSON API document to represent resources.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "attributes": { + "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", + "type": "object", + "patternProperties": { + "^(?!relationships$|links$)\\w[-\\w_]*$": { + "description": "Attributes may contain any valid JSON value." + } + }, + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/companies.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the customer or representative of the business.", + "type": "string" + }, + "org_id": { + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": "string" + }, + "cjm_enabled": { + "type": "boolean" + }, + "edge_enabled": { + "type": "boolean" + }, + "edge_events_allotment": { + "type": [ + "null", + "number" + ] + }, + "edge_fanout_ratio": { + "type": [ + "null", + "number" + ] + }, + "premium_cdn_enabled": { + "type": "boolean" + }, + "sla_enabled": { + "type": "boolean" + } + }, + "required": [ + "created_at", + "name", + "org_id", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "CO[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + }, + "properties": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}/properties" + } + }, + "required": [ + "self", + "properties" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "rights": { + "type": "array", + "items": { + "type": [ + "null", + "string" + ] + } + }, + "platform_rights": { + "type": "object", + "properties": { + "web": { + "type": "array", + "items": { + "type": [ + "null", + "string" + ] + } + }, + "mobile": { + "type": "array", + "items": { + "type": [ + "null", + "string" + ] + } + } + } + } + } + }, + "relationships": { + "type": "object", + "properties": { + "properties": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "properties" + ] + }, + "type": { + "type": "string", + "enum": [ + "companies" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/server_side_metrics.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "oneOf": [ + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "event_count": { + "type": "number" + }, + "egress_event_count": { + "type": "number" + }, + "egress_event_success_count": { + "type": "number" + }, + "egress_event_failure_count": { + "type": "number" + }, + "ingress_event_count": { + "type": "number" + }, + "ingress_event_success_count": { + "type": "number" + }, + "ingress_event_failure_count": { + "type": "number" + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "egress_event_count", + "egress_event_failure_count", + "egress_event_success_count", + "event_count", + "ingress_event_count", + "ingress_event_failure_count", + "ingress_event_success_count", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "server_side_usages" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "compute_time_avg": { + "type": "number" + }, + "compute_time_max": { + "type": "number" + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "compute_time_avg", + "compute_time_max", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "server_side_performances" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + } + ] + } + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/groups.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "all_selected": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "permission_id": { + "type": "string" + }, + "platforms": { + "type": "array", + "items": { + "type": "string" + } + }, + "property_rights": { + "type": "array", + "items": { + "type": "string" + } + }, + "company_rights": { + "type": "array", + "items": { + "type": "string" + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "platforms", + "property_rights", + "company_rights", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "GP[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/groups/GP[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "properties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "properties" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/groups/GP[a-zA-Z0-9]{32}/properties" + } + }, + "required": [ + "related" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "properties", + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "groups" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/libraries.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "build_required": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string" + }, + "published_at": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "state": { + "type": "string", + "enum": [ + "development", + "submitted", + "rejected", + "approved", + "published" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "build_required", + "created_at", + "name", + "published_at", + "state", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "LB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + } + }, + "required": [ + "property", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "build_status": { + "type": [ + "null", + "string" + ] + }, + "build_required_detail": { + "type": "string" + }, + "currently_live": { + "type": "boolean" + } + }, + "required": [ + "build_status" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "upstream_library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "last_build": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "builds", + "environment", + "data_elements", + "extensions", + "rules", + "property" + ] + }, + "type": { + "enum": [ + "libraries" + ], + "type": "string" + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/_models/company_relationship.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "CO[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "companies" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/users/UR[a-zA-Z0-9]{32}/relationships/companies" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/rule.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the extension configuration.", + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + } + }, + "required": [ + "created_at", + "deleted_at", + "dirty", + "enabled", + "name", + "updated_at", + "revision_number", + "published", + "published_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "rule_components": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" + }, + "origin": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rule_components": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "libraries", + "rule_components", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/library_resource.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "(?:RL|EX|DE)[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "data_elements", + "extensions", + "rules" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/resources" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/resources" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/host.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "server": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": [ + "null", + "string" + ] + }, + "port": { + "type": [ + "null", + "integer" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "type_of": { + "type": "string", + "enum": [ + "akamai", + "sftp", + "cloudflare_worker" + ] + }, + "username": { + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "server", + "name", + "path", + "port", + "status", + "type_of", + "updated_at", + "username" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "HT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/hosts/HT[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "hosts" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/server_side_usage.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "event_count": { + "type": "number" + }, + "egress_event_count": { + "type": "number" + }, + "egress_event_success_count": { + "type": "number" + }, + "egress_event_failure_count": { + "type": "number" + }, + "ingress_event_count": { + "type": "number" + }, + "ingress_event_success_count": { + "type": "number" + }, + "ingress_event_failure_count": { + "type": "number" + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "egress_event_count", + "egress_event_failure_count", + "egress_event_success_count", + "event_count", + "ingress_event_count", + "ingress_event_failure_count", + "ingress_event_success_count", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "server_side_usages" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/app_surface.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the app surface.", + "type": "string" + } + }, + "required": [ + "created_at", + "updated_at", + "name" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/company.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the customer or representative of the business.", + "type": "string" + }, + "org_id": { + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": "string" + }, + "cjm_enabled": { + "type": "boolean" + }, + "edge_enabled": { + "type": "boolean" + }, + "edge_events_allotment": { + "type": [ + "null", + "number" + ] + }, + "edge_fanout_ratio": { + "type": [ + "null", + "number" + ] + }, + "premium_cdn_enabled": { + "type": "boolean" + }, + "sla_enabled": { + "type": "boolean" + } + }, + "required": [ + "created_at", + "name", + "org_id", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "CO[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + }, + "properties": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}/properties" + } + }, + "required": [ + "self", + "properties" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "rights": { + "type": "array", + "items": { + "type": [ + "null", + "string" + ] + } + }, + "platform_rights": { + "type": "object", + "properties": { + "web": { + "type": "array", + "items": { + "type": [ + "null", + "string" + ] + } + }, + "mobile": { + "type": "array", + "items": { + "type": [ + "null", + "string" + ] + } + } + } + } + } + }, + "relationships": { + "type": "object", + "properties": { + "properties": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "properties" + ] + }, + "type": { + "type": "string", + "enum": [ + "companies" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/library_environment.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "oneOf": [ + { + "type": "null" + }, + { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "EN[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "environments" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + ] + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/environment" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/environment" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/edge_error_metric.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "hits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "count": { + "type": "integer" + }, + "response_code": { + "type": "string" + } + }, + "required": [ + "count", + "response_code" + ], + "additionalProperties": false + } + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "hits", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "edge_error_metrics" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/app_surface_app_configurations.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_configurations" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/app_configurations" + }, + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/relationships/app_configurations" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/rule.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the extension configuration.", + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + } + }, + "required": [ + "created_at", + "deleted_at", + "dirty", + "enabled", + "name", + "updated_at", + "revision_number", + "published", + "published_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "rule_components": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" + }, + "origin": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rule_components": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "libraries", + "rule_components", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/host.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "server": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": [ + "null", + "string" + ] + }, + "port": { + "type": [ + "null", + "integer" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "type_of": { + "type": "string", + "enum": [ + "akamai", + "sftp" + ] + }, + "username": { + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "server", + "name", + "path", + "port", + "status", + "type_of", + "updated_at", + "username" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "HT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/hosts/HT[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "hosts" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/company.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the customer or representative of the business.", + "type": "string" + }, + "org_id": { + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": "string" + } + }, + "required": [ + "created_at", + "name", + "org_id", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "CO[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + }, + "properties": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}/properties" + } + }, + "required": [ + "self", + "properties" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "properties": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "properties" + ] + }, + "type": { + "type": "string", + "enum": [ + "companies" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/callback.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "subscriptions": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "url": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "subscriptions", + "url" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "CB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "callbacks" + ] + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/note.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "text": { + "description": "Content of the note", + "type": "string" + } + }, + "required": [ + "text" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "NT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/notes/NT[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "notes" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/library.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "build_required": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string" + }, + "published_at": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "state": { + "type": "string", + "enum": [ + "development", + "submitted", + "rejected", + "approved", + "published" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "build_required", + "created_at", + "name", + "published_at", + "state", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "LB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + } + }, + "required": [ + "property", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "upstream_library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "last_build": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "builds", + "environment", + "data_elements", + "extensions", + "rules", + "property" + ] + }, + "type": { + "enum": [ + "libraries" + ], + "type": "string" + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/data_element.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "clean_text": { + "description": "Remove leading and trailing whitespace", + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": "string" + }, + "default_value": { + "description": "Value to return if data element evaluates to undefined", + "type": [ + "null", + "string" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "force_lower_case": { + "description": "Convert value to lowercase", + "type": "boolean" + }, + "name": { + "description": "User provided name for data element", + "type": "string" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "storage_duration": { + "anyOf": [ + { + "description": "Duration to cache data element value", + "type": "string", + "enum": [ + "pageview", + "session", + "visitor" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "enabled", + "force_lower_case", + "name", + "published", + "published_at", + "review_status", + "revision_number", + "settings", + "storage_duration", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "DE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "origin": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "libraries", + "revisions", + "origin", + "property", + "extension" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "data_elements" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/extension_package.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "actions": { + "description": "Available Action Delegates", + "type": [ + "array", + "null" + ] + }, + "author": { + "description": "Extension Package Author", + "type": [ + "null", + "object" + ] + }, + "availability": { + "description": "Extension Package availability", + "type": "string", + "enum": [ + "development", + "public", + "private" + ] + }, + "cdn_path": { + "description": "URL for the extension assets (via CDN).", + "type": [ + "null", + "string" + ] + }, + "conditions": { + "description": "Available Condition Delegates", + "type": [ + "array", + "null" + ] + }, + "configuration": { + "description": "Configuration Delegate", + "type": [ + "null", + "object" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "data_elements": { + "description": "Available Data Element Delegates", + "type": [ + "array", + "null" + ] + }, + "description": { + "description": "Details about the extension.", + "type": [ + "null", + "string" + ] + }, + "display_name": { + "description": "Name of the extension.", + "type": [ + "null", + "string" + ] + }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, + "events": { + "description": "Available Event Delegates", + "type": [ + "array", + "null" + ] + }, + "exchange_url": { + "description": "Unique url of the extension.", + "type": [ + "null", + "string" + ] + }, + "hosted_lib_files": { + "description": "Lib files that are hosted", + "type": [ + "array", + "null" + ] + }, + "icon_path": { + "description": "Relative URL of the display icon for the extension.", + "type": [ + "null", + "string" + ] + }, + "name": { + "description": "Unique name of the extension.", + "type": [ + "null", + "string" + ] + }, + "resources": { + "description": "Turbine resources exposed by the extension.", + "type": [ + "array", + "null" + ] + }, + "shared_modules": { + "description": "Shared Modules", + "type": [ + "array", + "null" + ] + }, + "main": { + "description": "Module that will be run when Turbine is initialized", + "type": [ + "string", + "null" + ] + }, + "owner_org_id": { + "description": "The id of the organization that owns the extension", + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "status": { + "description": "Describes the current status: 'pending', 'success' or 'error'.", + "type": "string", + "enum": [ + "failed", + "pending", + "succeeded" + ] + }, + "platform": { + "description": "The type of the extension.", + "anyOf": [ + { + "type": "string", + "enum": [ + "web", + "mobile" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "description": "Version of the extension.", + "type": [ + "null", + "string" + ] + }, + "view_base_path": { + "description": "Relative path of the extension views folder.", + "type": [ + "null", + "string" + ] + }, + "repositories": { + "description": "Mobile repositories", + "type": [ + "array", + "null" + ] + } + }, + "required": [ + "actions", + "cdn_path", + "conditions", + "configuration", + "created_at", + "data_elements", + "display_name", + "ecma_version", + "events", + "exchange_url", + "name", + "owner_org_id", + "resources", + "status", + "platform", + "updated_at", + "version", + "view_base_path" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EP[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "extension_packages" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/audit_event.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "attributed_to_display_name": { + "type": [ + "null", + "string" + ] + }, + "attributed_to_email": { + "type": [ + "null", + "string" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string" + }, + "entity": { + "description": "Snapshot of the resource at the time of the event.", + "type": "string" + }, + "type_of": { + "type": "string" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "attributed_to_display_name", + "attributed_to_email", + "created_at", + "entity", + "type_of", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "entity": { + "type": "string", + "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" + }, + "property": { + "oneOf": [ + { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "entity", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "audit_events" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/property.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + }, + "uniqueItems": true + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the property.", + "type": "string" + }, + "undefined_vars_return_empty": { + "type": "boolean" + }, + "rule_component_sequencing_enabled": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "platform": { + "type": "string", + "enum": [ + "web", + "mobile" + ] + }, + "ssl_enabled": { + "type": "boolean" + }, + "privacy": { + "type": "string", + "enum": [ + "optedin", + "optedout", + "unknown" + ] + }, + "development": { + "type": "boolean" + }, + "token": { + "type": "string" + }, + "meta": { + "type": "object", + "properties": { + "approvals_open_count": { + "type": "integer" + }, + "approvals_rejected_count": { + "type": "integer" + }, + "approvals_unassigned_count": { + "type": "integer" + }, + "last_published_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "approvals_open_count", + "approvals_rejected_count", + "approvals_unassigned_count", + "last_published_at" + ], + "additionalProperties": false + } + }, + "anyOf": [ + { + "properties": { + "platform": { + "enum": [ + "web" + ] + } + }, + "required": [ + "domains", + "enabled", + "name", + "undefined_vars_return_empty", + "rule_component_sequencing_enabled", + "created_at", + "updated_at", + "platform" + ] + }, + { + "properties": { + "platform": { + "enum": [ + "mobile" + ] + } + }, + "required": [ + "name", + "created_at", + "updated_at", + "platform", + "ssl_enabled", + "privacy" + ] + } + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + }, + "data_elements": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" + }, + "environments": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" + }, + "extensions": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" + }, + "rules": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" + } + }, + "required": [ + "self", + "company", + "environments", + "extensions", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "callbacks": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "hosts": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environments": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company", + "callbacks", + "hosts", + "environments", + "libraries", + "data_elements", + "extensions", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "properties" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/extension.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": [ + "string", + "null" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "display_name": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "type": "string" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "display_name", + "enabled", + "name", + "revision_number", + "published", + "published_at", + "settings", + "updated_at", + "version" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EX[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "extension_package": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + "latest_extension_package": { + "oneOf": [ + { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + }, + "origin": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + } + }, + "required": [ + "latest_extension_package", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "extension_package", + "libraries", + "origin", + "property", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "extensions" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/environment.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "archive": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "library_path": { + "type": "string" + }, + "library_name": { + "type": "string", + "minLength": 1 + }, + "library_entry_points": { + "type": "array", + "items": { + "type": "object", + "properties": { + "library_name": { + "type": "string", + "minLength": 1 + }, + "minified": { + "type": "boolean" + }, + "references": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + } + } + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "development", + "staging", + "production" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": "string" + } + }, + "required": [ + "archive", + "created_at", + "library_name", + "library_entry_points", + "name", + "path", + "stage", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EN[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "host": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "host", + "builds", + "library", + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "environments" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/rule_component.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "description": "Identifier for Delegate Descriptor", + "type": [ + "string", + "null" + ] + }, + "delay_next": { + "description": "Delay later actions", + "type": "boolean" + }, + "dirty": { + "type": "boolean" + }, + "negate": { + "type": "boolean" + }, + "name": { + "description": "Name of the rule component", + "type": "string" + }, + "order": { + "description": "Order to load the component by type", + "type": [ + "null", + "number" + ] + }, + "rule_order": { + "description": "Priority for the associated rule to fire", + "type": "number" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "oneOf": [ + { + "type": "string", + "format": "date-time" + }, + { + "type": "null" + } + ] + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "timeout": { + "description": "Timeout of the action that is executed in sequence", + "type": "number" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "dirty", + "order", + "published", + "published_at", + "settings", + "updated_at", + "revision_number" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RC[a-zA-Z0-9]{32}" + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "rules", + "origin", + "extension" + ], + "additionalProperties": false + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "rules": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" + }, + "origin": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rule_components" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/_search/build.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "created_at", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "BL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "environment": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "library": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/builds/BL[a-zA-Z0-9]{32}" + } + }, + "required": [ + "environment", + "library", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "data_elements", + "environment", + "extensions", + "library", + "property", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "builds" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/app_configuration_app_surfaces.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/app_surfaces" + }, + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/relationships/app_surfaces" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/resources_libraries.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "LB[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "libraries" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/(?:data_elements|extensions|rules)/(?:DE|EX|RL)[a-zA-Z0-9]{32}/relationships/libraries" + }, + "related": { + "type": "string", + "pattern": "/(?:data_elements|extensions|rules)/(?:DE|EX|RL)[a-zA-Z0-9]{32}/libraries" + } + }, + "required": [ + "self", + "related" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/server_side_log.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "environment_id": { + "type": "string" + }, + "compute_time": { + "type": [ + "null", + "number" + ] + }, + "processing_details": { + "type": "string" + }, + "property_id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "request_host": { + "type": "string" + }, + "request_id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "request_result": { + "type": "string" + }, + "request_type": { + "type": "string", + "enum": [ + "ingress", + "egress" + ] + }, + "request_uri": { + "type": "string" + }, + "response_code": { + "type": "number" + }, + "subrequest_count": { + "type": "number" + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "environment_id", + "processing_details", + "property_id", + "request_host", + "request_id", + "request_result", + "request_type", + "request_uri", + "response_code", + "subrequest_count", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}_[a-zA-Z0-9]." + }, + "type": { + "type": "string", + "enum": [ + "server_side_logs" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/server_side_performance.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "compute_time_avg": { + "type": "number" + }, + "compute_time_max": { + "type": "number" + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "compute_time_avg", + "compute_time_max", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "server_side_performances" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/callback.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "subscriptions": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "url": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "subscriptions", + "url" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "CB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "callbacks" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/note.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "author_display_name": { + "type": "string" + }, + "author_email": { + "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "text": { + "description": "Content of the note", + "type": "string" + } + }, + "required": [ + "author_display_name", + "author_email", + "text" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "NT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/notes/NT[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL|secrets/SE)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "notes" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/library_rule.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/rules" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/rules" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/edge_usage_metric.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "hits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "egress_count": { + "type": "number" + }, + "egress_failed_count": { + "type": "number" + }, + "egress_succeeded_count": { + "type": "number" + }, + "ingress_count": { + "type": "number" + }, + "total_count": { + "type": "number" + } + }, + "required": [ + "egress_count", + "egress_failed_count", + "egress_succeeded_count", + "ingress_count", + "total_count" + ], + "additionalProperties": false + } + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "hits", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "edge_usage_metrics" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/app_configuration.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "app_id": { + "description": "The third party id of the application", + "type": "string" + }, + "name": { + "description": "Name of the app configuration.", + "type": "string" + }, + "platform": { + "type": "string", + "enum": [ + "mobile" + ] + }, + "messaging_service": { + "type": "string", + "enum": [ + "fcm", + "apns" + ] + }, + "key_type": { + "type": [ + "string", + "null" + ], + "enum": [ + "fcm_v1", + "p8_file", + null + ] + } + }, + "required": [ + "created_at", + "updated_at", + "app_id", + "name", + "platform", + "messaging_service" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_configurations" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/environment_host.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "HT[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "hosts" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}/host" + }, + "self": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}/relationships/host" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/icon.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "url": { + "type": "string" + }, + "status": { + "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "url", + "status" + ], + "additionalProperties": false + }, + "meta": { + "type": [ + "object" + ], + "properties": { + "status_details": { + "type": [ + "null", + "object" + ] + } + } + }, + "id": { + "type": "string", + "pattern": "IC[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/icons/IC[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(app_configurations/AC|app_surfaces/AS)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "icons" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/properties_data.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "properties" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/groups/GP[a-zA-Z0-9]{32}/properties" + } + }, + "required": [ + "related" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/user.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "active_org": { + "type": [ + "string", + "null" + ], + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "adobe_id": { + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@.*" + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "display_name": { + "type": [ + "string", + "null" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "ims_organizations": { + "type": [ + "array", + "null" + ] + }, + "ims_profile": { + "type": [ + "object", + "null" + ] + }, + "rights": { + "type": "array", + "items": { + "type": "string" + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "adobe_id", + "created_at", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "UR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/users/UR[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "users" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/library.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "build_required": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string" + }, + "published_at": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "state": { + "type": "string", + "enum": [ + "development", + "submitted", + "rejected", + "approved", + "published" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "build_required", + "created_at", + "name", + "published_at", + "state", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "LB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + } + }, + "required": [ + "property", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "build_status": { + "type": [ + "null", + "string" + ] + }, + "build_required_detail": { + "type": "string" + }, + "currently_live": { + "type": "boolean" + } + }, + "required": [ + "build_status" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "upstream_library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "last_build": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "builds", + "environment", + "data_elements", + "extensions", + "rules", + "property" + ] + }, + "type": { + "enum": [ + "libraries" + ], + "type": "string" + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/library_extension.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "EX[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "extensions" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/extensions" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/extensions" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/data_element.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "clean_text": { + "description": "Remove leading and trailing whitespace", + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": "string" + }, + "default_value": { + "description": "Value to return if data element evaluates to undefined", + "type": [ + "null", + "string" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "force_lower_case": { + "description": "Convert value to lowercase", + "type": "boolean" + }, + "name": { + "description": "User provided name for data element", + "type": "string" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "storage_duration": { + "anyOf": [ + { + "description": "Duration to cache data element value", + "type": "string", + "enum": [ + "pageview", + "session", + "visitor" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "enabled", + "force_lower_case", + "name", + "published", + "published_at", + "review_status", + "revision_number", + "settings", + "storage_duration", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "DE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "origin": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "libraries", + "revisions", + "origin", + "property", + "extension" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "data_elements" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/extension_package.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "actions": { + "description": "Available Action Delegates", + "type": [ + "array", + "null" + ] + }, + "author": { + "description": "Extension Package Author", + "type": [ + "null", + "object" + ] + }, + "availability": { + "description": "Extension Package availability", + "type": "string", + "enum": [ + "development", + "public", + "private" + ] + }, + "cdn_path": { + "description": "URL for the extension assets (via CDN).", + "type": [ + "null", + "string" + ] + }, + "conditions": { + "description": "Available Condition Delegates", + "type": [ + "array", + "null" + ] + }, + "configuration": { + "description": "Configuration Delegate", + "type": [ + "null", + "object" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "data_elements": { + "description": "Available Data Element Delegates", + "type": [ + "array", + "null" + ] + }, + "description": { + "description": "Details about the extension.", + "type": [ + "null", + "string" + ] + }, + "discontinued": { + "description": "Disallow use of this package.", + "type": "boolean" + }, + "display_name": { + "description": "Name of the extension.", + "type": [ + "null", + "string" + ] + }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, + "events": { + "description": "Available Event Delegates", + "type": [ + "array", + "null" + ] + }, + "exchange_url": { + "description": "Unique url of the extension.", + "type": [ + "null", + "string" + ] + }, + "hosted_lib_files": { + "description": "Lib files that are hosted", + "type": [ + "array", + "null" + ] + }, + "icon_path": { + "description": "Relative URL of the display icon for the extension.", + "type": [ + "null", + "string" + ] + }, + "name": { + "description": "Unique name of the extension.", + "type": [ + "null", + "string" + ] + }, + "resources": { + "description": "Turbine resources exposed by the extension.", + "type": [ + "array", + "null" + ] + }, + "shared_modules": { + "description": "Shared Modules", + "type": [ + "array", + "null" + ] + }, + "main": { + "description": "Module that will be run when Turbine is initialized", + "type": [ + "string", + "null" + ] + }, + "owner_org_id": { + "description": "The id of the organization that owns the extension", + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "status": { + "description": "Describes the current status: 'pending', 'success' or 'error'.", + "type": "string", + "enum": [ + "failed", + "pending", + "succeeded" + ] + }, + "platform": { + "description": "The type of the extension.", + "anyOf": [ + { + "type": "string", + "enum": [ + "web", + "mobile", + "edge" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "description": "Version of the extension.", + "type": [ + "null", + "string" + ] + }, + "view_base_path": { + "description": "Relative path of the extension views folder.", + "type": [ + "null", + "string" + ] + }, + "repositories": { + "description": "Mobile repositories", + "type": [ + "array", + "null" + ] + } + }, + "required": [ + "actions", + "cdn_path", + "conditions", + "configuration", + "created_at", + "data_elements", + "display_name", + "ecma_version", + "events", + "exchange_url", + "name", + "owner_org_id", + "resources", + "status", + "platform", + "updated_at", + "version", + "view_base_path" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EP[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": [ + "object" + ], + "properties": { + "status_details": { + "type": [ + "null", + "object" + ] + } + } + }, + "type": { + "type": "string", + "enum": [ + "extension_packages" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/secret.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "type_of": { + "type": "string", + "enum": [ + "oauth2", + "simple-http", + "token" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "failed", + "succeeded" + ] + }, + "name": { + "description": "Secret name.", + "type": "string" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "activated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "refresh_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "expires_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "credentials": { + "type": "object" + } + }, + "required": [ + "created_at", + "updated_at", + "credentials" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "SE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/secrets/SE[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/secrets/SE[a-zA-Z0-9]{32}/property" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "refresh_attempts": { + "type": "integer" + }, + "refresh_status": { + "type": "string" + }, + "refresh_status_details": { + "type": "object" + }, + "status_details": { + "type": "object" + }, + "test_exchange": { + "type": "object" + } + }, + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "environment" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "secrets" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/audit_event.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "attributed_to_display_name": { + "type": [ + "null", + "string" + ] + }, + "attributed_to_email": { + "type": [ + "null", + "string" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string" + }, + "entity": { + "description": "Snapshot of the resource at the time of the event.", + "type": "string" + }, + "type_of": { + "type": "string" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "attributed_to_display_name", + "attributed_to_email", + "created_at", + "entity", + "type_of", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "entity": { + "type": "string", + "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" + }, + "property": { + "oneOf": [ + { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "entity", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "property_name": { + "type": [ + "string", + "null" + ] + } + }, + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "audit_events" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/group.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "all_selected": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "permission_id": { + "type": "string" + }, + "platforms": { + "type": "array", + "items": { + "type": "string" + } + }, + "property_rights": { + "type": "array", + "items": { + "type": "string" + } + }, + "company_rights": { + "type": "array", + "items": { + "type": "string" + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "platforms", + "property_rights", + "company_rights", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "GP[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/groups/GP[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "properties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "properties" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/groups/GP[a-zA-Z0-9]{32}/properties" + } + }, + "required": [ + "related" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "properties", + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "groups" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/property.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + }, + "uniqueItems": true + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the property.", + "type": "string" + }, + "undefined_vars_return_empty": { + "type": "boolean" + }, + "rule_component_sequencing_enabled": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "platform": { + "type": "string", + "enum": [ + "web", + "mobile", + "edge" + ] + }, + "ssl_enabled": { + "type": "boolean" + }, + "privacy": { + "type": "string", + "enum": [ + "optedin", + "optedout", + "unknown" + ] + }, + "development": { + "type": "boolean" + }, + "token": { + "type": "string" + }, + "meta": { + "type": "object", + "properties": { + "approvals_open_count": { + "type": "integer" + }, + "approvals_rejected_count": { + "type": "integer" + }, + "approvals_unassigned_count": { + "type": "integer" + }, + "last_published_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "approvals_open_count", + "approvals_rejected_count", + "approvals_unassigned_count", + "last_published_at" + ], + "additionalProperties": false + } + }, + "anyOf": [ + { + "properties": { + "platform": { + "enum": [ + "web" + ] + } + }, + "required": [ + "domains", + "enabled", + "name", + "undefined_vars_return_empty", + "rule_component_sequencing_enabled", + "created_at", + "updated_at", + "platform" + ] + }, + { + "properties": { + "platform": { + "enum": [ + "mobile" + ] + } + }, + "required": [ + "name", + "created_at", + "updated_at", + "platform", + "ssl_enabled", + "privacy" + ] + }, + { + "properties": { + "platform": { + "enum": [ + "edge" + ] + } + }, + "required": [ + "enabled", + "name", + "created_at", + "updated_at", + "platform" + ] + } + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + }, + "data_elements": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" + }, + "environments": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" + }, + "extensions": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" + }, + "rules": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" + } + }, + "required": [ + "self", + "company", + "environments", + "extensions", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "callbacks": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "hosts": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environments": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company", + "callbacks", + "hosts", + "environments", + "libraries", + "data_elements", + "extensions", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "properties" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/extension.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": [ + "string", + "null" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "display_name": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "type": "string" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "display_name", + "enabled", + "name", + "revision_number", + "published", + "published_at", + "settings", + "updated_at", + "version" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EX[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "extension_package": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + "latest_extension_package": { + "oneOf": [ + { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + }, + "origin": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + } + }, + "required": [ + "latest_extension_package", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "upgrade_extension_package_id": { + "type": "string", + "pattern": "EP[a-zA-Z0-9]{32}" + }, + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "extension_package", + "libraries", + "origin", + "property", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "extensions" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/environment.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "archive": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "library_path": { + "type": "string" + }, + "library_name": { + "type": "string", + "minLength": 1 + }, + "library_entry_points": { + "type": "array", + "items": { + "type": "object", + "properties": { + "library_name": { + "type": "string", + "minLength": 1 + }, + "minified": { + "type": "boolean" + }, + "references": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + } + } + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": [ + "null", + "string" + ] + }, + "stage": { + "type": "string", + "enum": [ + "development", + "staging", + "production" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": "string" + } + }, + "required": [ + "archive", + "created_at", + "library_name", + "library_entry_points", + "name", + "path", + "stage", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EN[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "archive_encrypted": { + "type": "boolean" + }, + "download_link": { + "type": "string" + }, + "status_details": { + "type": "string" + }, + "dtm_linked": { + "type": "boolean" + }, + "script_sources": { + "type": [ + "null", + "array" + ], + "items": { + "type": "object", + "properties": { + "display_name": { + "type": "string", + "minLength": 1 + }, + "minified": { + "type": "string", + "minLength": 1 + }, + "license_path": { + "type": "string", + "minLength": 1 + }, + "debug": { + "type": "string", + "minLength": 1 + } + }, + "additional_items": false + } + } + }, + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "host": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "host", + "builds", + "library", + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "environments" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/rule_component.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "description": "Identifier for Delegate Descriptor", + "type": [ + "string", + "null" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "negate": { + "type": "boolean" + }, + "name": { + "description": "Name of the rule component", + "type": "string" + }, + "order": { + "description": "Order to load the component by type", + "type": [ + "null", + "number" + ] + }, + "rule_order": { + "description": "Priority for the associated rule to fire", + "type": "number" + }, + "timeout": { + "description": "Timeout of the action that is executed in sequence", + "type": "number" + }, + "delay_next": { + "description": "Delay later actions", + "type": "boolean" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "oneOf": [ + { + "type": "string", + "format": "date-time" + }, + { + "type": "null" + } + ] + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "order", + "published", + "published_at", + "settings", + "updated_at", + "revision_number" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RC[a-zA-Z0-9]{32}" + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "rules", + "origin", + "extension" + ], + "additionalProperties": false + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "rules": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" + }, + "origin": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rule_components" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/profile.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "active_org": { + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "display_name": { + "type": "string" + }, + "email": { + "type": "string" + }, + "expires_in": { + "type": "number" + }, + "job_function": { + "type": [ + "null", + "string" + ] + }, + "organizations": { + "type": "object", + "properties": { + "attributes": { + "active": { + "type": "boolean" + }, + "admin": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "product_contexts": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "required": [ + "active", + "admin", + "name", + "product_contexts" + ] + } + } + }, + "required": [ + "display_name", + "email", + "expires_in", + "job_function", + "organizations" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "UR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/profile" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "type": { + "type": "string", + "enum": [ + "users" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/build.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "created_at", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "BL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "environment": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "library": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/builds/BL[a-zA-Z0-9]{32}" + } + }, + "required": [ + "environment", + "library", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "artifact_url": { + "type": "string", + "minLength": 1 + } + } + }, + "relationships": { + "type": "object", + "properties": { + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "data_elements", + "environment", + "extensions", + "library", + "property", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "builds" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/library_data_element.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "DE[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "data_elements" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/data_elements" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/data_elements" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/meta.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "fixtures/_models/edge_performance_metric.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "hits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "compute_mean": { + "type": "number" + }, + "compute_max": { + "type": "number" + } + }, + "required": [ + "compute_mean", + "compute_max" + ], + "additionalProperties": false + } + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "hits", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "edge_performance_metrics" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + }, + "fixtures/builds.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "created_at", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "BL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "environment": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "library": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/builds/BL[a-zA-Z0-9]{32}" + } + }, + "required": [ + "environment", + "library", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "artifact_url": { + "type": "string", + "minLength": 1 + } + } + }, + "relationships": { + "type": "object", + "properties": { + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "data_elements", + "environment", + "extensions", + "library", + "property", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "builds" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/extension_package.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "actions": { + "description": "Available Action Delegates", + "type": [ + "array", + "null" + ] + }, + "author": { + "description": "Extension Package Author", + "type": [ + "null", + "object" + ] + }, + "availability": { + "description": "Extension Package availability", + "type": "string", + "enum": [ + "development", + "public", + "private" + ] + }, + "cdn_path": { + "description": "URL for the extension assets (via CDN).", + "type": [ + "null", + "string" + ] + }, + "conditions": { + "description": "Available Condition Delegates", + "type": [ + "array", + "null" + ] + }, + "configuration": { + "description": "Configuration Delegate", + "type": [ + "null", + "object" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "data_elements": { + "description": "Available Data Element Delegates", + "type": [ + "array", + "null" + ] + }, + "description": { + "description": "Details about the extension.", + "type": [ + "null", + "string" + ] + }, + "discontinued": { + "description": "Disallow use of this package.", + "type": "boolean" + }, + "display_name": { + "description": "Name of the extension.", + "type": [ + "null", + "string" + ] + }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, + "events": { + "description": "Available Event Delegates", + "type": [ + "array", + "null" + ] + }, + "exchange_url": { + "description": "Unique url of the extension.", + "type": [ + "null", + "string" + ] + }, + "hosted_lib_files": { + "description": "Lib files that are hosted", + "type": [ + "array", + "null" + ] + }, + "icon_path": { + "description": "Relative URL of the display icon for the extension.", + "type": [ + "null", + "string" + ] + }, + "name": { + "description": "Unique name of the extension.", + "type": [ + "null", + "string" + ] + }, + "resources": { + "description": "Turbine resources exposed by the extension.", + "type": [ + "array", + "null" + ] + }, + "shared_modules": { + "description": "Shared Modules", + "type": [ + "array", + "null" + ] + }, + "main": { + "description": "Module that will be run when Turbine is initialized", + "type": [ + "string", + "null" + ] + }, + "owner_org_id": { + "description": "The id of the organization that owns the extension", + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "status": { + "description": "Describes the current status: 'pending', 'success' or 'error'.", + "type": "string", + "enum": [ + "failed", + "pending", + "succeeded" + ] + }, + "platform": { + "description": "The type of the extension.", + "anyOf": [ + { + "type": "string", + "enum": [ + "web", + "mobile", + "edge" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "description": "Version of the extension.", + "type": [ + "null", + "string" + ] + }, + "view_base_path": { + "description": "Relative path of the extension views folder.", + "type": [ + "null", + "string" + ] + }, + "repositories": { + "description": "Mobile repositories", + "type": [ + "array", + "null" + ] + } + }, + "required": [ + "actions", + "cdn_path", + "conditions", + "configuration", + "created_at", + "data_elements", + "display_name", + "ecma_version", + "events", + "exchange_url", + "name", + "owner_org_id", + "resources", + "status", + "platform", + "updated_at", + "version", + "view_base_path" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EP[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": [ + "object" + ], + "properties": { + "status_details": { + "type": [ + "null", + "object" + ] + } + } + }, + "type": { + "type": "string", + "enum": [ + "extension_packages" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/secret.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "type_of": { + "type": "string", + "enum": [ + "oauth2", + "simple-http", + "token" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "failed", + "succeeded" + ] + }, + "name": { + "description": "Secret name.", + "type": "string" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "activated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "refresh_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "expires_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "credentials": { + "type": "object" + } + }, + "required": [ + "created_at", + "updated_at", + "credentials" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "SE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/secrets/SE[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/secrets/SE[a-zA-Z0-9]{32}/property" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "refresh_attempts": { + "type": "integer" + }, + "refresh_status": { + "type": "string" + }, + "refresh_status_details": { + "type": "object" + }, + "status_details": { + "type": "object" + }, + "test_exchange": { + "type": "object" + } + }, + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "environment" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "secrets" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "included": { + "description": "To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \"compound documents\".", + "type": "array", + "items": { + "description": "\"Resource objects\" appear in a JSON API document to represent resources.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "attributes": { + "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", + "type": "object", + "patternProperties": { + "^(?!relationships$|links$)\\w[-\\w_]*$": { + "description": "Attributes may contain any valid JSON value." + } + }, + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/audit_event.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "attributed_to_display_name": { + "type": [ + "null", + "string" + ] + }, + "attributed_to_email": { + "type": [ + "null", + "string" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string" + }, + "entity": { + "description": "Snapshot of the resource at the time of the event.", + "type": "string" + }, + "type_of": { + "type": "string" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "attributed_to_display_name", + "attributed_to_email", + "created_at", + "entity", + "type_of", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "entity": { + "type": "string", + "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" + }, + "property": { + "oneOf": [ + { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "entity", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "property_name": { + "type": [ + "string", + "null" + ] + } + }, + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "audit_events" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/server_side_logs.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "environment_id": { + "type": "string" + }, + "compute_time": { + "type": [ + "null", + "number" + ] + }, + "processing_details": { + "type": "string" + }, + "property_id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "request_host": { + "type": "string" + }, + "request_id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "request_result": { + "type": "string" + }, + "request_type": { + "type": "string", + "enum": [ + "ingress", + "egress" + ] + }, + "request_uri": { + "type": "string" + }, + "response_code": { + "type": "number" + }, + "subrequest_count": { + "type": "number" + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "environment_id", + "processing_details", + "property_id", + "request_host", + "request_id", + "request_result", + "request_type", + "request_uri", + "response_code", + "subrequest_count", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}_[a-zA-Z0-9]." + }, + "type": { + "type": "string", + "enum": [ + "server_side_logs" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + } + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/group.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "all_selected": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "permission_id": { + "type": "string" + }, + "platforms": { + "type": "array", + "items": { + "type": "string" + } + }, + "property_rights": { + "type": "array", + "items": { + "type": "string" + } + }, + "company_rights": { + "type": "array", + "items": { + "type": "string" + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "platforms", + "property_rights", + "company_rights", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "GP[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/groups/GP[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "properties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "properties" + ] + } + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/groups/GP[a-zA-Z0-9]{32}/properties" + } + }, + "required": [ + "related" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "properties", + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "groups" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/property.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + }, + "uniqueItems": true + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the property.", + "type": "string" + }, + "undefined_vars_return_empty": { + "type": "boolean" + }, + "rule_component_sequencing_enabled": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "platform": { + "type": "string", + "enum": [ + "web", + "mobile", + "edge" + ] + }, + "ssl_enabled": { + "type": "boolean" + }, + "privacy": { + "type": "string", + "enum": [ + "optedin", + "optedout", + "unknown" + ] + }, + "development": { + "type": "boolean" + }, + "token": { + "type": "string" + }, + "meta": { + "type": "object", + "properties": { + "approvals_open_count": { + "type": "integer" + }, + "approvals_rejected_count": { + "type": "integer" + }, + "approvals_unassigned_count": { + "type": "integer" + }, + "last_published_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "approvals_open_count", + "approvals_rejected_count", + "approvals_unassigned_count", + "last_published_at" + ], + "additionalProperties": false + } + }, + "anyOf": [ + { + "properties": { + "platform": { + "enum": [ + "web" + ] + } + }, + "required": [ + "domains", + "enabled", + "name", + "undefined_vars_return_empty", + "rule_component_sequencing_enabled", + "created_at", + "updated_at", + "platform" + ] + }, + { + "properties": { + "platform": { + "enum": [ + "mobile" + ] + } + }, + "required": [ + "name", + "created_at", + "updated_at", + "platform", + "ssl_enabled", + "privacy" + ] + }, + { + "properties": { + "platform": { + "enum": [ + "edge" + ] + } + }, + "required": [ + "enabled", + "name", + "created_at", + "updated_at", + "platform" + ] + } + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + }, + "data_elements": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" + }, + "environments": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" + }, + "extensions": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" + }, + "rules": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" + } + }, + "required": [ + "self", + "company", + "environments", + "extensions", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "callbacks": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "hosts": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environments": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company", + "callbacks", + "hosts", + "environments", + "libraries", + "data_elements", + "extensions", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "properties" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/_definitions/empty.json": { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + "fixtures/_definitions/error.json": { + "type": "object", + "properties": { + "id": { + "description": "A unique identifier for this particular occurrence of the problem.", + "type": "string" + }, + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "status": { + "description": "The HTTP status code applicable to this problem, expressed as a string value.", + "type": "string" + }, + "code": { + "description": "An application-specific error code, expressed as a string value.", + "type": "string" + }, + "title": { + "description": "A short, human-readable summary of the problem. It **SHOULD NOT** change from occurrence to occurrence of the problem, except for purposes of localization.", + "type": "string" + }, + "detail": { + "description": "A human-readable explanation specific to this occurrence of the problem.", + "type": "string" + }, + "source": { + "type": "object", + "properties": { + "pointer": { + "description": "A JSON Pointer [RFC6901] to the associated entity in the request document [e.g. \"/data\" for a primary data object, or \"/data/attributes/title\" for a specific attribute].", + "type": "string" + }, + "parameter": { + "description": "A string indicating which query parameter caused the error.", + "type": "string" + } + } + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "fixtures/_definitions/links.json": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "fixtures/_definitions/linkage.json": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "fixtures/_definitions/included.json": { + "description": "To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \"compound documents\".", + "type": "array", + "items": { + "description": "\"Resource objects\" appear in a JSON API document to represent resources.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "attributes": { + "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", + "type": "object", + "patternProperties": { + "^(?!relationships$|links$)\\w[-\\w_]*$": { + "description": "Attributes may contain any valid JSON value." + } + }, + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + }, + "fixtures/_definitions/relationships.json": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "fixtures/_definitions/resource.json": { + "description": "\"Resource objects\" appear in a JSON API document to represent resources.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "attributes": { + "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", + "type": "object", + "patternProperties": { + "^(?!relationships$|links$)\\w[-\\w_]*$": { + "description": "Attributes may contain any valid JSON value." + } + }, + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "fixtures/_definitions/unnamed_relationship.json": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "fixtures/_definitions/relationshipToMany.json": { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + }, + "fixtures/_definitions/pagination.json": { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + }, + "fixtures/_definitions/link.json": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + }, + "fixtures/_definitions/relationshipToOne.json": { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + "fixtures/_definitions/attributes.json": { + "description": "Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.", + "type": "object", + "patternProperties": { + "^(?!relationships$|links$)\\w[-\\w_]*$": { + "description": "Attributes may contain any valid JSON value." + } + }, + "additionalProperties": false + }, + "fixtures/_definitions/meta.json": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + }, + "fixtures/extension.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": [ + "string", + "null" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "display_name": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "type": "string" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "display_name", + "enabled", + "name", + "revision_number", + "published", + "published_at", + "settings", + "updated_at", + "version" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EX[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "extension_package": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + "latest_extension_package": { + "oneOf": [ + { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + }, + "origin": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + } + }, + "required": [ + "latest_extension_package", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "upgrade_extension_package_id": { + "type": "string", + "pattern": "EP[a-zA-Z0-9]{32}" + }, + "deleted_at": { + "type": "string", + "format": "date-time" + }, + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "extension_package", + "libraries", + "origin", + "property", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "extensions" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/search_results.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "anyOf": [ + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "attributed_to_display_name": { + "type": [ + "null", + "string" + ] + }, + "attributed_to_email": { + "type": [ + "null", + "string" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string" + }, + "entity": { + "description": "Snapshot of the resource at the time of the event.", + "type": "string" + }, + "type_of": { + "type": "string" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "attributed_to_display_name", + "attributed_to_email", + "created_at", + "entity", + "type_of", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "entity": { + "type": "string", + "pattern": "/[a-z_]+/[A-Z]{2}[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/audit_events/AE[a-zA-Z0-9]{32}" + }, + "property": { + "oneOf": [ + { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "entity", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "description": "Members of the relationships object (\"relationships\") represent references from the resource object in which it's defined to other resource objects.", + "type": "object", + "patternProperties": { + "^\\w[-\\w_]*$": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "audit_events" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "created_at", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "BL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "environment": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "library": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/builds/BL[a-zA-Z0-9]{32}" + } + }, + "required": [ + "environment", + "library", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "data_elements", + "environment", + "extensions", + "library", + "property", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "builds" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "subscriptions": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "url": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "subscriptions", + "url" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "CB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "callbacks" + ] + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "clean_text": { + "description": "Remove leading and trailing whitespace", + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": "string" + }, + "default_value": { + "description": "Value to return if data element evaluates to undefined", + "type": [ + "null", + "string" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "force_lower_case": { + "description": "Convert value to lowercase", + "type": "boolean" + }, + "name": { + "description": "User provided name for data element", + "type": "string" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "storage_duration": { + "anyOf": [ + { + "description": "Duration to cache data element value", + "type": "string", + "enum": [ + "pageview", + "session", + "visitor" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "enabled", + "force_lower_case", + "name", + "published", + "published_at", + "review_status", + "revision_number", + "settings", + "storage_duration", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "DE[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "origin": { + "type": "string", + "pattern": "/data_elements/DE[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "libraries", + "revisions", + "origin", + "property", + "extension" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "data_elements" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "archive": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "library_path": { + "type": "string" + }, + "library_name": { + "type": "string", + "minLength": 1 + }, + "library_entry_points": { + "type": "array", + "items": { + "type": "object", + "properties": { + "library_name": { + "type": "string", + "minLength": 1 + }, + "minified": { + "type": "boolean" + }, + "references": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + } + } + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": "string" + }, + "stage": { + "type": "string", + "enum": [ + "development", + "staging", + "production" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": "string" + } + }, + "required": [ + "archive", + "created_at", + "library_name", + "library_entry_points", + "name", + "path", + "stage", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EN[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "host": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "host", + "builds", + "library", + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "environments" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "type": [ + "string", + "null" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "display_name": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "type": "string" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "display_name", + "enabled", + "name", + "revision_number", + "published", + "published_at", + "settings", + "updated_at", + "version" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EX[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "extension_package": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + "latest_extension_package": { + "oneOf": [ + { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + }, + { + "type": "null" + } + ] + }, + "origin": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + } + }, + "required": [ + "latest_extension_package", + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "updated_with_extension_package", + "extension_package", + "libraries", + "origin", + "property", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "extensions" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "actions": { + "description": "Available Action Delegates", + "type": [ + "array", + "null" + ] + }, + "author": { + "description": "Extension Package Author", + "type": [ + "null", + "object" + ] + }, + "availability": { + "description": "Extension Package availability", + "type": "string", + "enum": [ + "development", + "public", + "private" + ] + }, + "cdn_path": { + "description": "URL for the extension assets (via CDN).", + "type": [ + "null", + "string" + ] + }, + "conditions": { + "description": "Available Condition Delegates", + "type": [ + "array", + "null" + ] + }, + "configuration": { + "description": "Configuration Delegate", + "type": [ + "null", + "object" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "data_elements": { + "description": "Available Data Element Delegates", + "type": [ + "array", + "null" + ] + }, + "description": { + "description": "Details about the extension.", + "type": [ + "null", + "string" + ] + }, + "display_name": { + "description": "Name of the extension.", + "type": [ + "null", + "string" + ] + }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, + "events": { + "description": "Available Event Delegates", + "type": [ + "array", + "null" + ] + }, + "exchange_url": { + "description": "Unique url of the extension.", + "type": [ + "null", + "string" + ] + }, + "hosted_lib_files": { + "description": "Lib files that are hosted", + "type": [ + "array", + "null" + ] + }, + "icon_path": { + "description": "Relative URL of the display icon for the extension.", + "type": [ + "null", + "string" + ] + }, + "name": { + "description": "Unique name of the extension.", + "type": [ + "null", + "string" + ] + }, + "resources": { + "description": "Turbine resources exposed by the extension.", + "type": [ + "array", + "null" + ] + }, + "shared_modules": { + "description": "Shared Modules", + "type": [ + "array", + "null" + ] + }, + "main": { + "description": "Module that will be run when Turbine is initialized", + "type": [ + "string", + "null" + ] + }, + "owner_org_id": { + "description": "The id of the organization that owns the extension", + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "status": { + "description": "Describes the current status: 'pending', 'success' or 'error'.", + "type": "string", + "enum": [ + "failed", + "pending", + "succeeded" + ] + }, + "platform": { + "description": "The type of the extension.", + "anyOf": [ + { + "type": "string", + "enum": [ + "web", + "mobile" + ] + }, + { + "type": "null" + } + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "version": { + "description": "Version of the extension.", + "type": [ + "null", + "string" + ] + }, + "view_base_path": { + "description": "Relative path of the extension views folder.", + "type": [ + "null", + "string" + ] + }, + "repositories": { + "description": "Mobile repositories", + "type": [ + "array", + "null" + ] + } + }, + "required": [ + "actions", + "cdn_path", + "conditions", + "configuration", + "created_at", + "data_elements", + "display_name", + "ecma_version", + "events", + "exchange_url", + "name", + "owner_org_id", + "resources", + "status", + "platform", + "updated_at", + "version", + "view_base_path" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EP[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/extension_packages/EP[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "extension_packages" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "server": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": [ + "null", + "string" + ] + }, + "port": { + "type": [ + "null", + "integer" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "type_of": { + "type": "string", + "enum": [ + "akamai", + "sftp" + ] + }, + "username": { + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "server", + "name", + "path", + "port", + "status", + "type_of", + "updated_at", + "username" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "HT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/hosts/HT[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "hosts" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "build_required": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "display_name": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string" + }, + "published_at": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "state": { + "type": "string", + "enum": [ + "development", + "submitted", + "rejected", + "approved", + "published" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "build_required", + "created_at", + "name", + "published_at", + "state", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "LB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + } + }, + "required": [ + "property", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "upstream_library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "last_build": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "builds", + "environment", + "data_elements", + "extensions", + "rules", + "property" + ] + }, + "type": { + "enum": [ + "libraries" + ], + "type": "string" + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "text": { + "description": "Content of the note", + "type": "string" + } + }, + "required": [ + "text" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "NT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/notes/NT[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "notes" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + }, + "uniqueItems": true + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the property.", + "type": "string" + }, + "undefined_vars_return_empty": { + "type": "boolean" + }, + "rule_component_sequencing_enabled": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "platform": { + "type": "string", + "enum": [ + "web", + "mobile" + ] + }, + "ssl_enabled": { + "type": "boolean" + }, + "privacy": { + "type": "string", + "enum": [ + "optedin", + "optedout", + "unknown" + ] + }, + "development": { + "type": "boolean" + }, + "token": { + "type": "string" + }, + "meta": { + "type": "object", + "properties": { + "approvals_open_count": { + "type": "integer" + }, + "approvals_rejected_count": { + "type": "integer" + }, + "approvals_unassigned_count": { + "type": "integer" + }, + "last_published_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "approvals_open_count", + "approvals_rejected_count", + "approvals_unassigned_count", + "last_published_at" + ], + "additionalProperties": false + } + }, + "anyOf": [ + { + "properties": { + "platform": { + "enum": [ + "web" + ] + } + }, + "required": [ + "domains", + "enabled", + "name", + "undefined_vars_return_empty", + "rule_component_sequencing_enabled", + "created_at", + "updated_at", + "platform" + ] + }, + { + "properties": { + "platform": { + "enum": [ + "mobile" + ] + } + }, + "required": [ + "name", + "created_at", + "updated_at", + "platform", + "ssl_enabled", + "privacy" + ] + } + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "PR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + }, + "data_elements": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/data_elements" + }, + "environments": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/environments" + }, + "extensions": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/extensions" + }, + "rules": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}/rules" + } + }, + "required": [ + "self", + "company", + "environments", + "extensions", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "callbacks": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "hosts": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environments": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company", + "callbacks", + "hosts", + "environments", + "libraries", + "data_elements", + "extensions", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "properties" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "description": "Identifier for Delegate Descriptor", + "type": [ + "string", + "null" + ] + }, + "delay_next": { + "description": "Delay later actions", + "type": "boolean" + }, + "dirty": { + "type": "boolean" + }, + "negate": { + "type": "boolean" + }, + "name": { + "description": "Name of the rule component", + "type": "string" + }, + "order": { + "description": "Order to load the component by type", + "type": [ + "null", + "number" + ] + }, + "rule_order": { + "description": "Priority for the associated rule to fire", + "type": "number" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "oneOf": [ + { + "type": "string", + "format": "date-time" + }, + { + "type": "null" + } + ] + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "timeout": { + "description": "Timeout of the action that is executed in sequence", + "type": "number" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "dirty", + "order", + "published", + "published_at", + "settings", + "updated_at", + "revision_number" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RC[a-zA-Z0-9]{32}" + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "rules", + "origin", + "extension" + ], + "additionalProperties": false + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "rules": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" + }, + "origin": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rule_components" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "name": { + "description": "Name of the extension configuration.", + "type": "string" + }, + "review_status": { + "type": "string", + "enum": [ + "rejected", + "submitted", + "unsubmitted" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + } + }, + "required": [ + "created_at", + "deleted_at", + "dirty", + "enabled", + "name", + "updated_at", + "revision_number", + "published", + "published_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "rule_components": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}/rule_components" + }, + "origin": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/rules/RL[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "pattern": "/properties/PR[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "match_score": { + "type": "number" + } + }, + "required": [ + "match_score" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "libraries": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rule_components": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "libraries", + "rule_components", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + ] + } + }, + "meta": { + "type": "object", + "properties": { + "meta": { + "type": "object", + "properties": { + "total_hits": { + "type": "integer" + } + } + } + } + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/environment.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "archive": { + "type": "boolean" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "library_path": { + "type": "string" + }, + "library_name": { + "type": "string", + "minLength": 1 + }, + "library_entry_points": { + "type": "array", + "items": { + "type": "object", + "properties": { + "library_name": { + "type": "string", + "minLength": 1 + }, + "minified": { + "type": "boolean" + }, + "references": { + "type": "array", + "items": { + "type": "string", + "minLength": 1 + } + } + } + } + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": [ + "null", + "string" + ] + }, + "stage": { + "type": "string", + "enum": [ + "development", + "staging", + "production" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": "string" + } + }, + "required": [ + "archive", + "created_at", + "library_name", + "library_entry_points", + "name", + "path", + "stage", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "EN[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "archive_encrypted": { + "type": "boolean" + }, + "download_link": { + "type": "string" + }, + "status_details": { + "type": "string" + }, + "dtm_linked": { + "type": "boolean" + }, + "script_sources": { + "type": [ + "null", + "array" + ], + "items": { + "type": "object", + "properties": { + "display_name": { + "type": "string", + "minLength": 1 + }, + "minified": { + "type": "string", + "minLength": 1 + }, + "license_path": { + "type": "string", + "minLength": 1 + }, + "debug": { + "type": "string", + "minLength": 1 + } + }, + "additional_items": false + } + } + }, + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "host": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "builds": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "host", + "builds", + "library", + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "environments" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/callbacks.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "subscriptions": { + "type": "array", + "minItems": 1, + "items": { + "type": "string", + "minLength": 1 + } + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "url": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "subscriptions", + "url" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "CB[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/callbacks/CB[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "callbacks" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/hosts.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "server": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": [ + "null", + "string" + ] + }, + "port": { + "type": [ + "null", + "integer" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "type_of": { + "type": "string", + "enum": [ + "akamai", + "sftp", + "cloudflare_worker" + ] + }, + "username": { + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "server", + "name", + "path", + "port", + "status", + "type_of", + "updated_at", + "username" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "HT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/hosts/HT[a-zA-Z0-9]{32}" + }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "hosts" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/library_extensions.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "EX[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "extensions" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/extensions" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/extensions" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/rule_component.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "delegate_descriptor_id": { + "description": "Identifier for Delegate Descriptor", + "type": [ + "string", + "null" + ] + }, + "deleted_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "dirty": { + "type": "boolean" + }, + "negate": { + "type": "boolean" + }, + "name": { + "description": "Name of the rule component", + "type": "string" + }, + "order": { + "description": "Order to load the component by type", + "type": [ + "null", + "number" + ] + }, + "rule_order": { + "description": "Priority for the associated rule to fire", + "type": "number" + }, + "timeout": { + "description": "Timeout of the action that is executed in sequence", + "type": "number" + }, + "delay_next": { + "description": "Delay later actions", + "type": "boolean" + }, + "published": { + "type": "boolean" + }, + "published_at": { + "oneOf": [ + { + "type": "string", + "format": "date-time" + }, + { + "type": "null" + } + ] + }, + "settings": { + "description": "Settings json object represented as a string", + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "revision_number": { + "type": "integer" + } + }, + "required": [ + "created_at", + "delegate_descriptor_id", + "deleted_at", + "dirty", + "order", + "published", + "published_at", + "settings", + "updated_at", + "revision_number" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "RC[a-zA-Z0-9]{32}" + }, + "relationships": { + "type": "object", + "properties": { + "updated_with_extension_package": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "updated_with_extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extension": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "notes": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "require": [ + "rules", + "origin", + "extension" + ], + "additionalProperties": false + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + }, + "extension": { + "type": "string", + "pattern": "/extensions/EX[a-zA-Z0-9]{32}" + }, + "rules": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}/rules" + }, + "origin": { + "type": "string", + "pattern": "/rule_components/RC[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "extension", + "rules" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "latest_revision_number": { + "type": "integer" + }, + "origin_deleted_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "latest_revision_number" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rule_components" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/profile.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "active_org": { + "type": "string", + "pattern": "[a-zA-Z0-9]{24}@AdobeOrg" + }, + "display_name": { + "type": "string" + }, + "email": { + "type": "string" + }, + "expires_in": { + "type": "number" + }, + "job_function": { + "type": [ + "null", + "string" + ] + }, + "organizations": { + "type": "object", + "properties": { + "attributes": { + "active": { + "type": "boolean" + }, + "admin": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "product_contexts": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "required": [ + "active", + "admin", + "name", + "product_contexts" + ] + } + } + }, + "required": [ + "display_name", + "email", + "expires_in", + "job_function", + "organizations" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "UR[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/profile" + } + }, + "required": [ + "self" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "type": { + "type": "string", + "enum": [ + "users" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/build.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "token": { + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "created_at", + "status", + "updated_at" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "BL[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "environment": { + "type": "string", + "pattern": "/environments/EN[a-zA-Z0-9]{32}" + }, + "library": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}" + }, + "self": { + "type": "string", + "pattern": "/builds/BL[a-zA-Z0-9]{32}" + } + }, + "required": [ + "environment", + "library", + "self" + ], + "additionalProperties": false + }, + "meta": { + "type": "object", + "properties": { + "artifact_url": { + "type": "string", + "minLength": 1 + } + } + }, + "relationships": { + "type": "object", + "properties": { + "data_elements": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "environment": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "extensions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "library": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "property": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "rules": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "data_elements", + "environment", + "extensions", + "library", + "property", + "rules" + ] + }, + "type": { + "type": "string", + "enum": [ + "builds" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/app_surfaces.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the app surface.", + "type": "string" + } + }, + "required": [ + "created_at", + "updated_at", + "name" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, + "fixtures/endpoints.json": [ + { + "path": "/companies", + "description": "", + "name": "companies.index", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:company_id", + "description": "", + "name": "companies.show", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:company_id", + "description": "", + "name": "companies.update", + "methods": [ + "PUT", + "PATCH" + ] + }, + { + "path": "/companies", + "description": "", + "name": "companies.create", + "methods": [ + "POST" + ] + }, + { + "path": "/companies/:company_id", + "description": "", + "name": "companies.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/companies/:company_id/web_properties", + "description": "", + "name": "web_properties.index", + "methods": [ + "GET" + ] + }, + { + "path": "/companies/:company_id/web_properties", + "description": "", + "name": "web_properties.create", + "methods": [ + "POST" + ] + }, + { + "path": "/web_properties/:web_property_id", + "description": "", + "name": "web_properties.show", + "methods": [ + "GET" + ] + }, + { + "path": "/web_properties", + "description": "", + "name": "web_properties.update", + "methods": [ + "PUT", + "PATCH" + ] + }, + { + "path": "/web_properties/:web_property_id", + "description": "", + "name": "web_properties.delete", + "methods": [ + "DELETE" + ] + } + ] + } +} \ No newline at end of file From 02f1a49c8143f67a29c2690d93643805c6d96858 Mon Sep 17 00:00:00 2001 From: Spencer Roan Date: Mon, 7 Feb 2022 14:14:47 -0700 Subject: [PATCH 7/8] add Icons --- api/reference/1.0/app_configurations/list.md | 2 +- .../relationships/icon/create.md | 147 ++++++++++++++++++ .../relationships/icon/fetch_related.md | 13 ++ api/reference/1.0/app_surfaces/list.md | 2 +- .../app_surfaces/relationships/icon/create.md | 147 ++++++++++++++++++ .../relationships/icon/fetch_related.md | 13 ++ .../1.0/icons/create/app_configuration.md | 63 -------- api/reference/1.0/icons/create/app_surface.md | 63 -------- api/reference/1.0/icons/delete.md | 11 ++ api/reference/1.0/icons/fetch.md | 2 +- api/reference/1.0/icons/index.md | 6 +- api/reference/1.0/icons/update.md | 141 +++++++++++++++++ 12 files changed, 478 insertions(+), 132 deletions(-) create mode 100644 api/reference/1.0/app_configurations/relationships/icon/create.md create mode 100644 api/reference/1.0/app_configurations/relationships/icon/fetch_related.md create mode 100644 api/reference/1.0/app_surfaces/relationships/icon/create.md create mode 100644 api/reference/1.0/app_surfaces/relationships/icon/fetch_related.md delete mode 100644 api/reference/1.0/icons/create/app_configuration.md delete mode 100644 api/reference/1.0/icons/create/app_surface.md create mode 100644 api/reference/1.0/icons/delete.md create mode 100644 api/reference/1.0/icons/update.md diff --git a/api/reference/1.0/app_configurations/list.md b/api/reference/1.0/app_configurations/list.md index 4104d01..b7e0981 100644 --- a/api/reference/1.0/app_configurations/list.md +++ b/api/reference/1.0/app_configurations/list.md @@ -8,7 +8,7 @@ labels: {% labels %} -Retrieve the App Configurations owned by the specified Company. +Retrieve the App Configurations owned by the specified Company. Icons can be included with a query parameter `?include=icon` {% filters app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/icon/create.md b/api/reference/1.0/app_configurations/relationships/icon/create.md new file mode 100644 index 0000000..bbebef9 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/icon/create.md @@ -0,0 +1,147 @@ +--- +title: Create +labels: + - unstable +--- + +# Create an Icon for an AppConfiguration + +{% labels %} + +Icons are processed asynchronously and have a `status` attribute representing the current status of the Icon. + +{% alert info, Note %} +This endpoint expects multipart requests. Icons must be 4 Mb or less. +{% endalert %} + +
+ +
+ +
+ + + + + +
diff --git a/api/reference/1.0/app_configurations/relationships/icon/fetch_related.md b/api/reference/1.0/app_configurations/relationships/icon/fetch_related.md new file mode 100644 index 0000000..0c29301 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/icon/fetch_related.md @@ -0,0 +1,13 @@ +--- +title: Fetch related +labels: + - unstable +--- + +# Fetch the related Icon + +{% labels %} + +Retrieve the AppConfiguration's Icon + +{% scenario app_configuration_relationship_icon.show icons.get_the_icon_for_an_app_configuration %} diff --git a/api/reference/1.0/app_surfaces/list.md b/api/reference/1.0/app_surfaces/list.md index 3050c2c..903a135 100644 --- a/api/reference/1.0/app_surfaces/list.md +++ b/api/reference/1.0/app_surfaces/list.md @@ -8,6 +8,6 @@ labels: {% labels %} -Retrieve the App Surfaces owned by the specified Company. +Retrieve the App Surfaces owned by the specified Company. Icons can be included with a query parameter `?include=icon` {% scenario app_surfaces.index %} diff --git a/api/reference/1.0/app_surfaces/relationships/icon/create.md b/api/reference/1.0/app_surfaces/relationships/icon/create.md new file mode 100644 index 0000000..d9316a5 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/icon/create.md @@ -0,0 +1,147 @@ +--- +title: Create +labels: + - unstable +--- + +# Create an Icon for an AppSurface + +{% labels %} + +Icons are processed asynchronously and have a `status` attribute representing the current status of the Icon. + +{% alert info, Note %} +This endpoint expects multipart requests. Icons must be 4 Mb or less. +{% endalert %} + +
+ +
+ +
+ + + + + +
diff --git a/api/reference/1.0/app_surfaces/relationships/icon/fetch_related.md b/api/reference/1.0/app_surfaces/relationships/icon/fetch_related.md new file mode 100644 index 0000000..e712b32 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/icon/fetch_related.md @@ -0,0 +1,13 @@ +--- +title: Fetch related +labels: + - unstable +--- + +# Fetch the related Icon + +{% labels %} + +Retrieve the AppSurface's Icon + +{% scenario app_surface_relationship_icon.show icons.get_the_icon_for_an_app_surface %} diff --git a/api/reference/1.0/icons/create/app_configuration.md b/api/reference/1.0/icons/create/app_configuration.md deleted file mode 100644 index 111bf99..0000000 --- a/api/reference/1.0/icons/create/app_configuration.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: Create on AppConfiguration -labels: - - unstable ---- - -# Create an Icon on a AppConfiguration - -{% labels %} - -{% alert info, Note %} -This endpoint expects multipart requests. -{% endalert %} - -
- -
- -{% scenario app_configuration_relationship_icon.show %} diff --git a/api/reference/1.0/icons/create/app_surface.md b/api/reference/1.0/icons/create/app_surface.md deleted file mode 100644 index c921ea3..0000000 --- a/api/reference/1.0/icons/create/app_surface.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: Create on AppSurface -labels: - - unstable ---- - -# Create an Icon on a AppSurface - -{% labels %} - -{% alert info, Note %} -This endpoint expects multipart requests. -{% endalert %} - -
- -
- -{% scenario app_surface_relationship_icon.show %} diff --git a/api/reference/1.0/icons/delete.md b/api/reference/1.0/icons/delete.md new file mode 100644 index 0000000..31c2e80 --- /dev/null +++ b/api/reference/1.0/icons/delete.md @@ -0,0 +1,11 @@ +--- +title: Delete +labels: + - unstable +--- + +# Delete an Icon + +{% labels %} + +{% scenario icons.delete icons.delete_an_icon %} diff --git a/api/reference/1.0/icons/fetch.md b/api/reference/1.0/icons/fetch.md index 35590c3..c039a99 100644 --- a/api/reference/1.0/icons/fetch.md +++ b/api/reference/1.0/icons/fetch.md @@ -8,6 +8,6 @@ labels: {% labels %} -Retrieve a specific Icon, based on its ID. +Retrieve the data for an existing Icon, based on its ID. {% scenario icons.show %} diff --git a/api/reference/1.0/icons/index.md b/api/reference/1.0/icons/index.md index 3bece65..6a1591f 100644 --- a/api/reference/1.0/icons/index.md +++ b/api/reference/1.0/icons/index.md @@ -8,6 +8,6 @@ labels: {% labels %} -`Icons` are images you can add to Launch resources of these types: -- `AppSurfaces` -- `AppConfigurations` +**The implementation of `Icons` are in flux as features are added, removed, and reworked.** + +`Icons` allow images to be added to select resources, currently AppConfigurations and AppSurfaces. diff --git a/api/reference/1.0/icons/update.md b/api/reference/1.0/icons/update.md new file mode 100644 index 0000000..2ce9d65 --- /dev/null +++ b/api/reference/1.0/icons/update.md @@ -0,0 +1,141 @@ +--- +title: Update +labels: + - unstable +--- + +# Update an Icon + +{% labels %} + +
+ +
+ +
+ + + + + +
From d94c17910e19ea7c8f5368d9d1fc832ff5acbfa1 Mon Sep 17 00:00:00 2001 From: Spencer Roan Date: Mon, 7 Feb 2022 15:18:35 -0700 Subject: [PATCH 8/8] PR feedback --- .../relationships/icon/create.md | 6 +- .../app_surfaces/relationships/icon/create.md | 6 +- api/reference/1.0/icons/update.md | 10 ++- api_specification.json | 84 +++++++++---------- 4 files changed, 55 insertions(+), 51 deletions(-) diff --git a/api/reference/1.0/app_configurations/relationships/icon/create.md b/api/reference/1.0/app_configurations/relationships/icon/create.md index bbebef9..8d0d8e3 100644 --- a/api/reference/1.0/app_configurations/relationships/icon/create.md +++ b/api/reference/1.0/app_configurations/relationships/icon/create.md @@ -11,7 +11,7 @@ labels: Icons are processed asynchronously and have a `status` attribute representing the current status of the Icon. {% alert info, Note %} -This endpoint expects multipart requests. Icons must be 4 Mb or less. +This endpoint expects multipart requests. Icons must be 4 MB or less. {% endalert %}
@@ -74,7 +74,7 @@ This endpoint expects multipart requests. Icons must be 4 Mb or less.
-
POST  app_configurations/:app_configuration_id/icon
+
POST  app_configurations/:id/icon
@@ -90,7 +90,7 @@ This endpoint expects multipart requests. Icons must be 4 Mb or less.
-
curl https://reactor.adobe.io/app_configurations/:app_configuration_id/icon \
+        
curl https://reactor.adobe.io/app_configurations/:id/icon \
   -H "Accept: application/vnd.api+json;revision=1" \
   -H "Content-Type: multipart/form-data" \
   -H "Authorization: Bearer [TOKEN]" \
diff --git a/api/reference/1.0/app_surfaces/relationships/icon/create.md b/api/reference/1.0/app_surfaces/relationships/icon/create.md
index d9316a5..a287234 100644
--- a/api/reference/1.0/app_surfaces/relationships/icon/create.md
+++ b/api/reference/1.0/app_surfaces/relationships/icon/create.md
@@ -11,7 +11,7 @@ labels:
 Icons are processed asynchronously and have a `status` attribute representing the current status of the Icon.
 
 {% alert info, Note %}
-This endpoint expects multipart requests. Icons must be 4 Mb or less.
+This endpoint expects multipart requests. Icons must be 4 MB or less.
 {% endalert %}
 
 
@@ -74,7 +74,7 @@ This endpoint expects multipart requests. Icons must be 4 Mb or less.
-
POST  app_surfaces/:app_surface_id/icon
+
POST  app_surfaces/:id/icon
@@ -90,7 +90,7 @@ This endpoint expects multipart requests. Icons must be 4 Mb or less.
-
curl https://reactor.adobe.io/app_surfaces/:app_surface_id/icon \
+        
curl https://reactor.adobe.io/app_surfaces/:id/icon \
   -H "Accept: application/vnd.api+json;revision=1" \
   -H "Content-Type: multipart/form-data" \
   -H "Authorization: Bearer [TOKEN]" \
diff --git a/api/reference/1.0/icons/update.md b/api/reference/1.0/icons/update.md
index 2ce9d65..7938898 100644
--- a/api/reference/1.0/icons/update.md
+++ b/api/reference/1.0/icons/update.md
@@ -8,6 +8,10 @@ labels:
 
 {% labels %}
 
+{% alert info, Note %}
+This endpoint expects multipart requests. Icons must be 4 MB or less.
+{% endalert %}
+
 
@@ -84,7 +88,7 @@ labels:
-
curl https://reactor.adobe.io/icons/:icon_id \
+        
curl https://reactor.adobe.io/icons/:id \
   -H "Accept: application/vnd.api+json;revision=1" \
   -H "Content-Type: multipart/form-data" \
   -H "Authorization: Bearer [TOKEN]" \
@@ -107,7 +111,7 @@ labels:
 
     
- 202 Accepted + 200 OK
{
   "data": {
     "id": "ICf76b9de5b229435bb76802427a88464b",
diff --git a/api_specification.json b/api_specification.json
index f861f5f..4092f4a 100644
--- a/api_specification.json
+++ b/api_specification.json
@@ -2135,7 +2135,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/icon"
                 },
                 "data": null
               }
@@ -2205,7 +2205,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon"
                 },
                 "data": null
               }
@@ -2291,7 +2291,7 @@
             },
             "icon": {
               "links": {
-                "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon"
+                "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon"
               },
               "data": null
             }
@@ -2510,7 +2510,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon"
                 },
                 "data": null
               }
@@ -2570,7 +2570,7 @@
             },
             "icon": {
               "links": {
-                "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon"
+                "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon"
               },
               "data": null
             }
@@ -2789,7 +2789,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon"
                 },
                 "data": null
               }
@@ -2850,7 +2850,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon"
                 },
                 "data": null
               }
@@ -3079,7 +3079,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon"
                 },
                 "data": null
               }
@@ -3147,7 +3147,7 @@
             },
             "icon": {
               "links": {
-                "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon"
+                "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon"
               },
               "data": null
             }
@@ -3366,7 +3366,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon"
                 },
                 "data": null
               }
@@ -3642,7 +3642,7 @@
             },
             "icon": {
               "links": {
-                "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
               },
               "data": null
             }
@@ -4002,7 +4002,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -4335,7 +4335,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -4648,7 +4648,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -5045,7 +5045,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -6930,7 +6930,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -7018,7 +7018,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -7304,7 +7304,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -7637,7 +7637,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -7950,7 +7950,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -8082,7 +8082,7 @@
             },
             "icon": {
               "links": {
-                "related": "https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon"
+                "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon"
               },
               "data": null
             }
@@ -8385,7 +8385,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -8816,7 +8816,7 @@
               "display_name": "Kessel Fcm App",
               "type_of": "app_configuration.created",
               "updated_at": "2022-02-04T21:02:46.556Z",
-              "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -9096,7 +9096,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.created",
               "updated_at": "2022-02-04T21:02:31.823Z",
-              "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -9131,7 +9131,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.deleted",
               "updated_at": "2022-02-04T21:02:30.508Z",
-              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -9166,7 +9166,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.updated",
               "updated_at": "2022-02-04T21:02:29.717Z",
-              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -9201,7 +9201,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.created",
               "updated_at": "2022-02-04T21:02:25.771Z",
-              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -9236,7 +9236,7 @@
               "display_name": "Kessel Fcm App",
               "type_of": "app_configuration.deleted",
               "updated_at": "2022-02-04T21:02:25.347Z",
-              "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -9271,7 +9271,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.deleted",
               "updated_at": "2022-02-04T21:02:24.936Z",
-              "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -9306,7 +9306,7 @@
               "display_name": "Kessel Fcm App",
               "type_of": "app_configuration.created",
               "updated_at": "2022-02-04T21:00:26.763Z",
-              "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -10280,7 +10280,7 @@
               "display_name": "Kessel Fcm App",
               "type_of": "app_configuration.created",
               "updated_at": "2022-02-04T21:02:46.556Z",
-              "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -10560,7 +10560,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.created",
               "updated_at": "2022-02-04T21:02:31.823Z",
-              "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -10595,7 +10595,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.deleted",
               "updated_at": "2022-02-04T21:02:30.508Z",
-              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -10630,7 +10630,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.updated",
               "updated_at": "2022-02-04T21:02:29.717Z",
-              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -10665,7 +10665,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.created",
               "updated_at": "2022-02-04T21:02:25.771Z",
-              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -10700,7 +10700,7 @@
               "display_name": "Kessel Fcm App",
               "type_of": "app_configuration.deleted",
               "updated_at": "2022-02-04T21:02:25.347Z",
-              "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -10735,7 +10735,7 @@
               "display_name": "Kessel Apns App",
               "type_of": "app_configuration.deleted",
               "updated_at": "2022-02-04T21:02:24.936Z",
-              "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -10770,7 +10770,7 @@
               "display_name": "Kessel Fcm App",
               "type_of": "app_configuration.created",
               "updated_at": "2022-02-04T21:00:26.763Z",
-              "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}"
+              "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}"
             },
             "relationships": {
               "property": {
@@ -30821,7 +30821,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -163461,7 +163461,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": null
               }
@@ -163738,7 +163738,7 @@
               },
               "icon": {
                 "links": {
-                  "related": "https://reactor.adobe.io/app_surfaces/AC082ee39971a9444fb133e7610ae1e9f7/icon"
+                  "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon"
                 },
                 "data": {
                   "id": "ICd1de2829fd4743c5bc45b98d9d01a396",
@@ -399208,4 +399208,4 @@
       }
     ]
   }
-}
\ No newline at end of file
+}